/* ---------------------------- */
/* 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: #074828; color: #676767; }
#wrapper { font: normal 12px Helvetica, Arial, sans-serif; width: 900px; margin: 0 auto; }

/* links */
a:active { position:relative; outline: 0; top: 1px; }
a { text-decoration: underline; color: #676767; }
	a:hover { color: #e44754; }

h1, h2, h3, h4, h5 { font-family: Helvetica, Arial, sans-serif; font-weight: bold; }


/* HEADER
-------------------------------*/
#header { width: 100%; background:#fff; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
			box-shadow: 0px 1px 5px #666; -moz-box-shadow: 0px 1px 5px #666; -webkit-box-shadow: 0px 1px 5px #666; }
	
	/* header top */
	.header-top { overflow: hidden; padding: 10px 0 0 0; }
		/* title block */
		.title { width: 50%; }
			.title h1 {padding:0px 9px; color: #006e24; font-weight: bold; font-size: 32px; /*background:url(../images/logo.jpg) top left no-repeat;*/}
				.title h1 a { color: #006e24; text-decoration: none; }
					.title h1 a:hover { color: #e44754; }
			.title p { color: #999999; font: italic bold 14px Helvetica, Arial, sans-serif; }
			
		/* call block */
		.call { width:  50%; text-align: right; } 
			.call  h2 { font-size: 18px; color: #999999; font-weight: bold; padding: 10px 10px 0 0;}
				.call h2 strong { color: #006e24; font-size: 26px; }
			.call p { color: #999999; font: italic bold 14px Helvetica, Arial, sans-serif; padding: 0 10px 0 0;}
			
	/* top nav */
	.topnav { margin: 15px 0 10px 0; display: block; background: #96a6ad url(../images/topnav-bg.gif) repeat-x center top; padding: 10px 0 10px 0; border: 1px solid #eaeaea; 
				border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
				box-shadow: 0px 1px 2px #363636; -moz-box-shadow: 0px 1px 2px #363636; -webkit-box-shadow: 0px 1px 2px #363636; }
		.topnav ul  { display: block; }
			.topnav li { display: inline; }
			.topnav a { color: #363636; text-decoration: none; padding: 10px 25px; font-size: 12px; margin: 0 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
				.topnav a:hover, .topnav li.on a { color: #363636; background: #dccd9c url(../images/topnav-hover.gif) repeat-x center top; }
				.topnav a:active { position:relative; outline: 0; top: 0px; }
	
/* CONTENT
-------------------------------*/
#content { overflow: hidden; background: #fff; width: 870px; padding: 15px;
			border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
			box-shadow: 0px 1px 5px #666; -moz-box-shadow: 0px 1px 5px #666; -webkit-box-shadow: 0px 1px 5px #666; }
	
	/* top column */
	.top-col { width: 100%; clear: both; overflow: hidden; margin: 0 0 15px 0; position: relative; }
		/* promo col */
		.promo-col { width: 430px; height:335px; background: url(../images/promo-new.jpg) no-repeat top right; padding:0; }
			.promo-col .txtarea { padding: 20px; }
			.promo-col .txtarea h2 { font-size: 30px; margin: 0 0 10px 0; color: #fff; text-align:right; }
				.promo-col .txtarea h2 strong { font-size: 45px; color: #fff; }
				.promo-col .txtarea h2 span { font-size: 24px; color: #fff; }
				
		/* headimg */ 
		.headimg  { font-size: 0; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
			.headimg img { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
			
	/* Main column */	
	.main-col { padding-bottom: 20px; }
		.main-col .txtarea { padding: 0 25px 40px; background: url(../images/divider.jpg) no-repeat center bottom; }
		/* headers */
		/* special h1 header */
		.txtarea h1 { color: #676767; font-size: 20px; font-weight: bold; margin: 0 0 1.5em 0; border-bottom: 1px solid #006e24; }
			.txtarea h1 strong { color: #006e24; }
		.txtarea h2 { color: #676767; font-size: 16px; font-weight: bold; margin: 0 0 10px 0; } 
		.txtarea h3, .txtarea h4 { color: #676767; 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 strong { color: #888888; }
		.txtarea img { margin: 0 10px 5px 0; }
		/* list */
		.txtarea ul,
		.txtarea ol { display: block; margin: 0 0 1.5em 1em; }
			.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 {}
			.txtarea  a:hover {}	
		
		.txtarea  blockquote p { border: 1px solid #d7d7d7; margin: 1.5em 0; color: #000; line-height: 1em; background: #c4f6d4; padding: 10px; font-style: italic;
								border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
			.txtarea  blockquote p cite { display: block; text-align: right; margin: 1.5em 0 0 0; color: #000; font-style: normal; }
		
		a.more { color: #fff; background: #006e24; padding: 5px 10px; text-decoration: none; font-weight: bold;
				border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
			a.more:hover { background: #f3b2b2; }
	
	/* aside col */
	.aside-col { padding-bottom: 20px; }
	
	/* contact form */
	.contact-col { border: 1px solid #c9c9c9; margin: 0 0 25px 0; 
					boreder-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
					box-shadow: 0px 1px 2px #363636; -moz-box-shadow: 0px 1px 2px #363636; -webkit-box-shadow: 0px 1px 2px #363636; }
		.contact-top { position: relative; padding: 15px 15px 0 15px; }
			
			.mail-ico { position: absolute; top: 5px; left: 10px; }
			.contact-top h2 { border-top: 1px solid #74cf92; border-bottom: 1px solid #74cf92; padding: 5px 0 5px 60px; font-size: 20px; font-weight: bold; color: #8e8e8e; }
							
		.contact-form { margin: 30px 0 15px; padding: 0 15px; }
			.contact-form label { display: block; margin: 5px 0 1px 0; font: normal 12px Arial, Helvetica, sans-serif; }
			.contact-form input,
			.contact-form textarea { background: #fff; border: 1px solid #c9c9c9; color: #969696; 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: #e4ffed; color: #454545; border: 1px solid #c9c9c9 ; }
			.contact-form input.submit-button { width: 143px; height: 34px; 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: 1px solid #74cf92;
					boreder-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
	.services-col .txtarea  { padding: 15px }
		.services-col h2 { font-size: 20px; color: #8e8e8e; }
		.services-col ul {  margin: 0; }
			.services-col ul li { font-size: 12px; /*background: url(../images/bullet-2.gif) no-repeat left 0em;*/ padding: 0 0 1em 20px; }
				.services-col ul li a { text-decoration: none; color: #74cf92; }
				.services-col a:hover { border-bottom: 1px dotted #74cf92; }
				
	.cta-col { width: 80%; margin: 20px auto 0; background: #fff url(../images/cta-bg.gif) repeat-x center top;
				boreder-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
				box-shadow: 0px 1px 6px #363636; -moz-box-shadow: 0px 1px 6px #363636; -webkit-box-shadow: 0px 1px 6px #363636;}
		.cta-col .txtarea { padding: 40px 0; boreder-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; background: none; }
			.cta-col h2 { font: bold 24px/1em Helvetica, Arial, sans-serif; color: #666666; margin: 0; text-align: center; }
			.cta-col h2 strong { color: #666666; font-size: 18px; display: block;}
			
/* FOOTER
-------------------------------*/
#footer { clear: both; color: #fff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding: 15px; }
	.bottomnav ul { overflow: hidden; display: block; }
		.bottomnav li { display: inline; }
		.bottomnav a { color: #fff; padding: 0 20px 0 0; text-decoration: none; line-height: 30px; }
			.bottomnav a:hover, .bottomnav li.on a { text-decoration: underline; color: #ccc; }
	.copyinfo { color: #fff; }
		.copyinfo strong { color: #ccc; }

/* 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;}

.service-detail img {padding:6px;}

/* payment options */
#footer .payments { text-align: right; margin: 6px 0 0; }
#footer .payments ul li { display: inline; list-style-type: none; margin: 0 0 0 2px; border: none; padding: 0;  float: none; background: none; }
#footer .payments ul { padding: 2px 0; float: none;  }

/* why choose us */
.whyus { }
.whyus span { font-size:20px; font-weight:bold; color: #8E8E8E; display: block; border-top: 1px solid #74CF92; padding: 23px 0 0; }
.whyus ul { }
