/* ================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: #0000FF url(/images/educationwebanner2_crop.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: #000000; 
    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;
}
th, td {
	font-size: small;
}


/* CUSTOM STYLES FOR EDUCATION PAGES STARTS HERE */

/* CSS for the top navigation bar. This is the same code that is used on the USGS home page (color customized).*/
/*COLORS USED
000000 black
FFFFFF white
0B3561 dark blue
CCCCCC light grey
*/
#topnav {
	background-color: #CCCCCC;
	padding-top: 1px;
	margin-bottom: 8px;
}
	
#topnav a:link, #topnav a:visited {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	display:inline;
	background-color:#F89F7B;    
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px 4px;
}
#topnav a:hover {
	background-color:#F2D3C7;
	color: #000000;
}
/* end CSS for top navigation menu */

/* ====== Google Translate Position ====== */  
#translate {
	float:right;
}

/* ====== General Styles ====== */ 

.adobereader {
	font-size: smaller;
}
.sequester {
	font-style: oblique;
	color: #B40404
}
.returntotop {
	float:right;
	font-size: smaller;
}
dt {margin-top:8px;
}

.twoColHdr #container { 
	width: 100%;
	background: #FFFFFF;
	text-align: left;
}
.twoColHdr #sidebar1 {
	float: left; 
	vertical-align:top;
	width: 16em;
	padding: 15px 0;
	padding-top: 0;
	padding-right: 14px;
}
.twoColHdr #emptysidebar {
	width: 20%;
	padding: 15px 0;
	padding-top: 0;
	padding-right: 14px;
}
.twoColHdr #mainContent { 
	padding: 15px 0;
	vertical-align: top;
	padding-left: 14px;
}
.twoColHdr #h1 {
	font-size: x-large;
	color: #1C3655;
}
.twoColHdr h1 {
	font-size: x-large;
	color: #1C3655;
	font-weight: normal;
}

h2 {
	font-size: large;
	font-weight: normal;
	color: #000000;
	margin-top: 2px;
}
.twoColHdr #h3 {
	font-size: medium;
	color: #990033;
}
.twoColHdr #h4 {
	font-size: medium;
	color: #000000;
}
.twoColHdr #ruleGrayDark {
	color: #535D6B;
	height: 2px;
}
.twoColHdr #ruleGray {
	color: #CCC;
	height: 1px;
}
.twoColHdr #ruleRed {
	color: #854127;
	height: 1px;
}
.twoColHdr #ruleYellow {
	color: #FC0;
	height: 1px;
}
.borderTopNav {
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.tables #fieldsetVideo {
	font-size: 85%;
}
.tables #legendVideo {
	color: #006633;
}
.tables #videoColumn2 {
	vertical-align: top;
}
.borderSearch {
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
}
.scienceArea {
	display: block;
	text-align: center;
	font-size:larger;
	padding: 22px;
	background-color: #FFFFFF;
}
.head {
	display: block;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	margin-top: 3px;
}
.topic2 {
	display: block;
	text-indent: 12px;
	padding: 2px;
}
.three-col {
       -moz-column-count: 3;  /* Firefox */
       -moz-column-gap: 20px;  /* Firefox */
       -webkit-column-count: 3;  /* Safari and Chrome */
       -webkit-column-gap: 20px;  /* Safari and Chrome */
}

/* ====== Add space between lines in list ====== */ 
.listspace {
	margin-bottom: 5px;
}


/*  CUSTOM STYLES FOR LESSONS START HERE  */

.NavBarTOP {
	background-color: #1C3655;
	color: #FFF;
}
#PrimarySource {
	background-color: #F2F2F2;
}

/*  END CUSTOM STYLES FOR LESSONS  */

/* START Left navigation menu - used only on lectures_nojavascript file */
#sidebarnav {
	width: 25%;
	padding: 15px 0;
	padding-right: 14px;
	background: #FFFCF5;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
}

#sidebarnav a:active a:visited {
	font-color: #000000;
}

#sidebarnav a:hover {
	font-color: #FFFFFF;
	background: #000000;
}

#sidebarnav .head {
	background-color: #FFFFFF;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 2px;
	margin-top: 3px;
}

.boxed {
	border: 1 px solid black;
}

/* END Left Navigation menu */



