@charset "utf-8";
/* ---------------------------- */
/* CMS GUI OVERWRITE
/* ---------------------------- */

.yodlecms_widget, .yodlecms_widget_layout {
	overflow: auto;
}
div.yodlecms_column {float:left;}

/* ---------------------------- */
/* HTML TAG RESET               */
/* ---------------------------- */

html, body, form, fieldset, h1, 
h2, h3, h4, h5, h6, p, pre, 
blockquote, ul, ol, dl, address		{margin:0; padding:0; font-size:100%; font-weight:normal;}
ul, li 								{list-style-type:none;}
ol li 								{list-style: decimal;}

/* CLASSES
-------------------------------*/
.left {float: left;}
.right {float: right;}
.clear { clear: both; }

/* LAYOUT & GLOBAL
-------------------------------*/
body {
	background: url(./images/bkrepimage.jpg) repeat-x #D0EAC9;
	color: #000;
	font: normal 12px Helvetica, Arial, sans-serif;
	padding-left: 5px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	background: url(./images/3pxwdpic.jpg) repeat-x center top #025A27;
	border-bottom: 1px solid #363636;
}
.inner-wrapper { width: 900px; margin: 0 auto; }


/* links */
a { text-decoration: underline; color: #025A27; }
	a:hover {
	color: #052C96;
}
	a:active { position: relative; outline: 0; top: 1px; }
	
	/* more link */
	.more { background: url(../images/more-btn.jpg) no-repeat center top; font-weight: normal; width: 126px; height: 27px; display: block; text-indent: -9999px; }
		.more:hover { background-position: center bottom; }
		
/* headers */
h1, h2, h3, h4, h5 { font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #025A27; }
	.txtarea h2,
	.txtarea h3,
	.txtarea h4{ margin: 0 0 .5em 0; }
	
	blockquote { position: relative; margin: 10px 0; }
	blockquote p { margin: 1em 0; line-height: 1.5em; font-style: italic; font-family: Georgia, Helvetica, Arial, sans-serif; font-size: 14px; color: #252525; font-weight: bold; }
		blockquote p cite { display: block; margin: 1em 0 0 0; font-style: italic; }

/* paragraph */
.txtarea p { line-height: 1.5em; margin: 0 0 1.5em 0; }
.txtarea:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 

/* ADDITIONS
-------------------------------*/
.service-detail img {padding:6px;}

/* form validation error */
.yodlecms_formErrorDiv { margin:5px 0; font-size:12px; color:red;}    
.yodlecms_formError {border:1px solid red!important;}

/* business hours */
.hours {padding: 5px;}
.hours table {font-size: 11px; border: 1px solid #ccc; font-weight: bold; margin:0 auto; width: 100%; }
.hours table td {padding: 3px 10px;}


/* payment options */
#footer .payments { text-align: right; margin: 0; color:#fff; font-weight:bold;  margin-top:10px;  margin-right:10px}
#footer .payments ul {  margin: 6px 0 5px 0; color:#fff; }
#footer .payments ul li { border: none; margin: 0 0 0 2px; display:inline; }
#footer .payments ul li a { border: none; margin: 0 0 0 2px; display:inline; color:#fff; }
#footer .payments img { float: none; }

/* Footer Nav */
#footer .bottom-nav { text-align: right; margin: 0; margin-right:10px}
#footer .bottom-nav ul {  margin: 6px 0 5px 0; }
#footer .bottom-nav ul li { border: none; margin: 0 0 0 2px; display:inline; }

/* Copy Info */
#footer .copyinfo {  margin: 0; color:#fff; font-weight:bold;  margin-right:10px; }


/* HEADER
-------------------------------*/
#header { width: 100%; background: url(./images/1pxpic.jpg) repeat-x center bottom; }
	#header:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
	
	/* header top */
	.header-top { height: 65px; overflow: hidden; padding: 20px 0 0 0; }
		/* title block */
		.title { width: 50%; margin-top:-20px;}
			.title h1 { color: #025A27; font-size: 24px; font-weight: normal; }
				.title h1 a { color: #EF873B; text-decoration: none; font-weight: bold; }
					.title h1 a:hover { color: #025A27; border-bottom: 1px dotted #025A27; }
			.title p { color: #0F0F0F; font-size: 14px; font-weight: bold; }
			
		/* call block */
		.call { width:  50%; text-align: right; } 
			.call  h2 { font-size: 18px; color: #025A27; font-weight: bold; }
				.call h2 strong { color: #EF873B; }
				 .call p { font-size: 18px; color: #025A27; }
			
	/* top nav */
	.topnav { height: 51px; }
		.topnav ul  { display: block; }
			.topnav li { display: inline; }
			.topnav a {
	color: #175729;
	text-decoration: none;
	margin: 0;
	font-size: 14px;
	display: block;
	float: left;
	line-height: 35px;
	padding: 0 20px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
				.topnav a:hover, .topnav li.on a {
	color: #fff;
	background: #0d5e00 url(./images/navbar.jpg) repeat-x center top;
}
				.topnav a:active { position:relative; outline: 0; top: 0px; }
	
	/* top col */
	.top-col { position: relative; padding:0;  background: #025A27; }
		.top-col:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
				
		/* headimg */ 
		.headimg  { font-size: 0; }
		.top-col .cta-col {
	position: absolute;
	background: #000;
	background: rgba(0,0,0, .5);
	width: 300px;
	height: 265px;
	top: 0;
	left: 0;
	z-index: 15;
}
			.top-col .cta-col .txtarea { padding: 15px 30px; }
			.top-col .cta-col h2 { color: white; font-size: 24px; font-weight: normal; }
			.top-col .cta-col h2 strong { font-size: 30px; }
			.top-col .cta-col h3 { color: white; font-size: 16px;}
			.top-col .cta-col p { color: #fff; }
			.top-col .cta-col .more { background: url(../images/topcol-more-bg.png) no-repeat center top; }
			
/* CONTENT
-------------------------------*/
#content {
	width: 100%;
	background: url(./images/bottombanner.jpg) repeat-x #fff;
	padding: 13px 0 0 0;
}
	#content:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 

	/* Main column */	
	.main-col {
	padding-top: 35px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
		
	.main-col .txtarea a:not(.more) { -webkit-border-radius: 8px; -webkit-transition: background 0.3s linear,-webkit-box-shadow 0.3s linear; 	margin:-0.3em;	padding:0.3em; }
		.main-col .txtarea a:not(.more):hover { -moz-border-radius: 8px; 
												-webkit-border-radius: 8px; border-radius: 8px; 
												-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.35); 
												-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.35);
												box-shadow: 1px 2px 5px rgba(0,0,0,.35);
												background-color: #E37329;
												background-color: #E37329;
												margin:-0.3em;
												padding:0.3em;
												color: #fff;
												text-shadow: 1px 1px 0 rgba(0,0,0,.4);
												text-decoration: none;
	}
		
	.main-col .txtarea { padding-bottom: 30px; }
		
	/* headers */
	.main-col h2 {
	font-size: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
	max-height: none;
	display: inline;
}
	.main-col h2 span { position: relative; display: inline; }
	.main-col h3 { font-size: 16px; margin: 0 0 1.5em 0; } 
	.main-col h4 { font-size: 14px; margin: 0 0 1.5em 0; } 
		
	/* paragraph */
	.txtarea p { line-height: 1.5em; margin: 0 0 1.5em 0; }
	.txtarea img { margin: 0 10px 5px 0; }
	/* list */
	.txtarea ul,
	.txtarea ol { display: block; padding: 0 0 1.5em .1em; }
		.txtarea ul li	{ background: url(./images/Ulistpic.gif) no-repeat left .3em; padding: 0 0 .6em 15px; }
		.txtarea ol li	{ padding: 0 0 .6em 0; margin: 0 0 0 2em; }
		
	/* link */
		.txtarea  a:hover {}	
	
	.txtarea  blockquote a { font-style: normal; font-size: 14px; position: absolute; right: 0; bottom: 0; }
		.txtarea  blockquote:before { content: '"'; display: inline; float: left; padding: 0 5px 0 0; font-size: 24px; color: #666; }
	
	/* whyus col */
	.whyus { margin-bottom: 30px; }
		.whyus h2 { position: relative; display: block; font-size: 18px; font-style: italic; background: url(../images/leaf.gif) no-repeat right bottom; color: #0d0d0d; padding: 0 0 10px; }
		.whyus img { margin: 0 15px 5px 0; }
		.whyus .txtarea  { padding: 0; }
	
	/* services -col */
	.services-col { border-bottom: 3px solid #0d0d0d; padding-bottom: 15px; margin-bottom: 30px; }
		.services-col:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
		
	.services-col .txtarea  { padding: 0; }
		.services-col h2 { font-size: 16px; background: #025A27; color: #fff; line-height: 27px; padding: 0 10px; }
			.services-col a { text-decoration: none; }
			.services-col ul li { width: 30%; float: left; }
	
	/* aside */
	.aside { }
	
	/* contact form */
	.contact-col { margin: 30px 0 30px 0; border: 1px solid #6b6b6b; background: #f1f1f1; 
					border-radius: 10px; 
					-moz-border-radius: 10px;
					-webkit-border-radius: 10px; }
		.contact-top { position: relative; }
			
			.envelope-ico { position: absolute; top: -15px; right: -15px; z-index: 100; }
			.contact-top p { font: normal 12px Arial, Helvetica, sans-serif; margin: 25px; }
				.contact-top p strong { color: #127FAA; }
			.contact-top h2 {
	font-size: 24px;
	color: #fff;
	padding: 15px 100px 15px 25px;
	background: url(./images/formorange.jpg) repeat-x center bottom;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
		
		.contact-form { margin: 0 25px 20px; }
			.contact-form label { display: block; margin: 0px 0 1px 0; color: #333333; }
			.contact-form input,
			.contact-form textarea { background: #fff; border: 1px solid #c8c8c8; color: #8db9e2; font: normal 12px Arial, Helvetica, sans-serif; margin: 0 0 2px 0; padding: 3px 0; width: 99%;  }
			.contact-form textarea { widt: 97%; height: 60px; }
				.contact-form input:focus,
				.contact-form textarea:focus { background: #fff; color: #454545; border: 1px solid #43586b; }
			.contact-form input.submit-button { width: 156px; height: 27px; background: transparent; border: none; margin: 10px auto 0; display: block; }
				.contact-form input.submit-button:focus { background: transparent; border: none; }	
				
	/* promo-col */		
	.promo-col { background: #025A27 url(../images/bottom-col-bg.gif) repeat-x center top; width: 100%; overflow: hidden; }
		.promo-col .txtarea { width: 150px; float: right; padding: 10px 0 0 12px; }
		.promo-col .promoimg { width: 130px; float: left; }
		
		.promo-col h2 { color: #000; font-size: 14px; font-weight: bold; }
			.promo-col h2 strong { color: #025A27; font-size: 30px; display: block; }
			.promo-col a { color: #fff; text-decoration: none; background: url(../images/arrow-ico.gif) no-repeat right center; padding: 0 15px 0 0; margin: 15px 0 0 0; }
				.promo-col a:hover {color: #000;}
				
	/* bottom-col */
	.bottom-col { background: #9AD18F url(../images/bottom-col-bg.gif) repeat-x center top; padding: 15px 15px; }
		.bottom-col:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
		
		.bottom-col .inner-wrapper { padding: 0 25px; width: 850px; }
		
		.bottom-col .guarantee-col,
		.bottom-col .cta-col { background: #F2A22B url(../images/cta-bg.gif) repeat-x center top; text-align: right; border: 1px solid #bc9d6f; color: #000;
					border-radius: 10px 0 0 10px;
					-moz-border-radius: 10px 0 0 10px;
					-webkit-border-radius: 10px 0 0 10px; }
	
		
		.guarantee-col .txtarea,
		.bottom-col .cta-col .txtarea { width: 200px; float: left; padding: 10px 14px 0 0; }
		.guarantee-col .txtarea { padding: 5px 14px 0; float:left; width: 295px; text-align: left; }
		
		.guarantee-col .gimg,
		.cta-col .ctaimg { width: 125px; float: right;  }
		
		.guarantee-col h2 { color: #025A27; font-size: 18px; font-weight: bold; background: url(../images/leaf-2.gif) no-repeat left center; padding: 0 0 0 20px; }
		.guarantee-col p { color: #000; }
		
		.bottom-col .cta-col { margin-right: 40px; }
		.bottom-col .cta-col h2 { color: #fff: }
		

			.bottom-col .cta-col h2 strong { color: #025A27; font-size: 24px; display: block; }
			.bottom-col .cta-col h2 span { color: #923A30; font-size: 24px; display: block;}

/* FOOTER
-------------------------------*/
#footer { width: 860px; clear: both; color: #fff; padding: 15px 20px 25px; font-family: Helvetica, Arial, sans-serif; font-size: 12px; background: #025A27;}

	

/* SUBMIT BUTTON
-------------------------------*/

.submit, .submit:visited {
	background: #222 url(../images/alert-overlay.png) repeat-x; 
	border:0 none;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin: 10px 0 0;
}
 
.submit:hover { background-color: #111; color: #fff; }
.submit:active { top: 1px; }

.small.submit, .small.submit:visited { font-size: 12px; padding: ; }
.submit, .submit:visited,
.medium.submit, .medium.submit:visited  { font-size: 14px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.submit, .large.submit:visited { font-size: 16px; }
	
.green.submit, .green.submit:visited { background-color: #91bd09; }
.green.submit:hover	{ background-color: #749a02; }
.blue.submit, .blue.submit:visited { background-color: #2daebf; }
.blue.submit:hover { background-color: #007d9a; }
.red.submit, .red.submit:visited { background-color: #e33100; }
.red.submit:hover { background-color: #872300; }
.magenta.submit, .magenta.submit:visited { background-color: #a9014b; }
.magenta.submit:hover { background-color: #630030; }
.yellow.submit, .yellow.submit:visited { background-color: #ffb515; }
.yellow.submit:hover { background-color: #fc9200; }
.orange.submit, .orange.submit:visited { background-color: #E67531; }
.orange.submit:hover { background-color: #A84B0A; }
.imageorganized1 {
	height: 200px;
	width: 240px;
	margin-top: 2px;
	float: left;
	margin-bottom: 0px;
}
.imageorganized2 {
	width: 240px;
	height: 200px;
	float: right;
	margin-top: 2px;
	margin-right: 22px;
	padding-left: 2px;
}
.imageorganized3 {
}
.imageorganized4 {
}
.imageorganized5 {
}

.gallery {
	width: 528px;
	margin: auto;
}

.gallery ul {
	list-style:none;
}

.gallery li {
	float: left;
	margin: 10px;
}

.gallery img {
	display: block;
	padding: 3px;
	background: #FFC926;
	boarder: 1px solid #CFE116;
	max-height: 100px;
}

.gallery img:hover {
	boarder:1px solid #000000;
}

#twowrap {
	display:block;
	height:265px;
	width:900px;
}

#twocon {
	background-color:#fff;
	display:block;
	float:left;
	height:265px;
	width:900px;
	overflow:auto;
}



#slider {
	display:block;
	margin:auto;
	float:left;
	height:265px;
	width:900px;
	overflow:hidden;
	position:absolute;
}
		.top-col .cta-col2 {
	position: absolute;
	background: #000;
	background: rgba(0,0,0, .5);
	width: 900px;
	height: 265px;
	top: 0;
	left: 0;
	z-index: 15;
	overflow: hidden;
}
#content2 {
	width: 100%;
	background-color:#fff;
	padding: 13px 0 0 0;
}
.half-line {
  line-height: .5em;
}
