@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0;}
body {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	background:#4e7224 url("images/bg_main.jpg") repeat-x left top;
}
a { color: #1e5919; }
h1,h2,h3 {
	color:#1e5919;
	margin-top:0px;
	padding-top:0px;
	font-weight:lighter;
}
h1 {
	font-size: 24px;
	margin-bottom: 5px;
}
h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
h3 { font-size: 14px; font-weight:bold; }
#container { width:750px; margin:0px auto; }

#header {
	float: left;
	height: 205px;
	width: 750px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	*background-position: 1px 0px;
}
#content {
	float: left;
	width: 700px;
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 25px;
	padding-left: 25px;
}
#footer {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 700px;
	clear: left;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 40px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header h1.logo a {
	width: 320px;
	float: left;
	height: 125px;
	display: block;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
	text-indent:-4000px;
	text-transform:uppercase;
	background: transparent scroll no-repeat;
}
#header h1.logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 320px;
	display: block;
	font-size: 300%;
	height: 125px;
	margin-left: 50px;
	margin-top: 25px;
}
#content #left {
	float: left;
	width: 183px;
	margin: 10px 0px 15px 0px;
}
#content #right {
	float: left;
	width: 500px;
	margin: 15px 0px 10px 15px;
}
#footer a {
	color: white;
}
.floatright {
	float:right;
	}
img.floatleft {
	float:left;
	margin: 0px 0px 10px 10px;
}
img.floatright {
	float:right;
	margin: 0px 0px 10px 10px;
}
#left .quote {
	width: 152px;
	float: left;
	margin-left: 6px;
	background-image: url(images/bg_quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 326px;
	padding: 10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#left .paypal {
	width: 172px;
	height: 36px;
	clear: both;
	margin-top: 10px;
	margin-left: 6px;
	margin-right: 25px;
	float:left;
}
#header .menu {
	width: 690px;
	float: left;
	height: 44px;
	margin-top: 10px;
	padding: 0px 30px;
}
#header .menu ul {
	margin:0px;
	padding:0px;
	width: 730px;
}
#header .menu ul li {
	float: left;
	width: 137px;
	height: 44px;
	display: block;
	background-image: url(images/bg_but.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#header .menu ul li a {
	line-height:42px;
	color: white;
	font-size: 14px;
	font-weight:300;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
	width: 137px;
	height: 44px;
	display: block;
	outline:none;
}
#header .menu ul li a:hover {
	color:#FDFBBC;
	
}
#right p {
	display: block;
	margin-bottom: 20px;
}
button.submit {
	margin:0px;
	padding:0px;
	width:92px;
	height:27px;
	background: url(images/submit_but.jpg) no-repeat left top;
	display:block;
	border:none;
	outline:none;
	margin-top:5px;
	cursor:pointer;
}
.quote h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #7a5325;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
textarea#Comments {
	width:150px;
	height: 60px;
}
label {
	margin-top:3px;
}
form#quote input {
	margin-bottom:6px !important;
}
#content #footer_links {
	float: left;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e5919;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer_links a {
	color: #1e5919;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
#footer_links a:hover {
	text-decoration: underline;
}

.subpage {
	margin-bottom:20px !important;
}
ol {
	margin: 10px 0px 10px 25px;
	display: block;
}
ol li {
	margin-bottom:10px;
}
#right ul {
	margin-left: 20px;
}
#payPalForm {
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #204814;
	margin-bottom: 10px;
	width: 350px;
}
#payPalForm .textinput {
	padding:0px;
	border:1px solid #204814;
	margin-top: 5px;
}

