/* ================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: #0074ae url(/stp_web/images/coastal-banner.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: #0074ae; 
    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;
}



/* link color definitions */

a:link    { color: #039 }
a:visited  { color: #330 }
a:hover   { color: #063; text-decoration: none }
a:active  { color: #c00 }


/* program nav bar classes */

.topic { color: white; font-weight: bold; font-size: 10px; font-family: verdana, geneva, arial, helvetica, sans-serif }
.topiclink:link    { color: #fff }
.topiclink:visited { color: #ccc }
.topiclink:hover   { color: #0f0; text-decoration: none }
.topiclink:active  { color: #c00 }


/* side nav bar classes */

.nav            { font-weight: bold; font-size: .9em; font-family: geneva, arial, helvetica, sans-serif }
.navlarge       { font-weight: bold; font-family: geneva, arial, helvetica, sans-serif }
.navsmall       { font-weight: bold; font-size: 10px; font-family: verdana, geneva, arial, helvetica, sans-serif }

.navgray        { color: #666; font-weight: bold; font-size: .9em; font-family: geneva, arial, helvetica, sans-serif }
.navgraysmall   { color: #666; font-weight: bold; font-size: 10px; font-family: verdana, geneva, arial, helvetica, sans-serif }

.navhead        { color: #cff; font-weight: bold; font-size: .9em; font-family: geneva, arial, helvetica, sans-serif }
.navheadsmall   { color: #cff; font-weight: bold; font-size: 10px; font-family: verdana, geneva, arial, helvetica, sans-serif }

.navlite         { color: #063; font-weight: bold; font-size: .9em; font-family: geneva, arial, helvetica, sans-serif }
.navlitesmall    { color: #063; font-weight: bold; font-size: 10px; font-family: verdana, geneva, arial, helvetica, sans-serif }


/* basic font classes */

.caption    { font-size: 10px; font-family: verdana, geneva, arial, helvetica, sans-serif }

.warnsmall  { color: #933; font-weight: bold; font-size: 10px; font-family: verdana, geneva, arial, helvetica, sans-serif }

.sidebar      { font-size: 0.76em }


/* basic tag definitions */

h1     { font-weight: bold; font-size: 1.2em; font-family: geneva, arial, helvetica, sans-serif }

h2     { font-weight: bold; font-size: 1.1em; font-family: geneva, arial, helvetica, sans-serif }

h3     { font-weight: bold; font-size: 0.9em; font-family: geneva, arial, helvetica, sans-serif }

h4     { font-weight: bold; font-size: 0.75em; font-family: geneva, arial, helvetica, sans-serif }

strong { font-weight: bold }


/* footer classes */

.footer     { font-size: 10px; font-family: verdana, geneva, arial, helvetica, sans-serif }

.footernav  { font-weight: bold; font-size: 10px; font-family: verdana, geneva, arial, helvetica, sans-serif;
 margin:0; padding:0; border: solid 1px #fff; display: block; }


#navbar ul {
list-style:none;
width:145px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
padding: 0;
margin:0;
}

#navbar ul li.search {

padding: 5px;
padding-top: 10px;
padding-bottom: 10px;
background-color:#9ac0de;
color:#003355;
}

#navbar ul li a {
	display: block;
padding: 5px;
background-color:#9ac0de;
border: solid 1px #88a4ba;
margin-bottom: 2px;
color:#003355;
text-decoration:none;
}

#navbar ul li a:hover {
	text-decoration:underline;
	background-color:#b7cdde;
}

#navbar ul li a.selected {
	
background-color:#b7cdde;


}
#search_form #query {
width: 125px;
}
