/* ================INSTRUCTIONS=================*/ 
/* By changing the classes below, you can add your own custom styles for various areas of the header. In order for your changes to work though, you MUST include a reference in your HTML pages to both the common CSS file and custom CSS file in that order.

Instructions are provided below for customizing these classes.

/* ================BANNER=======================*/  
/* TO DISPLAY A CUSTOM BANNER IMAGE: 
If you want to display a custom banner, change the "background: url" to point to a local banner, or external, image location.

TO DISPLAY A CUSTOM BANNER COLOR (NO IMAGE): 
If you would rather display a color instead of a banner image, change the "background: url" portion to point to "" and set the background color (#006633) to whatever color you wish to display.
NOTE: You can use either hexadecimal color codes (i.e. - #006633, #063) or HTML color names (i.e. - "black"). */ 
#usgscolorband {
	background: #000 url(http://www.usgs.gov/images/headers/blue_black.jpg) 178px 0px no-repeat;
} 
/* ================SITE TITLE===================*/ 
/* TO DISPLAY A CUSTOM SITE TITLE BAR: 
The #usgstitle class is specific to the colored site title bar that lies beneath the USGS identifier. To change the color of this bar, set the "background-color" attribute below to the color you wish to display and change the "color" attribute to set the text color.
NOTE: You can use either hexadecimal color codes (i.e. - #000000) or HTML color names (i.e. - "black"). */ 
#usgstitle {
	background-color: #4e7ab9;
	color: #ffffff;
} 
/* =============STANDARD CONTENT===============*/ 
/* TO CHANGE THE TEXT SIZE OF THE CONTENT:
By default, USGS has set the font size to "small" in order to provide a consistent size for content across all pages. If you would prefer not to have a pre-defined font size for your pages, change the "font-size" attributes below to "font-size: 100%;". */
body {
	font-size: small;
}
th, td {
	font-size: small;
}
/* CSS for the top leven navigation bar for major areas of the site for old site.*/
#topnav {
	background-color: #CCCCCC;
	padding-top: 1px;
	margin-bottom: 8px;
}
#topnav a:link, #topnav a:visited {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	display:inline;
	background-color:#ffbd00;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px 4px;
}
#topnav a:hover {
	background-color:#FFE79B;
}
/* end CSS for top nav */h1 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
}

/* ===Search Styles */

#search_form #query {
	font-size: large;
	width: 550px;
	border: 1px solid #999;
	margin: 0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#search_form #search-title {
	font-size: large;
	font-weight: bold;
	color: #000;
	margin-right: 14px;
}
#search_form #search-button {
	overflow: hidden;
	text-indent: -5000px;
	text-align: left;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-image: url(/images/search_button.png);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
	width: 30px;
	height: 30px;
	background-color: #00396f;
	border: 1px solid #00396f;
	color: white;
	margin: 0;
}
#search_form {
	margin-top: 80px;
	margin-bottom: 80px;
	margin-left: 14px;
}
#search_form #search-options {
	margin-top: 50px;
}
#usasearch_sayt .ui-menu a {
	font-size: medium !important;
}