/* --------------------------------------------------------------------------------------------------------
								SD Department of Environment and Natural Resources

web:			http://denr.sd.gov/
stylesheet:		content.css
date:			March 12, 2008
author:			Ron Duvall

-----------------------------------------------------------------------------------------------------------*/

#content {
	margin-top: 40px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 944px;
}
/*#content a:link {
	color: #0000CC;
}
#content a:visited {
	color: #009933;
}
.imgfloatright  {
	padding-right: 3px;
	padding-left: 5px;
	float: right;
	padding-top: 6px;
}
.floatbulletclear_wr {
	clear: both;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #204500;
}


.imgfloatleft {
	float: left;
	padding-right: 8px;
	padding-left: 3px;
	padding-top: 6px;
}

#content a:hover {
	text-decoration: underline;
}
#wrapper #subwrapper #content ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: circle;
}

/* The second bullet list to right of picture in Water Rights homepage would not indent properly (probably due to float in picture) so I put the bullets in a div tag and used following style to indent (pad) to desired position. */

/*.listindiv_wr {
	padding-left: 180px;
}

#wrapper #subwrapper #content li {
	margin-left: 10px;
}
#wrapper #subwrapper #content hr {
	color: #284907;
}
.contact_wr {
	line-height: 1.1em;
	float: right;
	width: 140px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
	background-color: #E6E2AF;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.contactinfo_wr {
	font-size: 0.9em;
}

/* The margin and padding settings were necessary to get the entire bullet symbol to appear in IE 6.0 */
/*.floatleftbullet_wr {
	float: left;
	padding-right: 10px;
	width: 405px;
	margin-left: -6px;
	list-style-position: outside;
	padding-left: 6px;
	padding-bottom: 20px;
}
.floatrightbullet_wr {
	float: right;
	width: 320px;
	list-style-position: outside;
	margin-left: -6px;
	padding-left: 6px;
	padding-bottom: 20px;
}
.bkgrd4txt_wr {
	background-color: #D8E9C5;
	padding: 5px;
	border: 1px solid #284907;
	display: block;
	margin-bottom: 6px;
}
.bkgrd4txtwht_wr {
	background-color: #FFFFFF;
	padding: 4px;
	display: block;
	border: 2px dashed #D8E9C5;
}
