@charset "utf-8";
/* CSS Document */

body {
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0 auto;
}

.black {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.grey {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.grey a{
	color: #3E858F;
}

.back a{
	color: #3E858F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.title {
	color: #3E858F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.description {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.green a{
	color: #3E858F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.image_box {
	margin: 0 20px 0 0;
	float: left;
}

#container {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 980px;
	height: 136px;
}

#logo {
	width: 295px;
	height: 83px;
	float: left;
	padding: 25px 0 0 0;
}

#nav {
	width:585px;
	height: 90px;
	padding: 30px 0 0 0;
	float: right;
}

#nav li {
	display: block;
	float: left;
	list-style-type: none;
	height: 20px;
	margin: 10px 10px 0 10px;
	padding: 0;
	font: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

#nav a {
	text-decoration:none;
	color: #000;
}

.current {
	border-bottom: solid #3E858F;
	padding-bottom: 5px;
}

.newsletter {
	margin-right: 10px;
}

#banner {
	width: 980px;
	height: 254px;
	overflow: hidden;
}

#banner_sub {
	width: 980px;
	height: 166px;
}

#banner_lincoln {
	width: 980px;
	height: 189px;
}

#sub_feature {
	width: 980px;
	text-align: center;
	margin: 0 auto;
}

#sub1 {
	float: left;
	padding: 30px 0px 0px 0px;
	width: 309px;
	text-align: left;
}

#sub2 {
	padding-top: 30px;
	margin-left: 335px;
	margin-right: 335px;
	text-align: left;
}

#sub3 {
	float: right;
	padding: 30px 0px 0px 0px;
	width: 309px;
	text-align: left;
}

#col_content {
	float: left;
	padding: 30px 0px 0px 0px;
	width: 700px;
	text-align: left;
}

#content_box {
	width: 660px;
	margin: 0 0 50px 20px;
}

#col_news {
	float: right;
	padding: 30px 0px 0px 0px;
	width: 250px;
	text-align: left;
}

#rss_box {
	width:980px;
	border: solid #CCC 1px;
	margin: 20px auto;
	background-image: url(imgs/rss.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}

#rss_box li{
	list-style: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 160px;
	margin-top: 0px;
}

#rss_box a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E858F;
}

#content {
	width: 980px;
	padding: 15px 0 20px 0;
}

#content_left {
	width: 250px;
	float: left;
	padding: 0px;
}

#content_left li {
	display: block;
	list-style-type: none;
	height: 15px;
	margin: 0px auto;
	padding: 8px 0 8px 8px;
	font:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	border-top: solid #CCC 1px;
	border-left: solid #CCC 1px;
	border-right: solid #CCC 1px;
}

.bottom {
	border-bottom: solid #CCC 1px;
}

#content_left a {
	text-decoration:none;
	color: #666;
}

.gradient_green {
	background: url(imgs/bg_sub_nav_on.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.gradient_grey {
	background: url(imgs/bg_sub_nav_off.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#content_right {
	width: 670px;
	float: right;
	padding: 13px 20px 0 0;
}

#footer {
	width: 980px;
	padding: 50px 0 30px 0;
}

.copyright {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.copyright a{
	color: #3E858F;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}