
/* body background color and height and margin settings to permanently display vertical scrollbar in Firefox */
html, body {
margin-top:0;
height: 100%;
margin-left:0;
margin-right:0;
min-height: 100%; 
margin-bottom: 1px;
background-color:#fdfddf;
}

img{
margin:0;
padding:0;
border:0;
}

.pictureright { 
	border: 1px transparent; 
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif;
	margin: 0.5em 0pt 0.5em 2em; 
	float:right; 
	display: inline;
	width: auto;
	position: relative;
	}

.pictureleft { 
	border: 1px transparent; padding: 3px;
	font: 11px/1.4em Arial, sans-serif;
	margin: 0.5em 2em 0.5em 0pt; 
	float:left; 
	display: inline;
	width: auto;
	position: relative;
	}

.listPositionInside{
list-style-position:inside;
margin-left:1em;
border:1px transparent;
}

ul.address{
list-style-type:none;
margin-top:12px;
margin-left:20px;
}

/* header, <h> tag selectors; modify as needed; in the mock-up images are used for page headings */
h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:150%;
color: #003399;
}

h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:140%;
color: #003399;
}

h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:130%;
color: #003399;
padding:10px 0 10px 0;
margin:0;
}

h4{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:110%;
color: #003399;
padding:10px 0 10px 0;
margin:0;
}

h5{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:100%;
color: #003399;
}

.pageHeader{
font-size:1.4em;
font-weight:bold;
}

.paraHeader{
font-size:1.3em;
font-weight:bold;
}
/*---navigation items/links; */

/*LEFT COLUMN VERTICAL NAVIGATION*/
/*classes should not need to be modified unless you modify the background colors of the table and graphics*/

/* right border on left navigation column and background image*/
.vertNavBorder{
border-right:1px solid #003399;
background-image:url("images/cdibgimg.gif");
background-repeat:repeat-y;
background-color:#003399;
}

/* left navigation column font and link styles, background colors, etc.*/
.vnav
{
/*
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	*/
	font-size: 70%;
	color: #fdfddf;
	

}

.vnav ul {
	display: block;
	margin: 0;
	padding: 2px;
	list-style-type: none;
	font-family: tahoma;	
	color: #fdfddf;

}

.vnav A
{
	color: #fdfddf;
text-decoration: none;
margin: 0;
padding: 2px;
}

.vnav A:visited
{
	color: #fdfddf;
margin: 0;

}

.vnav ul li
{
	list-style-type: none;
	display: block;
	margin-bottom: 2px;
	margin-right: 0;
	margin-left: 0;
}

.vnav ul li a
{
	display: block;
	font-weight:bold;
	color: #fdfddf;
			/*border-bottom: dashed 1px #F3F4D8;*/

}

.vnav A:hover
{

	color: #3366cc; 
	font-weight: bold; 
	background-color: #eff3fd; 
	/*background-color:#fbe1e1;*/
	text-decoration: underline;
	/*border: 1px solid #006eaa;*/
	/*border:1px solid #330033;*/

}


/* Hide from IE-mac \*/
* html .vnav ul li a/* hide from IE 5.0 */ {height: 1%;}
/* End hide */

/*
.vnav
{
font-size: 70%;
color: #fdfddf;
}

.vnav ul {
display: block;
margin: 0;
padding: 2px;
list-style-type: none;
font-family: tahoma;	
color: #fdf3ce;
}

.vnav ul li
{
list-style-type: none;
display: block;
margin-bottom: 2px;
margin-right: 0;
margin-left: 0;
}

.vnav ul li a
{
display: block;
font-weight:bold;
color: #fdfddf;
margin: 0;
padding: 2px;
text-decoration:none;
}

.vnav a:visited
{
display: block;
font-weight:bold;
color: #fdfddf;
text-decoration:none;
}

.vnav A:hover
{

color: #3366cc; 
font-weight: bold; 
background-color: #eff3fd; 
text-decoration: underline;
}
*/


/*---font for the small "links open in new windows" notes in left navigation; these are for screen readers so visibility is not a priority---*/
.smallText {
font-family: arial, verdana, helvetica, sans-serif; font-size: 62%; color: #fdfddf; text-align: center; padding-bottom: 2px;
}

/*HORIZONTAL NAVIGATION ROW in main body at top below logo*/

.hNavText{
font-family: verdana; 
font-size: 80%; 
font-weight: bold; 
color:#003399; 
padding-top:2px; 
margin:4px 0 4px 0;}

.hNavText A{
font-family: verdana, arial, helvetica;
color: #003399;
font-weight: bold;
text-decoration: underline;
border-left: 1px solid #ffffec;
border-right: 1px solid #ffffec;
border-top: 1px solid #ffffec;
border-bottom: 1px solid #ffffec;
padding:1px 2px 2px 2px;
}

.hNavText A:visited{
font-family: verdana, arial, helvetica;
color: #003399;
text-decoration:underline;
}

.hNavText A:hover{
font-family: verdana, arial, helvetica;
color: #3366cc;
background-color:#eff3fd;
border-left: 1px solid #3366cc;
border-right: 1px solid #3366cc;
border-top: 1px solid #3366cc;
border-bottom: 1px solid #3366cc;
text-decoration:none;
}

/*---FOOTER NAVIGATION: DHHS Disclaimer and DPH Privacy links at bottom of page---*/
.footerText {
	font-family: tahoma, arial, helvetica, sans-serif; font-size: 70%; padding: 2px; color: #003399; font-weight: bold;
}

.footerText A {
color: #003399;
text-decoration: none;
padding: 2px;
}

.footerText A:visited {
color: #003399;
text-decoration: none;
}

.footerText A:hover
{
	color: #3366cc; 
	text-decoration: underline;
}

/*---content area font and link styles---*/
.contentFont{
font-family: verdana,tahoma,arial,helvetica;
color: #000;
font-size: 80%;
line-height: 150%;
}

.contentFont A {
font-family: verdana,tahoma,arial,helvetica;
color: #003399;
text-decoration: underline;
font-weight: bold;
}

.contentFont A:visited{
font-family: verdana,tahoma,arial,helvetica;
color: #003399;
text-decoration: underline;
}

.contentFont A:hover{
font-family: verdana,tahoma,arial,helvetica; 
color: #3366cc; 
font-weight: bold; 
text-decoration: none;
}

/*highlights box border, spacing, font, link styles*/

.highlights table{
margin:4px 20px 20px 10px;
font-size:1em;
}


.highlights a{
font-family: verdana, tahoma, arial; 
color: #003399; 
text-decoration: underline; 
font-weight:bold; 
border:none;
}

.highlights a:visited{
font-family: verdana, tahoma, arial; 
color: #003399; 
text-decoration: underline; 
font-weight:bold; 
border:none;
}

.highlights a:hover{
font-family: verdana, tahoma, arial; 
color: #3366cc; 
text-decoration: none; 
font-weight:bold; 
border:none;
}

.highlightsTDText{
font-family: verdana, tahoma, arial; color: #000000; padding: 3px;
background-color:#eff3fd;
border-left: 1px solid #3366cc;
border-right: 1px solid #3366cc;
border-top: 1px solid #3366cc;
border-bottom: 1px solid #3366cc;
}

.contentListwithImage ul {
list-style-image:url(images/listbulletpage.gif);
line-height:200%;
}



* html .contentListwithImage ul li {
list-style-image:url(images/listbulletpage.gif);
}


* html .contentListwithImage ul li ul li{
list-style-image:url(images/listbulletpage.gif);
}

* html .contentListwithImage ul li ul li ul li{
list-style-image:none; list-style-type:disc;
}

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


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

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



.listAvecImageBullet{
list-style-image:url(images/listbulletpage.gif);
}

/*reduce default indentation of bulleted lists so lines of text are longer and not awkwardly aligned within small highlights container*/
.basicListReducedIndent{
display: block;
line-height: 120%;
list-style-type: disc;
margin:0;
padding-left:20px;
margin-top:2px;
margin-bottom:2px;
list-style-image:url(images/listbulletpage.gif);
}

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

/*---DHHS Search Form style---*/

/*search form field; user input field*/
.searchBox{
FONT-SIZE: 90%; 
COLOR: #003399;
font-weight: bold;
FONT-FAMILY: verdana, arial, tahoma; 
background-color: #fdfddf;
margin-right: 2px;
margin-left: 2px;
}

/*font color, size, etc. on "Go" button*/
.searchButton{
color: #003399;
font-weight: bold;
FONT-FAMILY: verdana, arial, tahoma; 
font-size:75%;
}


/* text next to the search box that reads "Search" */
.searchText{
FONT-FAMILY: verdana, arial, tahoma; 
font-weight: bold;
font-size: 90%;
color: #003399;
}

/* prevent gaps around search form to other page elements */
.searchForm{
margin: 0;
padding: 0;
}


/*---font for last modified script at bottom of page---*/
.lastMod {
	font-family: arial, helvetica, sans-serif; font-size: 70%; color: #333333;
}

/* --- misc --- */

/* fixed vertical spacing above and below section title graphic; use elsewhere  if fits need */
.giveSomeSpace{
width:1px;
height:5px;
padding:0;
margin:0;
}

/* page/content divider lines, "custom" <hr> tags; tweaks may be necessary */

.listSeparator{
border-top:1px solid #E6e6f5;
height:1px;
width:100%;
margin-top: 4px;
margin-bottom: 8px;
}

.listSeparatorRdcdMargHighlights{
border-top:1px solid #003399;
height:1px;
width:100%;
margin-top: 0px;
margin-bottom: 0px;
}

/*might be used if the expand/contract script is used and the label for the hidden content needs a class to change the cursor style on mouseover */
/* an example of the expand/contract script is used with the folders on the DPH home page, www.ncpublichealth.com */
.infoCursor {
cursor:pointer;
}

.introText {
	font-family: arial, helvetica, sans-serif; font-size: 70%; padding-left: 8px; color: #000000;
}

.introText A {
color: #000099;
text-decoration: none;
}

.introText A:visited {
color: #000099;
text-decoration: none;
}

.introText A:hover
{

	background-color: #F2E9C3;
	color: #666;
	text-decoration: underline;		

}

.pNew{
color:#ff6600;
font-weight:bold;
}

.focusFont{
font-size:0.9em;
text-align:left;
}

