body {
	background-color: #efebdf;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 13px;
	color: #333333;	
}

a:link, a:visited {
	color: #31763f;
	text-decoration: underline;
}

a:hover, a:active {
	color: #81bb41;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	color: #4d9d46;
	float: left;
	margin: 0;
}

h2 {
	font-size: 16px;
	color: #4d9d46;
	margin: 0;
	margin-bottom: 5px;
}

img {
	border: none;
}

#page-intro {
	width: 100%;	
	text-align: center;
	margin: 50px 0px 150px 0px;
}

#page-header {
	margin: 20px 0px 25px 0px;
	padding-bottom: 2px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	line-height: 24px;
	background-image: url('images/page-nav-bg.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#page-content {
	padding: 0px 40px 0px 40px;
}

#page-nav {
	float: right;
	margin-right: 15px;
}

#page-footer {
	text-align: center;
	margin: 25px 0px 25px 0px;
}

#wrapper {
	margin: 0 auto;
	margin-top: 30px;
	width: 878px;
	overflow: hidden;
	background-image: url('images/page-bg.png');
	background-repeat: repeat-y;
}

#page-middle {
	overflow: hidden;
	margin: 0px 42px 0px 42px;
}

#header {
	text-align: center;
	padding: 17px 0px 17px 0px;
} 

#masthead {
	margin-bottom: 10px;
}

#nav {
	width: 100%;
	overflow: hidden;
	background-color: #2e7a3c;
	line-height: 24px;
	padding: 0px 15px 0px 15px;
}

#nav a:link, #nav a:visited {
	color: #ffffff;
	text-decoration: none;
	margin-right: 20px;
}

#nav a:hover, #nav a:active {
	color: #81bb41;
}

#nav-links {
	float: left;
}

#client-login {
	background-color: #d9e5d9;
	float: left;
	margin-left: 195px;
	padding: 0px 10px 0px 10px;
}

#client-login a:link, #client-login a:visited {
	color: #2e7a3c;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

#client-login a:hover, #client-login a:active {
	color: #81bb41;
}

#homepage-keywords {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

#content {
	width: 100%;
	overflow: hidden;
	padding: 3px 0px 17px 0px;
}

#content p {
	margin-top: 0;
	line-height: 18px;
}

#tagline {
	margin-bottom: 3px;
}

#testimonial {
	background-image: url('images/bg-testimonial.gif');
	background-repeat: no-repeat;
	height: 90px;
	width: 458px;
	margin-bottom: 10px;
}

#testimonial.homepage {
	padding-top: 20px;
	text-align: center;
}

#testimonial p {
	margin: 0;
	color: #2e7a3c;
	font-size: 13px;
	font-weight: normal;
	padding: 20px 25px 25px 25px;
}

#testimonial.homepage p {
	font-size: 24px;
	line-height: 24px;
	padding: 0;
}

#testimonial p.multiline {
	margin: 0;
	color: #2e7a3c;
	font-size: 13px;
	font-weight: normal;
	padding: 15px 25px 25px 25px;
}

#inside-testimonial {
	background-image: url('images/bg-testimonial-inside.gif');
	background-repeat: no-repeat;
	height: 62px;
	width: 716px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
}

#inside-testimonial #testimonial {
	width: 100%;
	background-image: none;
}	

#about-block {
	clear: both;
	border-top: 1px solid #b1ceb0;
	border-bottom: 1px solid #b1ceb0;
	margin: 0px 0px 25px 0px;
	padding: 10px;
	font-weight: normal;
	color: #2e7a3c;
}

#announcement {
	color: #31763f;
	font-size: 24px;
	margin: -50px 0px 75px 0px;
}

#footer {
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}

#footer-tail {
	width: 828px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 11px;
	padding-bottom: 30px;
}

.green-bullet {
	color: #2e7a3c;
	font-weight: bold;
}

.page-img {
	float: left;
	margin: 0px 0px 25px 25px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

.show {
	display: block;
	clear: both;	
}

#contact-form {
	width: 400px;
	overflow: hidden;
	float: right;
	margin: 0px 0px 40px 30px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 1px solid #cccccc;
}

fieldset form {
	margin: 0;
	padding: 0;
	margin: 10px;
	margin-top: 20px;
}

fieldset legend {
	font-weight: bold;
	color: #31763f;
	margin-left: 10px;
}

fieldset form div {
	clear: both;
	width: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

fieldset form div label {
	float: left;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	color: #31763f;
}

fieldset form div br {
	display: none;
}

fieldset form div input {
	float: left;
	width: 250px;
}

fieldset form div.submit input {
	width: auto;
	float: right;
	margin-right: 20px;
}

fieldset form div textarea {
	width: 250px;
	height: 125px;
}

#error-message {
	font-size: 18px;
	color: #990000;
	padding-bottom: 20px;
}