/* ================  CUSTOM.CSS  =================*/ 
/*  You can use this CSS file to create your own local styles and to override the styles from "framework.css" (https://www2.usgs.gov/frameworkfiles/styles/framework.css)    */ 

#usgstitle {
	background-color: #2F753F;
	}
	
/*#usgscolorband {
	background: #000 url("../images/banners/txflag.gif") 178px 0px no-repeat;
	}	*/
	
#usgstitle p {padding-bottom:0em;}
#usgstitle form {padding-bottom:0em}

#topnav {
	background-image: url(../images/button1.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	
	}
#topnav a:link, #topnav a:visited {
		margin-right: 12px;
}
	
#topnav a:hover, #topnav a:active {
		margin-right: 12px;
}
#topnav img {
		padding-left: 0px;
}	

#topnavbuttons ul li a:hover {
background:#ccc;
color: #000;
text-decoration: underline;
}
	
/*----  Heading styles, generally for #mainbody  ----*/
h1 {
		color: #003388;
		font-size: 115%;
		margin-top: 25px;
}
	
h2 {
		color: #003388;
		font-size: 95%;
		margin-top: 20px;
		margin-bottom: -5px;
}
	
h3 {
		color: #003388;
		margin-bottom: 0px;
}
/*-------------------------------------------------*/
/*-------------Leftbar attributes------------------*/
#leftbar {
	background-color: #eaeaea;
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 15px 5px 20px 5px;
	}
#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;
	}
#leftbar li { padding-bottom: 3px; }
#leftbar ul {padding-top: 0px; }
#leftbar h2 {background-color: #2F753F}
/*------------------------------------------------*/
#mainbody {
	padding-bottom: 20px;
	
	}

.containall a:link, containleft a:link, containright a:link,
	.containall a:visited, .containleft a:visited, .containright a:visited{
	text-decoration:none;
	}
		
#subnav {
	background-color: #999999;
	border-bottom: 1px black solid;
	margin-bottom: 0px;
	
	}
	
#subnav a:link, #subnav a:visited {
	padding-left: 5px;
	padding-right: 5px;
	}
	

	

	
.containall {
	width: 98%;
	text-align: center;
	
}

.containleft {
 	 float: left;
	 width: 48%;
	 margin-left: 10px;
 }
 
.containright {
 	 float: right;
	 width: 48%;
 }
 
 /* Remove color & underline from links */
#mainbody a.subtle:link, #mainbody a.subtle:visited {
	color:inherit;
	text-decoration:none;
}

#mainbody a.subtle:hover, #mainbody a.subtle:active {
	color:inherit;
	text-decoration:underline;
}

/* Hanging indent for references */
.reference {
	  margin-left: 2em;
      text-indent: -2em;
      margin-right: 3em; 
}  

.bold {font-weight:bold}