/* ================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: #004499 url(/owq/images/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: #004499; 
	color: #ffffff
} 
/* =============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 {
	background: #C0DBE9 url() repeat-x scroll; 
    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;
}
th, td {
	font-size: small;
}

/* ====================================================*/ 
/* ============= OWQ CUSTOM PAGE STYLES ===============*/ 
/* ====================================================*/ 

/* ==== Modifications to 20070913 Framework CSS ====*/ 

.headlightblue {
	background-color: #C0DBE9; padding: 4px;
}

.boxsection li {
	list-style-image: url('/owq/images/icons/dotblue7.gif');
}

#topnav {
	margin-bottom: 15px;
}

#topnav img {
		padding-left: 5px;
		padding-right: 0px;
		margin-right: 0px;
}

#leftbar h2 {
		background-color: #004499;
}

#leftbar ul li {
	list-style-image: url('/owq/images/icons/dotblue7.gif');
	margin-bottom: 6px;
	}

#leftbar ul li ul li{
	list-style: disc;
		} 
		
#leftbar ul {
		padding-left: 8px;	
}

#leftbar ul li, #leftbar ul li ul li {
		padding-left: 0px;	
}

#leftbar h3 {
	margin-bottom: 12px;
}


#linksfooterbar {
		 margin-bottom: 0px;
}

/* ==== Unique Styles ====*/ 

.internal {  
	font-size: small; 
	color: #990000; 
	font-weight: normal
	}


.highlightback {
padding: 4px; 
color: #000000; 
background-color: #EAB380;
border: thin solid #DF8B40;
}

.highlightback h2{
padding: 4px; color: #ffffff; background-color: transparent;
}

table.special {
	text-align: left;
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin-left: 6px;
	margin-right: 6px
}

table.special tr{
	border-bottom: 1px #57260b dashed;
	border-collapse: collapse;
	padding-bottom: 2em;
	}


/*----  Heading styles, generally for #mainbody  ----*/
h1 {
		color: #003388;
		font-size: 140%;
		margin-top: 0px;
}
	
h2 {
		color: #003388;
		font-size: 120%;
		margin-top: 20px;
		margin-bottom: 5px;
}
h3 {
		color: #003388;
		font-size: 110%;
		margin-bottom: 5px;
}
/* Styles for front page topics box. */

.backbluelight {
	background-color: #E1EFFF;
	font-size: 100%;
	margin: 0px;
}

#learnmore h3 {
		padding-left: 0px;
		margin-left: 12px;
}

#learnmore p, #learnmore ul li {
		padding-left: 0px;
		margin-left: 18px;
}

#learnmore img {
		padding-left: 0px;
		margin-left: 18px;
		margin-right: 6px;
}

.headburgundy {
	background-color: #4c0722; padding: 4px; color: #ffffff;}

.backgradientburgundy {
background-image: url('/owq/images/styles/backgradientburgundy.jpg');
background-repeat: repeat-x; padding: 4px; color: #ffffff; background-color: #540b28;
}
