/**Fonts
* Pixels	Percent
* 10		77
* 11		85
* 12		93 (was 93)
* 13		100
* 14		108 (was 107)
* 15		116 (was 114)
* 16		123.1 (was 122)
* 17		131 (was 129)
* 18		138.5 (was 136)
* 19		146.5 (was 144)
* 20		153.9 (was 152)
* 21		161.6 (was 159)
* 22		167
* 23		174
* 24		182
* 25		189
* 26		197
*/

/*** Master ***/
html { background: none; overflow-y: scroll; }
body, td, th, input, select, option, textarea, button { font-family: Verdana, Geneva, Sans-serif; }
body, td, th { font-size: 13px; }
body { background: #65A455 url('images/bg.png') repeat-x top; behavior: url('/assets/script/csshover3.htc'); color: #000; font-size: 13px; margin: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; }
h1 { color: #008000; font-size: 120.52%; margin: 0 0 15px 0; }
form { margin: 0; }
object { outline: none; }
table { border: none; }
table th, table td { border: none; padding: 0; }

.linkTree ul { margin: 0; }
.linkTree ul ul { margin-left: 2em; }
.linkTree li { list-style: none; margin: 6px 0; }

/*** Page ***/
#doc { border: 1px solid #4C7C40; border-bottom: none; border-top: none; margin: 0 auto; position: relative; width: 975px; }
#docTable { margin: 0; }
#docTable td#sidebar { background: #FFF; border: none; font-size: 85%; padding: 0; text-align: right; width: 235px; }
#docTable td#bodybar { background: #84AC45 url('images/bodybar_bg_sec.jpg') no-repeat left top; border: none; padding: 0; padding-left: 53px; }
.noheader #docTable td#bodybar { background: #84AC45 url('images/bodybar_bg_sec_noheader.jpg') no-repeat left top; }
#home #docTable td#bodybar { background: #84AC45 url('images/bodybar_bg_home.jpg') no-repeat left top; }

/*** Sidebar ***/
#sidebarPad { padding: 26px 27px 26px 7px; }
#logo { margin-bottom: 32px; margin-left: 7px; margin-right: -10px; text-align: left; }
#ants { left: 208px; position: absolute; top: 0; z-index: 1; }
#nav { font-weight: bold; margin-bottom: 5px; margin-right: -20px; }
	#nav ul { margin: 0; padding: 0; }
	#nav li { list-style: none; }
#contactInfo { color: #3C7A2C; }
#contactInfo .office { margin-bottom: 15px; }
#contactInfo .office .location { font-weight: bold; }
#contactInfo .office .number { color: #6D6F72; }
#contactInfo .one800 { color: #6D6F72; font-weight: bold; margin-top: 20px; }

/*** Body ***/
#bodybar {}
#bodybarPad { padding: 1px 0; position: relative; z-index: 2; }
	#avert { height: 80px; overflow: hidden; position: relative; margin-top: 18px; width: 500px; z-index: 15; }
	.avertSlides { height: 80px; }
	#reqFreeInspection { left: 527px; position: absolute; top: 26px; z-index: 5; }
	/*#tagline { left: 0; position: absolute; top: 105px; z-index: 5; }*/
	#tagline { padding-top: 6px; z-index: 5; }
	/*#tagline { left: 0; position: absolute; text-align: right; top: 109px; width: 597px; z-index: 5; }
	#tagline #since { color: #1F5810; font-size: 85%; font-weight: bold; text-transform: uppercase; }
	#tagline #serving { color: #FFF; font-size: 77%; font-style: italic; }*/

	#body { margin-top: 15px; overflow: hidden; }
	#home #body { z-index: 5; }

	#homeFlash { float: left; height: 269px; width: 655px; }
	#banner { height: 142px; left: 6px; position: absolute; top: 156px; width: 643px; }

	#content { background: #FFF; clear: both; float: left; font-size: 108%; margin-top: 185px; width: 655px; }
	.noheader #content { margin-top: 8px; }
	#contentPad { padding: 10px; }

/*** Monop Cards ***/
#cards { margin-top: 21px; overflow: hidden; }
#cards .card { display: inline; float: left; }
#cards #card1 { margin-left: 3px; width: 164px; }
#cards #card2 { width: 171px; }
#cards #card3 { width: 158px; }
#cards #card4 { width: 157px; }

/*** Gallery ***/
div.gallery { margin-left: -10px; }
div.gallery .photo { display: inline; float: left; margin: 0 0 10px 10px; text-align: center; width: 119px; }
div.gallery .thumb { margin-bottom: 2px; }
div.gallery .caption { }

/*** Footer ***/
#ft { color: #060606; font-family: Arial, Helvetica, Sans-serif; font-size: 85%; margin: 15px 0 20px 3px; }
#home #ft { margin-top: 110px; }
	#ft a:link { color: #060606; text-decoration: none; }
	#ft a:visited { color: #060606; text-decoration: none; }
	#ft a:hover { color: #060606; text-decoration: underline; }
	#ft .links { text-align: center; }

/*** Forms ***/
fieldset {
	background: #fafafa;
	border: 1px solid #e4e4e4;
	border-left: none;
	border-right: none;
	margin: 0 0 10px 0;
	padding: 15px;
}
ul.form { margin: 0; padding: 0; }
ul.form li { list-style: none; margin: 0 0 10px 0; overflow: hidden; }
ul.form li .required_mark { color: #ff0000; font-weight: bold; }
ul.form li label { float: left; margin-right: 10px; position: relative; width: 150px; }
ul.form li label.small { min-width: 80px; max-width: 300px; }
ul.form li label.nofloat { float: none; width: auto; }
ul.form li input.input			{ border: 1px solid #44544B; padding: 3px; }
ul.form li input.input.required	{ background: #B7D36D; color: #000; }
ul.form li input.input.small	{ width: 40px; }
ul.form li input.input.medium	{ width: 200px; }
ul.form li input.input.large	{ width: 300px; }
ul.form li select				{ background: #FFF; border: 1px solid #44544B; padding: 3px; }
ul.form li select.required		{ background: #B7D36D; color: #000; }
ul.form li textarea				{ border: 1px solid #44544B; padding: 3px; }
ul.form li span.error { color: #ff0000; margin: 0 0 0 5px; }
ul.form li label.error { color: #ff0000; float: none; margin: 0 0 0 5px; max-width: auto; min-width: auto; width: auto; }
ul.form li div.field_info { margin: 0 0 0 160px; }
.indentLabelWidth { margin-left: 160px; }
div.field_info { color: #686868; display: block; font-size: 77%; }
span.field_info { color: #686868; font-size: 77%; margin: 0 0 0 5px; }
div.errors { background: #FF1A1A; color: #FFF; margin: 0 0 15px 0; padding: 7px; }
div.success { background: #00B812; color: #FFF; margin: 0 0 15px 0; padding: 7px; }

/*** Etc ***/
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	overflow: hidden;
}
.inline-block { display: inline-block; display: -moz-inline-stack; }
span.inline-block { display: inline-block; display: -moz-inline-stack; }
.hidden-accessible { position: absolute; left: -99999999px; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* end clearfix */
.left { float: left; }
.right { float: right; }
