html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #114003 url(../images/layout/background.jpg) repeat-x top left;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Sans-Serif;
}

td {
	vertical-align: top;
}

h1 {
	font-size: 20px;
	line-height: 23px;
}

h2 {
	font-size: 18px;
	line-height: 21px;
}

h3 {
	font-size: 16px;
	line-height: 19px;
}

h4, h5, h6 {
	font-size: 14px;
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 5px 0px;
}

hr {
	margin: 10px 0px;
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #A8CF9B;
}

p {
	line-height: 15px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.image-left {
	float: left;
	margin: 10px 15px 10px 0px;
}

.image-right {
	float: right;
	margin: 10px 0px 10px 15px;
}

#header{
	background: url(../images/layout/header.jpg) no-repeat top left;
	height: 100px;
	font-size: 11px;
	color: #95DDFF;
	text-align: right;
}

#header p {
	margin: 63px 3px 0px 0px;
}

#header a:link, #header a:visited {
	color: #CCEFFF;
	text-decoration: none;
	padding: 8px 8px;
}

#header a:hover, #header a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer {
	font-size: 11px;
	color: #266211;
	margin: 15px 0px;
	border-top: 1px dotted #266211;
}

#footer td {
	padding: 5px 10px;
}

.footer-top {
	padding-top: 15px !important;
}

#footer a:link, #footer a:visited {
	color: #266211;
}

#footer a:hover, #footer a:active {
	color: #447F2F;
}

#content {
	width: 660px;
}

#sidebar {
	padding-top: 15px;
	padding-left: 15px;
	width: 225px;
	color: #FFFFFF;
	font-size: 11px;
}

#sidebar p {
	line-height: 19px;
	color: #CADFC3;
}

#sidebar-top {
	background: url(../images/layout/sidebar-top.png) no-repeat bottom left;
	height: 5px;
}

#sidebar-content {
	background: url(../images/layout/backgrounds.png) top left;
	padding: 0px 10px;
}

#sidebar-bottom {
	background: url(../images/layout/sidebar-bottom.png) no-repeat top left;
	height: 5px;
}

#sidebar-phone {
	font-size: 32px;
	font-weight: bold;
	line-height: 35px !important;
	color: #FFFFFF !important;
}

input, textarea {
	font: 12px Arial, Sans-Serif;
	color: #3F6D00;
	margin: 5px 0px 5px 5px;
	width: 300px;
}

#callback-form input, #callback-form textarea {
	font-size: 11px;
	width: 155px;
}

.button {
	width: auto !important;
}

.form-labels {
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	width: 100%;
}

.form-labels-top {
	vertical-align: top !important;
	padding-top: 6px;
}

#slideshow {
	padding-bottom: 15px;
	height: 0px;
}

#slideshow-inner {
	margin-top: 15px;
}

#slideshow-inner img {
	display: none;
}

#main {
	color: #38901B;
}

#main-top {
	background: url(../images/layout/main-top.png) no-repeat bottom left;
	height: 5px;
}

#main-content {
	background: #FFFFFF;
	padding: 5px 15px;
}

#main-content img {
	border: 1px solid #266211;
}

#main-bottom {
	background: url(../images/layout/main-bottom.png) no-repeat top left;
	height: 5px;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	color: #38901B;
}

#main p {
	line-height: 20px;
}




