/* ================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/toxics_banner.jpg") 178px 0px no-repeat;
}

#hypoxia_banner {
	background: #006633 url("../images/hypoxia_banner2.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: #000066;
    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;
	background-color: #FFFFFF;
}
th, td {
	font-size: small;
}

.banner {
        background: url("../images/toxics_banner.jpg") 178px 0px no-repeat;
}

DIV.bannerColorBand, DIV.banner, DIV.banner_hypoxia {
        background-color: #000000;
}

.sectionTitle-in {
    	background-color:#660033;
    	clear: both;
    	width: 100%;
    	font: 11px Verdana, Arial, Helvetica, sans-serif;
    	color: #FFFFFF;
		height: 2em;
}

.sectionTitle {
    	background-color: #D3EEA2;
    	clear: both;
    	width: 100%;
    	font: 11px Verdana, Arial, Helvetica, sans-serif;
    	color: #000000;
		height: 2em;
}
TD.sectionTitle{
	border-bottom: 1px solid #000000;
	height: 25px;
}
#sectionTitle {
    	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
    	padding: 2px;
		height: 25px;
}
/* ================SITE TITLE===================*/
/* TO DISPLAY A CUSTOM SITE TITLE BAR: #EFEFEF;
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"). */

Div.siteTitle, #pTitle {
     background-color: #000066;
     color: #ffffff;
}

Td.leftCol {
	vertical-align:top;
	padding: 4px;
}
Td.vertSpacer {
	background-color: #C40000;
}
Td.vertSpacer2 {
	background-color: #000000;
}
Td.vertSpacer3 {
	background-color: #CCCCCC;
}
Td.footerSpacer {
	background-image:url(../images/footer_bg.gif)
}


Td.menuBox {
	background-color: #C9C8D7;
	width: 160px;
	height:100%;
	padding: 4px;
	vertical-align:top;
}
.menuBox .nav_no_link{
	font-size: 11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	line-height: 22px;
}
.menuBox a:link{
	font-size: 11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
	line-height: 22px;
}
.menuBox a:visited{
	font-size: 11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
	line-height: 22px;
}
.menuBox a:hover{
	font-size: 11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#000066;
	text-decoration: underline;
	line-height: 22px;
}
.menuBox a:active{
	font-size: 11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
	line-height: 22px;
}

.menuboxSub
{
	font-size:11px;
	padding-left: 10px;
	padding-right: 15px;
	color:#AA0000;
	font-weight:normal;
	line-height: 14px;
}
.menuboxSub hr {
	height: 1px;
	visibility: hidden;
	line-height: 1px;
	margin: 0px;
}
.menuboxSub a:link{
	font-size:11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#AA0000;
	font-weight:normal;
	line-height: 14px;
}
.menuboxSub a:visited{
	font-size:11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#AA0000;
	font-weight:normal;
	line-height: 14px;

}
.menuboxSub a:hover{
	font-size:11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#AA0000;
	font-weight:normal;
	text-decoration: underline;
	line-height: 14px;

}
.menuboxSub a:active{
	font-size:11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#AA0000;
	font-weight:normal;
	line-height: 14px;
}

.menuboxSearch
{
	padding-left: 1px;
	padding-right: 8px;
	font-size:11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#AA0000;
	font-weight:normal;
	line-height: 14px;
}

.menuboxSearch input[type=radio]
{
	font-size:11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#AA0000;
	font-weight:normal;
	line-height: 14px;
}

.ccsa a:link {
            font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
            color: #ffffff;
            margin-left: 4px;
            text-decoration: none;
}
.ccsa a:visited {
            font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
            color: #ffffff;
            margin-left: 4px;
            text-decoration: none;
}
.ccsa a:hover {
            font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
            color: #ffffff;
            text-decoration: underline;
            margin-left: 4px;
}
.ccsa a:active {
            font: bold 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
            color: #ffffff;
            margin-left: 4px;
            text-decoration: none;
}


picture {
  no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 10px;
}

.picture div {
  no-repeat left top !important;
  no-repeat left top;
  padding: 5px 5px 5px 5px;
}

.picture img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}

.subbanner2 {

    font: 16px Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	font-weight:bold;
	padding: 4px;
}
.caption2 { font-size: 8pt; font-weight: normal; color: #000000; font-family: Arial, Helvetica, sans-serif}

.toxics-in_main {
	font-size:15px; font-weight:bold;
}
.toxics-in_main a:link {
	text-decoration:none;
}
.toxics-in_main a:hover {
	text-decoration:underline;
}
.toxics-in_indent {
	margin-top:10px; margin-left:30px;
}

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

h1 {
	font-size: x-large;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 {
	font-size: large;
	font-style: oblique;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 {
	font-size: medium;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 3px;
}

th, td, li {
	font-size: small;
}

ul {
	padding-left: 1em;
	list-style-position: inside;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}

ol {
	padding-left: 1em;
	list-style-position: inside;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}

li {
	text-indent: -1.25em;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
}

sup {
    vertical-align: super; font-size: x-small;
}
sub {
    vertical-align: sub; font-size: x-small;
}
.navmenu {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: sub;
}
.navmenuactive {

	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

/* Mission Area Footer Bar */

.footerBar2 {
	background-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*/*/padding: 4px; /*End hiding for this section in Netscape 4x*/
    	margin-bottom: 1px;
		 MARGIN-TOP: 0px;
}
.footerBar2 a:link {
       padding-right: 20px;
       color: #ffffff;
       text-decoration: none;
}
.footerBar2 a:visited {
       padding-right: 20px;
       color: #ffffff;
       text-decoration: none;
}
.footerBar2 a:hover {
       padding-right: 20px;
       color: #ffffff;
       text-decoration: underline;
}
.footerBar2 a:active {
       padding-right: 20px;
       color: #ffffff;
       text-decoration: none;
}

/*
Styles for the main home page ================================
*/

.arrowmenu
{
	line-height:normal;
	list-style-image: url(/images/arrow_right.gif);
	font-weight: bold;
	padding-left: 20px;
	margin-left: 10px;
}
.arrowmenu li {
	margin-right:2px;
	margin-bottom:5px;
	text-indent:-20px;
}

.mainpage_headbrdr
{
	border: 1px #CCCCCC solid;
	border-bottom:1px #000000 solid;
}

.mainpage_ltgraybrdr
{
	height: 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.mainpage_table_cell
{
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}


.more_right {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-bottom: 0.5em;
	text-align: right;
}

.ltgray_cell_boarder {
	border: 1px solid #CCC;
}
 table.c13 {clear:both;}
 div.c12 {background-color:#EFEEF2; margin:0px; padding:2px;}
 form.c11 {margin:0px}
 input.c10 {font-size:9px; width:25px;}
 input.c9 {border: 1px solid rgb(126, 157, 185); padding: 2px; background: rgb(255, 255, 255) url(http://www.google.com/coop/images/google_custom_search_watermark.gif) no-repeat scroll left center; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;}
 li.c8 {margin-bottom:3px;}
 span.c6 {font-size:10px; line-height:normal}
 span.c5 {font-weight:normal}
 span.c4 {color:#00C600}
 div.c3 {text-align: center}
 div.c2 {text-align: left}
 div.c1 {text-align: right}

/*
Paragraph Formats ===================================
*/
.REFERENCE_OLD {
    text-indent: -5px;
	margin-left: 55px;
}
.REFERENCE {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 4em;
	text-indent: -4em;
	text-align: left;
}

.INDENT_P {
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 1em;
    margin-left: 3em;
    text-align: left;
}

.small_itext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
}

/*
Styles for Sicence Items Divs =================
 */

.content_div .science_heading {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.science_item_container {
	clear: left;
	margin-bottom: 10px;
}
.science_item_content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 112px;
}

.div_image_science_left_float {
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #FFF;
	padding: 4px;
	height: 80px;
	width: 80px;
	border: 2px solid #E3E3E3;
}



/* ============= Highlight Floating Containers ===============*/
/* TO CHANGE THE WIDTH OF THE LAYER TO ACCOMODATE WIDER/NARROWER IMAGES:
By default, the width is set to "304px" in order to provide for the majority of images which average 300px wide. If an image is wider or significantly narrower than 300px change the in-line "width" attributes in the div's style definition to better match that of the image. */

div.LeftImageContainer {
	clear: both;
	text-align: center;
	border: solid 2px #ccc;
	float: left;
	padding: 3px;
	width: 306px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 5px;
}

div.CenterImageContainer {
	clear: both;
	text-align: center;
	border: solid 2px #ccc;
	padding: 3px;
	width: 510px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

div.LeftImageContainerPlan {
	float: left;
	padding: 3px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

div.RightImageContainer {
	clear: both;
	text-align: center;
	border: solid 2px #ccc;
	float: right;
	padding: 3px;
	width: 306px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 25px;
}

div.RightTextContainer {
	clear: both;
	text-align: left;
	border: solid 2px #ccc;
	background: #D9DBCC;
	float: right;
	padding: 3px;
	width: 304px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 25px;
}

div#LeftTextContainer {
	clear: both;
	text-align: left;
	border: solid 2px #ccc;
	background: #D9DBCC;
	float: left;
	padding: 3px;
	width: 304px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 5px;
}

div.LeftTextBox {
	text-align: left;
	border: solid 2px #ccc;
	background: #D9DBCC;
	float: left;
	padding: 3px;
	width: 304px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 5px;
}

div#RightColumnContainer
{
	float: right;
	width: 49%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	vertical-align: text-top;
}

div#LeftColumnContainer {
	float: left;
	width: 49%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	vertical-align: text-top;
}

div#RightRandomPhotoContainer {
	clear: both;
	text-align: center;
	border: solid 2px #ccc;
	background: #D9DBCC;
	float: right;
	padding: 3px;
	width: 210px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.DIV_adobe_left_image {
	position:relative; float: left; margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	vertical-align: text-top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.MoreAtBottom
{
	position: static;
	width: 100%;
	z-index: 1;
	float: right;
}

div#FullWidthContainer
{
	width: 100%;
	position: static;
}

.index_heading {
	background-color: #EAFFEB;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: thin solid #CCC;
}

.clear {
	clear: both;
}

.clear_right {
	clear: right;
}

.clear_left {
	clear: left;
}

/* Signup icon styles -- Add this and others */

#addthis_share {
	clear: right;
	float: right;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#email_signup {
	clear: right;
	float: right;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#email_signup a span { display: none; }
#email_signup a:hover span {
	display: block;
	position: absolute;
	width: 150px;
	padding: 5px;
	z-index: 100;
	color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFC;
	font-weight: bold;
	margin-top: 4px;
	right: 180px;
	top: 180px;
}

.HR_clear {
	clear: both;
	width: 98%;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1px;
}
.monospace_text {
	font-family: "Lucida Console", Monaco, monospace;
}
