@charset "utf-8";
#content {
	padding-bottom: 35px;
}

#feature_image {
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center;
	width: 998px;
	clear: both;
	overflow: hidden;
	text-indent: -10000px;
}

#section_container {
	height: 100%;
	margin-top: -10px;
	z-index: 5;
}

#section_top {
	background: url(../_images/content_top.png) no-repeat;
	height: 25px;
	z-index: 10;
}

#section_mid {
	min-height: 500px;
	background: url(../_images/content_bg.png) repeat-y;
}

#section_mid h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	float: left;
	color: #555555;
	margin: 5px 0 10px 40px;
}

#section_mid h1 a {
	color: #555555;
}

#section_mid h1 a:hover {
	text-decoration: none;
}

img.content_divider {
	display: block;
	width: 980px;
	height: 19px;
	margin: 0 auto 25px auto;
	clear: both;
}

#nav_content {
	margin: 19px 60px 10px 0;
	float: right;
}

#nav_content li {
	margin-left: 50px;
	display: inline;
	float: left;
}

#nav_content li.double {
	text-align:center;
	margin-top:-10px;
}

#nav_content li a {
	font-size: 14px;
	color: #666666;
}