/***********General Styles **********/

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	margin: 0;
	background-color: #D6E7EF;
}


td{
	font-family: verdana, arial, sans-serif;
	font-size: small;
}


a{
	color: #0066CC;
	voice-family: "\"}\"";
	voice-family: inherit;
}

a:hover{
	color: #569BBD;
	text-decoration: underline;
	voice-family: "\"}\"";
	voice-family: inherit;
}

a:visited{
	color: #569BBD;
	voice-family: "\"}\"";
	voice-family: inherit;
}

/*********** general layout **************/
	
#wrapper{
	background: white;
	color: black;
	margin: auto;
	padding: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 90%;
	voice-family: "\"}\""; 
	voice-family:inherit; 
}

/*************** Content Section ******************/

#main{
	padding: 10px 15px;
}

.pagehdg {
	display: block;
	background: #78A22F;
	padding: 5px 10px 10px;
	color: white;
	font-weight: bold;
	text-align: right;
}

.feature {
	float: right;
	width: 40%;
	margin: 10px;
	padding: 10px;
	border: 1px solid #BA5521;
	text-align: center;
}

.feature img {
	padding: 10px;
}

.feature p {
	margin-top:0;
}
	
.colorblock {
	background-color: #FFFBE6;
	color: #000000;
	width: 40%;
	padding: 5px 5px 5px 0;
	margin: 0 0 10px 10px;
	border: 1px solid #BA5521;
	float: right;
}

.colorblock ul, colorblock li {
	margin-top: 0;
}

.colorblock p {
	font-weight: bold;
	font-size: 85%;
	text-align: center;
}

.colorblock a {
	font-size: 85%;
}

.goLeft {
	float: left;
	padding: 0 10px 10px 0;
}

.goRight {
	float: right;
	padding: 0 0 10px 10px;
}

/************* Left Nav Bar ******************/

.navtable_dark {
	background-color: #FFE980;
	border-right: 4px inset #FFE980;
	border-bottom: 4px inset #FFE980;
}

.navtable_light {
	background-color: #FFFBE6;
	border-right: 4px inset #FFFBE6;
	border-bottom: 4px inset #FFFBE6;
}

.navhdg {
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	padding: 10px 5px 5px;
	color: black;
	display: block;
}

.navseparator {
	width:80%;
	display: block;
	border-bottom: 1px solid #0066CC;
}

.nav {
	padding:0;
	margin:0;
}

.nav a {
	background: url(images/navbox_off.gif) no-repeat 0px 2px;
	padding: 0px 8px 0px 10px;
	text-decoration:none;
	color: #000000;
}
 .currpage {
	background: url(images/navbox_current.gif) no-repeat 0px 2px;
	padding: 0px 8px 0px 10px;
	text-decoration:none;
	color: #333333;
}

.nav a:hover{
	background: url(images/navbox_on.gif) no-repeat 0px 2px;
	color: #0066CC;
}
	
.nav ul{
	width: 173px;
	color: #000000;
	padding-left: 2px;
	margin: 0;
}

.nav ul li{
	margin: 0;
	font-size: 85%;
	padding: 0 0 5px 15px;
	list-style-type: none;
	text-indent: -10px;
	width:97%;
}

.nav ul li.last{
	padding-bottom: 10px;
}

/************** Content Section ************/

#mapproject {
	margin-bottom: 10px;
}

#mapproject .dataset {
	clear: both;
}

.smalltext {
	font-size: 85%;
	font-weight: bold;
}

/************** Footer *****************/
 
#footer {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 85%;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	margin-top: 20px;
	background: #929077 url(images/footer_bg.gif) repeat-x;
	padding: 2px 7px 2px 7px;
	text-align: center;
	clear: both;
}

#footer p{
	margin: 3px 0px 2px 0px;
	padding: 0;
	font-size: 85%;
	font-family: verdana, arial;
	font-weight: bold;
}

#pdfnotice {
	border-top: 1px solid #444444;
	margin: 10px;
}

/*************** Headings *************/

h1{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #000000;
	margin: 14px 0 9px 0;
}

h2{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #000000;
	margin: 15px 0 7px 0;
}

h3{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	margin: 12px 0 5px 0;
}

h4{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	margin-bottom: -2px;
}

h5{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}

