/* ================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: http://www.usgs.gov/images/headers/hazards.jpg
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: #004499 url(http://ks.water.usgs.gov/pics/banners/banner2011.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: #004499; 
    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;
	max-width:1600px;
}
th, td {
	font-size: small;
}
h1{
margin-left:40px;	
}
h2{
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#123DEF;
	margin-bottom: 2px;
}
/* =============Site Context Switching===============*/ 
/*Default style for SPAN icons. Edit if desired: */

.iconspan {
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */
.eg-bar {
background-color: #004499;
font-weight: bold;
color: #ffffff;
border: 1px solid white;
padding: 3px;
}

div.eg-bar {
width: 200px;
}
.eg-bar2{
background-color: #bbd6fa;
font-weight: bold;
border: 1px solid white;
padding: 3px;
}

div.eg-bar2 {
width: 200px;
}


.icongroup1 {
width: 200px;
}
/*------------------------------------------------------------------------------------------------------*/
/*   Left sidebar style                                                                                 */
/*------------------------------------------------------------------------------------------------------*/

#leftbar a:visited  {
		text-decoration: none;
		color:blue;
}
#leftbar a:active  {
		text-decoration: none;
		color:#ff22cc;
}	
			
#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;
                color:#ff22cc;
}
/*------------------------------------------------------------------------------------------------------*/
/*   drop down css 10/28/2011                                                                           */
/*------------------------------------------------------------------------------------------------------*/
#menu {
	list-style:none;
	width:100%;
	margin:0px 0px 0px 0px;
/*	height:30px; causing it to not wrap */
	padding:0px 0px 0px 0px;     
	/* Background color and gradients */
     font-size: 12px; 
     font-weight: bold;
	background-color: #014464;
	margin-bottom: 25px; 
		/* Borders */
	background:#014464;
	border: 1px solid #002232; 
     box-shadow:inset 0px 0px 1px #edf9ff;
     border-left:none;
}
#inmenu {
	list-style:none;
	width: 125px;
	margin:0px 0px 0px 0px;
	height:30px; 
	padding:0px 0px 0px 0px;     
	/* Background color and gradients */
     font-size: 12px; 
     font-weight: bold;
	background-color: #014464;
	margin-bottom: 25px; 
		/* Borders */
	
	border: 2px solid #002232; 
     box-shadow:inset 1px 0px 1px #edf9ff;
     border-left:none;
}


#menu li {
       
	float:left;
	display:block;
	text-align:center;
	position:relative;
	z-index:9;
	padding: 1px 5px 5px 5px;
	margin-right:0px;
/*	margin-top:3px; */
	border:none;
     line-height:20px; 
background: #014464; /* wrap background color*/
     
}
#menu body{
	background-color:#014464;
}
#inmenu li {
       
	float:left;
	display:block;
	text-align:center;
	position:relative;
	z-index:8;
	padding: 1px 5px 5px 5px;
	margin-right:0px;
	margin-top:3px; 
	border:none;
     line-height:20px; 
background: #014464; /* wrap background color*/
     
}
#menu li:hover {
	border: 1px solid #777777;
     border-bottom:none;
	padding: 1px 5px 4px 3px;
	
	/* Background color and gradients */
	
	background: #F4F4F4;

	

}
#inmenu li:hover {
	border: 1px solid #777777;
        border-bottom:none;
	padding: 1px 5px 4px 3px;
	
	/* Background color and gradients */
	
	background: #F4F4F4;

	

}
#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color: #EEEEEE;
	display:block;
	position:relative;
	z-index:9;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
background: #F4F4F4; /* add for wrap */
}
#inmenu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color: #EEEEEE;
	display:block;
	position:relative;
	z-index:8;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
background: #F4F4F4; /* add for wrap */
}
#menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;   
}
#menu li .drop {
	padding-right:21px;
	background:url("http://dkslwq.cr.usgs.gov/~jlmiller/kswater/branches/htdocs/images/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("http://dkslwq.cr.usgs.gov/~jlmiller/kswater/branches/htdocs/images/drop.png") no-repeat right 7px;
}
#inmenu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;   
}
#inmenu li .drop {
	padding-right:21px;
	background:url("http://dkslwq.cr.usgs.gov/~jlmiller/kswater/branches/htdocs/images/drop.png") no-repeat right 8px;
}
#inmenu li:hover .drop {
	background:url("http://dkslwq.cr.usgs.gov/~jlmiller/kswater/branches/htdocs/images/drop.png") no-repeat right 7px;
}
.dropdown_1column,
.dropdownin_1column,
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns,
.dropdown_6columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;



}

.dropdown_1column {width: 152px;}
.dropdownin_1column {width: 304px;}
.dropdown_2columns {width: 304px;}
.dropdown_3columns {width: 456px;}
.dropdown_4columns {width: 608px;}
.dropdown_5columns {width: 760px;}
.dropdown_6columns {width: 920px;}

#menu li:hover .dropdown_1column,
#inmenu li:hover .dropdownin_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns,
#menu li:hover .dropdown_6columns {
	left:-1px;
	top:auto;
}

.col_1,
.colin_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6 {
	display:inline;
	float: left;
	position: relative;
	z-index:9;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:140px;}
.colin_1 {width:290px;}
.col_2 {width:290px;}
.col_3 {width:440px;}
.col_4 {width:590px;}
.col_5 {width:740px;}
.col_6 {width:890px;}

.col_cent1,
.col_cent2,
.col_cent3,
.col_cent4,
.col_cent5,
.col_cent6 {
	display:inline;
	float: none;
	position: relative;
	z-index:9;
	margin-left: 5px;
	margin-right: 5px;
}
.col_cent1 {width:140px;}
.col_cent2 {width:290px;}
.col_cent3 {width:440px;}
.col_cent4 {width:590px;}
.col_cent5 {width:740px;}
.col_cent6 {width:890px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {

}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}
#menu .menu_left {
	float:left;
	margin-right:0px;
}
#menu li .align_left {

}

#menu li:hover .align_left {
	right:auto;
	left:-1px;
	top:auto;
}
#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;

background: #F4F4F4; /* add for wrap */
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#015b86;
}
#menu li:hover div a:hover {
	font-size:12px;	
	color:#029feb;
}


#inmenu .menu_right {
	float:right;
	margin-right:0px;
}
#inmenu li .align_right {

}

#inmenu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}
#inmenu .menu_left {
	float:left;
	margin-right:0px;
}
#inmenu li .align_left {

}

#inmenu li:hover .align_left {
	right:auto;
	left:-1px;
	top:auto;
}
#inmenu p, #inmenu h2, #inmenu h3, #inmenu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;

background: #F4F4F4; /* add for wrap */
}
#inmenu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#inmenu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#inmenu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#inmenu li:hover div a {
	font-size:12px;
	color:#015b86;
}
#inmenu li:hover div a:hover {
	font-size:12px;	
	color:#029feb;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:auto;

}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	z-index:9;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;

}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;


}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:2px 6px 2px 6px;
	margin:0px 0px 4px 0px;
}
#inmenu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

}

#inmenu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#inmenu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	z-index:8;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:260px;
}
#inmenu li ul li:hover {
	background:none;
	border:none;
	padding:0;

}

#inmenu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:232px;


}
#inmenu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:2px 6px 2px 6px;
	margin:0px 0px 4px 0px;
}


