/* --------------------------------------------------------------------------------------------------------
								SD Department of Environment and Natural Resources

web:			http://denr.sd.gov/
stylesheet:		banner.css -- imported into global.css
date:			March 12, 2008
author:			Ron Duvall

-----------------------------------------------------------------------------------------------------------*/
/*
The position in #banner is set to "relative" to allow the SDseal.png image banner pics to be set to an "absolute" position in relation
to the banner <div> ID
*/

#banner {
	background-color: #284907;
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.bannerpic {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E6E3B0;
	top: 4px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E6E3B0;
}
.sdseal {
	position: absolute;
	top: -192px;
	right: -53px;
}
