/* --------------------------------------------------------------------------------------------------------
								SD Department of Environment and Natural Resources

web:			http://denr.sd.gov/
stylesheet:		sidenav.css -- imported into global.css
date:			March 12, 2008
author:			Ron Duvall

-----------------------------------------------------------------------------------------------------------*/

#sidenav {
	width: 168px;
	float: left;
	position: absolute;
	margin-top: 32px;
}

/* Use of this class id also serves as a "parent" for styling link "a" tag (descendant selector) that does not affect all other "a" tags on the page */
.sidenavlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}
.sidenavlinks a:link {
	color: #284900;
}
.sidenavlinks a:visited {
	color: #284900;
}

/* The -2 margin-top is to compensate for adding a 1 px border to the top and bottom of each link.  If the margin is not reduced the same amount the links shift downward as you hover over a link.  Adding a -1 px to top and bottom resulted in bottom border not appearing in IE 6.0 so the fix was to subtract the total 1px + 1px = 2px from the top margin */
.sidenavlinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #A7A37E;
}
.sidenavlinks a:hover:visited {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #A7A37E;
}
#wrapper #subwrapper #sidenav img {
	margin-left: 20px;
	margin-top: 15px;
}

#wrapper #subwrapper #sidenav .sidenavlinks a {
	display: block;
	width: 163px;
	padding-left: 5px;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7A37E;
}

.sidenavheader {
	background-image: url(../images/sidenavheaderbkgnd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #A7A37E;
	color: #FFFFFF;
	height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: 26px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}
.sidenavsearchform {
	margin-top: 20px;
	margin-left: 3px;
	display: block;
	font-size: 0.8em;
}
