/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset {
    margin: 0;
    padding: 0;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0px 0px 1em 0px;
        padding: 0px;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 3em;
        margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
form label {
	display: block;
	float: left;
	width: 120px;
}
fieldset {
    border: none;
}
input, select, textarea {
    font-size: 100%;
}
img {
	border: 0px none;
}
a {
	text-decoration: none;
	color: #d68200;
}




/** custom starts here **/

#mainBody {
	background: #4c7547 url(../images/body-bg.jpg) repeat-x;
	color: #676767;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#header #logo {
	width: 330px;
	height: 218px;
	float: left;
	background: url(../images/logo.jpg) no-repeat;
}
#header #logo #logoInner {
	font-size: 11pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 164px;
	padding-left: 46px;
	letter-spacing: -1px;
}
#header #logo #logoInner a {
	color: #939393;
}
#header #logo #logoInner img {
	vertical-align: middle;
	margin-left: 5px;
}
#header #flash {
	width: 430px;
	height: 157px;
	float: left;
	background: url(../images/phone.gif) no-repeat 210px 14px;
}
#header #flashInner {
	width: 430px;
	margin-top: 61px;
	padding-top: 7px;
	background: url(../images/flash.jpg) no-repeat;
}

#header #nav {
	clear: both;
	background: url(../images/nav-bg.gif) repeat-x;
	height: 25px;
	line-height: 19px;
	color: #ffffff;
	margin-left: 6px;
}
#header #nav a, #header #nav .divider {
	padding-left: 12px;
	padding-bottom: 4px;
	color: #ffffff;
}
#header #nav #navLeft {
	background: url(../images/nav-left.gif) no-repeat;
	width: 8px;
	height: 25px;
	float: left;
}
#header #nav #navRight {
	background: url(../images/nav-right.gif) no-repeat;
	width: 8px;
	height: 25px;
	float: right;
}

.shadowTop, .shadowTopFooter {
	background: url(../images/shadow-top.gif) repeat-x;
	height: 5px;
	width: 752px;
	margin-left: 6px;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	overflow: hidden;
	margin-top: 3px;
}
.shadowTop .shadowTopLeft, .shadowTopFooter .shadowTopLeftFooter {
	background: url(../images/shadow-top-left.gif) no-repeat;
	float: left;
	width: 10px;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
}
.shadowTop .shadowTopRight, .shadowTopFooter .shadowTopRightFooter {
	background: url(../images/shadow-top-right.gif) no-repeat;
	float: right;
	width: 10px;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
}
.shadowTopFooter {
	background: url(../images/shadow-top-footer.gif) repeat-x;
}
.shadowTopFooter .shadowTopLeftFooter {
	background: url(../images/shadow-top-left-footer.gif) no-repeat;
}
.shadowTopFooter .shadowTopRightFooter {
	background: url(../images/shadow-top-right-footer.gif) no-repeat;
}

#contentContainer {
	background: url(../images/content-shadow.gif) repeat-y 6px;
	width: 752px;
	padding-left: 12px;
	height: auto !important;
	min-height: 352px;
	height: 352px;
}
#contentContainer #leftColumn {
	width: 150px;
	border-right: 1px solid #999999;
	background: #cdcdcd url(../images/lhs-bg.gif) repeat-x;
	float: left;
}
#contentContainer #leftColumn #lockedOutPhone {
	border-bottom: 1px solid #999999;
	height: 175px;
	text-align: center;
}
#contentContainer #leftColumn #lockedOutPhoneImage {
	margin-top: 6px;
}

#contentContainer #leftColumn #clock {
	text-align: center;
	padding-top: 6px;
	height: 170px;
}
#contentContainer #rightColumn {
	width: 174px;
	float: right;
	padding-right: 12px;
}
#contentContainer #rightColumn img {
	display: block;
}

#contentContainer #content {
	float: left;
	width: 415px;
	background: #ffffff url(../images/content-bg.jpg) repeat-x;
}
#contentContainer #content_image_main {
	height: auto !important;
	height: 337px;
	min-height: 337px;
	padding: 10px 10px 5px 15px;
	color: #999999;
	font-size: 8pt;
	background-repeat: no-repeat;
	background-position: bottom right;
	letter-spacing: -1px;
}


.shadowBottom {
	background: url(../images/shadow-bottom.gif) repeat-x;
	height: 5px;
	width: 758px;
	margin-left: 4px;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	overflow: hidden;
	margin-bottom: 5px;
	clear: both;
}
.shadowBottom .shadowBottomLeft {
	background: url(../images/shadow-bottom-left.gif) no-repeat;
	float: left;
	width: 10px;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
}
.shadowBottom .shadowBottomRight {
	background: url(../images/shadow-bottom-right.gif) no-repeat;
	float: right;
	width: 10px;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
}

#footer {
	background: url(../images/content-shadow.gif) repeat-y 6px;
	width: 752px;
	padding-left: 12px;
}

#footerInner {
	background: url(../images/footer-bg.gif) repeat-x;
	width: 740px;
	height: 85px;
}

#footer #footerInner #watermark {
	background: url(../images/footer-watermark.jpg) no-repeat 10px;
	width: 220px;
	height: 85px;
	float: left;
}
#footer #footerInner #watermark #creditCards {
	margin-top: 56px;
	margin-left: 10px;
}

#footer #footerInner #testimonials {
	float: left;
	width: 280px;
	padding-top: 10px;
	margin-left: 5px;
}
#footer #footerInner #testimonials .quote {
	color: #8f8f8f;
	font-size: 11pt;
	text-align: center;
}
#footer #footerInner #testimonials .quotee {
	font-size: 85%;
	color: #3d3d3d;
	text-align: right;
}

#footer #footerInner #logos {
	float: right;
	width: 220px;
	margin-top: 15px;
	text-align: right;
}
#footer #footerInner #logos img {
	margin-right: 10px;
}

#footerLinks {
	color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    padding-bottom: 1em;
}
#footerLinks a, #footerLinks .divider {
	margin-left: 17px;
	color: #ffffff;
}
.mainsection{
 padding-left: 10px;
 padding-right: 0px;
 width: 730px;
}
#ImportantSiteContent {
	font-size:10px;
	color: #000;
	height: 58px;
	overflow: scroll;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px;
}

.check {
	font-size: 10pt;
	color: #676767;
	background: url(../images/check.gif) no-repeat right;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	clear: left;
	margin: 4px 0;
	padding-right: 30px;
	white-space: nowrap;
}

h1 {
	color: #666666;
	font-variant: small-caps;
	font-size: 14pt;
	margin-bottom: 0.6em;
}

.clearer {
	clear: both;
}

#contactForm {
	margin-top: 2em;
}

.formInput {
	width: 150px;
	border: 1px solid #c0c0c0;
	height: 16px;
	color: #999999;
	padding: 2px 0 0 2px;
}
textarea.formInput {
	height: 50px;
	overflow: auto;
}

.standout {
	font-size: 12pt;
	font-weight: bold;
	color: #f49a00;
}

#commercialServices {
	background: url(../images/commercial-services.jpg) no-repeat top;
	width: 174px;
	height: 175px;
	overflow: hidden;
}
#residentialServices {
	background: url(../images/residential-services.jpg) no-repeat top;
	width: 174px;
	height: 177px;
	overflow: hidden;
}
#commercialServices .inner, #residentialServices .inner {
	text-align: right;
	margin-top: 70px;
	padding-right: 8px;
	font-size: 9pt;
	line-height: 14pt;
	width: 160px;
	height: 104px;
	overflow: auto;
	margin-left: 6px;
}
#commercialServices a, #residentialServices a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.newsListingPreview {
	margin-bottom: 1em;
}

#newsText {
	margin-top: 1em;
}


.dropDown{
	position: absolute;
	display: none;
	border: 1px solid #ac6f13;
}
.dropDownNav {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	line-height: 24px;
	float: left;
	clear: left;
	width: 140px;
	background-color: #d47f00;
	border-bottom: 1px solid #da9021;
	padding-left: 10px;
}
.dropDownNav:hover {
	background-color: #c17100;
}

form label {
	font-size: 9pt;
	width: 80px;
}
form p {
	margin-bottom: 4px;
}

#careersForm {
	margin-top: 1em;
}

#externalLinks {
	margin-top: 1em;
	font-size: 7pt;
	padding: 0 17px;
}
#externalLinks a {
	color: #ccc;
}