/* ================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 universal 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"). */ 
#usgscolorband { background-image: url(../graphics/logos/tomjeff_72.jpg); background-repeat: no-repeat; background-position: 100% 0; left: 1em; background-color:#006b9f } 
DIV.bannerColorBand, DIV.banner {
        background-color: #006b9f;
} 
/* ================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"). */ 

#usgstitle { 
     background-color: #006b9f; /*acqua*/
     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%;". */

.menu   { 
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-stretch: normal; 
	margin-top: 0px;
	margin-bottom: 2px;
}
.menu   { 
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-stretch: normal; 
	margin-top: 0px;
	margin-bottom: 2px;
}
.menuBand { background-color: black; width: 100%; }
.date { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: oblique; color: #ffffff; background-color: black; text-align: center; padding-bottom: 0.2em; border-bottom: 0.1em solid white; }
.sideTitle { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-weight: normal; padding: 5px; font-style: oblique; background-color: #7d7d73; color: yellow; text-align: center; }
.csa { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; margin-left: 4px; text-decoration: none; }
A.csa:visited { margin-left: 4px; text-decoration: none; }
A.csa:hover { margin-left: 3px; text-decoration: none; }
A.csa:active { margin-left: 4px; text-decoration: none; }
.rightnavtxt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: bold; padding-left: 0.5em; }

/*CUSTOM*/
A.rightnavtxt:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
A.rightnavtxt:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
A.rightnavtxt:link {
	color: #FFFFFF;
}
A.rightnavtxt:visited {
	color: #FFFFFF;
}
BODY{
	
	line-height : 1.4 ;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; background-color: #f5f5f5;
	
	
} 

P{
   font-weight : normal;  font-size : 12px ;
 
}
/*H1 { font-size: 20px; }
H2 { font-size: 18px; }
H3 { font-size: 16px; }*/


H6{
   font-weight : normal ;  
   font-size : 10px ;  
   text-align : left ;  
; color: #00FF00
}

H5{
   font-size : 12px ;  
   text-align : left ;  
 	font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;
}

H4{
   font-weight : bold ;  font-style:italic;
   font-size : 14px ;  
   text-align : left ;  	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

H3{
   font-weight : bold ;  
   font-size : 16px;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   color : #000099;  
  
   text-align : left ;  
}

H2{
   font-weight : bold ;  
   font-size : 18px;  
   color : #000000;  
    text-align : left ;  
font-family: Verdana, Arial, Helvetica, sans-serif; 
}

H1{
   font-weight : bold ;  
   font-size : 20px;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   color : #000000;  
   text-align : left ;  
}

/*colors*/

#white {color:#ffffff}
#red{   color : red ;  }
#green{ color : #156830}
#orange {color: #ED2C10}
#blue {color: #0000ce}
#black {color:#000000}
#yellow {color:#ffffaa}


 #caption {font-size:9px; }
/*lists */
OL {
   font-weight : normal;  font-size : 10
   9px ; 
}

UL {
   font-weight : normal;  font-size : 10px ; 
}
/* links */

A:visited{
   color : #800080;  
   background-color : transparent ;  
text-decoration:none;
}

A:link{
   color : #0033CC;  
   background-color : transparent ;  
text-decoration:none;
}

A:active{
   color : #0033CC;  
   background-color : transparent ;  
text-decoration:none;
}
A:hover{
   color : #800080;  
   background-color : transparent ;  
text-decoration:none;
}
/*SIDEBAR*/

.sidebar {background-color: #006b9f; /*#00509f;*/ font-weight : bold ;  
   font-size : 12px;    
   	font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none;}
	.sidebarlt {background-color: #b5e7ff; /*#00509f;*/ font-weight : bold ;  
   font-size : 12px;    
   	font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none;}
	
 A.navig:visited{
  color : #b5e7ff;  
   text-decoration:none;
   
}

A.navig:link{
   color : #ffffff;    
text-decoration:none; 
}

A.navig:active{
   color : #ffffff;  
  
text-decoration:none;   
 
}
A.navig:hover{
   color : #b5e7ff;     
text-decoration:none; 
}