body {
	background: #20231C url(images/background.jpg);
	margin-top: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
p {
	text-align: justify;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
.logo {
	background: url(images/logo.jpg);
	display: block;
	width: 1000px;
	height: 115px;
}
#nav {
	background: transparent url(images/nav-bg.png) no-repeat;
	width: 991px;
	height: 64px;
}
#nav ul {
	list-style-type: none;
	margin: 0 30px;
	padding: 0;
}
#nav li {
	line-height: 64px;
	display: inline;	
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	padding: 10px;
}
#nav li a {
	color: inherit;
	text-decoration: none;
	color: #ffffff;
}
#banner {
	background: url(images/mid-banner-green.jpg) no-repeat;
	width: 991px;
	height: 400px;
}
.float {
	float: left;
}
#banner h1 .medium {
	font-size: 28px;
	color: #eafc9b;
}
#banner h1 {
	font-size: 38px;
	color: #ffffff;
	padding-left: 25px;
	font-weight: normal;
}
#banner h1 .small {
	font-size: 18px;
	color: #eafc9b;
}
#banner .photo {
	float: right;
	margin-top: -20px;
	margin-right: 20px;
}
#banner h2 {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	float: left;
	margin-left: 40px;
	margin-top: 55px;
}
#content {
	background-color: #37422a;
	width: 991px;
	float: left;
}
.green, .green a {
	color: #37422a;
}
.green li {
	padding-bottom: 8px;
}
.leftcontent {
	background-color: #37422a;
	width: 347px;
	float: left;
	padding-left: 10px;
}
.leftcontent h2 {
	color: #9f9f79;
	font-size: 17px;
	font-weight: normal;
}
.rightcontent {
	background-color: #ffffff;
	float: right;
	width: 624px;
	padding-left: 10px;
}
.rightcontent p {
	font-size: 13px;
	padding-right: 10px;
}
.rightcontent h1 {
	color: #8ca034;
	font-size: 20px;
	font-weight: normal;
}
.sform {
	width: 320px;
	padding: 8px;
}
.sform  label {
	color: #ffffff;
	font-size: 12px;
	display: block;
}
.sform .medium {
	width: 140px;
	display: block;
	margin-right: 5px;
	padding: 3px 1px;
	margin-bottom: 5px;
}
.sform .long {
	width: 291px;
	padding: 3px 1px;
	margin-bottom: 5px;
	display: block;
}
.sform textarea {
	width: 291px;
	height: 100px;
	padding: 3px 1px;
	margin-bottom: 5px;
}
.buttons input[type=button] {
	width: 124px;
	height: 24px;
	background: url(images/schedule-now) no-repeat;
	border: 1px solid #000;
	float: right;
	margin-right: 25px;
}
.leftcontent h1 span {
	font-size: 20px;
	font-weight: normal;
	color: #bdd14d;
}
.leftcontent h1 {
	font-size: 30px;
	font-weight: normal;
	color: #bdd14d;
	float: right;
	margin-right: 10px;
	text-align: right;
}
#footer {
	background: url(images/footer-bg.png) no-repeat;
	width: 991px;
	height: 42px;
	clear: both;
	margin-bottom: 100px;
}
#footer ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
#footer li {
	line-height: 42px;
	display: inline;	
	color: #ffffff;
	font-size: 11px;
	padding: 10px;
}
#footer li a {
	color: inherit;
	text-decoration: none;
	color: #ffffff;
}
.contact label {
	display: block;
	color: #666;
	width: 100%;
	margin-top: 8px;
}
.contact input[type=submit] {
	width: 100px;
	padding: 3px;
	border: 1px solid #37422a;
	background-color: #bdd14d;
	
}
.contact input[type=text] {
	width: 300px;
	padding: 4px 5px;
}
.contact textarea {
	width: 400px;
	padding: 4px 5px;
	height: 120px;
}
