/* ---------------------------- */
/* 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: #C7EDC0; color: #656565; }
#wrapper { font: normal 12px Arial, Helvetica, sans-serif; width: 100%; background: #fff url(../images/body-bg.gif) repeat-x center top; overflow: hidden; }

/* links */
a:active { position:relative; outline: 0; top: 1px; }
a { text-decoration: none; color: #15AD0A; }
	a:hover { color: #656565; }

.inner-wrapper { margin: 0 auto; width: 900px; clear: both; }

/* HEADER
-------------------------------*/
#header { width: 100%; background: url(../images/header-bg.gif) repeat-x center bottom; }
	
	#header .inner-wrapper { position: relative; padding: 0 0 50px 0; }
	
	/* header top */
	.header-top { width: 100%; font-family: Garamond, "Times New Roman", Times, serif; padding-top: 20px; height: 80px; }
		/* title block */
		.title { width: 50%; }
			.title h1 { color: #15AD0A; font-size: 26px; font-weight: normal; }
				.title h1 a { color: #15AD0A; text-decoration: none; font-weight: bold; }
					.title h1 a:hover { color: #33C229; }
			.title p { color: #44C259; font-size: 16px; font-weight: bold; }
	
		/* call block */
		.call { width: 50%; text-align: right; } 
			.call  h2 { font-size: 24px; color: #15AD0A; font-weight: bold; }
				.call h2 span { color: #15AD0A; }
			.call p { color: #44C259; font-size: 16px; font-weight: bold; }
			
	/* top nav */
	.topnav { position: absolute; left: 0; bottom: 0; height: 53px; }
		.topnav ul { display: block; }
			.topnav li { display: inline; float: left; font: normal 12px Arial, Helvetica, sans-serif; line-height: 50px;  height: 53px; line-height: 53px; background: #4CCF4C; }
				.topnav li:nth-child(1) { background: #7AE060; }
				.topnav li:nth-child(2) { background: #4CCF4C; }
				.topnav li:nth-child(3) { background: #50F23A; }
				.topnav li:nth-child(4) { background: #70DE68; }
				.topnav li:nth-child(5) { background: #43A333; }
				.topnav li:nth-child(6) { background: #15AD0A; }
				.topnav li:nth-child(7) { background: #83FF73; }
				.topnav li:nth-child(8) { background: #7AE060; }
				.topnav li:nth-child(9) { background: #4CCF4C; }
			.topnav a { color: #fff; text-decoration: none; font-weight: bold; padding: 0 30px; display: block; text-transform: uppercase; }
			
				.topnav a:hover, .topnav li.on a { color: #fff; background: url(../images/topnav-arrow.gif) no-repeat 95% center; }
	
	/* top col */
	.top-col { width: 100%; overflow: hidden; clear: both; }
		/* promo col */
		.promo-col { width: 300px; padding: 15px 0 0 0; font-family: Garamond, "Times New Roman", Times, serif; }
			.promo-col h2 { font-weight: normal; font-size: 30px; color: #fff; margin: 0 0 20px 0; }
			.promo-col h2 strong { font-size: 48px;}
			.promo-col p { font-size: 14px; color: #fff; font-weight: bold;  }
			.morebtn { text-indent: -9999px; border: none; margin: 15px 0 0 0; font-size: 24px; text-decoration: none; background: url(../images/morebtn-bg.jpg) repeat-x center top; color: #fff; font-weight: bold; line-height: 43px; text-align: center; display: block; width: 224px; height: 43px; position: relative; } 
				.morebtn:hover { background-position: center bottom; }
		/* headimg */
		.headimg { }
		
/* CONTENT
-------------------------------*/
#content { width: 100%; overflow: hidden; background: url(../images/content-bg.gif) repeat-x top center; padding: 30px 0; }

	/* contact form */
	.contact-col { padding-bottom: 20px; margin: 0 35px 0 0; background: #FAFFFA url(../images/contact-bg.gif) repeat-x bottom center; font-family: Arial, Helvetica, sans-serif; border: 1px solid #B5EBAE;  -moz-border-radius: 10px; -webkit-border-radius: 10px; }
		.contact-top { position: relative; width: 100%; }
			
			.mail-ico { position: absolute; top: -15px; right: -20px; }
			.contact-top p { padding: 10px 17px; color; #FAFFFA; }
				.contact-top p strong { color: #e60000; }
			.contact-top h2 { font: normal 24px Century, "Times New Roman", Times, serif; color: #fff; background: #139401 url(../images/contact-header-bg.gif) repeat-x center top; padding: 5px 100px 5px 10px; 
							box-shadow:0 0px 5px #4a4a4a; -moz-box-shadow: 0px 0px 5px #4a4a4a; -webkit-box-shadow: 0 0px 5px #4a4a4a; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
		
		.contact-form { margin: 10px 0; padding: 0 17px; }
			.contact-form label { display: block; margin: 1px 0 0px 0; font: normal 12px Arial, Helvetica, sans-serif; color: #068F01; }
			.contact-form input,
			.contact-form textarea { background: #fff; border: 1px solid #B5EBAE; color: #068F01; font: normal 11px Arial, Helvetica, sans-serif; margin: 0 0 2px 0; padding: 2px 0; width: 99%;  }
			.contact-form textarea { widt: 97%; height: 60px; }
				.contact-form input:focus,
				.contact-form textarea:focus { background: #EEF5ED; border: 1px solid #B5EBAE; }
			.contact-form input.submit-button { width: 244px; height: 46px; background: transparent; border: none; margin: 5px auto 0; display: block; }
				.contact-form input.submit-button:focus { background: transparent; border: none; }	
	
	/* Main column */	
	.main-col { padding-bottom: 20px; }
		.main-col .txtarea { padding: 0 20px 0 0 }
		/* headers */
		.txtarea h2 { color: #15AD0A; margin: 0 0 15px 0; font: bold 24px Garamond, "Times New Roman", Times, serif; }
		.txtarea h3 { color: #15AD0A; font: bold 18px Garamond, "Times New Roman", Times, serif; margin: 25px 0 15px 0; } 
		/* paragraph */
		.txtarea p { line-height: 1.7em; margin: 0 0 1em 0; }
		/* list */
		.txtarea ul,
		.txtarea ol { display: block; margin: 0 0 1em 0; }
			.txtarea ul li	{ font-size: 12px; background: url(../images/bullet.gif) no-repeat left 0.3em; padding: 0 0 .6em 20px; }
			.txtarea ol li	{ padding: 0 0 .6em 0; margin:0 0 0 2em; }
			
		/* link */
		.txtarea a { border-bottom: 1px dotted #33C229; color: #33C229; }
			.txtarea a:hover { background: #E7FFE3; }	
		
		.txtarea  blockquote p { font: italic normal 18px Garamond, "Times New Roman", Times, serif; margin: 10px 0 15px 0; color: #15AD0A; }
		
		a.more { color: #15AD0A; background: url(../images/bullet-blue.gif) no-repeat right center; padding-right: 20px; text-decoration: none; font-weight: bold; }
			a.more:hover { background: url(../images/bullet-blue.gif) no-repeat right center; color: #e60000; }
	
	/* services col */
	.services-col { padding-bottom: 20px; }
	.services-col a { color: #15AD0A; border: none; }
		.services-col a:hover { text-decoration: underline; }
		
	/* bottom-col */	
	.bottom-col { border-top: 1px dotted #B5EBAE; overflow: hidden; clear: both; width: 100%; padding: 20px 0 0 0; }
		
		/* testimonial-col */
		.testimonial-col .txtarea { margin: 0 25px 0 0 ; }
			.testimonial-col h2 { background: url(../images/popup-ico.jpg) no-repeat left top; padding: 10px 0 10px 110px; font: bold 24px Garamond, "Times New Roman", Times, serif;  }
			.testimonial-col blockquote p { color: #646464; font: normal 12px/1.5em Arial, Helvetica, sans-serif; }
				.testimonial-col blockquote cite { display: block; color: #000; margin: 10px 0 0 0; }
		
		/* cta-col */
		.cta-col { margin: 25px 15px 0 0; padding: 15px 0 0; border-top: 1px dotted #AED4EA; } 
		.cta-col h2 { font: bold 24px Garamond, "Times New Roman", Times, serif; margin: 0 0 25px 0; } 
		.cta-col p { font: italic normal 18px/1em Garamond, "Times New Roman", Times, serif; color: #636363; }
		.cta-col p.phone { color: #e08337; font-size: 30px; font-weight: bold; background: url(../images/phone-ico.gif) no-repeat left center; padding: 15px 0 15px 40px; }
		
/* FOOTER
-------------------------------*/
#footer { clear:both; color: #15AD0A; font-size:12px; padding: 15px 10px; font-family: Arial, Helvetica, sans-serif; }
.bottomnav ul { overflow: hidden; width: 100%; }
.bottomnav li { display: inline; margin: 0 0 0 -1px; border-left: 1px solid #15AD0A; float: left; }
	.bottomnav a { color: #15AD0A; padding: 2px 8px; text-decoration:none; font-weight: bold; }
		.bottomnav a:hover, .bottomnav li.on a { text-decoration: underline; color: #15AD0A; }
	.copyinfo { margin: 10px 0 0 8px; }

/* 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 span { font-size:18px; font-weight: bold; display: block; margin: 0; padding: 0; }
.hours table { width: 220px; font-size: 11px; border: 1px solid #ccc; font-weight: bold; margin:0 auto;  border-collapse: collapse;
  box-shadow: 0px 2px 3px #999;   -moz-box-shadow: 0px 2px 3px #999;   -webkit-box-shadow: 0px 2px 3px #999;  
  -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px}
.hours table td {padding: 3px 0 3px 10px;}
.hours tr:first-child { color: #000; font-weight: bold; background: #ccc; }


/* payment options */
#footer .payments { text-align: right; padding: 0; }
#footer .payments h2 { font-size: 12px; }
#footer .payments ul li { display: inline; list-style-type: none; margin: 0 0 0 2px; border: none; padding: 0;  }
#footer .payments ul { padding: 2px 0; }

/* why choose us */
.whyus { margin: 10px 0; line-height: 19px; width: 100%; border-bottom: none; border-top:  2px dotted #A6A6A6; padding: 20px 0 0 0; }
.whyus h2 { color:#15AD0A; font:bold 24px Garamond,"Times New Roman",Times,serif; margin: 0; }
.whyus ul { margin: 12px 0 0 0; }



/* 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; }
.orange.submit, .orange.submit:visited { background-color: #FDA342; }
.orange.submit:hover { background-color: #E08336; }
.yellow.submit, .yellow.submit:visited { background-color: #ffb515; }
.yellow.submit:hover { background-color: #fc9200; }
.gray.submit, .gray.submit:visited { background-color: #6C6F7E; }
.gray.submit:hover { background-color: #404350; }
.green.submit, .green.submit:visited { background-color: #91bd09; }
.green.submit:hover	{ background-color: #749a02; }
.orange.submit, .orange.submit:visited { background-color: #FDA342; }
.orange.submit:hover { background-color: #E08336; }




