/* ================  Generic Team Public Style Sheet  ================= */ 

/* ================BANNER=======================NEW BANNER SECTION October 1 2007  -- old section below notice there are no quotes in URL now*/  
/* 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(/minerals/images/usgsmal1600.gif) 178px 0px no-repeat; 
} 

/* ================  BANNER  ======================= */  
/* If you want to change the banner image, this is where you do this */
/*.banner { */
/*        background: url("/minerals/images/usgsmal1600.gif") 178px 0px no-repeat; */
/*} */
/*DIV.bannerColorBand, DIV.banner { */
 /*       background-color: #006633; */
/*} */

/* ================  SITE TITLE  =================== */ 
/* If you want to change the background color of the Team Title Bar, modify background-color.  If you need to change the text color from white, modify color  */
Div.siteTitle, #pTitle { 
     background-color: #006633 ; 
     color: #ffffff; 
} 


/* =============  STANDARD CONTENT  =============== */ 
body {
	font-size: small;
}
th, td {
	font-size: small;
}

/* If you want to change the color of your headers, modify color */
h1, h2, h3, h4, h5, h6 { color:#006633; font-family: verdana,arial,helvetica,sans-serif; text-align:left;  word-spacing: normal; letter-spacing: normal; text-decoration: none;}
h1 { font-size: 1.8em; clear:left; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.6em; } 

p { font-size:medium; font-family:verdana,arial,helvetica,sans-serif; }

div.main a:link { font-family:Verdana, Arial, Helvetica, sans-serif; color:navy; }
div.main a:visited { font-family:Verdana, Arial, Helvetica, sans-serif; color:navy; }
div.main a:active { color: #006633; }
div.main a:hover {color: black; text-decoration: none; background: #F1DC8A }
div.mcsleft {float:left;width:350px;height:300px;overflow:visible;display:inline-block}
div.mcsright {float:right;width:250px;height:300px;overflow:visible;display:inline-block}

.example { font-family: "courier new","lucida console","ms courier new", monospace;
  font-size: 90%;
  color: purple;
  border-style: solid;
  border-width: thin;
  border-color: black;
  background-color: #FFFFCC; 
  width: 100%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 0.5em 0.5em }
 
a:link { font-family:Verdana, Arial, Helvetica, sans-serif; color:#0000FF; }
a:visited { font-family:Verdana, Arial, Helvetica, sans-serif; color:purple; }
a:active { color: red; }
a:hover { text-decoration:none; }



address { font-style:italic; font-size:small; font-family:Verdana, Arial, Helvetica, sans-serif;  }

caption {font-family: verdana,arial,helvetica,sans-serif; color:#000000; }

blockquote { font-size:medium; font-family:verdana,arial,helvetica,sans-serif; color:#000000; }
pre { font-family:monospace; font-size:small; color:#000000; }

table, tbody, td, tfoot, thead, tr
{ font-family: verdana,arial,helvetica,sans-serif; word-spacing: normal; letter-spacing: normal; text-decoration: none;}
     
ul { font-size:medium; font-family:verdana,arial,helvetica,sans-serif; }
ol {  font-size:medium;font-family:verdana,arial,helvetica,sans-serif;}
li {  font-size:medium;font-family:verdana,arial,helvetica,sans-serif; }
th {  font-size:medium; font-family:verdana,arial,helvetica,sans-serif; }
tr {  font-size:medium; font-family:verdana,arial,helvetica,sans-serif; }
td {  font-size:medium; font-family:verdana,arial,helvetica,sans-serif; }
dl { font-size:medium; font-family:verdana,arial,helvetica,sans-serif; }
dd { font-size:medium; font-family:verdana,arial,helvetica,sans-serif; }
dt { font-size:medium; font-family:verdana,arial,helvetica,sans-serif; }

.tablebox
{ border-style: solid;
  width: 100%;
  border-width: thin;
  padding: 0.5em 0.5em }
  
.xsmall
{ font-family: verdana,arial,helvetica,sans-serif;
  font-size: x-small }

table#pagenav
{ border: 1px;
  background-color: #336633 }

.li_spacer
{ padding-bottom: 4px;
padding-top: 4px}


/* ========= End Standard Content ========= */


/* If you dont' want the lower black navigation bar under the banner delete this section */
/* ========= Team Horizontal Navigation Bar ========= */
/* Top bar team navigation */
#teamnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FFFFFF;
	background-color:#000000;
	text-decoration: none;
	font-weight: bold;
	padding-top:6px;
	padding-bottom:6px;
	border-top: solid 1px #FFFFFF;
	margin-top: -3px;
	}
#teamnav a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#teamnav a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#teamnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#teamnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#pNav { 
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0px;
	} 
/* End top bar team navigation */

/* If you don't want breadcrumbs, you can delete this section */
/* If you want to change the color of the breadcrumbs from gray, modify color.  If you want them to align to the left, rather than the right, change the text-align to right */
/* Start Breadcrumbs */
.breadcrumbs { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; color:#777777; width:100%; text-align:right; }
.breadcrumbs a { text-decoration:none; color:#777777; }
.breadcrumbs a:hover { text-decoration:underline; }
/* End Breadcrumbs */

/* =========  End Team Navigation Area ========= */


/* If you want to change the background color of the program navigation bar, change the background-color option */
/* ==========  Program Navigation Area  ========== */
.programnav {
	margin-top: 20px;
	margin-bottom:0;
	border-bottom: solid 1px #FFFFFF;
	font-size: small
}
.chln {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color:#006633;
	text-decoration: none;
}
a.chln:link { color:#FFFFFF; }
a.chln:active { text-decoration: underline; }
a.chln:hover { text-decoration: underline; }
a.chln:visited { color: #FFFFFF; }

/* Footer Bar Margin-Top Adjustment so there's minimal space between the program bar and the Footer-Bar */
.footerBar {
	margin-top: 0;
}
/* ========  End Program Navigation Area ========== */

.verticalcenter {float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;}