/* This is the background color for building tables with border colors. */
.c-bg-gray1 {	background-color: #CCCCCC;}
.c-table-bg {	background-color: #FFFFFF;}
.c-table-topic-bgcolor {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: small;	font-weight: bold;	color: #000000;	padding-top: 3px;	padding-bottom: 3px;	padding-left: 5px;	background-color: #DDDDDD;}
.c-bold {	font-weight: bold;}
.c-titles-large {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1.2em;	color: #990000;	font-weight: bold;}
.c-small {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: x-small;}
.italics {	font-style: italic;}
.red-highlight {	color: #FF0000;}
.red-highlight-small {	font-size: small;	color: #FF0000;}
#skip a, #skip a:hover, #skip a:visited  {  position:absolute;  left:0px;  top:-500px;  width:1px;  height:1px;  overflow:hidden;}
#skip a:active {  position:static;  width:auto;  height:auto; }
.c-content-small {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: small;}
.c-table-topic-bgcolor-blue {	background-color: #A3B6D6;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1.0em;	font-weight: bold;	color: #000000;}
.c-table-bg-red {	background-color: #990000;}
.c-bg-black {	background-color: #000000;}
.c-table-topic-bgcolor-dblue {	background-color: #003366;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1em;	font-weight: bold;	color: #FFFFFF;}
.c-table-bg-tan {	background-color: #FFFFCC;}
.c-grayout {}
.c-bg-lightwhite {	background-color: #eeeeee;}
.c-fine-print {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: .7em;	color: #CCCCCC;}
.menu-fieldsets {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1.1em;	font-weight: bold;	color: #990000;}
/* Tell NS4 to ignore these styles.... *//*/*/.c-descriptions {	font-family: Verdana, Arial, Helvetica, sans-serif;	padding-left: 8px;}
/* Okay, we can let NS4 see the rest.... */.bg-blue {	background-color: #000066;}
.bg-white {	background-color: #FFFFFF;}
.c-ul {	margin-left: 15px;}
.nw, .nw:a, .nw:hover, .nw:visited, .nw:active {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: x-small;	color: #666666;}

/* The .siteTitle class is specific only to the colored website title bar that lies   beneath the USGS identifier. Only the background color of the bar, and   the color of the text can be changed. 
*/

.siteTitle {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: medium;	
	font-weight: bold;	
	padding: 5px;	
	
	/* You can edit the pieces below, but you MUST keep the font-family, font-size, weight, and padding above unchanged. */	
	background-color: #778F9B;	
	color: #ffffff;}
	
/* CSS for the top leven navigation bar for major areas of the site. */
	
#state_select {	vertical-align: middle;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: small;}
.show-hide {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #000000;	font-size: small;	font-weight: bold;	background-color: #CCCCCC;	padding: 2px;	text-decoration: none;	border-bottom-width: 2px;	border-bottom-style: solid;	border-bottom-color: #FFFFFF;}

.topnav {
	background-color: #ffffbb;
	border-bottom: 2px solid white;	
	line-height: 1.97em;	
	min-height: 25px;    
	color:#666666;
}

#navtitle {    font-weight: bold;    padding: 5px;}

.topnav a:link { 		
	color: #666666;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: -5px;
}

.topnav a:visited {
	color: #666666;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: -5px;
}

.topnav a:hover {
	color: #666666;
	text-decoration: underline;
}

.topnav a:active {
	color: black;
	text-decoration: none;
	background-color: #aaa292;
}

