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

body {
	margin: 0px;
	padding: 0px;
	background: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	}

/********************** Structure ********************/

#top {
	width: 100%;
	float: left;
	background: url(../images/bg.gif) top repeat-x #c0d9b0;
	}

#btm {
	width: 100%;
	float: left;
	background: url(../images/footer-bg.jpg) top center no-repeat #231f20;
	padding: 16px 0 0 0;
	}

#center {
	width: 967px;
	margin: 0 auto 0 auto;
	}

#wrapper {
	width: 940px;
	float: left;
	background: url(../images/main-bg.png) center repeat-y;
	padding: 0 12px 0 15px;
	}

#wrap-btm {
	width: 967px;
	height: 20px;
	float: left;
	background: url(../images/main-btm.png) top center no-repeat;
	}

#btm-wrapper {
	width: 940px;
	float: left;
	background: url(../images/feat-bg.png) center repeat-y;
	padding: 0 12px 0 15px;
	}

#btm-wrap-btm {
	width: 967px;
	height: 26px;
	float: left;
	background: url(../images/feat-btm.png) top center no-repeat;
	}

#header {
	width: 918px;
	padding: 4px 0 0 22px;
	float: left;
	}

#logo {
	float: left;
	padding: 16px 0 0 0;
	}

#header-right {
	width: 595px;
	float: right;
	}

#sm {
	float: right;
	width: 575px;
	height: 28px;
	padding: 0 20px 0 0;
	}

#nav {
	float: right;
	width: 535px;
	height: 65px;
	background: url(../images/nav-bg.gif) no-repeat;
	padding: 0 30px 17px 30px;
	}

#home-content {
	width: 874px;
	height: 337px;
	background: url(../images/home-banner.jpg) top center no-repeat;
	float: left;
	padding: 48px 33px 17px 33px;
	}

#hc-left {
	float: left;
	width: 438px;
	}

#hc-right {
	float: right;
	padding-top: 300px;
	}

#sub-content {
	width: 874px;
	background: url(../images/main-content-bg.jpg) top center no-repeat;
	float: left;
	padding: 48px 33px 17px 33px;
	}

#testimonials {
	width: 800px;
	float: left;
	padding: 12px;
	}

#btm-wrapper-content {
	width: 922px;
	float: left;
	padding: 12px 9px 0 9px;
	}

#btm-wrap-leftdiv {
	width: 428px;
	height: 173px;
	float: left;
	background: url(../images/feat-box-bg.gif) top repeat-x #6aa543;
	border: 1px solid #a2c789;
	padding: 12px;
	}

#btm-wrap-rightdiv {
	width: 428px;
	height: 173px;
	float: right;
	background: url(../images/feat-box-bg.gif) top repeat-x #6aa543;
	border: 1px solid #a2c789;
	padding: 12px;
	}

#footer {
	width: 927px;
	margin: 0 auto 0 auto;
	}

#ft-top {
	width: 927px;
	float: left;
	}

#ft-btm {
	width: 927px;
	float: left;
	padding: 40px 0 40px 0;
	}

#sidebar {
	width: 218px;
	float: right;
	margin: 0 0 25px 25px;
	}

.sidebar-section {
	width: 216px;
	background: #231f20;
	border: 1px solid #231f20;
	margin: 0 0 5px 0;
	}

#services-menu {
	width: 874px;
	padding: 0 0 15px 0;
	float: left;
	margin-bottom: 25px;
	border-bottom: #999999 1px solid;
	}

/********************** Navigation ********************/

#sm ul {
	display: block;
	height: 28px;
	margin: 0;
	padding: 0;
	float: right;
	}

#sm ul li {
	display: block;
	height: 28px;
	float: left;
	padding: 0 10px 0 10px;
	border-left: 1px solid #e5e5e5;
	list-style: none;
	list-style-image: none;
	}

#sm ul li.anchor {
	color: #868686;
	text-align: right;
	font-size: 12px;
	line-height: 13px;
	border: 0;
	}

#nav ul {
	display: block;
	width: 535px;
	margin: 0;
	padding: 0;
	position: absolute;
	}

#nav ul li {
	display: block;
	height: 65px;
	float: left;
	list-style: none;
	list-style-image: none;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	margin: 0;
	padding: 0;
	}

#nav ul li a {
	display: block;
	height: 29px;
	float: left;
	padding: 36px 26px 0 25px;
	color: #6aa543;
	text-decoration: none;
	}

#nav ul li a:hover {
	background: url(../images/nav-selected.gif) bottom repeat-x;
	color: #ffffff;
	cursor: pointer;
	}

/* Current Page Item

#nav ul li a.current-page-item {
	background: url(../images/nav-selected.gif) bottom repeat-x;
	color: #ffffff;
	}

*/

#nav ul li ul {
	display: none;
	position: absolute;
	width: 180px;
	background: url(../images/drop-down-bg.png) bottom no-repeat;
	float: none;
	margin: 65px 0 0 -9px;
	padding: 0 9px 14px 9px;
	border-top: 2px solid #e6ebde;
	z-index: 100;
	left: 0;
	}

#nav ul li:hover ul {
	display: block;
	}

#nav ul li ul li {
	display: block;
	width: 180px;
	height: 36px;
	float: none;
	font-size: 12px;
	line-height: 12px;
	padding: 0;
	margin: 0;
	}

#nav ul li ul li a {
	display: block;
	width: 158px;
	height: 14px;
	margin: 0;
	padding: 11px 11px 11px 11px;
	}

#nav ul li ul li a:hover {
	background: #6aa543;
	}

/********************** Footer ********************/

#ft-top table {
	width: 927px;
	margin: 0;
	padding: 0;
	}

#ft-top table td {
	border-left: 1px solid #656363;
	}

#ft-top table td.anchor {
	border: 0;
	}

#ft-top p.ft-title {
	border-bottom: 1px solid #ffffff;
	line-height: 14px;
	margin: 0 0 8px 0;
	}

#ft-top ul {
	margin: 0;
	padding: 0;
	}

#ft-top ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	line-height: 17px;
	}

#ft-btm p#copyright {
	float: left;
	color: #918f90;
	}

#ft-btm p#keyweb {
	float: right;
	color: #918f90;
	}

#ft-btm p#keyweb a {
	color: #918f90;
	font-weight: normal;
	}

#ft-btm p#keyweb a:hover {
	text-decoration: none;
	}

/********************** Text Styles ********************/

h1 {
	font-size: 40px;
	line-height: 43px;
	margin: 0 0 25px 0;
	}

h2 {
	font-size: 34px;
	line-height: 37px;
	margin: 20px 0 15px 0;
	}

h3 {
	font-size: 28px;
	line-height: 31px;
	margin: 20px 0 15px 0;
	}

h4 {
	font-size: 22px;
	line-height: 25px;
	margin: 10px 0 15px 0;
	}

h5 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 15px 0;
	}

h6 {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 15px 0;
	}

p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 15px 0;
	}

a {
	color: #000000;
	text-decoration: none;
	}

.green a {
	color: #6aa543;
	text-decoration: none;
	}

a.visible {
	color: #559828;
	text-decoration: none;
	}

a.visible:hover {
	color: #000000;
	text-decoration: none;
	}

ul {
	margin: 25px 0 25px 0;
	padding: 0 0 0 37px;
	}

ul li {
	margin: 0 0 15px 0;
	list-style: url(../images/bullet.png);
	padding: 0 0 0 5px;
	}

/********************** Additional Text Styles ********************/

.green {
	color: #6aa543;
	}

#home-content h1 {
	margin: 0 0 8px 0;
	}

#home-content p {
	font-size: 15px;
	line-height: 19px;
	}

#btm-wrapper-content h1, #btm-wrapper-content h2, #btm-wrapper-content h3, #btm-wrapper-content h4, #btm-wrapper-content h5, #btm-wrapper-content h6, #btm-wrapper-content p, #btm-wrapper-content ul {
	color: #ffffff;
	margin: 0 0 15px 0;
	}

#btm-wrapper-content a {
	color: #ffffff;
	text-decoration: underline;
	}

#btm-wrapper-content a:hover {
	text-decoration: none;
	}

.btm-wrap-title {
	padding: 0 0 0 7px;
	font-weight: normal;
	}

p.btm-sec-p {
	font-size: 13px;
	line-height: 14px;
	}

#hc-right h1 {
	color: #ffffff;
	font-size: 27px;
	margin: 0;
	}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer p, #footer ul {
	color: #ffffff;
	margin: 0 0 15px 0;
	text-align: left;
	}

#footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

#footer a:hover {
	text-decoration: underline;
	}


p.more {
	display: block;
	height: 23px;
	background: url(../images/more-bg-2.png) top right no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	margin: 35px 0 0 0;
	}

#home-content p.more {
	background: url(../images/more-bg.png) top right no-repeat;
	}

#btm-wrapper-content p.more {
	background: url(../images/more-bg-3.png) top right no-repeat;
	}

p.more a {
	display: block;
	width: 108px;
	height: 18px;
	float: right;
	background: url(../images/more.png) no-repeat;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 8px 0 0;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	}

p.more a:hover {
	background: url(../images/more2.png);
	}

#btm-wrapper-content p.more a {
	display: block;
	width: 110px;
	height: 17px;
	float: right;
	background: url(../images/more-feat.png) no-repeat;
	color: #6aa543;
	text-decoration: none;
	padding: 6px 8px 0 0;
	text-align: center;
	}

#btm-wrapper-content p.more a:hover {
	background: url(../images/more-feat-2.png);
	}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6, #sidebar p, #sidebar ul {
	color: #ffffff;
	margin: 0;
	}

#sidebar a {
	color: #6aa543;
	}

#sidebar a:hover {
	color: #ffffff;
	}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6, #sidebar p {
	padding: 15px 20px 15px 15px;
	}

#sidebar ul {
	margin: 0 0 25px 0;
	padding: 0 25px 0 37px;
	}

#sidebar ul li {
	margin: 0 0 15px 0;
	list-style: url(../images/bullet.png);
	padding: 0 0 0 5px;
	}

ul.contact-info {
	margin: 0;
	padding: 0;
	width: 100%;
	}

ul.contact-info li {
	list-style: none;
	list-style-image: none;
	float: left;
	margin: 0 22px 0 22px;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 3px;
	}

#btm-wrapper-content ul.contact-info li a {
	text-decoration: none;
	}

#btm-wrapper-content ul.contact-info li a:hover {
	text-decoration: underline;
	}

#hc-left p {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 15px 0;
	}

.number {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	}

#services-menu {
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	letter-spacing: 7px;
	text-align: center;
	}

.services-menu-divider {
	margin: 0 15px 0 15px;
	}

#services-menu a {
	color: #6aa543;
	}

#services-menu a.current_page_item {
	color: #000000;
	}

#services-menu a:hover {
	color: #000000;
	}

/********************** Forms ********************/

.form-sec {
	margin: 0 0 10px 0;
	}

input {
	padding: 5px;
	background: #ffffff;
	border: #6aa543 1px solid;
	}

input:focus {
	border: #333333 1px solid;
	}

textarea {
	padding: 5px;
	background: #ffffff;
	border: #6aa543 1px solid;
	}

textarea:focus {
	border: #333333 1px solid;
	}

.checkbox input {
	border: 0;
	padding: 0;
	}

input#submit {
	background: url(../images/more.png) no-repeat;
	width: 116px;
	height: 23px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	border: 0;
	padding: 0 5px 0 0;
	text-transform: uppercase;
	}

input#submit:hover {
	background: url(../images/more2.png) no-repeat;
	cursor: pointer;
	}

/********************** Other ********************/

a img {
	border: 0;
	}

.alignleft {
	float: left;
	margin: 15px 25px 25px 10px;
	}

.alignright {
	float: right;
	margin: 15px 10px 25px 25px;
	}

#btm-wrapper .alignleft {
	margin: 0 15px 15px 0;
	}

#btm-wrapper .alignright {
	margin: 0 0 15px 15px;
	}

.border {
	border: 1px solid #231f20;
	}

.btm-sec-border {
	border: 1px solid #e3efd1;
	}

#btm-wrapper-content .alignleft, #btm-wrapper-content .alignright {
	margin-bottom: 0;
	}

.inset-div {
	width: 824;
	padding: 0 25px 20px 25px;
	border: #666666 1px solid;
	margin: 0 auto 15px auto;
	}
