/* ================INSTRUCTIONS=================*/ 
/* By changing the classes below, you can add your own custom banner image and/or custom site title bar. 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" to point to "" and set the "background-color" to whatever color you wish to display.
NOTE: You can use either hexadecimal color codes (i.e. - #000000) or HTML color names (i.e. - "black"). */ 
.banner { 
        background: url("http://internal.usgs.gov/images/headers/intranet_main.jpg") 178px 0px no-repeat; 
} 
.data_under_develop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: oblique;
	color: #CC0000;
}
.data_avail_dont_have {
	font-family: "Trebuchet MS", Garamond, Verdana;
	font-size: small;
	font-style: italic;
	color: #FFFFFF;
}

.page_header {
	font-family: "Trebuchet MS", Garamond, Verdana;
	font-size: large;
	font-weight: bolder;
	color: #000099;
}
.author_byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
}

.page_header {
	font-family: "Trebuchet MS", Garamond, Verdana;
	font-size: large;
	font-weight: bolder;
	color: #000099;
}

.references {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: normal;
}
.sidebarHeader {
	font-family: "Trebuchet MS", Garamond, Verdana;
	font-size: small;
	font-style: normal;
	font-weight: bolder;
	color: #000066;
}

.sidebar {
	width: 20%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	padding: 3px;
	background-color: #B3CBEA;
	border-top-color: #9BBF99;
	border-right-color: #9BBF99;
	border-bottom-color: #9BBF99;
	border-left-color: #9BBF99;

}

.sidebartwo {
	width: 20%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	align: right;
	padding: 3px;
	background-color: #B3CBEA;
	border-top-color: #9BBF99;
	border-right-color: #9BBF99;
	border-bottom-color: #9BBF99;
	border-left-color: #9BBF99;
}
.greek {
	font-family: Symbol;
	font-size: small;
}
.sidebarTEXT {
	font-family: "Trebuchet MS", Garamond, Verdana;
	font-size: small;
	color: #00FFFF;
}


.TopicHeader {
	font-family: "Trebuchet MS", Garamond, Verdana;
	font-size: medium;
	font-weight: bold;
	color: #000099;
}

.content_header_black {
	font-family: "Trebuchet MS", Garamond, Verdana;
	font-size: small;
	font-weight: bold;
	color: #000000;
}


/* =============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;
}
.content {
	font-family: "Trebuchet MS", Garamond, Verdana;
	font-size: small;
	float: left;
	width: 78%;
	height: auto;
	padding: 5px 1px 5px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000099;
	background-color: #FFFFFF;
}
.space {
	float: left;
	width: 100%;
	clear: both;
}


th, td {
	font-size: small;
}
.image_caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
}
.sidebarWelcome {
	font-family: "Trebuchet MS", Garamond, Verdana;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000033;
}
.sidebarWelcomeBold {
	font-family: "Trebuchet MS", Garamond, Verdana;
	font-size: small;
	font-style: normal;
	font-weight: bolder;
	color: #000033;
}
.TopicHeaderItallics {
	font-family: "Trebuchet MS", Garamond, Verdana;
	font-size: medium;
	font-weight: bold;
	color: #000099;
	font-style: oblique;
}
.page_header_itallic {
	font-family: "Trebuchet MS", Garamond, Verdana;
	font-size: large;
	font-weight: bolder;
	color: #000099;
	font-style: italic;
}

