/* ================  Generic Team Public Style Sheet  ================= */ 

/* ================  BANNER  ======================= */  
/* If you want to change the banner image, this is where you do this */
#usgscolorband {
	background: #000000 url("../images/thin_section_banner.jpg") 178px 0px no-repeat;
}

/* ================  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  */
#usgstitle { 
  background-color: #015483; 
  color: #FFFFFF; 
} 

#usgstitle p {
	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:#015483; font-family: verdana,arial,helvetica,sans-serif; text-align:left; }
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; }

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; }

caption {font-family: verdana,arial,helvetica,sans-serif; color:#000000; }
dl, dd, dt { font-size:small; font-family:verdana,arial,helvetica,sans-serif; color:#000000; }
blockquote { font-size:small; font-family:verdana,arial,helvetica,sans-serif; color:#000000; }
pre { font-family:monospace; font-size:small; color:#000000; }
/* ========= End Standard Content ========= */


/* ========= 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 ========= */

/* ==========  Begin Miscellaneous Styles  ========== */
ul.listspace > li { margin-bottom: 1.5em; }

.yellow {
	margin-left: 3em; 
	margin-right: 6em; 
	border-width: 0.1em; 
	border-color: #F1DC8A; 
	background: #FFF8E0; 
}
/* ==========  End Miscellaneous Styles  ========== */

/* ==========  Program Navigation Area  ========== */
.programnav {
	margin-top: 20px;
	margin-bottom:0;
	border-bottom: solid 1px #FFFFFF;
}
.chln {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color:#015483;
	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; }
/* ==========  End Program Navigation Area ========== */


/* ==========  Begin Project Navigation Area ==========  */
.proj_nav  {
	float: left; 
	width: 12em; 
	background-color: #015483; 
	font-weight: bold; 
	padding:.50em 0.25em 0.50em 0.25em;  
	line-height: 20px; 
	margin-right:1em; 
	margin-bottom:1em; 
	text-decoration: none;   
}

a.mylink1 { 
	text-decoration: none;
	color:#FFFFFF;
	font-size: x-small;
}
a.mylink1:link	{
	text-decoration:none;
	color:#FFFFFF; 
	}

a.mylink1:visited	{
	color:#FFFFCC;
	text-decoration:none;
}

a.mylink1:hover {
	text-decoration: underline;
}

.bullet {
	color:#ffffff;
	margin-right: 1em;
}
/* ========== End Project Navigation Area  =========== */

/*  ===== Begin Footer Style Adjustments ===== */
/* Footer Bar Margin-Top Adjustment so there's minimal space between the program bar and the Footer-Bar */
#usgsfooter {
	clear:both;
	margin-top: 0;
}

#usgsfooterbar {
	margin-top: 0;
	margin-bottom: -4px;
}
/* ==== End Footer Bar Margin Adjustments ==== */
