/*----- start GENERAL SETTINGS------*/
body {
	font-family: Arial, Helvetica, sans-serif; font-size: 90%;
	margin: 15px 0 15px 0;
	padding: 0;
	background-color: #DFDFE2;
}

table td {
	padding: 0; border-width: 0; font-family: Arial, Helvetica, sans-serif; font-size: 95%;}

table {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;}

td {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	}
	
a img,:link img,:visited img { border:none }

a:link {  
	color: #1E5688; text-decoration: underline;}
a:hover {
	color: #063;
	text-decoration: underline;
}
a:active {  
	color: #1E5688; text-decoration: underline;}
a:visited {
	color: #3E5168;
	text-decoration: underline;
}
	
h1 {font-family:Arial, Helvetica, sans-serif; font-weight:bold; 
	color: #063; font-size: 115%
}
h2 {font-family:Arial, Helvetica, sans-serif; font-weight:bold; 
	color: #9E6A0A; 
	font-size: 100%
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #1E5688;
	font-size: 95%;
	}
sup{
font-size: 80%;
}
a sup{
text-decoration: none;
}
.smallarial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight:bold;
}
.photoCap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight:bold;
	line-height: 1.3em;
}
.date{
	color:#666666;
	font-size: 85%;
}
p#footnote {
	color:#000000;
	font-size: 85%;

	margin-left: 15px;
	text-indent: -5px;
}
.footnoteNum {
font-size: 75%;
vertical-align:super;
}
.release {
	color: #996600;
	font-weight:bold;
}
.video {
	color: #003399;
	font-weight:bold;
}
p.hangingIndent {
margin-left: 25px;
text-indent: -25px;
}

#container{
	clear: both;
	width: 802px;
	min-height: 362px;
	margin: 0 auto 0 auto;
	background-image:url(images/white_bkgrnd.gif);
	background-repeat:repeat-y;
}

p.indent{
	margin: 20px 20px;
}

/* table layout */
.blackborder {
	font-size: 90%;
}
table.blackborder{
	background-color:#FFFFFF;
	border-collapse: collapse;
}
table.blackborder p{
padding:0;
margin:0;
}
tr.black td{
	padding: 3px 5px;
	border: 1px solid #666;
}
tr.black2 td{
	padding: 3px 5px;
	border: 1px solid #666;
	vertical-align:top;
}
.cellwidth{ width: 82px;
}

.floatright { 
	float: right; 
	margin: 4px 0px 0px 8px;
}
.floatleft {
	float: left;
	margin: 4px 8px 4px 0px;
}
/*----- end GENERAL SETTINGS------*/

/*----- start TOP BANNER AREA------*/
#title {
	color: #FFFFFF;
	font-weight:bold;
	margin: 1px 0 0 8px;
	padding: 3px 0 0 10px;
	font-size: 85%;
	vertical-align: middle;
	width: 774px;
	height: 20px;
	background-color: #FFF;
}
#titleStaff {
	color: #FFFFFF;
	margin: 1px 0 0 8px;
	padding: 3px 0 0 10px;
	font-size: 85%;
	vertical-align: middle;
	width: 774px;
	height: 20px;
	background-color: #4A9915;
	border:1px solid #3F620F;
}
div#search {
	width: 250px;
	position: relative;
	/* top for Safari only - see very bottom of page for other browsers */
	top: -40px;
	left: 537px;
}

#searchField { 
	 font-size: 11px; 
	 background-color: #fff; 
	 border: 1px solid #666666; 
	 margin-left: 4px;
	 margin-right: 2px;
	 padding-left: 2px;
}


/* breadcrumbs*/
#crumbs{
font-size: 75%;
color:#996600;
position:relative;
top: -40px;
left: -120px;
text-align:right;

}
#crumbs a{
color:#996600;
}

/*----- end TOP BANNER AREA------*/

/*----------start NAVIGATION -----------*/
#leftnav{
	float: left;
	margin-left: 8px;
	position:relative;

}
		/* top setting for Safari only - see very bottom of page for other browsers */
		#leftnav{	
		top: -55px;
		}
div.sdmenu {
    width: 175px;
    font-family: Sans-Serif;
    font-size: 11px;
    padding-bottom: 10px;
	margin: 3px 0 0 4px;
    background: #fcf9e0 url(images/bottom.gif) no-repeat  right bottom;
    color: #000;
	border: 1px solid #CCC;
}
div.sdmenu a, div.sdmenu a:hover, div.sdmenu a:visited{
text-decoration: none;
color: #000;
}
div#controls{
	margin: 3px 0 0 15px;

}
#controls .btn{
	color:#666666;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	background-color: #Fff;
	border: 1px solid #CCC;
   }

div.sdmenu div {
	background: url(images/toptitle.jpg) no-repeat;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(images/toptitle.jpg) no-repeat;
}
div.sdmenu div.collapsed {
	height: 26px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
	color: #000;
	background: url(images/expanded2.gif) no-repeat 5px center;
	cursor: default;
	border-bottom: 1px solid #CCC;
}
div.sdmenu div.collapsed span {
	background-image: url(images/collapsed2.gif);
}
div.sdmenu div a {
	font-size: 11px;
	height: 16px;
	padding: 3px;
    text-indent: 11px;
    background: #FCFCFC;
    display: block;
    border-bottom: 1px solid #CCC;
    color: #000;
    text-decoration: none;
}
div.sdmenu div a.current {
	background : #F5EDDC;
}
div.sdmenu div a:hover {
	background : #EAEAEA;
	text-decoration: none;
}
span.menuitem  a{
	font-size: 11px;
    text-indent: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
    background: url(images/title.gif) repeat-x;
    display: block;
    border-bottom: 1px solid #CCC;
	font-weight:bold;
    color: #000;
    text-decoration: none;
}

/*----------end NAVIGATION----------*/


/*----------start CONTENT--------------*/
#content{ 
	margin: 0px 35px 0px 225px;
	font-size: 90%;
	width: 500px;
	position:relative;
	top: -35px;
}
*html #content{
	top: -10px;
}

		/*---homepage CONTENT ---*/
		#homeContent{ 
			margin: 0px 30px 0px 225px;
			font-size: 90%;
			width: 540px;
			position:relative;
			top: -35px;
		}
		*html #homeContent{
			top: -10px;
		}
#stateContent{
width: 540px;
margin: -40px 30px  0 225px;
}
		
#news {
float: right;
width: 170px;
background-color:#CAD7DF;
font-size: 80%;
margin: 15px 10px 10px 15px;
text-align:left;
}
p.newsTitle{
background-color: #990000;
padding: 3px 0 3px 5px;
margin:0;
color: white;
font-size: 110%;
font-weight:bold;
}
p.news{
margin:0;
padding: 4px 4px 4px 4px;
}
.subtitle2 {font-family:Arial, Helvetica, sans-serif; 
		   font-weight:bold;
		   color: #333; 
		   font-size: 115%; 
}
		p.big{
		font-size: 120%;
		color: #175b93;
		padding:0 5px 0 5px;
		font-weight:bold;
	}
		p.reg{
		padding: 0 5px;
		font-size: 100%;
		}
		
		/*---end homepage CONTENT ---*/
#map {
	margin: 0 10px 0 10px;
}

/*----------end CONTENT--------------*/




/*----------start FOOTER --------------*/
#footContainer{
	clear: both;
	width: 802px;
	margin: 0 auto 0 auto;
	height: 88px;
}
#footer{
   font-size: 70%; 
   color: #999;
   text-align: center; 
   padding: 0; 
   vertical-align: middle;	
   width: 802px;
}
#footlinks a{
	padding: 0 5px;
	font-weight: bold;
}
#footer a:link, #footlinks a:link{
	text-decoration: none; color: #666;
}
#footlinks a:link{
	color: #063;
}
#footer a:hover{
	text-decoration: underline; color: #333;
}
#footlinks a:hover{
	text-decoration: underline;
}
#footer a:visited, #footlinks a:visited {
	text-decoration: none; color: #666;
}
#footlinks a:visited{
	color: #175b93;
}
#dpiLogo{
float:right;
position: relative;
top: 20px;
padding: 0 10px 0 10px;
}
/*------------end FOOTER--------------*/


/* Always show vertical scrollbar hack for Firefox and Safari */
html {
	height: 100%; margin-bottom: 1px;
}

		/* -- hack -- CSS for all browsers NOT SAFARI*/
#help {
	right: 8px;
	top: -30px;# 
}
div#search {
	top: -37px;
}
#leftnav{
	top: -35px;
}
		/*end hack*/