
/* General page settings  */
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #DDEEEE;
	color: #666666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, blockquote, pre {
	margin: 0 0 .8em 0;
}

/* Headings - Generic styles */
h1, h2, h3, h4, h5, h6 {
	/*
	background: transparent;
	color: #000066;
	font-weight: bold;
	letter-spacing: .1em;
	*/
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #000033;
}

#content h2 {
	font: normal 21px/29px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}

#content h3 {
	font: normal 14px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;

}

#content h4 {
	font-size: 1em;
}

#content h5{
	font-size: 1em;
}

#content h6 {
	font-size: 1em;
}

#content-b h3 {
	height: 15px;
	width: auto;
	font-size: 1.5em;
}

/* Anchors */
img {
	border: none;
}

a:link {
	color: #666666;
	text-decoration: underline;
}

a:visited, a:hover, a:focus, a:active {
	color: #333333;
}

/* Lists */
#content ol {
	list-style-position: inside;
	list-style-type: lower-roman;
}
/*
#content ul {
	list-style-type: none;
}

#content ul li {
	background: transparent url('../images/li_bullet.gif') no-repeat 0 4px;
	padding-left: 18px;
}
*/
#content dt {
	font-weight: bold;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	padding: 0 10px;
	background: #FFFFFF url('../images/tile.gif') repeat-y 0 0;
}

/* Main Navigation */
#banner a {
	display: block;
	float: left;
	margin-right: 4px;
	padding: 4px 8px;
	font-size: .9em;
	background: #2aa3e3; 
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	/* width: 110px; */
}

#banner a:hover {
	padding-top: 8px;
}

#bar {
	height: 26px;
	background: #e0eaee;
}

#nav-a {
	list-style-type: none;
}

#nav-a li {
	float: left;
}

#nav-a li a {
	display: block;
	height: 18px;
	padding: 4px 6px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	white-space: 1px;
	color: #666666;
	background: transparent url(../images/nav.gif) repeat-x 0 0;
}

#nav-a a:hover, #nav-a a:focus, #nav-a a:active {
	background-position: 0 -26px;
	color: #FFFFFF;
}


/* Heading Layout */
#heading {
	width: 100%;
}

/* Content Layout */
#content {
	width: 950px;
}

#content-a {
	font-size: 1.1em;
	width: 934px;
	padding: 8px 8px;
}

#content-b {
	font-size: 1.1em;
	width: 934px;
	padding: 8px 8px;
}

#content-c {
	font-size: 1.2em;
	width:934px;
	padding: 8px 8px;
}

#content_blue {
	margin: 0 -8px;
	/*
	padding: 30px 200px 30px 20px;
	*/
	width: 950px;
	height: 220px;
	background: #2aa3e3; 
	color: #FFFFFF;
	vertical-align: middle;
}
#content_blue h1 {
	/*font-size: 16px;*/
	font: normal 18px/31px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#content_blue h2 {
	font-size: 1.3em;
	color: #FFFFFF;
}

#content_blue span {
	color: #000066;
}

/* Footer */
#footer {
	width: 950px;
	border-top: 1px solid #999999;
	padding: 15px 0 12px 0;
	font-size: 10px;
}


/* Forms */
label {
	background: transparent;
	color: #999999;
	display: block;
	font-size: .9em;
}

label span {
	background: transparent;
	color: #88aacc;
	font-size: .8em;
	text-transform: uppercase;
}

input, textarea, select {
	background: #FFFFFF url('../images/form_inputtext.gif') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	color: #666666;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	padding: 2px;
}

#contactform table td {
	padding: 0 10px 4px 0;
}

#name, #email {
	width: 210px;
}

#subject {
	width: 440px;
}

#message {
	width: 440px;
	height: 140px;
}

/* Quotations */
blockquote {
	font-style: normal;
	text-indent: -.7em;
}

blockquote cite {
	display: block;
	font-style: normal;
	margin: .8em 0 0 .6em;
}

/* Misc. Text Formatting */
kbd {
	background: transparent;
	color: #000000;
	font: 1em Pragmata, "Courier New", Courier, monospace;
}

del {
	background: transparent;
	color: #DDDDDD;
}

ins {
	background: transparent;
	color: #333333;
	text-decoration: underline;
}
strong {
	color: #04095e;
}
hr {
	color: #dcdcdc;
}

p.figure {
	color: blue;
	font-size: 12px;
}





#jcepopup-overlay {
	position: absolute;
	left: 0;
	z-index: 10000;
}
#jcepopup-container {
	position: absolute;
	left: 50%;
	overflow: visible;
	z-index: 10001;
	width: 300px;
	height: 300px;
	margin-left: -150px;
}
#jcepopup-loader {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 0;
	z-index: -1;
}
#jcepopup-content {
	padding: 10px;
}
#jcepopup-content img {
	width: inherit;
	height: inherit;
	overflow: hidden;
}
#jcepopup-content img, #jcepopup-content object, #jcepopup-content iframe {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#jcepopup-iframe {
	border: 0px;
	background: #FFFFFF;
}
#jcepopup-ajax {
	overflow: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
a.jcepopup span, a.jcebox span, a.jcelightbox span {
	cursor: pointer;
	display: inline-block;
}
a.jcepopup span span.zoom-image, a.jcebox span span.zoom-image, a.jcelightbox span span.zoom-image {
	position: absolute;
	display: block;
	background: url(../img/zoom-img.png) no-repeat bottom right;
	width: 20px;
	height: 20px;
}
a.jcepopup span.zoom-link, a.jcebox span.zoom-link, a.jcelightbox span.zoom-link {
	padding-right: 16px;
	background: url(../img/zoom-link.gif) no-repeat center right;
}
/* Tooltips */
div.tooltip {
	z-index: 10;
	width: 180px;
	text-align:left;
	color: #000000;
	background-color:#ffffff;
	border:1px solid black;
	padding: 4px;
}
div.tooltip h4 {
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}
div.tooltip p {
	font-size: 11px;
}

/* 10 facts page */
#factslist p {
	font: 13px/23px Verdana, Arial, Helvetica, sans-serif;
	color: #65676c;
	margin: 9px 0px 0px;
	padding: 9px 10px 0px 0px;
	border-top: 1px solid #65676c;
}

#popup_link {
	display: block;
	background:#E0EAEE;
	color: #04095e;
	font-size: 12px;
	padding:5px;
	text-decoration: none;
	background-image: url(../images/arrow_blue-grey.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

#institutions {
	width: 556px;
	padding-top: 0px;
}
#institutions img {
	float: left;
}
#institutions h3 {
	font: bold 14px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #04095e;
	margin: 0px;
	padding: 0px 0px 0px 82px;
}
#institutions p {
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #424448;
	margin: 0px 0px 12px;
	padding: 0px 30px 12px 82px;
	border-bottom: 1px solid #B2B4BC;
}
#institutions p a {
	color: #04095e;
	text-decoration: none;
	background: url(../images/arrow_research.gif) no-repeat right 1px;
	padding-right: 13px;
}
#institutions p a:hover {
	text-decoration: underline;
}
#institutions p.norule {
	padding-bottom: 0px;
	border-bottom: none;
}


/* Hard coded banners :10 facts, etc. */
#banner_text h1
{
	font: normal 18px/31px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px 0px 0px 75px;

}

/* View Video button on 10 facts */
p#viewvideo {
	background: #144D95;
	height: 27px;
	width: 103px;
	font: bold 12px/27px Verdana, Arial, Helvetica, sans-serif;
	margin-right: 40px;
	margin-top: 5px;
	padding: 0px 0px 0px 12px;
	float: right;
}
p#viewvideo a {
	color: #fff;
	text-decoration: none;
	background: url(../images/arrow_white-blue.gif) no-repeat right 2px;
	padding-right: 15px;
}

/* benefits brain page */
h4.header
{
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	font: bold 20px/26px Verdana, Arial, Helvetica, sans-serif;
	color: #04095e;
}
ul li
{
	font-size: 12px;
}

h3.label {
	font: bold 14px/25px Verdana, Arial, Helvetica, sans-serif;
	background: #144D95;
	padding-left: 13px;
	margin: 0px;
	text-transform: uppercase;
	width: 178px;
}

a#benefits_link {
	display: block;
	background:#E0EAEE;
	color: #04095e;
	font-size: 12px;
	width: 275px;
	padding:5px;
	text-decoration: none;
	background-image: url(../images/arrow_blue-grey.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

a#benefits_link:hover, a#benefits_link_selected {
	display: block;
	font-size: 12px;
	width: 275px;
	padding:5px;
	text-decoration: none;
	color: white;
	background: #54ADD8;
	background-image: url(../images/arrow_nav_health2.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;	
}

