/* ================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/clouds_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:#3E5195;
    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;
}

img	{ border: none;}

th, td {
	font-size: medium;
	text-decoration: none:
	color: #000;
}

a:link	{
	color: #069;
	text-decoration: underline;
}

a:visited	{
	color: #069;
}

a:hover	{
	color:#93C;
}

#picture {
	position:static;
	left: 0px;
	background-color:#FFF;
	width: 955px;
	height: 135px;
	z-index: 100;
}

div.figure_l {
	width: 450px;
	margin: 0.5em;
	padding: 0.5em;
	position: relative;
	left: 0px;
	background-color: #CCC;
	float: left;
}

div.figure_r {
	float: left;
	width: 450px;
	margin: 0.5em;
	padding: 0.5em;
	position: relative;
	left: 70px;
	background-color: #CCC;
}

#insert0 {
	position: absolute;
	top: 166px;
	left: 10px;
	width: 200px;
	height: 110px;
	text-align: center;
	padding: 10px;
	text-align:center;
	vertical-align: top;
	background: #ffffff url(../images/twirly_vine.jpg) no-repeat;
	z-index: 1;
}

#insert1 {
	position: absolute;
	top: 166px;
	left: 238px;
	width: 200px;
	height: 110px;
	color:#7587C6;
	text-align: center;
	padding: 10px;
	text-align:center;
	vertical-align: top;
	background: #7587C6 url(../images/85615237.jpg) no-repeat;
	background-color: #7587C6;
	z-index: 1;
}

#insert2 {
	position: absolute;
	top: 166px;
	left: 469px;
	width: 201px;
	height: 110px;
	color:#7587C6;
	text-align: center;
	padding: 10px;
	text-align:center;
	vertical-align: top;
	background-image: url(../images/19037491.jpg);
	background-color: #7587C6;
}

#insert3 {
	position: absolute;
	top: 165px;
	left: 699px;
	width: 201px;
	height: 110px;
	color:#000;
	text-align: justify;
	padding: 10px;
	text-align:center;
	vertical-align: top;
	background-image: url(../images/37694176.jpg);
	background-color: #7587C6;
}
#menu	{
	position:relative;
	top: 0px;
	background-color:#039;
	width: 100%;
	height: 30px;
	z-index: 5000;
	display: inline;
	background-position: 0px 275px;
	clear: both;
	float: left;
}
#main	{
	width:1000px;
	left: 0px;
	padding: 35px 10px 10px 10px;
	float: left;
	/*float: clear;*/
	display: inline;
}
.note	{
	font-size: 10px;
	position: relative;
	left: 450px;
	width:250px;
	text-align: center;
}
#pubs {
	font-size: 10px;
	width: 1200px;
}
#col1 {
	width: 800px;
	position: absolute;
	left: 6px;
	top: 157px;
	float: clear;
}
#col2  {
	width: 100px;
}
#col3  {width: 140px; }
#col4  {
	width: 150px;
}

.steelblueheader {
	color: #FFF;
	letter-spacing: normal;
	vertical-align: top;
	background-color: #000;
	height: 20px;
	text-align: center;
	position: absolute;
	width: 220px;
	left: 0px;
	z-index: 20;
}
.steelblueheader_news {
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	width: 200px;
	height: 200px;
}
.cutout {
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}
.lgnd {
	font-size: smaller;
	font-weight: bold;
	width: 400px;
	position: relative;
	left: 320px;
}



#news {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	height: 30px;
	width: 150px;
	padding: 10px;
}

.standout {
	font-weight: bold;
	color: #000;
	background-color: #F1FDFE;
	font-size: x-small;
	vertical-align: top;
}
.link_pixbox {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	background-color: #000;
	padding: 10px;
}
#insert3 h4 {
	font-weight: bold;
	color: #FFF;
}
.lgnd {
	text-align: center;
}
#biblio_table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #CCC;
	border: thin solid #000;
}
table.sortable th {
	color:#000;
	cursor: default;
	text-decoration: none;	
}

.sortheader	{
	text-decoration: none;
	color: #000;
}

.odd {
 background-color: #ddd;
}
.even {
 background-color: #fff;
}

tr.alternateRow {
  background-color: #e0e0e0;
}

td.sortedColumn {
  background-color: #f0f0f0;
}

th.sortedColumn {
  background-color: #b0b0b0;
}

tr.alternateRow td.sortedColumn {
  background-color: #d0d0d0;
}
.subject_picture {
	float: left;
	width: 100%;
	left: 10px;
	z-index: -1;
	position: absolute;
	top: auto;
}
