/*========================================================================
	NORMALIZE
=========================================================================*/

* {	margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
ul, ul li { list-style: none; list-style-position: outside; }
address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
em, strong { /* left out from above */ }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
caption, th { text-align: left; }
q:before, q:after { content: ""; }
hr { display: none; }

/* =clearfix standard */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-table; } /* for opera */
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */
/* end =clearfix standard */
.clear { clear: both; } /* not to be confused with clearfix */

/*========================================================================
	TYPOGRAPHY
=========================================================================*/

body { font: 14px/1.5em Arial, Helvetica, sans-serif; color: #444444; }

p { font-size: 1em; }
.content p { margin: 0 0 1.5em; }

/* base anchor colors/style */
a { color: #005c8e; }
a:hover, a:focus { color: #40A6CF; outline: none;}
/* @= a:focus dotted outline fix found in moz.css and abt.js (search for "theahrefs") */

	
h1 { margin: 0 0 .9em; font: bold 1.67em/1.25em Arial, Helvetica, sans-serif; color: #045669; }
h2 { margin: 0 0 1em; font: bold 1.50em/1em Arial, Helvetica, sans-serif; color: #1D899F; }
h3 { margin: 0 0 1.12em; font: bold 1.33em/1.12em Arial, Helvetica, sans-serif; color: #444; }
h4 { margin: 0 0 1.26em; font: bold 1.17em/1.26em Arial, Helvetica, sans-serif; color: #444; }
h5, h6 { margin: 0 0 1.5em; font: bold 1em/1.5em Arial, Helvetica, sans-serif; color: #444; }

/*========================================================================
	LAYOUT
=========================================================================*/

body { text-align: center; background: #459B50 url(/images/uploads/bg-grass.jpg) no-repeat fixed 50% 0; }
div { font-size: 100%; text-align: left; }

/* hide accessibility, but leave there for readers */
.access { position: absolute; left: -9000em; top: 0; height: 0; line-height: 0em; }
	
/* Element Styles
-------------------------------------------*/

ul { list-style: none; margin: 0 0 1.5em 1.5em; }
ul li { margin: 0; padding-left: 14px; background: url(/images/uploads/i_bullet.gif) no-repeat 0 .4em; }
ol { margin: 0 0 1.5em 3em; }
ol li { margin: 0; }
ul ul, ol ol { margin-top: 0.75em; }	
	
dl { margin: 0 0 1.5em; }
dl dt { margin: 0; font-weight: bold; }
dl dd { margin: 0 0 0 1.5em; }

abbr { cursor: help; }

blockquote { margin: 1em 0; padding: 0 1em; }
blockquote p { margin: 0 0 1.5em; }
blockquote p.cite { text-align: right; }

table { width: 100%; font: inherit; padding: 0; margin: 0 0 1.5em; }
th, td { padding: .5em; }
th { font-weight: bold; color: #fff; background: #045669; }
tr:nth-child(even) { background: #f4f4f4; }
tbody tr:hover { background: #D8EDFF; }
	
	
/* Base Form Styles
-------------------------------------------*/

input, textarea, select { padding: 4px; width: 275px; border: 1px solid #c2c2c2; border-right-color: #d7d7d7; border-bottom-color: #d7d7d7; background: #fff;	font: inherit; }
input { padding: 5px; }
select { width: auto; }
textarea { height: 15em; width: 90%; }

input:focus, textarea:focus, select:focus { background-color: #ffffce; }

/* input overrides based on type */
input.radio, input.checkbox,
.buttons input, input.button, input.submit, input.image { border: 0; padding: 0; width: auto; background: none; }

/* specific input types */
.postal-code input { width: 5em; }
input.prefix { margin: 0 .25em 0 0; width: 2.5em; }
input.area-code { margin: 0 .25em; width: 2.5em; }
input.suffix { width: 3em; }

/* fieldset defaults */
legend { font-weight: bold; }
fieldset fieldset legend { font-size: 1em; margin: 0; }
	
/* form list items */
form ol { margin: 0; }
form li { clear: both; position: relative; margin: 0 0 1.5em; padding: 0; list-style: none; height: 1%; }

/* labels */
label { display: block; margin: 0 5px 0 0; padding-top: 5px; }
.extended label { color: #999; } /* extended address */
.long label, label.long,
.textarea label { float: none; display: block; margin: 0 0 5px; padding: 0; width: auto; text-align: left; }
.checkboxes label, .radios label { float: none; margin: 0 0 0 5px; padding: 0; }

/* radio & checkbox lists */
ul.radios, ul.checkboxes { margin: 0; }
ul.radios li, ul.checkboxes li { margin-right: 20px; }

/* summary / input descrition items */
em.summary { display: block; margin: 5px 0 0 110px; font-style: normal; font-size: .857em; color: #999; }

/* error messages */
form .error-message { display: block; width: 230px;	padding: 4px 10px 3px 30px; border: 1px solid #e5a3a3; background: #ffcfcf url(/i_exclamation.gif) no-repeat 10px 5px;	color: #801b1b; font-style: normal; }

input.submit {color: #fff; font-weight: bold; padding: 10px; background: #a1c46a url('/images/uploads/bg_request-btn.png') repeat-x 0 0; cursor: pointer; -moz-border-radius: 7px; -webkit-border-radius: 7px; }

/* Navigation
-------------------------------------------*/

.navigation { position: absolute; top: 75px; left: 0; width: 960px; background: #f4f4f4; border-bottom: 1px solid #eee; -moz-border-radius-topleft: 7px; -moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px; -webkit-border-top-right-radius: 7px; }
	.navigation ul, .navigation li { float: left; display: inline; padding: 0; margin: 0; }
	.navigation ul { margin-left: 230px; }
	.navigation ul li { position: relative; border-left: 1px solid #ccc; border-right: 1px solid #fff; }
	.navigation ul li a { display: block; padding: 10px 25px; text-decoration: none; }
	.navigation ul li a:hover { background: #fff; }
	.navigation ul li a.current { font-weight: bold; color: #fff; background: #011F2B url('/images/uploads/bg_request-btn.png') repeat-x 0 0; }

.navigation #request-quote { border: 0; padding: 5px; }
	.navigation #request-quote a { color: #fff; font-weight: bold; padding: 4px 20px; border: 1px solid #9CD253; background: #9CD253; background: -webkit-gradient(linear, left top, left bottom, from(#CCE8A6), to(#9CD253)); background: -moz-linear-gradient(top, #CCE8A6, #9CD253); -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Drop-down Navigation
-------------------------------------------*/

.navigation ul li ul { visibility: hidden; position: absolute; top: 40px; left: 0; width: 200px; padding: 10px; margin-left: 0; z-index: 9000; }
	.navigation ul li ul li { margin-right: 0; }
	.navigation ul li ul li a { width: 175px; padding: 5px 10px 5px 15px; } 

.navigation ul li:hover ul { visibility: visible; }

.navigation .nav_categories { -moz-border-radius: 0; -webkit-border-radius: 0; }
.navigation .nav_categories li { border: 0; }
.navigation .nav_categories li a:hover { color: #fff; background: #011F2B url('/images/uploads/bg_request-btn.png') repeat-x 0 0; }

/* Layout Styles
-------------------------------------------*/

/* for centered design */
#container { position: relative; margin: 0 auto; width: 960px; }
.header, .main-area, .footer { float: left; display: inline; width: 960px; }

.header { margin-bottom: -110px; }
	#logo, #logo a { float: left; display: inline; }
	#logo { position: relative; margin: 20px 0 0 20px; z-index: 9000; }
	.phone-contact { position: absolute; top: 40px; right: 0; color: #fff; }
		.phone-contact strong { font-size: 1.5em; }

.main-area { width: 920px; padding: 20px; margin: 0 0 1em; background: #fff; -moz-border-radius-bottomleft: 7px; -moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px; -webkit-border-bottom-right-radius: 7px; }
	
	.content { float: right; display: inline; width: 690px; }
	.secondary-content { float: left; display: inline; width: 195px; padding: 100px 35px 0 0; background: url('images/uploads/bg_main-area.jpg') no-repeat 100% 0; }
	
.footer { width:960px; color: #fff; }
	.accredidations { float: right; display: inline; }
		.accredidations img { margin: 0 1em 0 0; }

.promo { padding: 10px 10px 10px 30px; margin: 0 0 1.5em; color: #363420; font-weight: bold; background: #f5f3e5 url('images/uploads/exclamation-white.png') no-repeat 10px 11px; border: 3px solid #f0ecce; }

.backtotop { clear: both; text-align: right; }
	.backtotop a { display: block; color: #fff; padding: .5em 0; }

/* Homepage Specific Styles
-------------------------------------------*/

.feature { position: relative; float: left; display: inline; clear: both; width: 100%; height: 362px; }
	.feature .slideshow { height: 362px; }
	.feature .box { background: #FFFFFF; padding: 20px; position: absolute; right: 20px; top: 20px; width: 430px; z-index: 200; }
	.feature .box h1 { color: #301E0A; font-size: 24px; line-height: 1.75em; margin: 0; }
	.feature .box h1 span { color: #333333; font-weight: normal; }
	.feature .box p { color: #999999; margin-bottom: 1.5em; }
	.feature .box a.btn-work, .feature .box a.btn-quote { background: url('images/uploads/sp_feature-btns.png') no-repeat scroll 0 0 transparent;
		display: block; float: left; margin: 0 15px 0 0; text-indent: -9000em; }
	.feature .box a.btn-work { background-position: 0 0; height: 45px; width: 147px; }
	.feature .box a.btn-quote { background-position: -148px 0; height: 45px; width: 159px; }
	.feature .box a.btn-work:hover { background-position:0 -46px; }
	.feature .box a.btn-quote:hover { background-position:-148px -46px; }
	
body.index .content { width: 100%; }

.why-choose { float: left; display: inline; padding: 10px; margin: 0; background: #EFF9FF; border: 1px solid #D1E7EF; }
	.why-choose h3 { margin: 0 0 .5em; }
	.why-choose p { margin: 0; }

.featured-services { }
	.featured-services ul, .featured-services ul li { float: left; display: inline; padding: 0; margin: 0; }
	.featured-services ul { }
	.featured-services ul li { width: 215px; margin-right: 20px; }
	.featured-services ul li.last { margin-right: 0; }
	.featured-services a { display: block; text-decoration: none; }
	.featured-services p { font-size: 0.9em; }

/* Inner Page Specific
-------------------------------------------*/

.banner { margin-bottom: 2em; max-width: 680px; overflow: hidden; }

.content img { padding: 4px; border: 1px solid #ccc; }

.content ul, .content ul li { list-style: disc; padding: 0; }

.secondary-content h3 { font-size: 1em; padding-left: 5px; margin-bottom: 0.75em; }

/* Secondary Nav */
.nav_categories, .nav_categories li { padding: 0; margin: 0; }
	.nav_categories { padding: 5px; margin-bottom: 4em; background: #f4f4f4; -moz-border-radius: 7px; -webkit-border-radius: 7px; }
	.nav_categories li { margin-bottom: 0.5em; }
	.nav_categories li a { display: block; padding: 5px 7px 5px 15px; font-size: 12px; line-height: 15px; color: #030; background: url(/images/uploads/bg_service-arrow.gif) no-repeat 5px 7px; text-decoration: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
	.nav_categories li a:hover { color: #fff; background: #011F2B url('/images/uploads/bg_request-btn.png') repeat-x 0 0; }	
	.nav_categories li a.current { color: #fff; background: #a1c46a url('/images/uploads/bg_request-btn.png') repeat-x 0 0; border: 1px solid #9EBD70; }
	
	.nav_categories li ul { margin-top: 0.25em; margin-bottom: 0.5em; }
	.nav_categories li ul li { }
	.nav_categories li ul li a { color: #999; font-size: 11px; background: none; }

.secondary-content a.btn-quote { height: 45px; width: 159px; background: url('images/uploads/sp_feature-btns.png') no-repeat scroll -148px 0 transparent;
		display: block; float: left; margin: 0 15px 0 0; text-indent: -9000em; }	
	.secondary-content a.btn-quote:hover { background-position:-148px -46px; }


/* Gallery
-------------------------------------------*/

.gallery { }
	.gallery, .gallery li { float: left; display: inline; padding: 0; margin: 0; }
	.gallery li { margin: 0 10px 10px 0; height: 70px; }
	.gallery .thumb { /* height: 70px; */ }
	.gallery .thumb:hover { background: #ccc; }

/* Coupons 
-------------------------------------------*/

.coupons { }
	.coupon { padding: 1em; margin: 0 0 1em; background: #f4f4f4; border: 1px dotted #333; }

/*========================================================================
	MISC STYLES
=========================================================================*/
.img-right { float: right; margin: 0 0 1em 1em; }

/* Request a Quote */
.request-quote { margin: 0 0 1em; }
	.request-quote a { color: #fff; display: block; padding: 1em; text-decoration: none; -moz-border-radius: 7px; -webkit-border-radius: 7px; background: #3D535D; background: -webkit-gradient(linear, left top, left bottom, from(#122E39), to(#3D535D)); background: -moz-linear-gradient(top, #122E39, #3D535D); border: 2px solid #4192AF; }
	.request-quote strong { display: block; text-transform: uppercase; margin: 0 0 .5em; }

.seasonal-alert { color: #1F1A04; display: block; margin: 0 0 1em; text-decoration: none; -moz-border-radius: 7px; -webkit-border-radius: 7px; background: #3D535D; background: -webkit-gradient(linear, left top, left bottom, from(#EFEAD1), to(#FFFCEF)); background: -moz-linear-gradient(top, #EFEAD1, #FFFCEF); }
	.seasonal-alert a { display: block; padding: 1em; text-decoration: none; }

.testimonial { font-size: 0.86em; padding: 1em; }
	.testimonial blockquote { padding: 0; margin: 0; }
	.testimonial .cite { font-style: italic; }