/* Remove browser default margin and padding throughout */
* {
	margin: 0;
	padding: 0;
}
/* Set block element default margin and padding */
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address, table {
    margin-bottom: 1em;
}
ul, ol {
    padding-left: 3em;
}
blockquote {
	padding: 0 2.75em;
}


/* Custom CSS styles */
body {
	color: #365481;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #9ab8ac;
}
#wrapper {
	margin: 0 auto;
	width: 880px;
	background: #fff;
}
h1 {
	margin: 0;
}
h2 {
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg_header.png) no-repeat left center;
	padding-left: 34px;
	margin-top: 1em;
}
h2.hide {
	background: url(../common/none);
}
h2.hide span {
	display: none;
}
h3 {
	font: bold 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	font: bold 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 2em;
}
p.justify {
	text-align: justify;
}
p.center {
	text-align: center;
}
a, a:link, a:visited {
	color: #283451;
	text-decoration: none;
}
a:hover, a:active {
	color: #9ab8ac;
}
hr {
	margin: 2em 0;
}
table {
	margin-left: 2em;
}
table td {
	padding: 0.25em 0.75em;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
table.form {
	margin-left: 0;
}
table.form table {
	margin: 0 10px;
}
table.form table table {
	margin: 0;
}
table.form td {
	padding: 2px;
	white-space: normal;
}

.img-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 2px double #333;
}
.float-lt {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}
.pdflinks {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.pdflinks li {
	float: left;
}
.pdflinks a {
	background: url(../images/pdf_icon.gif) no-repeat center top;
	float: left;
	display: block;
	padding: 36px 6px 2px;
	margin: 0 6px;
}

small.footnote {
	text-align: right;
	font: italic normal 0.8em Georgia, "Times New Roman", Times, serif;
	color: #9ab8ac;
	display: block;
}
.nolist-group ul {
	list-style: none;
	padding-left: 2em;
}



/* Primary Navigation Menu styles */
#navbar {
	background: #27324e url(../images/bg_navbar.jpg) repeat-x;
	height: 27px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
	right: 50%;
}
#navbar ul li {
	float: left;
	display: block;
	position: relative;
	left: 50%;
}
#navbar ul li a, #navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	height: 27px;
	font-size: 14px;
	line-height: 26px;
	text-indent: -999em;
	outline: none;
	background-repeat: no-repeat;
}
#navbar #about a  {
	background-image: url(../images/nav_about.jpg);
	width: 87px;
}
#navbar #about a:hover  {
	background-image: url(../images/nav_about_ov.jpg);
}
#navbar #directmail a {
	background-image: url(../images/nav_directmail.jpg);
	width: 99px;
}
#navbar #directmail a:hover {
	background-image: url(../images/nav_directmail_ov.jpg);
}
#navbar #printing a {
	background-image: url(../images/nav_printing.jpg);
	width: 78px;
}
#navbar #printing a:hover {
	background-image: url(../images/nav_printing_ov.jpg);
}
#navbar #insertmedia a {
	background-image: url(../images/nav_insertmedia.jpg);
	width: 108px;
}
#navbar #insertmedia a:hover {
	background-image: url(../images/nav_insertmedia_ov.jpg);
}
#navbar #emarket a {
	background-image: url(../images/nav_emarket.jpg);
	width: 104px;
}
#navbar #emarket a:hover {
	background-image: url(../images/nav_emarket_ov.jpg);
}
#navbar #ftp a {
	background-image: url(../images/nav_ftp.jpg);
	width: 99px;
}
#navbar #ftp a:hover {
	background-image: url(../images/nav_ftp_ov.jpg);
}
#navbar #news a {
	background-image: url(../images/nav_news.jpg);
	width: 62px;
}
#navbar #news a:hover {
	background-image: url(../images/nav_news_ov.jpg);
}
#navbar #resources a {
	background-image: url(../images/nav_resources.jpg);
	width: 93px;
}
#navbar #resources a:hover {
	background-image: url(../images/nav_resources_ov.jpg);
}
#navbar #contact a {
	background-image: url(../images/nav_contact.jpg);
	width: 99px;
}
#navbar #contact a:hover {
	background-image: url(../images/nav_contact_ov.jpg);
}

/* Column Navigation Menu styles */
#leftnav {
	margin: 30px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 14px;
}
#leftnav ul {
	list-style: none;
	padding: 0;
}
#leftnav ul li {
	margin-bottom: 1.5em;
}

#leftnav ul li a, #leftnav ul li a:link, #leftnav ul li a:visited {
	display: block;
	zoom: 1;
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_leftnav.png) no-repeat left center;
	padding: 0 0 0 20px;
	font-weight: bold;
}
#leftnav ul li a:hover, #leftnav ul li a:active {
	color: #9ab8ac;
	background-image: url(../images/bg_leftnav_ov.png);
}

/* Footer styles */
#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	clear: both;
}
#footer #copyright {
	background: #27324e url(../images/bg_footer.jpg) repeat-x;
	color: #fff;
	letter-spacing: 1px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#footer #copyright p {
	line-height: 38px;
	margin: 0;
}
#footer #footernav {
	border-right: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	line-height: 1em;
	padding: 1em 1em 0.2em;
}
#footer #footernav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0.75em;
	position: relative;
	float: right;
	right: 50%;
}
#footer #footernav ul li {
	float: left;
	display: block;
	position: relative;
	left: 50%;
	border-right: 1px solid #283451;
}
#footer #footernav ul li.noline {
	border-right: 0 none;
}
#footer #footernav ul li a {
	display: block;
	padding: 0 1em;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}




/* Equal Height Columns styles */
/* Used for content sections */
/*
	.col_mask is primary container
	.col_wrap is secondary container
	.maincol contains the page content
	.col is the narrow column
	If changes are made here, be sure to double-check the pages in multiple browsers!
*/
.col_mask {
	position: relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 879px;		/* width of container */
	overflow: hidden;	/* This chops off any overhanging divs */
	border-right: 1px solid #7f7f7f;
	background: #000a41;
}
.col_wrap_lt {
	float: left;
	width: 200%;
	position: relative;
	left: 195px;
	background: #fff;
}
.maincol_wrap_lt {
	width: 50%;
	position: relative;
	padding-bottom: 1em;
	float: right;
	right: 195px;
}
.maincol_lt {
	overflow: hidden;
	margin: 0 20px 0 195px;
	position: relative;
	right: 100%;
	background: #fff;
	padding-left: 20px;
}
.col_lt {
	width: 175px;
	position: relative;
	float: left;
	right: 195px;
	background: #000a41;
	padding: 0 10px;
}

/* Equal Height Columns styles for homepage */
#homepage .col_wrap_lt {
	left: 324px;
}
#homepage .maincol_wrap_lt {
	right: 324px;
}
#homepage .maincol_lt {
	margin: 0 20px 0 324px;
}
#homepage .col_lt {
	width: 324px;
	right: 324px;
	padding: 0;
}
#homepage .col_lt #CrowdVideo {
	margin: 0 2px;
	margin-bottom: 2em;
}
#homepage .col_lt object {
	margin-bottom: 2em;
}
#homepage .col_lt p {
	text-align: center;
	margin-bottom: 2em;
}

