html {
	overflow:-moz-scrollbars-vertical;
	height:100%;
	margin:0;
	padding:0;
	background:#669e30 url('../images/html_bg.jpg') top center repeat-y;
}

body {
	width:775px;
	height:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#322216;
}

h1 {
	font-size:300%;
	margin:50px 0 0.5em 0;
	text-align:center;
	color:#322216;
	padding:0;
	}

h2 {
	font-size:150%;
	margin:1em 0 0.5em 0;
	text-align:left;
	color:#669e30;
	padding:0;
	}

#container {
	float:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:775px;
	margin: 0 auto -50px auto; /* the bottom margin is the negative value of the footer's height */
	background:transparent url('../images/bg.png') 0% 50% repeat-y;
}

#header {
	width:733px;
	margin:0 auto;
	padding:15px 0 0 0;
	background:transparent url('../images/grad_header.png') top left no-repeat;
	}

#header div.logo {
	float:left;
	height:119px;
	width:201px;
	margin:0;
	padding:5px 15px 6px 19px;
	}

#header img {
	border:none;
	}

/* #flashcontent is for homepage only */
#flashcontent {
	z-index:-1;
	float:left;
	height:130px;
	width:465px;
	margin:0;
	padding:0;
	text-align:left;
	}

/* #subpage_heading replaces #flashcontent on all subpages */
#subpage_heading {
	float:left;
	height:130px;
	width:485px;
	margin:0;
	padding:0;
	background:transparent url('../images/subpage_heading.png') top right no-repeat;
	}

#nav {
	clear:both;
	margin:0 15% 5px 15%;
	line-height:1.75em;
	background-color:#fff;
	border-top:1px solid #322216;
	border-bottom:1px solid #322216;
	}

#nav ul {
	padding:0;
	margin:0.4em 0 0.4em 0;
	}

#nav ul li {
	display:inline;
	margin:0;
	padding:0;
	font-size:120%;
	}

#images, #content {
	width:514px;
	float:left;
	margin:0 0 0 0;
	padding:3px 0 55px 39px;
	}

#content {
	width:494px;
	text-align:left;
	padding-left:59px;
	}

#content p {
	font-size:120%;
	margin:0 0 1.5em 0;
	}

#content p.no_bottom_margin {
	margin-bottom:0;
	}

#content ul {
	margin:0 0 1.5em 0;
	padding:0;
	}

#content ul li {
	margin:0 0 0 1.5em;
	font-size:120%;
	}

#feature, #content img {
	padding:6px 6px 3px 6px;
	background-color:#fff;
	border:1px solid #8FCB55;
	}

* html #feature,
* html #content img {
	padding:6px;
	}

#content img {
	float:left;
	}

#sidebar {
	width:170px;
	height:347px;
	float:right;
	margin:0;
	padding:3px 44px 0 0;
	}

#sidebar img.border {
	float:right;
	padding:3px;
	margin:0 0 10px 10px;
	border:2px solid #649A30;
	background-color:#fff;
	}

* html #sidebar div.call_now {
	margin-bottom:3px;
	}

div.spacer {
	heifht:55px;
	}

#footer {
	height: 50px; /* .spacer must be the same height as #footer */
}

#footer {
	float:left;
	width:733px;
	margin:0 auto 0 21px;
	padding:0;
	text-align:center;
	background:transparent url('../images/grad_footer.png') top left no-repeat;
}

* html #footer {
	float:none;
}

#footer p {
	float:left;
	width:100%;
	font:inherit;
	text-align:center;
	color:#669e30;
	margin:23px auto 0 auto;
	padding:0;
}

a {
	color:#322216;
	text-decoration:none;
	font-weight:bold;
	border:none;
	}

a:hover {
	/*color:#70e32f;*/
	color:#669e30;
	text-decoration:none;
	font-weight:bold;
	border:none;
	}

.green {
	color:#669e30;
	}

a.green {
	color:#669e30;
	text-decoration:none;
	border:none;
	}

a.green:hover {
	color:#322216;
	text-decoration:none;
	border:none;
	}

span.large {
	background:url('../images/bullet_green.gif') 50% 50% no-repeat;
	}

#images img.noborder {
	border:none;
	}

small {
	color:#669e30;
	}

#content p.contact {
	margin:-0.7em 0 3em 5em;
	}

#content dt {
	font-size:120%;
	font-style:italic;
	}

#content dd {
	font-size:120%;
	margin:0.5em 0 2.25em 0;
	font-weight:bold;
	}

/* From here down is taken from Dynamic Drive */
.cssform p.form {
	/*width:300px;*/
	clear:left;
	margin:0 !important;
	padding:3px 0 6px 0;
	padding-left:210px; /*width of left column containing the label elements*/
	border-bottom:1px solid #d0f0c0;
	height:1%;
	}

.cssform p.no_bottom_border {
	border:none;
	}

.cssform label {
	font-weight:normal;
	float:left;
	text-align:right;
	margin-left:-210px; /*width of left column*/
	padding:3px 0 0 0;
	width:200px; /*width of labels. Should be smaller than left column (200px) to create some right margin*/
	}

.cssform label.required {
	font-weight:bold;
	}

.cssform input.text { /*width of text boxes. IE6 does not understand this attribute*/
	width:265px;
	background-color:#d0f0c0;
	border:1px outset #322216;
	}

.cssform input.short {
	width:30px;
	background-color:#d0f0c0;
	border:1px outset #322216;
	}

.cssform textarea {
	width:265px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#d0f0c0;
	border:1px outset #322216;
	overflow:auto;
	}

.cssform div.centre {
	margin:3px auto;
	text-align:center;
	}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix {
	margin-left:3px;
	}