/* ---------------------------- */
/* 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
-------------------------------*/


html { background: #293852 url(../images/body-bg-2.gif) repeat-x center top; }
body { background: url(../images/body-bg.jpg) no-repeat center top; color: #5a5a5a; }
#wrapper { background: url(../images/body-bg.png) no-repeat top center; font: normal 12px Helvetica, Arial, sans-serif; width: 900px; margin: 0 auto; overflow: hidden; padding: 20px 0; }

/* links */
a:active { position:relative; outline: 0; top: 1px; }
a { text-decoration: underline; color: #105b00; }
	a:hover { color: #a80057; }

h1, h2, h3, h4, h5 { font-family: Helvetica, Arial, sans-serif; font-weight: bold; }

/* 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;}
.hours table td {padding: 3px 10px;}


/* HEADER
-------------------------------*/
#header { width: 100%; background: #fff; }
	
	/* header top */
	.header-top { overflow: hidden; padding: 40px 0 20px 0; width: 100%; background: url(../images/head-bg.gif) no-repeat center top; }
		/* title block */
		.title { width: 65%; padding-left: 5%; }
			.title h1 { color: #105b00; font-size: 25px; }
				.title h1 a { color: #105b00; text-decoration: none; }
					.title h1 a:hover { color: #a80057; }
			.title p { 

color:#105B00;
font-size:12px;
font-weight:bold;

&nbsp;}
			
		/* call block */
		.call { width:  35%; text-align: right; padding-right: 5%; } 
			.call  h2 { font-size: 18px; color: #105b00; font-weight: bold; }
				.call h2 strong { color: #b5dd60; }
			.call p { font-size: 18px; color: #105b00; font-weight: normal; }
	
	/* top col */
	.top-col { overflow: hidden; }
		/* promo col */
		.promo-col { background: url(../images/promo-bg.jpg) no-repeat center top; border-top:5px solid #B9CF8E; position: relative; font-size: 12px; min-height: 300px; _height: 300px; }
			.promo-col .txtarea { }

.promo-col .txtarea h2 { font: bold 22px Helvetica, Arial, sans-serif; text-shadow:0 0 5px #BDCF8C; position: absolute; bottom: 195px; left: 15px; }

				.promo-col .txtarea h2 strong { color: #000; font-size: 36px; display: block; }
			.promo-col .more { position: absolute; top: 240px; right: 15px; }
				
		/* headimg */ 
		.headimg  { font-size: 0; border-top:5px solid #B9CF8E; }
			
	/* top nav */
	.topnav { overflow: hidden; display: block; background: #608d97 url(../images/topnav-bg.gif) repeat-x center top; border: 1px solid #a1c854; height: 48px; }
		.topnav ul  { display: block; }
			.topnav li { display: inline; }
			.topnav a { color: #fff; text-decoration: none; font-size: 14px; line-height: 46px; height: 46px; display: block; float: left; padding: 0 15px; border: 1px solid #a1c854; }
				.topnav a:hover, .topnav li.on a { color: #fff; background: #a1c854 url(../images/topnav-hover.gif) repeat-x center top; border: 1px solid #a1c854; }
				.topnav a:active { position:relative; outline: 0; top: 0px; }
/* CONTENT
-------------------------------*/
#content { width: 900px; overflow: hidden; background: #fff; }
	
	/* Main column */	
	.main-col { padding: 25px 0 0; }
		.main-col .txtarea { padding: 0 15px 20px 25px; }
		/* headers */
		.txtarea h2,
		.txtarea h3,
		.txtarea h4 { color: #105b00; font-size: 24px; font-weight: bold; margin: 0 0 .5em 0; }
		
		.main-col .txtarea h2 { margin: 0 0 15px 0 }
			.txtarea h2 strong { color: #b5dd60; }
		.main-col .txtarea h3 { color: #b5dd60; font-size: 18px; font-weight: bold; margin: 0 0 1.5em 0; } 
		.main-col .txtarea h4 { color: #b5dd60; font-size: 14px; font-weight: bold; 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; margin: 0 0 1.5em 0; }
			.txtarea ul li	{ 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; }
		
		.txtarea .left { margin: 0 10px 5px 0; }
		.txtarea .right { margin: 0 0 5px 10px; }
		/* link */
		.txtarea a {}
			.txtarea  a:hover { border-bottom: double #a80057; text-decoration: none; }	
		
		blockquote p { margin: 1em 0; line-height: 1.5em; font-style: italic; }
			blockquote p cite { display: block; margin: .5em 0 0 0; color: #000; font-style: normal; }
			
		.main-col .txtarea  blockquote p { border: 1px solid #d7d7d7; margin: 1.5em 0; color: #000; line-height: 1em; background: #e6fcba; padding: 10px; font-style: italic;
								border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
			.main-col .txtarea  blockquote p cite { display: block; text-align: right; margin: 1.5em 0 0 0; color: #000; font-style: normal; }
		
		a.more { color: #000; background: url(../images/bullet-purple.gif) no-repeat right center; padding: 7px 20px 7px 0; text-decoration: none; font-weight: bold; text-transform: uppercase; }
			a.more:hover { background: url(../images/bullet-purple.gif) no-repeat right center; color: #a80057; }
		
		.morebtn,
		.morebtn-2 { width: 145px; height: 41px; background: url(../images/more-btn.jpg) no-repeat center top; display: block; margin: .5em 0; text-indent: -9999px; }
		.morebtn-2  { background-image: url(../images/more-btn-2.jpg); }
			.txtarea .morebtn:hover,
			.txtarea .morebtn-2:hover { background-position: center bottom; border: none; }
			
	/* info col */
	.info-col { border-top: 1px dotted #b5dd60; padding: 15px 0 25px; width: 100%; overflow: hidden; clear: both; }
	
	/* testimonial-col */
	.testimonial-col { background: #e7f2e1; width: 100%; overflow: hidden; padding: 15px 0; }
		.testimonial-col .txtarea blockquote p { background: none; border: none; color: #5a5a5a; line-height: 1.2em; margin: .5em 0 1em; padding: 0; }
		
	/* aside col */
	.aside-col { border-left: 1px solid #bcbcbc; border-right: 1px solid #bcbcbc; background: #e6fcba url(../images/asidecol-bg.gif) repeat-x center top; padding: 25px 19px; padding-bottom: 500px; margin-bottom: -500px; }
	
	/* contact form */
	.contact-col {}
		.contact-top { background: url(../images/mail-ico.gif) no-repeat right top; }
			
			.contact-top p { color: #105b00; font-size: 12px; }
				.contact-top p strong { color: #e60000; }
			.contact-top h2 { color: #105b00; font: bold 18px/1em Helvetica, Arial, sans-serif; margin: 0 0 .5em 0; }
		
		.contact-form { margin: 1em 0 15px 0; }
			.contact-form label { display: block; margin: 5px 0 1px 0; font: normal 12px Arial, Helvetica, sans-serif; color: #105b00; }
			.contact-form input,
			.contact-form textarea { background: #fff; border: 1px solid #83b5be; color: #969696; font: normal 12px Arial, Helvetica, sans-serif; margin: 0 0 2px 0; padding: 3px 0; width: 99%;
									border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
			.contact-form textarea { widt: 97%; height: 60px; }
				.contact-form input:focus,
				.contact-form textarea:focus { background: #fff; color: #454545; border: 1px solid #105b00; }
			.contact-form input.submit-button { width: 235px; height: 54px; background: transparent; border: none; margin: 10px auto 0; display: block; }
				.contact-form input.submit-button:focus { background: transparent; border: none; }	
				
	/* services-col */
	.services-col { border-top: 1px dotted #b5dd60; padding: 15px 0 25px; font-size: 13px; }
		.services-col h2 { color: #105b00; font: bold 18px/1em Helvetica, Arial, sans-serif; margin: 0 0 1em 0; }
		.services-col .txtarea { padding: 10px; }
		.services-col a { color: #105b00; text-decoration: none; }
			.services-col ul li { border-bottom: 1px dotted #b5dd60; padding-bottom: 5px; margin-bottom: 5px; }
			.services-col ul li:last-child { border: none; }
			
	/* cta-col */
	.cta-col { border-top: 1px dotted #b5dd60; padding: 15px 0 25px; }
		.cta-col h2 { color: #105b00; font: bold 18px/1.5em Helvetica, Arial, sans-serif; padding: 0 40px 0 0; background: url(../images/phone-ico.gif) no-repeat top right; }
		.cta-col strong { color: #105b00; font-size: 24px; display: block; }


/* payments */
.payments {width: 642px; background:none; color:#fff; font-weight:bold;  margin-left:10px;  }
.payments span {padding:10px 0 0 0; color:#fff; width:642px;  font-size:12px; font-weight:bold;  clear:both;
 }

.payments ul { margin:0 auto; padding:0 0 0 0; background-image:none;  color:#fff; list-style: none; display:inline;  }
.payments li { font:normal 11px Verdana; color:#fff; display:inline;  background-image:none; padding:0 6px 0 0;
}


/* whyus */
.whyus { background: #E7F2E1; width: 80%; overflow: hidden; padding:5px;  margin: 0 0 0 10px;}
.whyus h2  {color: #B5DD60; font-size: 18px; font-weight: bold; margin: 0 0 .5em 0; } 
.whyus ul,
.whyus ol { display: block; margin: 0 0 1.5em 0; }
.whyus ul li	{ background: url(../images/bullet.gif) no-repeat left 0.3em; padding: 0 0 .6em 20px; font-size:14px; font-weight:bold; }
.whyus ol li	{ padding: 0 0 .6em 0; margin: 0 0 0 2em; }
		


		
/* FOOTER
-------------------------------*/
#footer { clear: both; color: #fff; font-size: 12px; padding: 15px; background: #8BB343 url(../images/footer-bg.gif) repeat-x center top; }
.bottomnav ul { overflow: hidden; width: 100%; }
.bottomnav li { display: inline; margin: 0 0 0 -1px; border-left: 1px solid #fff; float: left; }
	.bottomnav a { color: #fff; padding: 2px 8px; text-decoration: none; }
		.bottomnav a:hover, .bottomnav li.on a { text-decoration: underline; color: #fff; }
	.copyinfo { margin: 10px 0 0 8px; color: #fff; }
		.copyinfo strong { color: #105b00; }



/* 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: #ff5c00; }
.orange.submit:hover { background-color: #d45500; }
.yellow.submit, .yellow.submit:visited { background-color: #ffb515; }
.yellow.submit:hover { background-color: #fc9200; }




.foo span {
color:#105B00;
font-size:24px;
font-weight:bold;
margin:0 0 -5px 0;
display: block;
}


.map {
text-align: center;	
}



