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


body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	
	}


a:link {
	color: #8ab61f;
}
a:hover {
	color: #7b8300;
}
a:visited {
	color: #8ab61f;
}
a:active {
	color: #8ab61f;
}


.footerlinks a:link {
	color: #8d8d8d;
}
.footerlinks a:visited {
	color: #8D8D8D;
}
.footerlinks a:hover {
	color: #8ab61f;
}
.footerlinks a:active {
	color: #8D8D8D;
}

	
#wrapper {
	width: 923px;
	margin: 0 auto;
	height: 157px;
	}
	
#logo {
	float: left;
	}
	
#contact {
	float: right;
	}
	
#menu {
	width: 923px;
	height: 75px;
	margin: 0 auto;
	}

#banner {
	width: 937px;
	height: 270px;
	margin: 0 auto;
	}
	
#slideshow {
	width: 923px;
	height: 109px;
	margin: 0 auto;
	}
	
#title {
	width: 923px;
	height: 85px;
	margin: 0 auto;
	}

#content {
	width: 923px;
	margin: 0 auto;
	padding-top: 10px;
	overflow: visible;
	padding-bottom: 20px;
	background-image: url('images/content_bg.png');
	background-position: top center;
	}
	
#content_wide {
	width: 853px;
	margin: 0 auto;
	padding-left: 35px;
	padding-right: 35px;
	}
	
#left {
	width: 375px;
	padding-left: 35px;
	padding-right: 20px;
	float: left;
	}
	
#right {
	width: 435px;
	padding-left: 20px;
	padding-right: 35px;
	float: right;
	}
	
#left2 {
	width: 400px;
	padding-left: 35px;
	padding-right: 20px;
	float: left;
	}
	
#right2 {
	width: 410px;
	padding-left: 20px;
	padding-right: 35px;
	float: right;
	}

p {
	font-size: 13px;
	color: #2d2d2d;
	}

h2 {
	font-size: 13px;
	color: #4a6441;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	}
	
hr {
	background-color: #acc07b;
	border: 0px;
	height: 1px;
	width: 100%;
	}

#footer {
	width: 923px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	color: #ccc;
	}