/* ========== GLOBAL STYLES ========== */

body {
	background: url('/img/bg_body.png') repeat top left;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333333;
	font: normal 9pt Arial;
	}
	
img {
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
	}
	
img a:link, img a:visited { outline: none; }

/* ========== TEXT ========== */

p {
	font: normal 10pt Arial;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 0;
	text-align:left;
	}
	
p.first {
	/*width: 65%;
	margin-top: 50px;*/
	}

div {
	margin: 0;
	padding: 0;
	}

h1 {
	color: #a92222;
	font-weight: normal;
	font-size: 22pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 23pt;
	letter-spacing: .5pt;
	padding: 0 0 15px 0;
	margin: 0;
	margin-top: 60px;
	}


h2 {
	color: #333333;
	font-weight: normal;
	font-size: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18pt;
	padding: 0 0 8px;
	margin: 0;
	}
	
h3 {
	color: #a92222;
	font-weight: normal;
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 10pt;
	padding: 0 0 8px;
	text-transform: uppercase;
	margin: 0;
	}

h4 {
	margin:0 0 4px;
	padding:0 0 0 5px;
	font-weight: normal;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#bddae9;
	line-height:22pt;
}

h5 {
	margin:0;
	padding:0;
	color:#000;
	font:bold 10pt Arial;
	line-height:15pt;
	text-transform:uppercase;
}

ul.list {
	margin:0 0 20px;
	padding:0;
	}

#rtcol ul li {
	margin: 0 0 0 30px;
	padding:0 0 0 5px;
	font: normal 9pt Arial;
	color: #333333;
	line-height: 18px;
	/*background:url('/img/cross.gif') no-repeat left 5px;*/
	}
	
#rtcol ul li strong {
	font-weight: bold;
	color: #333333;
	}

div.hr {
	width:90%;
	height:1px;
	margin:10px 0;
	border-top:1px dotted #CCCCCC;
	clear:both;
}

.news-date {
	font:bold 8pt Arial;
	margin:0;
	padding:0 10px 0 5px;
	color:#bddae9;
	}

.news-date a:link, .news-date a:visited {
	font:bold 8pt Arial;
	margin:0;
	color:#bddae9;
	text-decoration:none;
	}

.news-date a:hover {
	border-bottom:1px dotted #bddae9;
	}

.news {
	color:#fff;
	margin:0;
	padding:0;
	font:normal 8pt Arial;
	}

.news a:link, .news a:visited {
	font:normal 8pt Arial;
	margin:0;
	color:#bddae9;
	text-decoration:none;
	}
	
.news a:hover {
	border-bottom:1px dotted #bddae9;
	}	
	
.button {
	background:url('/img/button_lt.png') no-repeat top left;
	height:18px;
	padding:0;
	margin:0;
	float:left;
	}	
	
.button span {
	background:url('/img/button_rt.png') no-repeat top right;
	height:18px;
	float:left;
	padding:0 15px;
	}

*html .button {
	margin-left:20px !important;
	}

*html .button span {
	margin: 0 !important;
	padding:0;
	}

*html .button span a {
	padding: 3px 0 !important;
	margin:0 4px 0 4px;
	}

.button span a {
	font:bold 7pt Arial;
	color:#FFF;
	text-align:left;
	margin:0;
	padding:3px 0 0 0px;
	float:left;
	text-decoration:none;
	}
	
.source {
/*	background: #f0efe9;*/
	color:#333;
	font: bold 10pt Arial;
	margin:0;
	padding: 10px 5px;
	}
	
td.article .source {
	font: italic 10pt Arial;
	padding:0px;
	}

.article {
	color:#333;
	font: normal 10pt Arial;
	margin:0;
	padding: 10px 5px;
	border-bottom: 2px dotted #CCCCCC;
	border-top: none;
	border-right: none;
	}

.partners-logos a {
	border: 1px solid #ccc;
	border-left: 1px solid #efefef;
	border-top: 1px solid #efefef;
	padding: 10px;
	float:left;
	}
.partners-logos img {
	padding:4px;
	border: 1px solid #666 !important;
	}
.partners-logos h3 a {
	border: none;
	padding: 0;
	float:none;
	}	

/* ========== LINKS ========== */

a, a:visited {
	color: #a92222;
	text-decoration: underline;
	outline: none;
	}

a:hover {
	text-decoration: none;
	}

/* ========== Overall Styles ========== */

#wrapper {
	margin: 18px auto 20px auto;
	padding: 0;
	width: 954px;
	}
	
#content {
	background:url('/img/bg_content.png') repeat-y top left;
	width: 954px;
	border-bottom: 10px solid #6d0404;
	margin:0;
	padding:0;
	}

#watermark {
	background:url('/img/bg_shadow.png') no-repeat bottom right;
	height:100%;
	padding:0 0 40px;
}

#wave {
	background:url('/img/bg_wave.png') no-repeat top left;
	height:609px;
}

#ltcol {
	padding:20px 14px 0 14px;
	margin:0;
	float:left;
}

#rtcol {
	padding:30px 45px 0 35px;
	margin:0;
}

*html #rtcol {
	padding:0px !important;
	margin: 30px 25px 0 55px;
	}

#footer {
	margin: 0 auto;
	padding: 8px 0 20px 0;
	color: #CCC;
	font: normal 8pt Arial;
	width: 900px;
	text-align:center;
	text-transform: uppercase;
	}

#footer a:link, #footer a:visited {
	color: #CCC;
	font: normal 8pt Arial;
	text-decoration: none;
	text-transform:uppercase;
	}

#footer a:hover {
	text-decoration: underline;
	}

/* ======= LIST ITEMS ======= */

#subnav {
	background:url('/img/bg_subnav.png') repeat-x top left;
	height:30px;
}

#date {
	font-family: Arial, Helvetica, Myriad Pro;
	font-size:9pt;
	font-weight: bold;
	color:#FFF;
	margin:0;
	padding:8px 0 0 40px;
	float:left;
}

#mininav {
	float:right;
	margin:0;
	padding:8px 10px 0 0;
}

#mininav ul {
	display:inline;
	margin:0;
	padding:0;
}

#mininav ul li {
	list-style-type:none;
	float:left;
	font-family: Arial;
	font-size:9pt;
	color:#FFF;
	text-transform:uppercase;
	margin:0;
	padding:0 5px;
}

#mininav ul li a:link, #mininav ul li a:visited {
	font-family: Arial;
	font-size:7pt;
	font-weight: bold;
	color:#FFF;
	text-decoration:none;
}

#mininav ul li a:hover {
	text-decoration:underline;
}

#navcontainer{ 
	background:url('/img/bg_nav.png') no-repeat top right;
	width: 954px;
	height: 53px;
	margin: 0;
	padding: 0;
	}

#navlist {
	margin: 0;
	padding: 0;
	
	}
	
#navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	float: left;
	color: #FFF;
	font: normal 8pt Arial;
	}

#navlist li a { 
	margin: 0;
	padding: 0;
	}

#navlist li a:link, #navlist li a:visited {
	font: normal 10pt Arial;
	color: #000;
	display: block;   /* VERY IMPORTANT FOR CORRECT DROP DOWN POSITIONING IN IE7, REMOVE FOR HORIZONTAL POSITIONING */
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

#navlist li a:hover { 
	color: red;
	}

.nav1 { 
	width:109px; 
	height: 53px; 
	display: block; 
	position: relative; 
	background: url('/img/nav_about.png') no-repeat 0 0;
	}
.nav1 * { display:none; }
.nav1 span.hover { 
	position:absolute; 
	top:0; 
	left:0;
	display:block;
	height:53px;
	width:109px;
	cursor: pointer;
	background:url('/img/nav_about.png') 0 -53px no-repeat; 
	}

.nav2 { 
	width:147px; 
	height: 53px; 
	display: block; 
	position: relative; 
	background: url('/img/nav_why.png') no-repeat 0 0;
	}
.nav2 * { display:none; }
.nav2 span.hover { 
	position:absolute; 
	top:0; 
	left:0;
	display:block;
	height:53px;
	width:147px;
	cursor: pointer;
	background:url('/img/nav_why.png') 0 -53px no-repeat; 
	}
	
.nav3 { 
	width:65px; 
	height: 53px; 
	display: block; 
	position: relative; 
	background: url('/img/nav_faqs.png') no-repeat 0 0;
	}
.nav3 * { display:none; }
.nav3 span.hover { 
	position:absolute; 
	top:0; 
	left:0;
	display:block;
	height:53px;
	width:65px;
	cursor: pointer;
	background:url('/img/nav_faqs.png') 0 -53px no-repeat; 
	}
	
.nav4 { 
	width:125px; 
	height: 53px; 
	display: block; 
	position: relative; 
	background: url('/img/nav_news.png') no-repeat 0 0;
	}
.nav4 * { display:none; }
.nav4 span.hover { 
	position:absolute; 
	top:0; 
	left:0;
	display:block;
	height:53px;
	width:125px;
	cursor: pointer;
	background:url('/img/nav_news.png') 0 -53px no-repeat; 
	}
	
.nav5 { 
	width:94px; 
	height: 53px; 
	display: block; 
	position: relative; 
	background: url('/img/nav_partners.png') no-repeat 0 0;
	}
.nav5 * { display:none; }
.nav5 span.hover { 
	position:absolute; 
	top:0; 
	left:0;
	display:block;
	height:53px;
	width:94px;
	cursor: pointer;
	background:url('/img/nav_partners.png') 0 -53px no-repeat; 
	}
	
.nav6 { 
	width:107px; 
	height: 53px; 
	display: block; 
	position: relative; 
	background: url('/img/nav_contact.png') no-repeat 0 0;
	}
.nav6 * { display:none; }
.nav6 span.hover { 
	position:absolute; 
	top:0; 
	left:0;
	display:block;
	height:53px;
	width:107px;
	cursor: pointer;
	background:url('/img/nav_contact.png') 0 -53px no-repeat; 
	}
	
.biophoto {
float: left;
padding: 0 15px 8px 0;
}	

/* CSS DROP DOWN NAVIGATION CONTROLS */
/*  DROP DOWN NAVIGATION  */ 

#navlist li ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	padding: 0;
	background: #570303;
	border: 7px solid #570303;
	border-top-width: 9px;
	border-bottom-width:9px;
	opacity: .90; 
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
	list-style-type: none;
}

#navlist li ul li { padding: 0; margin: 0; float:none; }

#navlist li ul a:link, #navlist li ul a:visited  { 
	font: normal 9pt Tahoma;
	color: #FFF !important; 
	text-decoration: none; 
	display: block !important;
	line-height: 22px;
	padding: 0px 20px 2px 10px;	
	text-align: left;
	}
	
#navlist li ul a:hover 	{ 
	background: #a92222;
	color: #FFF !important;
	text-decoration: none;
	}

#navlist li:hover ul {
	left: auto;
}

#navlist li:hover ul, #navlist li.sfhover ul {
	left: auto;
}

/* FIXES IE7 STICKY */
#navlist li:hover, #navlist li.hover {
    position: static;
}

/* Second Nav List Styles */

#secnav-top {
	background:url('/img/secnav_top.png');
	width:199px;
	height:26px;
	margin:0;
	padding:0;
	float:left;
}

#secnav-top h3 {
	font:bold 10pt Arial;
	color:#fff;
	padding:6px 0 0 30px;
	text-transform:uppercase;
	}

ul#secnavlist {
	background: #476172 url('/img/secnav_bg.png') no-repeat bottom left;
	margin: 0;
	padding: 15px 0 20px;
	width: 199px;
	float:left;
	}

#secnavlist li {
	list-style-type:none;
	line-height: 43px;
	display: block;
	float: left;
	width: 199px;
	margin:0;
	padding:0 0 0 5px;
	}
	
/* nav style of double for two liner */
#secnavlist li.double {
	height: 56px;
	}

#secnavlist a:link, #secnavlist a:visited { 
	font: normal 9pt Arial !important; 
	display: block; 
	float: left; 
	margin: 0px; 
	padding: 8px 0 8px 20px;
	outline: none;
	color:#FFF;
	text-decoration:none;
	width:168px;
	}
	
#secnavlist a:hover {
	text-decoration:none;
	background:#6f9bb1;
	color:#FFFFFF !important;
	}
	
/* LEFT COL */

.mod-top {
	background:url('/img/lt_col_box_top.png') no-repeat top left;
	width:199px;
	height:6px;
	margin:0 auto;
	padding:0;
}

.mod-content {
	background: #4a6475 url('/img/lt_col_box_bg.png') no-repeat top left;
	width:199px;
	margin:0 auto;
	padding:0;
}

.mod-content p {
	color:#FFF;
	font: normal 8pt Arial;
	line-height:13pt;
	margin:0;
	padding:4px 15px 10px;
}

.mod-bot {
	background:url('/img/lt_col_box_foot.png') no-repeat bottom left;
	width:199px;
	height:30px;
	margin:0 auto 20px;
	padding:0;
}

.mod-bot p {
	color:#FFF;
	font:bold 8pt Arial;
	padding:7px 0px 0 10px;
}

*html .mod-content {
	margin: -10px 0 0 0;
	}
	
*html .mod-content p {
	margin: 4px 15px 10px;
	padding: 0;
	}

*html .mod-bot {
	margin: -10px 0 20px 0;
	}

*html .mod-bot p {
	margin:7px 0 0 10px;
	padding:0 !important;
	}

.callout-top {
	background:url('/img/callout_top.png') no-repeat top left;
	width:199px;
	height:26px;
	margin:0;
	padding:0;
}

.callout-top p {
	font:bold 8pt Arial;
	color:#FFF;
	padding: 7px 15px 0;
	text-transform:uppercase;
}

.callout-content {
	background:#4a6475 url('/img/callout_content.png') no-repeat bottom left;
	width:199px;
	margin:0;
	padding:10px 0;
}

*html .callout-content {
	margin-top: -10px;
	}

.callout-content p {
	color:#FFF;
	font: normal 8pt Arial;
	line-height:12pt;
	margin:0;
	padding:4px 12px 10px;
}

.callout-content div.hr {
	width: 90% !important;
	}
	
/* social icons */
#social {
	text-align: center; 
	border-top: 1px solid #576F7F; border-bottom: 1px solid #576F7F; 
	margin: 20px auto; 
	width: 202px;  /*must be exact pixels, not percent, for it to work in IE7 */
	padding: 8px 0; 
	float: left; 
	clear: both;
}
#social h3 {color: #BDDAE9; text-transform: none; font-weight: bold; font-size: 1.05em;}
#social a {height: 38px; width: 38px; margin: 0; background: url('/img/social-sprite.png') no-repeat; display: inline-block; float: left; text-indent: -999em; }
#social a#linkedin {background-position: -76px 0; margin-left: 43px; /*adjust this margin to center icons*/}
#social a#linkedin:hover {background-position: -76px -38px;}
#social a#twitter {background-position: -38px 0;}
#social a#twitter:hover {background-position: -38px -38px;}
#social a#facebook {background-position: 0 0;}
#social a#facebook:hover {background-position: 0 -38px;}