@charset "utf-8";
/*
GENERAL STYLES */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	text-align: center;
	background-color: #E7E6E1;
}
/*
LAYOUT */
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container #masthead {
	background-image: url(/images/masthead.jpg);
	height: 146px;
}
#container #left {
	float: left;
	width: 626px;
}
#container #left #slideshow {
	height: 395px;
	padding-left: 22px;
}
#container #left #blue-box {
	background-image: url(/images/blue-box.jpg);
	float: left;
	height: 176px;
	width: 190px;
	padding-left: 39px;
}
#container #left #green-box {
	background-image: url(/images/green-box.jpg);
	float: left;
	height: 176px;
	width: 188px;
	padding-left: 12px;
}
#container #left #orange-box {
	background-image: url(/images/orange-box.jpg);
	float: left;
	height: 176px;
	width: 185px;
	padding-left: 12px;
}
#container #left #bottom {
	display: block;
	clear: both;
	height: 324px;
	background-image: url(/images/left-bottom.jpg);
	padding-left: 40px;
	background-repeat: no-repeat;
}
#container #left #bottom h1 {
	color: #7B735C;
	padding-top: 15px;
	font-weight: bold;
	font-size: 15px;
}
#container #left #bottom .light-brown {
	font-weight: normal;
	color: #98948B;
	margin-top: 25px;
}
#container #right {
	float: left;
	width: 314px;
	background-image: url(/images/right.jpg);
	padding-right: 29px;
	padding-left: 20px;
	background-repeat: no-repeat;
	height: 895px;
}
#container .index-right {
	height: 753px;
}
#container #right h1 {
	color: #A2C05E;
}
#container #right h2 {
	color: #7F735B;
	font-weight: normal;
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
#container #right .divider {
	height: 5px;
	margin-left: -20px;
	margin-right: -13px;
	background-color: #9DBC54;
	margin-top: 20px;
	margin-bottom: 10px;
}
#container #right .spacer {
	height: 10px;
}
#container #footer {
	height: 50px;
	clear: both;
	background-image: url(/images/footer.jpg);
	display: block;
	background-repeat: no-repeat;
	text-align: right;
	color: #86A3B1;
	padding-top: 8px;
	padding-left: 24px;
	padding-right: 24px;
	background-color: #E7E6E1;
}
#container #right #links {
	margin-right: -13px;
	margin-left: -20px;
	padding-left: 20px;
	margin-top: -12px;
	padding-top: 12px;
	margin-bottom: -20px;
	padding-bottom: 20px;
	background-color: #EFF4E3;
}
#container #footer a {
	color: #86A3B1;
}
#container #footer a:hover {
	color: #5B7D8E;
}
/*
TEXT STYLES */
p {
	margin-bottom: 10px;
}
h1 {
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 20px;
}
h3 {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
a {
	color: #1E86B9;
	text-decoration: none;
}
a:hover {
	color: #2C6D8D;
}
#sitemapnav {
	margin-bottom: 15px;
}
.right {
	float: right;
	width: auto;
}
.left {
	float: left;
	width: auto;
}
