/* Health Department */
/* CSS Styles */
/* created by Chris Hlubb */
/* (c)2007 OffWhite */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../templates/shared/background_strip_home.jpg);
	background-repeat: repeat-x;
}

#container {
	position: relative;
	width: 804px;
	z-index: 1;
}

#finger {
	position: absolute;
	top: 30px;
	left: 162px;
	z-index: 5;
}

#topnav {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	top: 45px;
	left: 220px;
	z-index: 10;
	color: #333333;
}

#topnav a{
	color: #333333;
	text-decoration: none;
}

#topnav a:hover{
	color: #333333;
	text-decoration: underline;
}

#topnav2 {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	top: 80px;
	left: 195px;
	z-index: 10;
	color: #666666;
	font-weight: bold;
	z-index: 100;
}

#topnav2 a{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

#topnav2 a:hover{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

#topbarsearchbox {
	top: 35px;
	left: 620px;
	position: absolute;
	z-index: 11;
}

#magnify {
	top: 30px;
	left: 755px;
	position: absolute;
	z-index: 10;
}

#leftnav {
	position: absolute;
	top: 100px;
	left: 10px;
	color: #FFFFFF;
	width: 145px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#leftnav a{
	color: #FFFFFF;
	text-decoration: none;
}

#leftnav a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#leftlink {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 135px;
	padding-left: 10px;
}

#leftfeature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 115px;
	padding-left: 10px;
	color: #FFFFFF;
}

#leftfeature a{
	text-decoration: none;
}

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

#homemiddle {
	position: relative;
}

#hometabs {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 800px;
}

#programs {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 190px;
	z-index: 10;
	text-align: left;
	color: #333333;
}

#programs a{
	color: #333333;
	text-decoration: underline;
}

#programs a:hover {
	color: #333333;
	text-decoration: none;
}

#news {
	position: absolute;
	top: 40px;
	left: 250px;
	width: 190px;
	z-index: 10;
	text-align: left;
	color: #333333;
}

#news a{
	color: #333333;
	text-decoration: underline;
}

#news a:hover {
	color: #333333;
	text-decoration: none;
}
	
#journal {
	position: absolute;
	top: 40px;
	left: 480px;
	width: 190px;
	z-index: 10;
	text-align: left;
	color: #333333;
}

#journal a{
	color: #333333;
	text-decoration: underline;
}

#journal a:hover {
	color: #333333;
	text-decoration: none;
}

#tabtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
}

#tabtext {
	padding-bottom: 5px;
}

#homecontentarea {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 624px;
	padding-left: 20px;
	padding-right: 160px;
	padding-top: 2px;
	text-align: left;
	background-color: #EDEDED;
}

#homecontentarea a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6DB2CE;
	text-decoration: none;
}

#homecontentarea a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6DB2CE;
	text-decoration: underline;
}

#footer {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 624px;
	padding-left: 20px;
	padding-right: 160px;
	padding-top: 50px;
	background-color: #EDEDED;
	padding-bottom: 10px;
}

#footer a{
	text-decoration: underline;
	color: #6DB2CE;
}

#footer a:hover{
	text-decoration: none;
	color: #6DB2CE;
}

/* Halo effects */
#m1 {
	visibility: hidden;
	position: absolute;
	top: 207px;
	left: 439px;
	z-index: 100;
}

#m2 {
	visibility: hidden;
	position: absolute;
	top: 199px;
	left: 574px;
	z-index: 100;
}

#m3 {
	visibility: hidden;
	position: absolute;
	top: 206px;
	left: 674px;
	z-index: 100;
}

/* Drop Down Menus - Internet Explorer */
.dropdownbox {
	z-index: 990;
	position: relative;
	background-color: #FFFFFF;
/*	width: 172px; */
	border: 1px solid #999999;
}


.dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #333333;
	z-index: 990;
	font-style: italic;
	width: 140px;
	border-bottom: 1px solid #999999;
}

a.dropdown:active, a.dropdown:link, a.dropdown:visited {
	color: #333333;
	text-decoration: none;
	z-index: 199;
}
a.dropdown:hover {
	color: #333333;
	text-decoration: none;
	z-index: 199;
/*	background-color: #4062A1;*/
}

#v0 {
	left: 0px;
	top: 12px;
	position: absolute;
	visibility: hidden;
	z-index: 900;
}

#v1 {
	left: 150px;
	top: 12px;
	position: absolute;
	visibility: hidden;
	z-index: 900;
}

#v2 {
	left: 190px;
	top: 12px;
	position: absolute;
	visibility: hidden;
	z-index: 900;
}

#v3 {
	left: 272px;
	top: 12px;
	position: absolute;
	visibility: hidden;
	z-index: 900;
}

#v4 {
	left: 325px;
	top: 12px;
	position: absolute;
	visibility: hidden;
	z-index: 900;
}

#v5 {
	left: 250px;
	top: 12px;
	position: absolute;
	visibility: hidden;
	z-index: 900;
}

#x1 {
	top: 55px;
	left: 620px;
	position: absolute;
	z-index: 20;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 910;
}

#f1 {
	top: 55px;
	left: 620px;
	position: absolute;
	z-index: 20;
	visibility: hidden;
}
