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

#wrapper {
	margin: 0 auto;
	background-repeat: repeat-x;
	width: 940px;
	height: 975px;
}
body {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464343;
	background-image: url(images/bg.gif);
}
#bottom2 {
	width: 940px;
	margin: 0 auto;
	clear: both;
}
#top {
	height: 75px;
}
#searchbox {
	float: left;
	width: 410px;
	padding: 40px 0 0 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#nav {
	float: left;
	width: 510px;
	padding-top: 45px;
}
#searchbox input {
	font-size: 11px;
	color: #f4db81;
	background-color: #e49e3d;
	border: 1px solid #9f420b;
	width: 200px;
}
#content {
	background-image: url(images/cbg.gif);
	background-repeat: no-repeat;
	height: 900px;
}
#left {
	float: left;
	width: 277px;
}
#right {
	float: right;
	width: 663px;
}
.leftbox {
	padding-right: 20px;
	padding-left: 50px;
}
.leftimg {
	float: left;
	padding-right: 10px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}
.browntitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7b2809;
}
.orangetext {
	font-weight: bold;
	color: #ec7917;
}
.dottedline {
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: ##7b2809;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 129px;
	padding: 240px 10px 0 355px;
}
#header input {
	font-size: 11px;
	background-color: #f2fed4;
	border: 1px solid #f2fed4;
	margin: 3px 0 3px 0;
	width: 270px;
	padding: 1px;
}
.greenbg {
	background-image: url(images/greenbg.gif);
	background-repeat: no-repeat;
	height: 204px;
	padding: 20px 60px 0 25px;
	color: #e2ed9d;
}
.rightbox {
	padding: 10px 45px 0 25px;
}
.bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 67px;
	width: 607px;
	margin: 0 auto;
	text-align: center;
	color: #ec7917;
}
#bottom2 {
	background-image: url(images/bottom2.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 80px;
	text-align: center;
	color: #e5dd4d;
}
.orangetitle {
	font-size: 20px;
	color: #f5bd08;
}
#contactform input {
	background-color: #B8B99B;
	border: 1px solid #ffffff;
	font-size: 11px;
	margin: 3px 0 3px 0;
	padding: 1px;
	width: 165px;
}
#contactform textarea {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #B8B99B;
	border: 1px solid #ffffff;
	font-size: 11px;
	margin: 0 0 3px 0;
	width: 480px;
}
#contactform {
	height: 160px;
}
#contactform label {
	float: left;
	display: block;
	width: 80px;
	padding: 3px;
	margin-top: 3px;
	font-weight: bold;
}

