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

body {background:url(graphics/bkgrd.jpg) fixed; margin:0; font-family: 'Lato', sans-serif; color: #555; font-size: 10pt;}

a {
	color: #35A200;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover {
	color: #555;
	text-decoration: underline;
}

h1 {
	font-size:30pt;
	font-weight:900;
	color: #35A200;
	padding-bottom: 5px;
	margin-top:0;
	margin-bottom: 10px;
	border-bottom: 1px solid #98CB00;
	text-transform:uppercase;
}
h2 {
	font-family: 'Yesteryear', cursive;
	font-size: 30pt;
	color:#98CB00;
	margin-bottom: 0;
}

.green {color:#35A200;}
.black {color:#555;}
.white {color:#fff;}
.lt-green {color:#98CB00;}
.lime {color:#d5f951;}

.green8 {font-size:8pt; color:#35A200;}
.green12 {font-size:12pt; color:#35A200;}
.green14 {font-size:14pt; color:#35A200;}
.green16 {font-size:16pt; color:#35A200;}
.green18 {font-size:18pt; color:#35A200;}

.black10 {font-size:10pt; color:#555;}
.black12 {font-size:12pt; color:#555;}
.black14 {font-size:14pt; color:#555;}
.black16 {font-size:16pt; color:#555;}
.black18 {font-size:18pt; color:#555;}

.lt-green10 {font-size:10pt; color:#98CB00;}
.lt-green12 {font-size:12pt; color:#98CB00;}
.lt-green14 {font-size:14pt; color:#98CB00;}
.lt-green16 {font-size:16pt; color:#98CB00;}
.lt-green18 {font-size:18pt; color:#98CB00;}

.lime8 {font-size:8pt; color:#d5f951;}
.lime12 {font-size:12pt; color:#d5f951;}
.lime4 {font-size:14pt; color:#d5f951;}
.lime16 {font-size:16pt; color:#d5f951;}
.lime18 {font-size:18pt; color:#d5f951;}

.bkgrd-top {
	background-image: url(graphics/bkgrd-top.png);
	height: 200px;
	width: 100%;
}
.wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.top1 {
	background-image: url(graphics/top1.png);
	height: 200px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.bkgrd-content {
	background-image: url(graphics/bkgrd-content.png);
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	overflow:hidden;
}
.content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	min-height:650px;
	margin-top: 20px;
}
.content-bottom {
	background-image: url(graphics/content-bottom.png);
	height: 25px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.bkgrd-footer {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.contact-top {
	font-size: 9pt;
	color: #555;
	text-align: right;
	float: right;
	width: 550px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 80px;
}
.menu {
	float: right;
	font-size: 13pt;
	font-weight: 900;
	text-transform: uppercase;
	color: #98CB00;
	text-align: right;
	width: 550px;
	margin-right: 15px;
	text-shadow: 1px 1px 3px #555;
}
.menu a {
	color: #fff;
	text-decoration:none;
	padding-bottom: 3px;
}
.menu a:hover {
	color: #D5F951;
	text-decoration:none;
	border-bottom: 3px solid #555;
}
.footer-links {
	font-size: 9pt;
	text-align: right;
	float: right;
	width: 500px;
	margin-right: 15px;
	color:#98CB00;
	text-transform:uppercase;
	line-height:14pt;
	font-weight:700;
	margin-bottom: 20px;
}
.footer-links a {
	color: #fff;
	text-decoration:none;
}
.footer-links a:hover {
	color:#d5f951;	
	text-decoration:none;
}
.bkgrd-news {
	background-image: url(graphics/upcomingevents.png);
	float: right;
	height: 319px;
	width: 300px;
	margin-left:50px;
}
.news {
	width: 260px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	color:#555;
	text-align:left;
}
.news a {
	font-size: 12pt;
	color:#2E9F00;
	text-decoration:none;
}
.news a:hover {
	font-size:12pt;
	color:#555;
	text-decoration:underline;
}
.index-text {
	float: left;
	width: 550px;
	min-height:319px;
}
.visitors {
	width: 900px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Yesteryear', cursive;
	font-size: 49pt;
	color:#35A200;
	clear:both;
}
.visitors-pic {
	float: left;
	height: 200px;
	width: 300px;
	margin-right: 25px;
	clear:both;
}
.visitors-info {
	float: left;
	width: 550px;
	padding-top:60px;
}
.listing:before,
.listing:after {
content: "";
display: table;
}
.listing:after {
clear: both;
}
.listing {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #555;
}
.pic300 {
	float: left;
	height: 200px;
	width: 300px;
	margin-right: 25px;
	border: 1px solid #35A200;
}
.forsalepiccenter300 {
	float:left;
	height: 200px;
	width: 300px;
	margin-right:100px;
	border: 1px solid #35A200;
}
.infoR {
	float: right;
	width: 570px;
}
.epd-link {
	font-size: 9pt;
	text-transform: uppercase;
	color: #D5F951;
	background-color: #2E9F00;
	text-align: center;
	padding: 10px;
	width: 220px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none; 
	margin-top:10px;
	float:left;
}
.epd-link:hover {
	color: #fff;
	background-color: #555;
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration:none; 
}
.supplementR {
	float: right;
	width: 150px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.form {
	float: right;
	width: 450px;
	margin-left: 50px;
	padding-left: 50px;
	border-left: 1px solid #98CB00;
}
.supplement {
	float: right;
	width: 200px;
	margin-bottom: 15px;
	clear:both;
	margin-left:25px;
	font-size:9pt;
	text-align:right;
}
.supplement-pic {
	height: 133px;
	width: 200px;
	margin-bottom: 5px;
	border: 1px solid #289B00;
}
.forsale-top {
		font-family: 'Yesteryear', cursive;
	font-size: 30pt;
	color:#98CB00;
	margin-bottom: 10px;
	text-align:center;
}
.forsale-list {
	font-size:22pt; 
	font-weight:900;
	color:#555;
	text-align: center;
}
.submit {
	float:left;
	width: 90px;
	background-color: #35A200;
	padding: 10px;
	color: #d5f951;
	text-transform:uppercase;
	margin-top:10px;
}
.submit:hover {
	background-color:#555;
	color: #fff;
}

.video {
	width: 14%;
	height: 25px;
	text-align: center;
	color: #000000;
	margin: 5px 1.3% 5px 1.3%;
	background-color: #760203;
	border-radius: 4px;	
	line-height: 21px;
	float:left;
}
.video:hover {
	background-color: #cf6566;
	-webkit-transition:all ease-in-out .05s;
	-moz-transition:all ease-in-out .05s;
	transition:all ease-in-out .05s;
	box-shadow: 0px 0px 5px #000;
	text-decoration:none;
}
.video a {
	color: #000000;
	text-decoration:none;
}
.clear{
	clear:both;}