@charset "utf-8";
/* CSS Document */

body {
	background-color:#e0e0c8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

#outer {
	width:900px;
	margin:0 auto;
}

#container {
	width:900px;
	float:left;
	background-color:#fff;
	border-top:20px solid #f5f4e2;
}

#header {
	width:900px;
	float:left;
	background:url('img_healthy_people.gif') no-repeat top right;
}

#primaryNav {
	width:900px;
	float:left;
	background-color:#F5F4E2;
	height:35px;
	border-bottom:2px solid #007fc4; 
}

#nav, #nav ul {
	padding:0;
	margin:4px 0 0 5px;
	list-style:none;
	float:left;
	position:relative;
	z-index:200;
}

#nav a {
	display:block;
}

/*first level*/
#nav li { 
	position:relative;
	float:left;
	color:#006FAF;
	padding:0;
	letter-spacing:1px;
	margin-right:4px;
}

/*second level position*/
#nav li ul {
	position:absolute;
	left: -999em;
	margin:0;
	clear:both;
	border-top: 2px solid #a9c7d2;
	padding-bottom:5px;
	background-color:#6bb9cf;
}

#nav li ul li {
	margin: 0 5px;
	padding: 0 5px;
	border-right: 1px solid #1a8dc6;
	border-left: 1px solid #1a8dc6;
	clear:both;
	background-color:#6bb9cf;
	letter-spacing:0px;
}

/* third level position */
#nav li ul li ul {
	margin-left:150px;
	top:0;
}

/*controls font color and style for first level menu items*/
#nav li a {
	text-decoration:none;
	padding:0;
}
#nav li a:hover {
	color:#fff;
}

/*controls font color and style for second level and lower menu items*/
#nav li ul li a {
	color:#454432;
	padding:5px 10px;
	margin: 0 3px 0 0;
	width:95px;
	font-size:11px;
	text-align: center;
	border-bottom:1px dashed #a2c6d2;
}

#nav li ul li a:hover {
	color:#fff;
}
	
/*Hidden nav positioning DO NOT Adjust*/
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left:-999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left:auto;}

#nav li:hover, #nav li.hover {
    height:1%;
}

ul#nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul#nav li { z-index: 201; }

/* this is for IE 5.0 */
select.hide { visibility: hidden; }

#left {
	width:232px;
	float:left;
}

#leftCol {
	width:222px;
	float:left;
	padding:35px 5px;
	background: #f5f4e2 url('left_col_top.gif') no-repeat top;
}

#leftCol div.sep {
	width:219px;
	height:4px;
	background:url('left_sep.gif') no-repeat;
	margin:20px 0;
}

#leftColBottom {
	width:232px;
	float:left;
	height:30px;
	background: url('left_col_bottom.gif') no-repeat;
}

#contentArea {
	width:647px;
	float:left;
	padding:40px 10px;
}

#footer {
	padding-top:10px;
	background-color:#e0e0c8;
	color:#A0A0A0;
	font-size:9pt;
	font-family:Verdana, Geneva, sans-serif;
	width:900px;
	float:left;
}