/* ================INSTRUCTIONS=================*/
/* By changing the classes below, you can add your own custom styles to 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 (#416ab1) to whatever color you wish to display.
NOTE: You can use either hexadecimal color codes (i.e. - #000000, #000) or HTML color names (i.e. - "black"). */
#usgscolorband {
        background: #004200 url("/images/tnm_web_banner.jpg") 178px 0px no-repeat;
}

#usgscolorbandelev {
        background: #004200 url("../images/elevation_banner.jpg") 178px 0px no-repeat;
}

#usgscolorbandortho {
        background: #004200 url("../images/ortho/devils_tower.jpg") 178px 0px no-repeat;
}

#usgscolorbandnlcd {
        background: #004200 url("../images/nlcd_banner.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: #004200;
     color: #ffffff;
	 /*background-image : url(button_back.jpg);*/
}
/* =============INTERNAL ONLY LINE==============*/
/* TO DISPLAY A CUSTOM INTERNAL ONLY LINE
If you need to change the font color of the "For Internal USGS Access Only" line, change the "color:" attribute below to your custom color.

/* TO DISPLAY A BACKGROUND IMAGE/COLOR
You may also use a background image/color that fills the background of the "internal only" line by modifying the attributes within the "background:" attribute below. First, you'll need to remove the CSS comments from either end of the "background:" line. If using an image you can have it "repeat, repeat-x, repeat-y, or no-repeat" and optionally have the image "scroll" with the page (default for most background images) or "fixed" which allows the page to scroll while the background image doesn't. You can also simply remove individual attributes from the "background:" line if you do not wish to use them all.

NOTE: If you use both a custom background color and text color to be sure they are contrasting colors (ex - light on dark, dark on light) to help those with visual disabilities to distinguish the text clearly. */
#usgsonly {
	color: #000000;
	/*background: #ffffff url(http://internal.usgs.gov/images/internal_bg_sample.gif) repeat-x scroll; */
}

/* =============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: #eaebdd;

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

.menu ul {
	list-style: none;
	width: 200px;
	margin:0;
	padding:3px 0px;
	}

.menu ul li {
	position: relative;
	float: left;
	height: 1%;
	width: 176px;
	}

.menu li ul {
	position: absolute;
	left: 184px;
	top: 5px;
	display: none;
	}

.menu ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #004200;
	border-bottom: 0px solid #ffffff;
	padding:10px;
	margin-top:2px;
	font-size:12px;
	height: 100%;
	width: 165px;
	font-family : Arial, Helvetica, sans-serif;
	background-image : url(button_back.jpg);
	background-repeat : repeat-x;
}

.menu ul li a:hover {
	color: #000000; background: #baccba;
	font-weight: normal;
	}

.menu li ul li a {
  	padding: 2px 5px;
	font-weight:normal;
	background:#464646;
	position:relative;
	z-index:1;
	padding-left:10px;
	border-bottom: solid 1px #ffffff;
	border-left: sold 1px #ffffff;
	margin:0px;
	width: 200px;
	height: 100%;
	}

.menu li ul li a:hover {

	font-weight:normal;
	border-bottom: solid 1px;
	color: #000000; background: #b7b7b7;
	position:relative;
	z-index:1;
	padding-left:10px;
	text-decoration:none;
	border-bottom: solid 1px #ffffff;
	width: 200px;
	height: 100%;
	font-weight: bold;
	}

.menu li:hover ul, li.over ul {
	display: block;
	}

.menu ul li ul li {
	position: relative;
	float: left; height: 1%;
	}

.menu li ul li ul {
	position: absolute;
	left: 168px;
	top: 5px;

	}


.menu ul li ul li ul li a {
	padding: 2px 5px;
	font-weight:normal;
	background:#004200;
	z-index:1;
	padding-left:10px;
	border-bottom: solid 1px #ffffff;
	border-left: solid 1px #000000;
	margin:0px;
	width: 200px;
	height: 100%;
	margin-left: -15px;

	}

.menu ul li ul li ul li a:hover {
	font-weight:normal;
	border-bottom: solid 1px;
	z-index:1;
	padding-left:10px;
	text-decoration:none;
	border-bottom: solid 1px #ffffff;
	border-left: solid 1 px #000000;
	width: 200px;
	height: 100%;
	margin-left: -15px;
	}

.menu li:hover ul, li.over ul{
	display: block;
	}

.space {
	line-height: 15%;
	}

.smallgreen  {
	color : #006633;
	font-size: x-small;
	font-family : Arial, Geneva, sans-serif;
	}
.red	{
	color: red;
	}
.smallblack  {
	color : #000;
	font-size: x-small;
	font-family : Arial, Geneva, sans-serif;
	}

.smallbold  {
	color : #000;
	font-size: x-small;
	font-family : Arial, Geneva, sans-serif;
	font-weight: bold
	}

.whitetext {
	color : #fff;
	font-size: small;
	font-family : Arial, Geneva, sans-serif;
	font-weight: bold
	}

.pre {
	font-size: medium;
}

.picleft {
	float: left;
	margin-right: 15px;
	}

.picright {
	float: right;
	margin-left: 15px;
	}

.indent0{
        margin-left: .5em;  text-indent: -5em;  margin-top: .10em; margin-bottom: 0em
}
.indent1{
        margin-left: 3em; text-indent: -1em; margin-top: .10em; margin-bottom: 0em
}
.indent2{
        margin-left: 6em; text-indent: -2em; margin-top: 0.1em; margin-bottom: 0em
}
.indent3{
        margin-left: 9em; text-indent: -3em; margin-top: 0.1em; margin-bottom: 0em
}
.indent4{
        margin-left: 12em; text-indent: -4em; margin-top: .10em; margin-bottom: 0em
}
.indent5{
        margin-left: 15em; text-indent: -5em; margin-top: .10em; margin-bottom: 0em
}

ol {
	margin-bottom: 0em;
	margin-left: 3em;
	margin-top: 0em;
	list-style : decimal;
}

ul {
	margin-bottom: 0em;
	margin-left: 3em;
	margin-top: 0em;
	list-style: disc
}

hr {
	height: 1px;
	color: #37514a;
}

.postedBanner {
	background-color: #992b00;
	color: #ffffff;
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	height: 29px;
	background-image : url(title_back2.jpg);
	background-repeat : repeat-x;
}

.archiveLink {
	color: #ffffff;
	font-size: x-small;
	}

.archiveLink a:link {
       color: #ffffff;
       text-decoration: none;
}
.archiveLink a:visited {
       color: #ffffff;
       text-decoration: none;
}
.archiveLink a:hover {
       color: #ffffff;
       text-decoration: none;
}
.archiveLink a:active {
       color: #ffffff;
       text-decoration: none;
}
