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

body {
	background-color: #FFEFCA;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/*LAYOUT*/
#wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
}
#container {
	background-color: #FFFFFF;
	float: left;
}
#top {
	width: 980px;
	background-color: #660000;
	height: 20px;
}
#header {
	height: 125px;
	background-image: url(images/header_bg.png);
	width: 980px;
	clear: both;
	float: left;
}
#logo {
	margin-left: 25px;
	width: 300px;
	padding-top: 10px;
	float: left;
}
#seal {
	margin-left: 850px;
	width: 125px;
	padding-top: 10px;
}
#nav {
	height: 26px;
	border-bottom: solid #660000 5px;
	background-color: #FFFFFF;
	border-top: solid #660000 1px;
	margin-bottom: 15px;
	text-transform: uppercase;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
}
#content {
	float: left;
	clear: both;
	background-color: #FFFFFF;
}
#main {
	width: 715px;
	float: left;
	padding-bottom: 25px;
	line-height: 150%;
}
#slideshow {
	margin-bottom: 15px;
	height: 250px;
	width: 690px;
	overflow: hidden;
}
#column {
	width: 325px;
	padding: 0 15px 15px 15px;
	float: left;
}
#featurearea {
	width: 250px;
	float: left;
	padding-right: 15px;
	clear: right;
}
#feature1 {
	margin-bottom: 15px;
	border-top: solid #FFEFCA 5px;
	background-color: #FFF7E2;
	padding: 5px;
	border-top-color: #FFEFCA;
	float: left;
	width: 320px;
}
#feature2 {
	margin-bottom: 15px;
	border-top: solid #FFEFCA 5px;
	background-color: #FFF7E2;
	padding: 5px;
	border-top-color: #FFEFCA;
	float: left;
	width: 240px;
}
#footer {
	line-height: 150%;
	font-size: 10px;
	color: #E2A300;
	text-align: center;
	padding-top: 25px;
	clear: both;
	margin-bottom: 25px;
}