/* ================INSTRUCTIONS=================*/ 
/* By changing the classes below, you can add your own custom banner image and/or custom site title bar. 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" to point to "" and set the "background-color" to whatever color you wish to display.
NOTE: You can use either hexadecimal color codes (i.e. - #000000) or HTML color names (i.e. - "black"). */ 
.banner { 
        background: url("/images/header_graphic_collage.jpg") 178px 0px no-repeat; 
} 
DIV.bannerColorBand, DIV.banner { 
        background-color: Black; 
} 
/* ================SITE TITLE===================*/ 
/* TO DISPLAY A CUSTOM SITE TITLE BAR: 
The .siteTitle 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"). */ 

Div.siteTitle { 
	background-color: #006699; 
	color: White; 
	padding: 2px 5px;
	margin: 0px;
} 
/* =============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;
}

/*==== End USGS CSS Code ====*/


Div#announcement { 
	background-color: #FFCCCC; 
	color: Darkred; 
	padding: 10px;
	margin: 10px;
    border: 2px solid red;
} 

#pSlogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	background-color: #006699;
	color: White;
}

.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	padding: 2px;
	margin: 1px 0px;
	padding-left: 7px;
	background-color: #006699;
	color: White;
}

.breadcrumbs a {
	text-decoration: underline;
	color: #ffffff;
}

.breadcrumbs a:hover {
	text-decoration: none;
}

#maincontent{
	margin: 0px;
	padding: 5px 0px 0px 5px;
}

#maincontent ul	{
	margin: 0px;
	padding: 5px 2px 5px 17px;
	list-style-position: outside;
}

#maincontent ul.in	{
	list-style-position: inside;
}

.menubar {
	padding: 0px;
	background-color: #006699;
}

.menubar A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menubar A:hover {
	text-decoration: underline;
}

.hotitems {
	margin: 0px 0px 0px 18px;
	padding: 5px;
	background-color: #D4E8F7;
}

.hotitems a:link, .hotitems a:visited{
	color: #00365b; 
	font-size: 90%; 
	font-weight: bold; 
	text-decoration: none;
}

.hotitems a:hover, .hotitems a:active { text-decoration: underline; }


.searchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	padding: 6px;
	background-color: #006699;
	color: #ffffff;
	float: right;
}


H1, H2, H3 {
	display:inline;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

h1	{
	font-size:140%;
	font-weight: 600;
	margin: 0px;
	padding: 15px 0px 10px 0px;
}

h2	{
	font-size:130%;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

h3	{
	font-size:120%;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

h4	{
	font-size:110%;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

h8	{
	font-size:70%;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

.box	{
	margin: 0px;
	padding: 5px;
	display: block;
	border: 1px solid black;
}

img.floatleft{
	border:none;
	margin: 5px 15px 0px 5px;
	float:left;
}
img.floatright{
	border:none;
	margin: 5px 5px 0px 15px;
	float:right;
}
img.block{
	margin: 5px 5px 5px 5px;
	display: block
}
