@charset "utf-8";

/******************** BEGINS XHTML SELECTORS ********************************/
body  {
	padding: 0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height:1.5em;
	color:#666666;
	font-size:80%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
}

h1{font-family:Georgia, "Times New Roman", Times, serif;}
h1,h2{color:#40709d;}
h1{font-size:170%;}
h2{font-size:150%;}
h3{font-size:130%; color:#333; font-weight:normal;}
h4{font-size:100%; text-decoration:underline;}


a{
	color:#40709d;
	text-decoration:none;
	border-bottom:thin;
	border-bottom-width:1px;
	border-bottom-color:#40709d;
	border-bottom-style:dotted;	
}

a:hover{
	color:#6695c1;/*#85bb5a;*/
	text-decoration:none;
	border-bottom:none;
}

ol li{padding-bottom:5px;}

ul li{list-style-image:url(../images/libullet.gif); padding-bottom:5px;}

ul li ul li{list-style-image:url(../images/lili.gif);}

ul li ul li ul li{list-style-image:url(http://slph.ncpublichealth.com/images/lilili.gif);}

dt,caption,label{font-weight:600;}

dd{padding-bottom:5px;}

hr{color:#41a555; height:1px;}

label{padding-right:5px;}

noscript {font-size:95%; font-weight:600;}

img{border:none; background:none; text-decoration:none;}


/***** Ends XHTML Selectors *****/

/*-----------------------------------------------------------------------------------------------*/

/***** Begins CLASS Selectors *****/

.vnav{
	top:0;
	margin:0;
	padding:0;
	font-size:95%;
	vertical-align:top;	
}
.vnav ul {
	margin:0;
	padding:0;
	display:block;
	list-style-type:none;
}

.vnav ul li{
	list-style-type:none;
	display:block;
	margin:0;
	width:159px;
	padding:0;
	padding-top:2px;
	padding-bottom:3px;
	line-height:1.1em;
}

.vnav ul li a{
	display:block;
	font-weight:bold;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;	
}

.vnav ul li a:hover{
	display:block;
	font-weight:bold;
	color:#40709d;
	padding-left:3px;	
	padding-top:3px;
	padding-bottom:3px;	
	background-color:#f6fcfe;
}

.vnav a{
	color:#F4F4E7;
	text-decoration:none;
	border:none;
	margin:0;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;	
}

.vnav a:hover{
	color:#FFFFFF;
	border:none;
	margin:0;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;	
	background-color:#d4a003;
}

.headerNavText{
	font-size:85%; 
	color:#40709d; 
	padding-top:2px; 
	margin:4px 0 4px 0;
	width:90%;
	float:left;
}

.headerNavText a{
	font-weight:700;
	text-decoration:underline;
	padding:2px 2px 2px 2px;
	border:none;

}

.headerNavText a:hover{
	color:#6695c1;
	text-decoration:none;
	border:none;
}

.rightMenuTitle{
	display:block;
	font-weight:bold;
	width:170px;
	height:25px;
	text-align:center;
	padding-top:7px;
	background-image:url(http://slph.ncpublichealth.com/images/navigation/rightHeaderBG.gif);
	background-repeat:no-repeat;
}

.arrowlistmenu{
	width:170px; /*width of accordion menu*/
	overflow:auto;
}	

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	display:block;
	font-weight:bold;
	font-size:95%;
	background-image:url(http://slph.ncpublichealth.com/images/navigation/rightHeaderBG.gif);
	background-repeat:no-repeat;
	margin-bottom:0px; /*bottom spacing between header and rest of content*/
	padding-top:5px;
	padding-right:0;
	padding-bottom:0;
	padding-left:0; /*header text is indented 10px*/
	text-align:center;
	height:25px;
	cursor:pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image:url(http://slph.ncpublichealth.com/images/navigation/rightHeaderBG-2.jpg);
	background-repeat:no-repeat;
	padding-bottom:0;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom:2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	display:block;
	padding:2px 0;
	padding-left:20px; /*link text is indented 19px*/
	text-decoration:none;
	border-bottom:1px solid #4d7ba7;
}

.search{padding-bottom:5px;}
.searchform{margin:0px;}
.searchButton{font-size:XX-Small; width:30px;text-align:center; font-weight:bold;}
.searchBox{
	font-size:small;
	color:#666666;
	border:thin;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	border-collapse:collapse;
}

.images{
	border:none; 
	background:none;
	text-decoration:none; 
}

.download{
	font-size:95%;
	text-align:center;
	background-color:#f4f4f4;
	width:330px;
	padding:10px;
	border:thin;
	border-width:1px;
	border-style:dashed;
	border-color:#CCCCCC;
}

.notice{
	font-style:italic;
	font-size:110%;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	background-color:#f6fcfe;
	border:thin;
	border-style:solid;
	border-color:#a9c8e5;
	border-width:1px;
	padding:5px;
	margin-left:20%;
	margin-right:20%;
}

.infoTable{
	border:thin;
	border-style:solid;
	border-width:1px;
	border-color:#f3f3f3;
}

.infoTable th{background-color:#f3f3f3; padding:5px; text-align:center;}

.infoTable td{
	border:thin;
	border-color:#f3f3f3;
	border-style:solid;
	border-width:1px;
	padding:5px;
	vertical-align:top;
}

.smallText {
	font-size:95%;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

.lastMod{
	font-size:95%; 
	color:#666666; 
	text-align:center;
}

.new{color:#FF6600;}

.required{color:#FF0000;}

.sitemap ul li{ list-style-image:url(http://slph.ncpublichealth.com/images/li.jpg);font-weight:700;}
.sitemap ul li ul li{list-style-image:url(../images/lili.gif); font-weight:700;}
.sitemap ul li ul li ul li{list-style-image:url(http://slph.ncpublichealth.com/images/lilili.gif);font-weight: normal;}
.sitemap ul li ul li ul li ul li{list-style-image:url(http://slph.ncpublichealth.com/images/lililili.gif);font-weight: normal;}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.footerLogo {text-align:right; padding-bottom:10px;}

.center{text-align:center;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.vnav ul, .rightMenuTitle, .arrowlistmenu .menuheader,	.smallText{color:#FFFFFC;}

.contact{background-image: url(http://slph.ncpublichealth.com/images/contact-table-bg.gif); width:500px;}

.formTitle {	
	color:#40709d;
	font-size:110%;
	font-weight: bold;
	text-align: center;
	background-color:#eff9fc;
}

.feedbackTable{
border:1px solid #40709d;
}

.feedbackFormHeader{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:120%;
color: #40709d;
padding:10px 0 10px 4px;
margin:0;
font-weight:bold;
}

.feedbackCountDown{
background-color:#ffffff;
color: #40709d;
font-weight:bold;
border:0;
}


.resultsTable {font-size:80%; border:thin; border-width:1px; border-style:solid; border-color:#999999; border-right:none; empty-cells:hide;}
.resultsTable td, .resultsTable th{border:thin; border-width:1px; border-style:solid; border-color:#999999; border-bottom:none; border-left:none;}
.resultsTable th{border-top:none;}

table.datatableWideLeftRounded{
    text-align: left;
	margin: 8px 5px 1em 0; 
	padding: 2px;
	width: 99%;
	border-radius:4px;
	-moz-border-radius:8px;
	box-shadow:3px 6px 6px #a3a1a1;
	-moz-box-shadow: 2px 3px 3px #a3a1a1;
	border-collapse:separate;
	-webkit-box-shadow:2px 3px 3px #a3a1a1;
	border:1px solid #eeeeee;
}

table.datatableWideLeftRounded th{
	font-family: verdana, arial, helvetica, sans-serif;
	/*font-size: .90em;*/
	line-height: 1.2em; 
	font-weight: 700;
	border: 1px solid #eeeeee;
	letter-spacing: 2px;
	padding: 3px;
	vertical-align: bottom;
	background-color:#f9f7f7;
	text-align:left;
}

table.datatableWideLeftRounded td {
	font-family: verdana, arial, helvetica, sans-serif;
	/*font-size: .85em;*/
	line-height: 1.2em; 
	border: 1px solid #eeeeee;
	padding: 3px;
	vertical-align: top;
}


/********************** ENDS CLASS SELECTORS **********************/

/*----------------------------------------------------------------------------------------------------------*/

/***********************BEGINS ID SELECTORS************************/

#container { 
	width: 100%;
	min-width:800px;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;	
}

#mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	/*text-align:justify;*/
}

#header{
	height:90px;
	text-align:left;
	margin:0 0 1em 0;
	padding:0;	
	width:100%;
	float:left;
	clear:none;
	display:block;
	width:98%;
	/*float:left;*/
}

#header h1{
	margin:0;
	color:#cc9900;
	font-size:190%;
	line-height:normal;
	padding:10px;/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right:0;
}
/*
Tips for rightMenu:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#rightMenu p" rule.
*/


/********* the ID rightMenu is the style of the sitemenu.asp page or the right-site menu items on the site *********/
#rightMenu{
	font-size:85%;	
	float:right;
	line-height:1.2em;
	width:170px; /* since this element is floated, a width must be given */
	margin:0; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-top:120px;
	padding-top:0;
	padding-right:5px;
	padding-left:0;
	overflow:hidden;
}

#rightMenu ul li{
	list-style-image:none;
	display:block;
	border-bottom:thin;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#d3e7fb;
	padding-bottom:0;
}

#rightMenu a{
	display:block;
	text-decoration:none;
	padding-bottom:5px;
	padding-left:7px;
	border-bottom:none;
	background-color:#f6fcfe;
}

#rightMenu a:hover{
	display:block;
	color:#40709d;	
	background-color:#e0f7ff;
	padding-bottom:5px;
	padding-left:7px;
}

#leftMenu {
	float: left; 
	font-size:92%;
	color:#fffffc;	
	width:160px; /*Width of frame div*/
	height:100%;
	top:0;
	left:0;
	bottom:0;
	padding:0;
	margin-top:0;
}

#form{
	padding-left:200px; 
	padding-top:10px; 
	padding-bottom:5px;
	padding-right:10px;
	text-align:right;
}

#search{
	position: relative;
	text-align:right;
	margin:0;
	padding:0;
}

#footer{
	font-size:95%;
	text-align:left;
	margin:auto; /* The auto margins (in conjunction with a width) center the page. */
	padding:0; /* This padding matches the left alignment of the elements in the divs that appear above it. */
	padding-bottom:10px; /* Padding on this element will create space, just as the the margin would have, without the margin collapse issue. */
	padding-right:10px;
}

/******************************* ENDS ID SELECTORS ************************************/
/*
*html #container{min-width:800px}
*/
/* Hide from IE-mac \*/
* html .vnav ul li a{height:1%;} /* hide from IE 5.0 */ 
/* End hide */