@charset "utf-8";
/*---------------------------------------------------------------------------------*/
/*   water.css: Main CSS file for Water Resources; Version: 1/13/2009         */
/*   Moved left-side nav styles to leftnav.css (1/11/09)          */
/*-------------------------------------------------------------------------------- */
/*   Main body styles                                                                      */
/*   The content pane has an ID of mainbody                              */
/*---------------------------------------------------------------------------------*/

/* BASIC PAGE LAYOUT ELEMENTS */
body {
	margin: 8px;
	padding: 0;
	text-align: left;
	}

body {	min-width: 960px; width: 960px;margin-left: auto;	margin-right: auto;}
h2 {color:#775544; font-size: 1.4em;}
.pagebox {	margin-left: auto;	margin-right: auto;	width: 960px; height: 135px; z-index:-10;}
.pagebox .col41 {padding-left: 0px; width: 225px;  position: absolute;z-index:9; }
.pagebox .col42 {padding-left: 243px; width: 225px;   position: absolute;z-index:8;}
.pagebox .col43 {padding-left: 484px; width: 225px;   position: absolute;z-index:7;}
.pagebox .col44 {padding-left: 730px; width: 225px;   position: absolute;z-index:5;}
.pagebox .col31 {padding-left: 0px; width: 295px;  position: absolute;  z-index:12; }
.pagebox .col32 {padding-left: 325px; width: 295px;   position: absolute;  z-index:11;}
.pagebox .col33 {padding-left: 660px; width: 295px;   position: absolute; z-index:10;}


#mainbody { margin: 10px 0px 0px 10px;	}
	
#content {
	width: 100%;
	float: left;	
	}
	
/* Lefthalf and righthalf are used to produce two equal width columns, for a 2-column layout */
.lefthalf {
	float: left;
	width: 47%;
	margin-right: 3%;
	}
	
.righthalf {
	float: right;
	width: 47%;
	}

/* Leftside and rightside are used to produce two columns (widths would be specified in HTML file), for a 2-column layout */
#leftside{
	float: left;
	margin-right: 3%;
	}
	
#rightside { float: right; }

/* To produce a page with no left side, use a new style to override a couple styles above from Container and Content */
#containersingle {
	width: 100%;
	text-align: left;
	margin: 0;
	background: #fff;
	}
	
#usgsfooter { background: #fff;	}


#mainbody {
	vertical-align: top; 
	padding-left: 15px;
		border-left: 1px solid gray;
}
.ref-hang-indent { 
	  margin-left: 2em;
      text-indent: -2em;
      margin-right: 3em;
}  
/*------------------------------------------------------------------------------------------------------*/
/*   Left sidebar style                                                                                 */
/*------------------------------------------------------------------------------------------------------*/

#leftbar a:visited  {
		text-decoration: none;
		color:blue;
}	
		
#leftbar a:hover, #leftbar a:hover, #leftbar ul li a:hover, #leftbar ul li a:active, #leftbar ul li ul li a:hover, #leftbar ul li ul li a:active {
		text-decoration: underline;
}

/*---------   General styles for the left side area, and for paragraphs, and for the H2 level headings    ----------*/
#leftbar {

	font-size: .9em;
	margin-left: 0px;	
	margin-right: 5px;
	padding-right: 0px;
	margin-bottom: 20px;
   	width: 160px;
}

#leftbar p {
	margin-top:.5em;
	margin-bottom:.8em
}

/*---------   This is the default leftbar header, which is the gradient blue, with white text. If you change to a different color text, also change the background color to match.    -------*/
#leftbar h2 {
	background-color: #004499;
	font-size: 100%;
	padding: 4px;

	font-weight: bold;
	color: #ffffff;
	margin-top: 12px;
	margin-bottom: 10px;
}

/*---------   Lists in the left bar need lots of reformatting, especially horizontal and vertical spacing, and it has to extend down to 3 nested levels.   ----------*/
#leftbar ul, #leftbar ul li, #leftbar ul li ul li {
	list-style-type: none;
	color: #333333;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#leftbar ul li
 {	padding-left: 0px;
	margin-left: 0px;
}

#leftbar ul {
	margin-bottom: 15px;
}
	
#leftbar ul li a:link {
	text-decoration: none;
}
	
#leftbar ul li ul li {
	list-style-type: disc;
	font-weight: normal;
	line-height: 1.2em;
	color: #333333;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;		
}
	
#leftbar ul li ul li ul li {
	list-style-type: circle;
	margin-left: 5px;	
}
	
#leftbar ul li ul {
	margin-bottom: 0px;
}
	
#leftbar ul li ul li a:link, #leftbar ul li ul li  {
	text-decoration: none;
}



/* END BASIC PAGE LAYOUT ELEMENTS */

/*  CCS3: Drop shadows   */
.shadow4 { box-shadow: 4px 4px 8px #333;
-webkit-box-shadow: 4px 4px 8px #333;
-moz-box-shadow: 4px 4px 8px #333; }

.shadow1 { box-shadow: 1px 1px 2px #333;
-webkit-box-shadow: 1px 1px 2px #333;
-moz-box-shadow: 1px 1px 2px #333; }

.shadow2 { box-shadow: 2px 1px 4px #333;
-webkit-box-shadow: 2px 2px 4px #333;
-moz-box-shadow: 2px 2px 4px #333; }

.margintop10 {margin-top:10px;}
.margintop20 {margin-top:20px;}
.margintop30 {margin-top:30px;}
.margintop50 {margin-top:50px;}
.marginbottom10 {margin-bottom:10px;}
.marginbottom20 {margin-bottom:20px;}
.marginbottom30 {margin-bottom:30px;}
.marginbottom50 {margin-bottom:50px;}
/* CLASSES */
.clear { clear: both; }

 /* Clear borders on all images, so you don't need to do it in the HTML code */
img { border: none; }

.linebelow {
 	border-bottom-width: 2px; 
	border-bottom-style: solid; 
 	border-color: #555555;
}

/* May 2009: Generic styles for new blueish tables */
	.tableblue table { border:1px solid #c5cfd8; margin:1em auto; border-collapse:collapse; }
	.tableblue caption { color: #4a6894; font-size:.95em;  font-weight: bold; margin:1em 0 0 0; padding:0;  text-align:center;  margin-bottom: 10px; } 
	.tableblue tr td { background: #fcfcff } 
	.tableblue tr.even td { background: #f5f9ff } 
	.tableblue td { color: #577187; border:1px solid #c5cfd8; padding:.2em .5em;} 
	.tableblue th {border: 1px solid #adc0d0; padding:.3em .8em; background:#e6ecf5;  font:bold 1em/1em Arial,Helvetica,sans-serif; color:#4683b3} 

/*----  Use class=picleft/picright to float an image inside of a text paragraph (apply style to image) or DIV element (apply style to DIV). Use DIV if you want to include a caption with the image ----*/
.picleft  {
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	}

.picright {
	float: right;
	margin-left: 12px;
	margin-bottom: 5px;
	}

/*----  Add a faint border around any element  ----*/
.addborders {
    border-top: 1px solid #d9e0e6;
	border-right: 1px solid #c8cdd2;
	border-bottom: 1px solid #c8cdd2;
	border-left: 1px solid #d9e0e6;
   	padding: 4px; 
	}
	
/* Styles to format the Feature Boxes (usually narrow boxes to the right side...grey colored  */
.titlefeature {
	background-color: #000000;
	background-image: url(/watuse/graphics/icons/gd_black_gray.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #999999;
	padding-left: 7px;
	display: block;
	padding-top: 3px;
	padding-bottom: 4px;
}

.featurebox {
	border: 1px solid #aaaaaa;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #e5e5e5;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	margin-bottom: 10px;
}

.featureboxState {
	border: 1px solid #aaaaaa;
	background-image: url(/watuse/graphics/shreliefmap.gif);
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	background-repeat: no-repeat;
	position: absolute;
	width: 400px;
	height: 221px;
	text-align: center;
}

/*   Text styles  (using EM instead of percentages)  */
.smaller  { font-size: .9em; }
.larger  { font-size: 1.2em; }
.bold { font-weight: bold; font-size: .9em;}
.term { font-weight: bold; font-size: .9em;}
.italics { font-style: italic; }
.underline { text-decoration:underline; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
.center { text-align: center; }
.middle { vertical-align: middle; }

/*----  Center an object horizontally, on its own line  (block) ----*/
.centerthis {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/* Default bold text can look too big, so this style bolds text but set it to .9 em in size  */
.boldsmaller {
	 	font-weight: bold;
		font-size: .9em;
	}

/*----  Use this to center, using text-align. Normally for text   ----*/
.centertext { text-align: center; }

.center-table  table{	display: block; margin-left: auto; margin-right: auto; }

/* Colors, mainly for text. "Waterblue" is the default blue being used in the page title and heading boxes */
.white { color: #fff; }
.black { color: #000; }
.blue {	color: #004499; }
.waterblue {color: #416ab1; }
.greymed { color: #666666; }
.greydark { color: #414141; }
.red { color: #992255; }
.green { color: #229922; }
.brown { color: #7c4f3f; }
.palegreen { color: #2a3e19; }
.purple { color: #722072; }

/*----  Heading styles, generally for content pane of the page (not left side). H1 is blue, others are slightly grey.  ----*/
h1 {
	color: #004499;
	font-size: 1.8em;
}
h2 {
	color: #004499;
	font-size: 1.3em;
	margin-bottom: 7px;
	margin-top: 3px;
}

h3 {
	color: #004499;
	font-size: .95em;
	margin-bottom: 0px;
	margin-top: 12px;
}

h4 {
	color: #004499;
	font-size: .95em;
	margin-bottom: 5px;
	margin-top: 12px;
}

#mainbody h5 {
	color: #004499;
	font-size: .8em;
	margin-bottom: 3px;
	margin-top: 10px;
}

#mainbody h6 {
	color: #004499;
	font-size: .8em;
	margin-bottom: 3px;
	margin-top: 10px;
}

p {
	margin-top: 0;
	}
	
#mainbody #content p + ul {
	margin-top: -15px;
	}
	
#mainbody #content ul, #mainbody #content ol {
	margin: -10px 0 10px 0;
	padding: 2px 0 0 30px;
}

#mainbody #content li {
	margin: 0;
	padding: 0px 3px 0px 2px;
}

#mainbody #content ul li ul{
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
}

#mainbody #content ul li ul li{
	margin: 0 0 -10px 0;
	padding: 0 0 10px 0;
}

#mainbody #content ul li ol {
	margin: 0 0 5px 0;
	padding: 10px 0 0 40px;
}

/*------------------------------------------------------------------------------------------------------
Heading styles: Limited number of styles to style headings.
-----------------------------------------------------------------------------------------------------*/
.headingblue {	background-color: #416ab1; padding: 4px; color: #fff; }
.headingbluelight { background-color: #b8c9e5; padding: 4px; }		
.headingtan { background-color: #e5d4b8; padding: 4px; color: #222222; }	
.headinggrey { background-color: #cccccc; padding: 4px; }	
.headinggreylight { background-color: #eeeeee; padding: 4px; }	
.headingblueasleft { background-color: #f5f6fb; padding: 4px; }	

/*------------------------------------------------------------------------------------------------------
Other sytles, mainly for applying to headings
-----------------------------------------------------------------------------------------------------*/	
.underlinewrap { 
	margin-bottom: -5px; 
	border-left: 1px solid #555; 
	border-bottom: 1px solid #555; 
	padding: 3px;  
}

.headingunderline { 
	margin-bottom: 5px; /*why doesn't this work? */
	border-bottom: 1px solid #004499; 
	padding-top: 2px; 
	padding-bottom: 4px; 
}

/*--------------------------------------------------------------------------------------*/
/* ----- Styles to format list item bullets  --------  */
.listdotblue {
	list-style-image: url('/watuse/graphics/icons/dotblue7.gif');
}
.listdotgreen {
	list-style-image: url('/watuse/graphics/icons/dotgreen7.gif');
}
.listdotbrown {
	list-style-image: url('/watuse/graphics/icons/dotbrown7.gif');
}
.listdotcyan {
	list-style-image: url('/watuse/graphics/icons/dotcyan7.gif');
}
.listdotyellow {
	list-style-image: url('/watuse/graphics/icons/dotyellow7.gif');
}

/*------------------------------------------------------------------------------------------------------*/
/*   Footer style                                                                                       */
/*------------------------------------------------------------------------------------------------------*/

#linksfooterbar {
	width: 100%;
	background-color: #cccccc;
	padding-top: 2px;
	padding-bottom: 3px;
	clear: both;
	margin-bottom: 0px;
}

#linksfooterbar a:link, #linksfooterbar a:visited {
	margin-left: 4px;
	margin-right: 32px;
	color: #111111;
	text-decoration: none;
}

#linksfooterbar a:hover {
	margin-left: 4px;
	margin-right: 32px;
	color: #ffffff;
	text-decoration: underline;
}

#linksfooterbar a:active {
	margin-left: 4px;
	margin-right: 32px;
	color: #111111;
	text-decoration: none;
}
/*------------------------------------------------------------------------------------------------------*/
/*   Index page styles                                                                                       */
/*------------------------------------------------------------------------------------------------------*/
#mainbody #content #indextop {
	float: left;
	width: 100%;
}

#mainbody #content #indexmiddle {
	float: left;
	width: 100%;
	padding-top: 10px;
}

#mainbody #content #indexmiddle h2 {
	color: #004499;
	font-size: .95em;
	font-weight: bold;
	padding: 0.3em;
	margin: 0;
	background: #D1CAB1;
	border-top: 1px solid #004499;
	border-bottom: 1px solid #004499;
}
#mainbody #content #indexmiddle p {
	padding: 0 0.3em;
}

#mainbody #content #indexlefthalf {
	float: left;
	width: 47%;
	margin-right: 3%;
	border-bottom: 1px solid #004499;
	border-right: 1px solid #004499;
	border-left: 1px solid #004499;
	}
#mainbody #content #indexrighthalf {
	float: right;
	width: 47%;
	border-bottom: 1px solid #004499;
	border-right: 1px solid #004499;
	border-left: 1px solid #004499;
	}
#mainbody #content #indexrighthalf div{
	padding: 5px;
	}
#mainbody #content #indexrighthalf #leftcolumn{
	float: left;
	width: 47%;
	margin-right: 1%;
		
	}
#mainbody #content #indexrighthalf #rightcolumn{
	float: right;
	width: 45%;
		}
#mainbody #content #indexrighthalf ul {
	margin: 0;
	padding: 0 0 0 30px;
}

#mainbody #content #indexrighthalf li {
	margin: 0;
	padding: 0px 3px 0px 2px;
	font-size: .87em;
}


/*------------------------------------------------------------------------------------------------------*/
/*   Boxheading styles:                                                                                  */
/*------------------------------------------------------------------------------------------------------*/

.boxheading {
	background-color:#d0d5eb;
	border-bottom: 1px solid #cccccc;
	padding: 3px 5px 3px 10px; 
}

.boxsection {
	background-color:#FAFBFF;
	width: 98%;
	border: 1px solid #cccccc;
	padding-bottom: 10px; 
	margin-bottom: 30px;
	margin-top: 20px;
}

.boxsection p {
	padding-left: 10px;
}
.boxsection ul li {
	padding-bottom: 3px;
	padding-right: 10px;
}

.boxsection ul li ul li{
	margin-left: -15px;
}

.boxsection ul li ul li ul li{
	margin-left: -15px;
}

