/* ================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: #006633 url(../images/usgs/collage-banner5.jpg) 178px 0px; 
} 
/* ================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: #003366 url(../index.html);
    color: #fff; 
} 
#usgstitle a:link, #usgstitle a:visited { 
		color: #fff; 
	text-decoration: none; 
} 
#usgstitle a:hover
{
		color: #fff; 
	text-decoration: underline; 
} 
/* =============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: 100%;
	background-color: #fff;
}
th, td {
	font-size: 100%;
	
}
/* =============LAURINDA ADDITIONS===============*/ 

@charset "utf-8";
/* CSS Document text elements */
p {
	text-indent: 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-style: normal;
}
h1 {
	font-family: arial, helvetica, verdana, sans-serif;
	size: 22px;
}
h2 {
	font-family: arial, helvetica, verdana, sans-serif;
	size: 18px;
 }
h3 {
	font-family: arial, helvetica, verdana, sans-serif;
	size: 16px; 
}
h4 {
	font-family: arial, helvetica, verdana, sans-serif;
	size: 14px;
}
ul
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}
li
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	box-sizing: content-box;	
}
a:link {color: #003366;}
a:visited {color: #336699;}
a:hover {color: #336699; text-decoration: none}

.sups {position:relative; top:-3px; size: 13px;}
.subs {position:relative; top:5px; size: 13px;}
.caption {font-family:  arial, helvetica, verdana, sans-serif;
	font-style: normal;
	font-size: 13px;
}
th, td {font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
}

img { border-style: none; }

.rightnav {
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12px;
}

#navcolumn
{
width: 140px;
margin-right: 10px;
padding: 0px;
}

.navhome {
width: 130px;
display: block;
text-align: center;
padding: 2px; 
background-color: #ffffff;
border-top: 1px solid #ff9900; 
border-bottom: 1px solid #ff9900; 
border-left: 1px solid #ff9900;
border-right: 1px solid #ff9900; 
border-top-right-radius: 4px ;
border-top-left-radius: 4px ;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
margin-bottom: 8px;
}

.navheadsearch {
width: 130px;
display: block;
text-align: center;
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12px;
color: #000000;
font-weight: bold;
padding: 2px; 
background-color: #ffcc66;
border-top: 1px solid #ff9900; 
border-bottom: 1px solid #ff9900; 
border-left: 1px solid #ff9900;
border-right: 1px solid #ff9900; 
border-top-right-radius: 4px ;
border-top-left-radius: 4px ;
}

.navsearch {
width: 130px;
display: block;
text-align: center;
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12px;
padding: 2px; 
background-color: #ffffff; 
border-top: none; 
border-bottom: 1px solid #ff9900; 
border-left: 1px solid #ff9900;
border-right: 1px solid #ff9900; 
}

.navbottomsearch {
width: 130px;
display: block;
text-align: center;
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12px;
padding: 2px; 
background-color: #ffffff; 
border-top: none; 
border-bottom: 1px solid #ff9900; 
border-left: 1px solid #ff9900;
border-right: 1px solid #ff9900; 
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
margin-bottom: 8px;
}

.navhead {
width: 130px;
display: block;
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12px;
color: #ffffff;
font-weight: bold;
padding: 2px; 
background-color: #6699cc; 
border-top: 1px solid #003366; 
border-bottom: 1px solid #003366; 
border-left: 1px solid #003366;
border-right: 1px solid #003366; 
border-top-right-radius: 4px ;
border-top-left-radius: 4px ;
}

.nav {
width: 130px;
display: block;
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12px;
padding: 2px; 
background-color: #d6e7f7; 
border-top: none; 
border-bottom: 1px solid #003366; 
border-left: 1px solid #003366;
border-right: 1px solid #003366; 
}

.navbottom {
width: 130px;
display: block;
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12px;
padding: 2px; 
background-color: #d6e7f7; 
border-top: none; 
border-bottom: 1px solid #003366; 
border-left: 1px solid #003366;
border-right: 1px solid #003366; 
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
margin-bottom: 8px;
}

.navselect {
width: 130px;
display: block;
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12px;
color: #339933;
padding: 2px; 
background-color: #d6f7e7; 
border-top: none; 
border-bottom: 1px solid #003366; 
border-left: 1px solid #003366;
border-right: 1px solid #003366; 
}

.navbottomselect {
width: 130px;
display: block;
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12px;
color: #339933;
padding: 2px; 
background-color: #d6f7e7; 
border-top: none; 
border-bottom: 1px solid #003366; 
border-left: 1px solid #003366;
border-right: 1px solid #003366; 
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
margin-bottom: 8px;
}

/*Main content text element classes*/
.studyinfo
{	
	font-style: italic;
	font-weight: bold;
}

.small 
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
}

/*Main page content div & ul element IDs*/

#container
{
	height:100%;
	width:100%;
	margin: 0px;
}
#bc
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	font-style: normal;
}
#maincontent
{
	height:auto;
	width:auto;
	margin-left:155px;	
}
#footer
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	clear: both;
}
#navcontent
{
	float:left;
	width:125px;
	margin-top: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
}

#navleftgold
{
	margin: 0px;
	margin-top: -2px;
	padding: 1.5px;
	width: 120px;
	text-decoration: none;
	list-style-type: none;
	margin-bottom: 5px;
	}

#navleftgold li 
{
	margin: 0px;
	padding: 1.5px;
	width: 120px;
	text-decoration: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	list-style-type: none;	
	border: .15em solid #ff9900;
	background-color: #fff;
	color: #036;
	font-style: normal;
}

#navleftgold li.sofiahome
{
margin-bottom: 5px;
}

#navleftgold li.searchsofia
{
background-color:#ffcc66;
}

#navleftgold li form
{
padding:2px;
margin:0;
}


#navleft 
{
	padding:0;
	margin: 0px;
	width: 120px;
	font-color: #036;
	text-decoration: none;
	list-style-type: none;
	margin-bottom: 5px;
}

#navleft1 
{
	padding:0;
	margin: 0px;
	width: 120px;
	font-color: #036;
	text-decoration: none;
	list-style-type: none;
	margin-bottom: 5px;
}
#navleft2
{
	padding:0;
	margin: 0px;
	width: 120px;
	font-color: #036;
	text-decoration: none;
	list-style-type: none;
	margin-bottom: 5px;
}
#navleft li 
{
	margin: 0px;
	padding: 1.5px;
	width: 120px;
	text-decoration: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	list-style-type: none;	
	font-color: #036;
	border: .15em solid #036;
}
#navleft1 li 
{
	margin: 0px;
	padding: 1.5px;
	width: 120px;
	text-decoration: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	list-style-type: none;	
	font-color: #036;
	border: .15em solid #036;
}
#navleft2 li 
{
	margin: 0px;
	padding: 1.5px;
	width: 120px;
	text-decoration: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	list-style-type: none;	
	font-color: #036;
	border: .15em solid #036;
}
#navleftgrn
{
	padding:0;
	margin: 0px;
	width: 120px;
	text-decoration: none;
	list-style-type: none;	
	margin-bottom: 5px;
}
#navleftgrn li 
{
	margin: 0px;
	padding: 1.5px;
	width: 120px;
	text-decoration: none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	list-style-type: none;
	border: .15em solid #008080;		
}

/*Main content list element classes*/


 
.navbluehdr
{
	background-color: #6699cc;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
}
.navblue
{
	background-color: #99ccff;
	color: #036;
	margin: 0px;
}
.navblue a:hover
{
	background-color: #fff;
	color: #000;
	margin: 0px;
}
.navgrnhdr
{
	background-color: #99cccc;
	color: #000;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
}
.navgrn
{
	background-color: #CCFFFF;
	color: #000;
	margin: 0px;
}
.navgrn a:hover
{
	background-color: #fff;
	color: #000;
	margin: 0px;
}


		/* =============================================================================*/
		/* === OLD TEMPLATES Version: FY 2006 (Deprecated but supported until further notice. ===*/
		/* =====These styles are only here to support older templates. DO NOT EDIT =====*/
			.banner { 
					background: url("http://www.usgs.gov/images/headers/hazards.jpg") 178px 0px no-repeat; 
			} 
			DIV.bannerColorBand, DIV.banner { 
					background-color: #006633; 
			} 
			Div.siteTitle, #pTitle { 
				 background-color: #006633; 
				 color: #ffffff; 
			} 
		/* === End OLD TEMPLATES: FY 2006 ===*/
		/* ===============================================================*/
