﻿body {
	margin: 0px;
	padding: 0px;
	font: 0.76em Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	background: #99ccff url('Images/backgroundWave.png') repeat-x left 180px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
h1 {
	margin: 0;
	padding: 0;
}
h2, h3, h4, h5, h6 {
	padding: 5px 0 5px 0;
}
h1 {
	text-transform: uppercase;
	font-size: 3.5em;
	color: #0079c1;
	font-weight: bolder;
}
#marquee h1 {
	padding: 0;
	margin-bottom: -5px;
}
h2 {
	font-size: 1.8em;
	color: #4b8d7c;
}
#marquee h2 {
	text-transform: uppercase;
	color: #003e63;
	padding: 0;
}
h3 {
	font-size: 1.1em;
	color: #4b8d7c;
}
#marquee h3 {
	padding: 5px 0 0 0;
}
h4 {
	font-size: 1.2em;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}
img {
	border: none;
}
#marquee img {
	border: solid 1px silver;
}
/* End HTML */
/* Layout */
#topnav, #leftcolumn, #select {
	float: left;
}
#search {
	float: right;
}
#topnav {
	width: 100%;
}
#contentcontainer {
	background: white;
	width: 940px;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;
	min-height: 400px;
	border-right: solid 2px #0092cf;
	border-left: solid 2px #0092cf;
	clear: both;
	float: none;
}
/* Header */
#header {
	float: left;
	width: 742px;
	margin-left: 10px;
	height: 60px;
	padding: 20px 10px 0 10px;
	background: white url('Images/headerBackground.png') repeat-x;
}
/* End Header */
/* Column Layout */
#leftcolumn {
	width: 168px;
	float: left;
	margin-bottom: 10px;
}
.leftcolumncontent {
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	float: left;
	width: 161px;
	padding: 10px 6px 20px 0;
	background: white url('Images/headerLeftColumn.png') no-repeat top right;
}
#middlecolumn {
	float: left;
	width: 570px;
	padding: 0 10px;
	margin-bottom: 10px;
}
#submiddlecolumn {
	float: left;
	width: 762px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#rightcolumn {
	width: 182px;
	float: right;
	border-top: solid 1px #CCCCCC;
	margin-bottom: 10px;
}
.rightcolumncontent {
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	padding: 10px 0 20px 6px;
	background: white url('Images/headerRightColumn.png') no-repeat top left;
}
#content {
	float: left;
	padding-bottom: 20px;
}

/* End Column Layout */

#logo {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCCCCC;
}
#marquee {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: double 1px #CCCCCC;
}
#marqueecontent {
	position: absolute;
	width: 180px;
	top: 180px;
	left: 50%;
	margin-left: -280px;
}
#breadcrumbs {
	height: 20px;
}
#footer {
	clear: both;
	float: none; 
	height: 34px;
	color: white;
	background: url('Images/footerBackground.png') repeat-x;
}
#footerleft {
	float: left;
	height: 24px;
	padding-top: 10px;
	background: url('Images/footerLeft.png') no-repeat;
}
#footerright {
	float: right;
	height: 24px;
	padding: 10px 6px 0 0;
	background: url('Images/footerRight.png') no-repeat top right;
}
#bottom {
	width: 964px;
	margin: 0 auto;
}

/* Topnav */

#topnav {
	background: #006f51;
	padding: 6px 0px;
}
#topnav ul, #nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#topnav .container ul {
	float: right;
	border-right: solid 1px #00956d;
	text-align: right;
}
#topnav .container ul li, #nav ul li, #footerleft ul li {
	float: left;
}
#topnav .container ul li {
	border-left: solid 1px #00956d;
	border-right: solid 1px #00543d;
	padding: 0px 12px;
}
#topnav ul li.first {
	border-left: none;
}
#topnav .container ul li a {
	color: white;
	text-decoration: none;
	font: 0.9em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

/* Nav */

#nav {
	float: left;
	height: 46px;
	width: 762px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#nav ul {
	width: 570px;
	float: left;
	margin-right: 10px;
	background: url('Images/bgNav.png') repeat-x;
}
#nav ul li a {
	float: left;
	height: 33px;
	padding-top: 13px;
	width: 141px;
	color: white;
	font: 1.2em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border-right: solid 1px #00543d;
	border-left: solid 1px #007f5d;
}
#nav ul li.first a {
	background: url('Images/bgNavLeft.png') no-repeat left top;
	border-left: none;
}
#nav ul li.last a {
	background: url('Images/bgNavRight.png') no-repeat right top;
	border-right: none;
}
#nav ul li a:hover {
	color: #00bc89;
}
#nav ul li a.current {
	background: url('Images/bgNavCurrent.png') repeat-x;
	color: #666666;
}
#nav ul li.first a.current {
	background: url('Images/bgNavCurrentLeft.png') no-repeat left top;
}
#nav ul li.last a.current {
	background: url('Images/bgNavCurrentRight.png') no-repeat right top;
}
#nav span.topbutton {
	float: left;
}
#nav .topbutton a {
	float: left;
	width: 91px;
	height: 33px;
	padding-top: 13px;
	color: white;
	font: 1.2em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight:bolder; 
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: url('Images/copbuttong.png');
}
#nav .topbutton a:hover {
	color: #005c93;
}

#nav span.firebutton {
	float: left;
}
#nav .firebutton a {
	float: left;
	width: 91px;
	height: 33px;
	padding-top: 13px;
	color: white;
	font: 1.2em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight:bolder; 
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: url('Images/firebuttong.png');
}
#nav .firebutton a:hover {
	color: #935c00;
}

/* Leftnav */

ul#leftnav {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#leftnav ul {
	float: left;
	width: 152px;
	background: #666666;
	list-style: disc;
	padding: 6px 0 0 10px;
	color: silver;
	list-style-position: inside;
	border-bottom: solid 1px silver;
}
ul#leftnav li {
	float: left;
	padding: 0;
	background: url('Images/bgLeftNav.png') repeat-x;
}
ul#leftnav ul li {
	float: none;
	padding-bottom: 6px;
	background: none;
}
ul#leftnav li a {
	float: left;
	width: 134px;
	height: 23px;
	padding: 7px 2px 0 26px;
	background: url('Images/leftNavClosed.gif') no-repeat 10px 10px;
	color: white;
	text-decoration: none;
	border-bottom: solid 1px silver;
}
ul#leftnav li.current a, ul#leftnav li.current a:hover {
	background: #666666 url('Images/leftNavOpen.gif') no-repeat 10px 13px;
}
ul#leftnav li.current ul li a, ul#leftnav li.current ul li a:hover {
	background: none;
}
ul#leftnav li a:hover {
	background: #666666 url('Images/leftNavClosed.gif') no-repeat 10px 10px;
}
ul#leftnav ul li a {
	float: none;
	width: auto;
	height: auto;
	background: none;
	padding: 0;
	border-bottom: none;
}
ul#leftnav ul li a:hover {
	text-decoration: underline;
}

/* Left & Right Column Lists */

.leftcolumncontent ul, .rightcolumncontent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.leftcolumncontent ul li, .rightcolumncontent ul li {
	padding-bottom: 6px;
}
.leftcolumncontent ul li a, .rightcolumncontent ul li a {
	color: #4d4d4d;
	text-decoration: none;
}
.leftcolumncontent ul li a:hover, .rightcolumncontent ul li a:hover {
	color: #333333;
	text-decoration: underline;
}
.leftcolumncontent ul ul, .rightcolumncontent ul ul {
	padding: 6px 0 0 10px;
}

/* Breadcrumbs */

#breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
}
#breadcrumbs ul li {
	float: left;
	padding-right: 6px;
	margin-right: 6px;
	border-right: solid 1px silver;
}
#breadcrumbs ul li a {
	text-decoration: none;
	color: teal;
}


/* Footer */

#footerleft ul {
	float: left;
	margin: 0;
	padding:  0;
	list-style: none;
	border-right: solid 1px #b2b2b2;
}
#footerleft ul li {
	border-left: solid 1px #b2b2b2;
	border-right: solid 1px #666666;
	padding: 0px 12px;
}
#footer ul li.first {
	border-left: none;
	padding-left: 10px;
}
#footer ul li a {
	color: white;
	text-decoration: none;
}
#topnav .container ul li a:hover, #footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li a:hover {
	color: #333333;
}

/* Forms */


.bluebutton
{
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	display: inline;
	height: 31px;
	background: #0079c1 url('Images/selectRight.png') no-repeat right;
}
.bluebutton a {
	color: white;
	font-weight:bolder;  
	text-decoration:none; 
	float: left;
	background: url('Images/selectLeft.png') no-repeat left;
	height: 23px;
	padding: 8px 10px 0 10px;
}

#select {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	width: 380px;
	display: inline;
	height: 31px;
	background: #0079c1 url('Images/selectRight.png') no-repeat right;
}
#select label {
	color: white;
	float: left;
	background: url('Images/selectLeft.png') no-repeat left;
	height: 23px;
	padding: 8px 10px 0 10px;
}
#select label, #search label {
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#select select {
	margin-top: 5px;
	float: right;
}
#search {
	padding-top: 6px;
}
#select select, #search input {
	color: gray;
}
form#mailingList {
	margin: 0;
	padding: 0;
}
#search label, #search input {
	float: left;
	margin-right: 10px;
}
#search input.searchbutton {
	margin-right: 0;
}
#search label {
	padding-top: 4px;
}

/* Classes */

.container {
	width: 960px;
	margin: 0 auto;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
	float: none;
}
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #0079C1;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #99CCFF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #FBFBFB;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.watermarked {
	height:18px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	
.clear 
{
    clear: both; 
}
.sheet {
    display:none;
    padding: 5px 5px 5px 5px;
    position:absolute;
    z-index:2;
    opacity:.75;
    filter: alpha(opacity=75);
    height:303px;
    color:Black; 
    width:559px; 
    border-style:none; 
    background-color:White;  
}
.sheet h2 {
font-size:0;
height:0;
text-indent:-9999em;
}
.sheet li {
display:block;
float:left;
font-size:11px;
height:80px;
line-height:1.35em;
list-style-type:none;
margin:0 0 10px;
padding:0 5px;
width:155px;
}
.sheet li a {
display:block;
font-size:15px;
font-weight:bold;
margin-bottom:0;
padding:2px 5px;
color:#4B8D7C;
}
.sheet li a:hover {
color:#00bc89;
cursor:pointer;
}
.sheet li p {
line-height:18px;
padding:2px 5px;
}

.hddropdowntext li {height: 45px;}
.hdhealthbluebarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0px;
}
.hdhealthbluebarHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #666;
	margin-top: 0px;
}
.hdleftbackground {
	margin-top: 0px;
	background-image: url(images/index_13.gif);
	background-repeat: repeat-y;
}
.hdbodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	margin-top: 0px;
}

.hdbodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666;
	margin-top: 0px;
}

.hdbodyTextBoldBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	margin-top: 0px;
}

.hdbodyHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0079C1;
	margin-top: 0px;
}

.hddeptHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0079C1;
	margin-top: 0px;
}

hda {
	font-size: 12px;
	color: #0079C1;
}
hda:visited {
	color: #3B7051;
}
hda:hover {
	color: #333;
}

hdbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;	
}






ul#hdnav, ul#hdnav ul {
   margin: 0;
   padding: 0;
   list-style: none;
   }

ul#hdnav  li {
	position: relative;
	float: left;
	width:169px;
	height:57px;
	background-image: url(images/navHome.jpg);
	color: #000000;
	background-repeat: no-repeat;
}
   
#hdnav li ul {
   position: absolute;
   margin-left: -999em; /* hide menu from view */
   top: auto;
   left:0;
}

/* Styles for Menu Items */
ul#hdnav  li a {
   display: block;
   text-decoration: none;
   color: #777;
   height: 57px;
   min-height:0;
   }


/* this sets all hovered lists to red */
#hdnav li:hdhover a,#hdnav  li.over a,
#hdnav li:hover li a:hover,#hdnav li.over li a:hover {
	color: #777;
}

#hdnav li ul li a { padding: 0px 0px 0px 0px; } /* Sub Menu Styles */
#hdnav li:hover ul,#hdnav li.over ul {margin-left:0; } /* show menu*/









ul#hdnav1, ul#hdnav1 ul {
   margin: 0;
   padding: 0;
   list-style: none;
   }

ul#hdnav1  li {
   position: relative;
   float: left;
   width:147px;
}
   
#hdnav1 li ul {
   position: absolute;
   margin-left: -999em; /* hide menu from view */
   top: auto;
   left:0;
}

/* Styles for Menu Items */
ul#hdnav1  li a {
	display: block;
	text-decoration: none;
	background-image: url(images/navAdmin.jpg);
	height: 57px;
	font-size: 12px; 
	color: #0079C1;
   }

#hdnav1 li ul li a {
	width:170px;
	height: 30px;
	padding-left:16px;
	padding-top: 15px;
	background-color: #000000;
	background-image: url('images/navSubMenuBar.gif');
	outline-style: solid;
	outline-width: 1px;
	outline-color: #ECECEC;
} 
.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666;
	margin-top: 0px;
}

/* Sub Menu Styles */
#hdnav1 li:hover ul,#nav li.over ul {
margin-left:0;

} /* show menu*/







ul#hdnav2, ul#hdnav2 ul {
   margin: 0;
   padding: 0;
   list-style: none;
   }

ul#hdnav2  li {
	position: relative;
	float: left;
	width:154px;
	margin: 0;
	padding: 0;
}
   
#hdnav2 li ul {
   position: absolute;
   margin-left: -999em; /* hide menu from view */
   top: auto;
   left:0;
}

/* Styles for Menu Items */
ul#hdnav2  li a {
   display: block;
   text-decoration: none;
   background-image: url('images/navCommHealth.jpg');
   height: 57px;
   min-height:0;
	color: #0079C1;
   }

#hdnav2 li ul li a { 
width:220px;
height: 30px;
padding-left:16px;
padding-top: 15px;
background-color: #000000;
	background-image: url('images/navSubMenuBar.gif');
	outline-style: solid;
	outline-width: 1px;
	outline-color: #ECECEC;

} 

/* Sub Menu Styles */
#hdnav2 li:hover ul,#nav li.over ul {
margin-left:0;

} /* show menu*/







ul#hdnav3, ul#hdnav3 ul {
   margin: 0;
   padding: 0;
   list-style: none;
   }

ul#hdnav3  li {
   position: relative;
   float: left;
   width:162px;
   margin: 0;
   padding: 0;
}
   
#hdnav3 li ul {
   position: absolute;
   margin-left: -999em; /* hide menu from view */
   top: auto;
   left:0;
}

/* Styles for Menu Items */
ul#hdnav3  li a {
   display: block;
   text-decoration: none;
   background-image: url('images/navEnvHealth.jpg');
   height: 57px;

   min-height:0;
	color: #0079C1;
   }

#hdnav3 li ul li a { 
width:170px;
height: 30px;
padding-left:16px;
padding-top: 15px;
background-color: 000000;
	background-image: url('images/navSubMenuBar.gif');
	outline-style: solid;
	outline-width: 1px;
	outline-color: #ECECEC;
} 

/* Sub Menu Styles */
#hdnav3 li:hover ul,#nav li.over ul {
margin-left:0;

} /* show menu*/







ul#hdnav4, ul#hdnav4 ul {
   margin: 0;
   padding: 0;
   list-style: none;
   }

ul#hdnav4  li {
   position: relative;
   float: left;
   width:130px;
   margin: 0;
   padding: 0;
}
   
#hdnav4 li ul {
   position: absolute;
   margin-left: -999em; /* hide menu from view */
   top: auto;
   left:0;
}

/* Styles for Menu Items */
ul#hdnav4  li a {
   display: block;
   text-decoration: none;
   background-image: url('images/navLab.jpg');
   height: 57px;
   min-height:0;
	color: #0079C1;
   }

#hdnav4 li ul li a {
	width:125px;
	height: 30px;
	padding-left:16px;
	padding-top: 15px;
	background-color: 000000;
	background-image: url('images/navSubMenuBar.gif');
	outline-style: solid;
	outline-width: 1px;
	outline-color: #ECECEC;
} 

/* Sub Menu Styles */
#hdnav4 li:hover ul,#nav li.over ul {
margin-left:-12px;

} /* show menu*/
.modalBackground {
    background-color: #353535;
    opacity: 0.9;
}
