/* This style sheet defines the standard Region 6 color scheme for
the header and several standard styles.
This style sheet was developed 09052008 and should be linked to from all Region 6 web sites.
This style sheet replaces style sheet region6_standard_colors.css
 */
/*  updated 11/25/2011 to add the ID clearBoth   jdr  */

body {
	background-color: #ffffff;	/* you can change this. */
}


#siteName {
	font-size: 35px;
}

/*
#fwsBar {
	background-color: #000000;
	background-image: url('https://www.fws.gov/mountain-prairie/region6_standard_elements/fwsbar024c93.jpg');
	}
*/

#searchBar {
	border-bottom-color: #000000; /*you can change this. It should agree with border top color */
	border-top-color: #000000; /* you can change this. It should agree with border bottom color */
	background-color: #6699cc; /*you can change this*/	
}


#organizationName {
	background: #0664B4; /*you can change this */
}

#organizationName, #organizationName a {
	color: #FFFFFF; /*you can change this. It should be lighter than the fws bar but still dark enough for the region or program name to stand out.*/
}

#siteNavigationBox {background-color:#6699cc;}   /*default background color for navigation box */

#lastUpdated {
	clear:both;
	margin-top:35px;
	}
	
#siteFooter {font-size:smaller;}

#serviceFooter {font-size:smaller;}

.autoOverflow {overflow:auto;}
.pdfSize {font-size:x-small;}

#clearBoth {clear:both;}            /*  using a div as a clear both instead of a class fixes a problem in FireFox printing */
#clearLeft {clear:left;}

.clearBoth {clear:both;}
.clearLeft {clear:left;}
.clearRight {clear:right;}
	
.do_not_display { display:none;}   /*don't display link used to skip navigation */

.floatLeft {float:left;}
.floatRight {float:right;}

.photoCaption {
	font-size:9px;
	color:#999999;
	}


.imageLeft_mr10 {
	float:left;
	margin-right:10px;
	margin-top:3px;
	margin-bottom:3px;
	}
	
.imageRight_ml10 {
	float:right;
	margin-left:10px;
	margin-top:3px;
	margin-bottom:3px;
	}

.imageLeft_ml10mr10 {
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:3px;
	margin-bottom:3px;
	}

.imageLeft_ml15mr15 {
	float:left;
	margin-left:15px;
	margin-right:15px;
	margin-top:3px;
	margin-bottom:3px;
	}
	
.imageRight_ml10mr10 {
	float:right;
	margin-left:10px;
	margin-right:10px;
	margin-top:3px;
	margin-bottom:3px;
	}
	
.imageRight_ml15mr15 {
	float:right;
	margin-left:15px;
	margin-right:15px;
	margin-top:3px;
	margin-bottom:3px;
	}
	
.imageRight_mt10mb10ml10 {
	float:right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
.googlemaps {
		border:#000 thin groove;
		padding:20px;
		margin:30px;
}

.socialMediaLinks {
	margin:0px;
	padding:5px;
	list-style:none;
	background:#6699cc;	
	border:#000 thin solid;
	}

.socialMediaLinks li {
	margin-right:15px;
	display:inline;
	}
	
.announcement {
	display:block;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color:#CCFFFF;
	text-align:left;
	padding: 25px;
	width: 70%;
	margin: 20px auto 20px auto;
	border: medium double #000000;
	}

.announcement2 {
	display:block;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color:#FF3;
	text-align: center;
	padding: 10px;
	width: 50%;
	margin: 20px auto 20px auto;
	border: medium double #0c0;
	background-color:#ffffff;
	}
