/* ---------------------------- */
/* 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 { width: 100%; background: #212324; color: #212324; font: normal 12px Helvetica, Arial, sans-serif; }
#wrapper { width: 100%; background: #cbcbcb url(../images/footer-bg.gif) repeat-x center bottom; padding: 0 0 25px; }
	#wrapper:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0 }
.inner-wrapper { width: 900px; margin: 0 auto; clear: both; }
	.inner-wrapper:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	
/* links */
a { text-decoration: underline; color: #212324; }
	a:hover { color: #9ec665; }
	a:active { position: relative; outline: 0; top: 1px; }
	
	/* more link */
	a.more { background: url(../images/more-arrow.png) no-repeat right top; display: block; line-height: 25px; text-align: right; padding: 0 30px 0 0; font-weight: bold; text-decoration: none; }
		
/* headers */
h1, h2, h3, h4, h5 { font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #fff; font-weight: normal; }
	.txtarea h2,
	.txtarea h3,
	.txtarea h4{ margin: 0 0 .5em 0; }
	
	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; }

/* paragraph */
.txtarea p { line-height: 1.5em; margin: 0 0 1.5em 0; }


/* HEADER
-------------------------------*/
#header { width: 100%; position: relative; background: #ffffff url(../images/header-bg.gif) repeat-x center top; padding-bottom: 15px; }
	#header:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0 }
	
	/* header top */
	.header-top { height: 100px; clear: both; overflow: hidden; width: 100%; }
		.header-top:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0 }
		/* title block */
		.title { width: 25%; padding: 20px; background: #fff; }
			.title h1 { color: #060707; font-size: 30px; font-family: Georgia, Helvetica, Arial, sans-serif; }
				.title h1 a { color: #060707; text-decoration: none; }
					.title h1 a:hover { color: #acd373; }
			.title p { color: #252525; font-size: 14px; text-transform: uppercase; }
			
		/* call block */
		.call { width: 50%; text-align: right; padding: 15px 0 0 0; margin-left:95px; } 
			.call  h2 { font-size: 22px; color: #fff; }
				.call h2 strong { color: #acd373; font-weight: bold; }
			.call p { font-size: 20px; color: #fff; }
			
	/* top nav */
	.topnav { height: 35px; background: #616161; text-transform: uppercase; }
		.topnav ul  { display: block; }
			.topnav li { display: inline; }
			.topnav a { color: #fff; text-decoration: none; font-size: 13px; display: block; float: left; padding: 0 25px; line-height: 35px; }
				.topnav a:hover, .topnav li.on a { color: #acd373; background: #333333; }
				.topnav a:active { position: relative; outline: 0; top: 0px; }
			
	/* top col */
	.top-col { background: #080808 url(../images/dark-gradient-bg.gif) repeat-x center top; overflow: hidden; width: 100%; margin-top: 15px;
				box-shadow: 0 1px 6px #666; -moz-box-shadow: 0 1px 10px #666; -webkit-box-shadow: 0 1px 10px #666; }
		.top-col:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0 }
		
		.headimg { font-size: 0; position: relative; }
		.half-circle { position: absolute; right: 0; top: 135px; }
		
		.promo-col .txtarea { padding: 20px 0px; color: #fff; }
			.promo-col h2 { font-size: 35px;  }
			.promo-col .morebtn { color: #fff; text-transform: uppercase; background: url(../images/more-arrow.png) no-repeat right center; line-height: 25px; display: block; text-decoration: none; font-weight: bold; padding: 0 30px 0 0; }
				.promo-col .morebtn:hover { color: #acd373; }
			
/* CONTENT
-------------------------------*/
#content { width: 100%; background: #c9c9c9; padding: 15px 0; }
	#content:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
	
	/* Main column */	
	.main-col { background: #fff url(../images/main-col-bg.gif) repeat-x center top; padding: 0 0 15px 0; }
		
		.main-col .txtarea { padding: 15px 20px; }
		
		/* headers */
		.main-col h2 { font-size: 26px; font-weight: normal; margin-bottom: 1em; text-shadow: 0 1px 3px #666; }
		.main-col h3 { font-size: 20px; font-weight: normal; margin: 0 0 .5em 0; color: #7D7D7D; } 
		.main-col h4 { font-size: 16px; font-weight: normal; margin: 0 0 1.5em 0; color: #212324; } 
		
		/* 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/bullet.png) no-repeat left top; padding: .3em 0 .6em 30px; }
			.txtarea ol li	{ padding: 0 0 .6em 0; margin: 0 0 0 2em; }
			
		/* link */
			.txtarea  a:hover {}	
		
		.txtarea  blockquote p { border-top: 1px dotted #284924; border-bottom: 1px dotted #284924; margin: 1.5em 0; color: #284924; background: #eafad3; padding: 10px; font-style: italic; clear: both; }
			.txtarea  blockquote p cite { display: block; text-align: right; margin: .5em 0 0 0; color: #000; font-style: normal; }
	
	/* aside-col */
	.aside-col { margin-right: 10px; }
	
	/* contact form */
	.contact-col { background: #080808 url(../images/dark-gradient-bg.gif) repeat-x center top; color: #fff; padding: 15px 20px; margin: 0 0 15px 0; }
		.contact-top { }
			
			.contact-top p { color: #fff; font-size: 12px; }
				.contact-top p strong { color: #e60000; }
			.contact-top h2 { font-size: 24px; font-weight: normal; margin-bottom: 15px; color: #fff; background: url(../images/envelope-ico.gif) no-repeat right top; padding: 0 60px 0 0; }
		
		.contact-form { margin: 30px 0 15px; }
			.contact-form label { display: block; margin: 5px 0 1px 0; font: bold 12px Arial, Helvetica, sans-serif; }
			.contact-form input,
			.contact-form textarea { background: #fff; border: 1px solid #c8c8c8; color: #969696; font: normal 12px Arial, Helvetica, sans-serif; margin: 0 0 2px 0; padding: 3px 0; width: 99%;  }
			.contact-form textarea { width: 97%; height: 60px; }
				.contact-form input:focus,
				.contact-form textarea:focus { background: #fff; color: #454545; border: 1px solid #90c653; }
			.contact-form input.submit-button { width: 240px; height: 50px; background: transparent; border: none; margin: 10px auto 0; display: block; }
				.contact-form input.submit-button:focus { background: transparent; border: none; }	
	
	/* services-col */
	.services-col { background: #080808 url(../images/dark-gradient-bg.gif) repeat-x center top; color: #fff; padding: 15px 20px; }
		.services-col h2 { font-size: 24px; font-weight: normal; margin-bottom: 15px; color: #fff; }
		.services-col a { color: #fff; text-decoration: none; }
			.services-col a:hover { color: #acd373; }

	/* testimonial-col */
	.testimonial-col { border-top: 1px dotted #d2d7da; }
		.testimonial-col h2 { color: #212324; font-size: 14px; text-shadow: none; font-weight: bold; }
		
		.testimonial-col blockquote { }
			.testimonial-col blockquote p { color: #212324; font-size: 12px; background: none; border: none; line-height: 1.5em; padding: 0; margin: 0; font-style: normal; clear: none; }
			.testimonial-col blockquote p strong { margin: 0 0 1em 0; display: block; color: #284924; }
			.testimonial-col .txtarea blockquote cite { color: #284924; font-style: normal; text-align: left; font-weight: bold; }
			
/* FOOTER
-------------------------------*/
#footer { clear: both; color: #fff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding: 15px 0 25px; }
.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: #acd373; }
	.copyinfo { color: #fff; }
		.copyinfo strong { color: #acd373; }

/* 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;}


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

/* why choose us */
.testimonial-col .whyus { margin: 0 auto 20px;  background: url(../images/image-2.jpg) no-repeat 20px 20px; padding: 20px 0 0 230px; min-height: 304px; }
.whyus img { float: left; }
.whyus h2  { font-size:20px; font-weight:bold; color:#000000;margin-left:70px;}
.whyus ul { margin: 10px 0 0 80px; }



/* 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: #9EC665; }
.green.submit:hover	{ background-color: #6F9435; }
.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; }

