body, td, th, dt, dd, li, ul, dl, p, blockquote, a {
	font-family: arial, helvetica, sans-serif;
	color: #4cbb17;
	color: #555;
	font-size: 14px;
	font-weight: normal;
}
a { font-size: inherit }

sup { font-size: 9px; }
h1, h2, h3, h2 a {
	font-family: georgia, "book antiqua", "times new roman", serif;
	color: #4cbb17;
}
h1 {
/*	float: left;*/
/*	border-bottom: 1px dashed #4cbb17;*/
	margin-bottom: 3px;
/*	background: #ccc;*/
	padding: 5px;
}
div.divider {
	border-bottom: 1px dashed #4cbb17;
	clear: both;
}
h2 {
	margin-bottom: 3px;
}

body {
	margin: 0px;
	background: #4cbb17;
}
#cw {
	margin-top: 10px;
	font-size: 9px;
	color: #aaa;
	text-align: right;
	padding-right: 10px;
}
#cw a {
	font-size: 9px;
	color: #aaa;
	text-decoration: none;
}

#content {
	margin: 0 60px 0 60px;
	padding: 0 30px 0 30px;
	background: #fff;
}
#content img { padding: 10px; }
div#top {
	margin: 0 96px 0 96px;
	text-align: center;
}
span#address, div#services {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	margin: auto;
	color: #4cbb17;
}
div#services {
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	margin: 0 10px 0 450px;
/*	border: #000 solid 1px;*/
}
div#services ul,
div#services li {
	text-align: left;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #4cbb17;
}
div#certified {
	width: 435px;
	float: left;
	text-align: left;
}
div#certified li {
	font-weight: bold;
	font-size: 12px;
}

/* Contact Form */
td.input, td.input p {
	border: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}
label {
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 17px;
}
div#contact {
	text-align: left;
}
#contact-frm textarea,
#contact-frm .text_field {
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 17px;
        padding: 2px;
        border: 2px solid #4cbb17;
}
#contact-frm textarea {
        margin-top: 5px;
        display: block;
        width: 400px;
        height: 100px;
}

