* {
	margin: 0;
	padding: 0;
}

body {
	font: .63em Arial, sans-serif;
	background: #e5dfda url(../img/bkg_repeat.png) repeat-x scroll left top;
}

#mainwrapper {
	width: 888px;
	margin: 0 auto;
	margin-top: 25px;
	background-color: white;
}

#floatwrapper {
	float: left;
}

#header {
	float: left;
	width: 888px;
	padding-top: 15px;
	background: white url(../img/site_top.jpg) no-repeat left top;
}

h1 a {
	height: 115px;
	display: block;
	width: 215px;
	text-indent: -9999px;
	float: left;
	background: url(../img/site_logo.gif) no-repeat left top;
}

#callnow {
	text-align: right;
	margin-right: 20px;
	color: #365d17;
	font-size: 1.5em;
	padding-top: 30px;
	height: 60px;

}

#header ul{
	float: right;
	display: inline-block;
	list-style: none;
	margin-right: 10px;
}

#header ul li{
	float: left;
	margin-left: 2px;
	background: #1b850d url(../img/nav_off_bkg.png) repeat-x left top;
	cursor:pointer;
}

#header ul li a{
	float: left;
	background: url(../img/nav_off_left.png) no-repeat left top;
	color: white;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.3em;
	cursor:pointer;
}

#header ul li a span{
	float: left;
	background: url(../img/nav_off_right.png) no-repeat right top;
	padding: 6px 10px;
	cursor:pointer;
}

#header ul li a:hover{
	background: #24C011 url(../img/nav_on_left.png) no-repeat left top;
	cursor:pointer;
}

#header ul li a:hover span{
	background: url(../img/nav_on_right.png) no-repeat right top;
	cursor:pointer;
}

#innerwrapper {
	float: left;
	background: white url(../img/sidebar_bkg.jpg) repeat-y left top;
	width: 888px;
}

#sidebar {
	float: left;
	width: 265px;
	padding-left: 25px;
	padding-right: 25px;
	background: url(../img/header_left.jpg) no-repeat left top;
}

#greenheader {
	color: white;
	font-size: 2.2em;
	height: 65px;
	padding-top: 25px;
}

#greensub {
	color: white;
	font-size: 1.6em;
	padding-top: 20px;
	height: 45px;
}

#sidebarwhite {
	padding: 10px;
	color: #365d17;
	font-size: 1.2em;
}

h2 {
	font-size: 1.3em;
	color: #3f831c;
	font-weight: bold;
	padding-bottom: 15px;
}

#sidebarwhite ul{
	list-style: none;
}

#sidebarwhite ul.points li{
	list-style: none;
	padding-bottom: 12px;
	padding-left: 25px;
	background: url(../img/point.png) no-repeat left top;
}

#sidebarwhite ul.links li{
	list-style: none;
	padding-bottom: 12px;
	padding-left: 25px;
	background: url(../img/link.png) no-repeat left top;
}

#sidebarwhite ul.links a{
	text-decoration: none;
	color: #365d17;
	border-bottom: 1px dotted #ffffff;
}

#sidebarwhite ul.links a:hover{
	border-bottom: 1px dotted #365d17;
}

#content {
	float: left;
	width: 573px;
}

#content_area {
	float: left;
	width: 540px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 5px;
}

#content_area p{
	margin-bottom: 15px;
	font-size: 1.2em;
}

#content_area ul.links li{
	list-style: none;
	padding-bottom: 12px;
	padding-left: 25px;
	background: url(../img/link.png) no-repeat left top;
}

#content_area ul.links a{
	text-decoration: none;
	color: #365d17;
	border-bottom: 1px dotted #ffffff;
}

#content_area ul.links a:hover{
	border-bottom: 1px dotted #365d17;
}

h3 {
	font-size: 1.4em;
	color: #a15f01;
	font-weight: bold;
	padding-bottom: 15px;
}

#footer {
	clear: both;
	height: 22px;
	padding-top: 10px;
	padding-right: 15px;
	width: 873px;
	background: #1b850d url(../img/footer.jpg) no-repeat left top;
	text-align: right;
	color: white;
}

#footer a{
	text-decoration: none;
	color: white;
	margin-left: 2px;
	margin-right: 2px;
}

#footer a:hover{
	border-bottom: 1px dotted #ffffff;
}

#copyright {
	clear: both;
	height: 22px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	width: 873px;
	text-align: right;
	color: #1b850d;
}

#copyright a{
	text-decoration: none;
	color: #1b850d;
}

#preloader {
	visibility: hidden;
	display: none;
	height: 0;
}