* {margin: 0;padding: 0;}
html {background-color: #ebebeb;}
body {
	background: url("imgs/shadow-bottom.gif") 0 100% no-repeat;
	font-family: Arial, Verdana, sans-serif;
	margin: 0 auto 20px;
	padding-bottom: 15px;
	width: 952px;
}
img {display: block}
#header {
	border-bottom: 2px solid #6ac828;
	/*padding-bottom: 8px;*/
}
#header ul {list-style-type: none;}
#header li {
	clear: right;
	float: left;
	margin-top: 30px;
	padding: 0 3px;
	text-transform: uppercase;
}
#header li#logo {
	margin-top: 20px;
	padding: 0;
	width: 338px;
	/*padding: 0 54px 0 0;*/
}
#header li#phone {
	float: right;
	font-size: 240%;
	font-weight: bold;
	margin: 15px 0 0;
}
#header li#phone p {
	color: #49c232;
	font-size: 35%;
	float: left;
	margin: 6px 20px 0 0;
	text-align: right;
	width: 60px;
}
#header li img {
	border: 0;
	margin: 0 auto;
}
#header li a:link, #header li a:visited {
	background-color: #6ac828;
	color: #000;
	font-size: 90%;
	font-weight: bold;
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}
#header li a:hover {color: #fff;}
#header li#logo a {
	background-color: transparent;
	padding: 0;
	-moz-border-radius: 0;
}
#wrapper1 {background: #fff url("imgs/shadow-left.gif") 0 0 repeat-y;}
#wrapper2 {
	background: url("imgs/shadow-right.gif") 100% 0 repeat-y;
	padding: 0 32px 10px;
}
#container {
	background: url("imgs/container.png") 0 -1px repeat-x;
	clear: left;
	padding-top: 30px;
}
#sideleft {
	float: left;
	margin: 10px -155px 10px 0;
	width: 144px;
}
#sideleft ul {
	border-bottom: 1px solid #dcdcdc;
	list-style-type: none;
	margin: 0 auto 10px;
	width: 140px;
}
#sideleft li {
	border-top: 1px solid #dcdcdc;
	padding: 2px 0;
}
#sideleft li a:link, #sideleft li a:visited {
	background-color: #f8f8f8;
	color: #706255;
	display: block;
	font-size: 70%;
	line-height: 160%;
	padding: 0 6px;
	text-decoration: none;
	text-transform: uppercase;
}
#sideleft li a:hover {
	background-color: #f8ffdd;
	color: #70b51a;
}
#sideleft li ul {
	border-bottom: none;
	border-top: 1px solid #dcdcdc;
	margin-top: 2px;
}
#sideleft li li {
	background: url("imgs/arrow.gif") 4px 0.7em no-repeat;
	border-top: none;
	padding-left: 8px;
}
#sideleft li li a:link, #sideleft li li a:visited {
	background-color: #fff;
	display: inline;
	text-transform: none;
}
#sideleft li li a:hover {color: #4b8b00;}
#sideleft img {border: none;}
#logos48 {margin-bottom: 5px;}
#logos48, #logos48 a {float: left;}
#recent_jobs_p {
	font-size: 80%;
	font-weight: bold;
	margin: 10px 0 0;
}
#scrollframe {
	position: relative;
	overflow: hidden;
}
#recent_jobs_ol {
	clear: left;
	list-style-type: none;
	margin: 2px 0;
	position: absolute;
}
#sideleft #recent_jobs_ol li a:link, #sideleft #recent_jobs_ol li a:visited {text-transform: none;}
#content {
	color: #404040;
	float: left;
	font-size: 75%;
	line-height: 150%;
	margin-left: 155px;
	width: 733px;
}
#content h1, #content h2, #content h3, #content h4, #content p {margin: 10px 0;}
#content ul, #content ol {margin: 10px 5px 10px 30px;}
#content h1 {
	color: #88ab07;
	font-size: 130%;
}
#content h2 {
	background: url("imgs/dots.jpg") 0 100% repeat-x;/*border-bottom: 2px dotted #6b6d6c;*/
	color: #88ab07;
	font-size: 120%;
}
#content a:link, #content a:visited {
	color: #85a800;
	text-decoration: underline;
}
#content a:hover, #content a:active {text-decoration: none;}

.outsidecontent {
	background-color: #f8f8f8;
	color: #404040;
	font-size: 75%;
	padding: 5px;
}
.outsidecontent strong {
	font-size: 110%;
	text-decoration: underline;
}
.footer2 {
	clear: both;
	color: #404040;
	float: left;
	font-size: 70%;
	list-style-type: none;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}
.footer2 li {
	display: inline;
	padding: 0 6px;
}
.footer2 a:link, .footer2 a:visited, .outsidecontent a:link, .outsidecontent a:visited {
	color: #797979;
	text-decoration: none;
	white-space: nowrap;
}
.footer2 a:hover, .outsidecontent a:hover {
	color: #000;
	text-decoration: underline;
}

#footer {
	border-top: 1px solid #dcdcdc;
	clear: both;
	float: left;
	font-size: 80%;
	list-style-type: none;
	margin-top: 10px;
	padding-top: 5px;
	width: 100%;
}
#footer li {
	float: left;
	margin: 0 8px;
}
#footer a:link, #footer a:visited {
	color: #797979;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
.fl {float: left;}
.fr {float: right;}
.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}
img.fl {margin: 0 8px 10px 0;}
img.fr {margin: 0 0 10px 8px;}


#content .list-no-type {
	list-style-type: none;
	margin: 10px 0;
}
#content .list-with-imgs {
	float: left;
	list-style-type: none;
	margin: 10px 0;
}
.list-with-imgs li {
	float: left;
	margin: 0 10px 8px 0;
	width: 280px;
}
#index_page .list-with-imgs li {
	color: #aad607;
	font-weight: bold;
	float: left;
	width: 136px;
}

object {margin: 0 30px;}

#ems_form {
	border: 1px solid #d6dadd;
	border-bottom-color: #a1a1a1;
	border-top-color: #d6d9dd;
	float: right;
	margin: 0 0 10px 10px;
	width: 200px;
	-moz-border-radius: 5px;
}
#ems_form fieldset {
	background-color: #f0f0f0;
	border: 1px solid #fff;
	border-bottom-color: #d6d9dd;
	border-right-color: #d6d9dd;
	position: relative;
	-moz-border-radius: 5px;
}
#ems_form legend {
	border-bottom: 1px solid #c9c7ca;
	color: #6eb610;
	font-size: 120%;
	font-weight: bold;
	left: 5px;
	position: absolute;
	top: 5px;
}
#ems_form ul {
	list-style-type: none;
	margin: 30px 5px 0;
}
#ems_form li {clear: both;}
#ems_form label {font-size: 90%;}
#ems_form input, #ems_form select, #ems_form textarea {
	border: 1px solid #979797;
	display: block;
	float: right;
	margin-bottom: 2px;
	padding: 1px;
	width: 122px;
}
#ems_form #ems_zip {width: 80px;}
#ems_form textarea {
	float: none;
	height: 50px;
	width: 183px;
}
#ems_form input:focus, #ems_form select:focus, #ems_form textarea:focus {border-color: #664;}
#ems_form .error {border-color: red;}
#ems_form li div {float: right;}
#ems_form li div input {
	float: left;
	margin-right: 2px;
	width: 33px;
}
#ems_form li div #ems_phone_3 {
	margin-right: 0;
	width: 44px;
}
#ems_form #ems_submit {
	background-color: #656575;
	border: 1px solid #313131;
	border-left-color: #989898;
	border-top-color: #989898;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	margin: 5px 0;
	padding: 3px;
	width: auto;
}
#contact-us_page #ems_form {
	border-width: 0;
	float: none;
	margin: 0;
	width: 350px;
	-moz-border-radius: 0;
}
#contact-us_page #ems_form fieldset {
	background-color: #fff;
	border-width: 0;
	position: static;
	-moz-border-radius: 0;
}
#contact-us_page #ems_form legend {
	border-bottom: 1px solid #c9c7ca;
	color: #6eb610;
	font-size: 130%;
	font-weight: bold;
	position: static;
}
#contact-us_page #ems_form label {
	font-size: 100%;
	font-weight: bold;
}
#contact-us_page #ems_form input {margin-bottom: 5px;}
#contact-us_page #ems_form textarea {
	height: 80px;
	width: 350px;
}

#content #index-testimonials-h2 {
	background-image: none;
	font-size: 130%;
	margin: 32px 0 -40px;
	padding-left: 20px;
}
#content #index-testimonials {
	background: url("imgs/index-testimonials.png") 0 0 no-repeat;
	height: 210px;
	list-style-type: none;
	margin: 0 /*0 -37px*/;
	padding: 40px 20px 20px;
	width: 461px;
}
#index-testimonials blockquote {display: table-cell;
	font-size: 110%;
	font-style: italic;
	height: 150px;
	vertical-align: middle
}
#index-testimonials .quote_by {
	display: block;
	font-size: 110%;
	font-weight: bold;
	text-align: right;
}
#index-testimonials-p {
	color: #fff;
	font-size: 160%;
	font-weight: bold;
	padding-left: 20px;
}
