/* ---------------------------- */
/* 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: #8395a5; color: #5b5b5b; }
#wrapper { font: normal 12px Century, "Times New Roman", Times, 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: #988c3c; }
	a:hover { color: #e60000; }

.inner-wrapper { margin: 0 auto; width: 900px; clear: both; }


/* HEADER
-------------------------------*/
	
	/* header top */
	.header-top { overflow: hidden; width: 100%; margin: 20px 0 0 0; font-family: Century, "Times New Roman", Times, serif; }
		/* title block */
		.title { width: 40%; }
			.title h1 { color: #5a5a5a; font-size: 30px; font-weight: normal; }
				.title h1 a { color: #5a5a5a; font-size: 30px; text-decoration: none; font-weight: bold; }
					.title h1 a:hover { color: #000; }
			.title p { color: #a8c054; font-size: 18px; font-weight: bold; }
	
		/* call block */
		.call { width: 60%; text-align: right; } 
			.call  h2 { font-size: 20px; color: #5a5a5a; font-weight: bold; }
				.call h2 span { color: #a8c054; font-size:26px; }
			.call p { color: #5a5a5a; font-size: 18px; font-weight:normal; }
			
	/* top nav */
	.topnav { clear: both; width: 100%; display: block; height: 37px; padding: 15px 0 0 0; }
		.topnav ul { display: block; }
			.topnav li { display: inline; float: left; margin: 0 12px 0 0; font: normal 12px Arial, Helvetica, sans-serif; line-height: 37px; }
			.topnav a { color: #fff; text-decoration: none; line-height: 1.5em; line-height: 37px; font-weight: bold; padding: 3px 8px;  -moz-border-radius: 10px; -webkit-border-radius: 10px; }
				.topnav a:hover, .topnav li.on a { color: #5a5a5a; background: #fff; }
	
	/* top col */
	.top-col { width: 100%; clear: both; padding: 15px 0 0 0; }
		/* promo col */
		.promo-col { width: 45%; padding: 15px 4% 0 0; }
			.promo-col h2 { font-weight: normal; font-size: 28px; color: #fff; margin: 0 0 20px 0; }
			.promo-col p { font: normal 12px/1.4em Arial, Helvetica, sans-serif; color: #fff;  }
			.morebtn { text-indent: -9999px; border: none; margin: 20px 0 0 0; font-size: 24px; text-decoration: none; background: url(../images/morebtn-bg.png) repeat-x center top; color: #fff; font-weight: bold; line-height: 57px; text-align: center; display: block; width: 264px; height: 57px; position: relative; } 
				.morebtn:hover { background-position: center bottom; }
		/* headimg */
		.headimg { width: 50%; }
		
/* CONTENT
-------------------------------*/
#content { width: 100%; padding: 0; }
	/* Main column */	
	.main-col { overflow: hidden; padding: 0 20px 20px 0; }
.txtarea{width: 100%; overflow: hidden; font-size:14px;}
		/* headers */
		.txtarea h2 { color: #5b5b5b; margin: 0 0 15px 0; font: normal 20px Century, "Times New Roman", Times, serif; }
			.txtarea h2 strong { font-size: 18px; } 
		.txtarea h3 { color: #5b5b5b; font: bold 18px Century, "Times New Roman", Times, serif; margin: 25px 0 15px 0; } 
		/* paragraph */
		.txtarea p { line-height: 1.7em; margin: 0 0 1em 0; }
		/* list */
.txtarea h4 {
	font-size:16px; font-weight:bold;
}
		.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.2em; padding: 0 0 .6em 20px; }
			.txtarea ol li	{ padding: 0 0 .6em 0; margin:0 0 0 2em; }
			
		/* link */
		.txtarea a { border-bottom: 1px dashed #5b5b5b; }
			.txtarea a:hover { background: #f8f7f3; }	
		
		.txtarea  blockquote p { font: italic normal 18px Garamond, "Times New Roman", Times, serif; margin: 20px 0 15px 0; color: #988c3c; background: #f8f7f3; padding: 4px; border-left: 2px solid #988c3c; }
		
		a.more {	font: italic bold 14px Century, "Times New Roman", Times, serif; background: url(../images/bullet.gif) no-repeat right center; padding: 0 15px 0 0; text-decoration: none; border: none; }
			a.more:hover { color: #e60000; background: url(../images/bullet.gif) no-repeat right center; }
			
	/* testimonial col */
	.testimonial-col { padding: 0 15px 20px 0; }
		.testimonial-col h2 { color: #988c3c; margin: 0 0 15px 0; font: normal 20px Century, "Times New Roman", Times, serif; }
			.testimonial-col  blockquote { width: 98%; }
		.testimonial-col  blockquote p { color: #5b5b5b; background: none; border: none; }
		.testimonial-col  blockquote p cite { display: block; color: #000; margin: 15px 0 0 0 ; }
		
	/* contact form */
	.contact-col { font-family: Arial, Helvetica, sans-serif; }
		.contact-top { position: relative; width: 100%; }
			
			.mail-ico { position: absolute; top: -20px; right: -30px; }
			.contact-top p { padding: 20px 0; }
				.contact-top p strong { color: #e60000; }
			.contact-top h2 { font: normal 20px Century, "Times New Roman", Times, serif; margin: 0 0 20px 0; color: #988c3c; }
		
		.contact-form { margin: 10px 0; }
			.contact-form label { display: block; margin: 5px 0 1px 0; font: normal 14px Arial, Helvetica, sans-serif; color: #5a5a5a; }
			.contact-form input,
			.contact-form textarea { background: #fff; border: 1px solid #aed4ea; color: #5a5a5a; 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: #eef3f6; border: 1px solid #c8e2f0; }
			.contact-form input.submit-button { width: 256px; height: 56px; background: transparent; border: none; margin: 5px auto 0; display: block; }
				.contact-form input.submit-button:focus { background: transparent; border: none; }	
				
	/* bottom col */
	.bottom-col { background: #f1f1f1; clear: both; overflow: hidden; padding: 20px 0 0 0; width: 100%; }
		/* services col */
		.services-col { padding: 0; }
			.services-col .txtarea { padding: 0 30px 0 0; width:410px; }
			.services-col h2 { font: normal 20px Century, "Times New Roman", Times, serif; margin: 0 0 20px 0; color: #988c3c; }
				.services-col ul { width: 200px; float: left; margin: 0 5px 0 0; }
				.services-col ul li {  padding-bottom: 25px; }
				.services-col  a { color: #5b5b5b; border: none; }
		/* cta-col */
		.cta-col  .txtarea { padding: 0; background: url(../images/phone-ico.gif) no-repeat left top; min-height: 110px; _height: 110px; padding-left: 130px; width:320px; }
			.cta-col h2 { font: bold 28px Century, "Times New Roman", Times, serif; margin: 0 0 20px 0; color: #988c3c; }
			.cta-col p { font-size: 14px/1.3em; font-weight: bold; color: #252525; }
			
/* FOOTER
-------------------------------*/
#footer { clear: both; font: normal 12px Arial, Helvetica, sans-serif; padding: 20px 10px; }
	.bottomnav ul { overflow: hidden; width: 100%; }
	.bottomnav li { display: inline; margin: 0; float: left; }
		.bottomnav a { padding: 2px 14px 2px 8px; text-decoration: none; color: #fff; }
			.bottomnav a:hover, .bottomnav li.on a { text-decoration: underline; color: #fff; }
		.copyinfo { margin: 10px 0 0 8px; color: #fff; }


/* 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 0 5px; color: #fff;  }
#footer .payments ul {  margin: 3px 0 0; }
#footer .payments ul li { border: none; margin: 0 2px; display:inline; }
#footer .payments img { float: none; }

/*whyus*/
.whyus { margin:30px 0; }
.whyus h2 { font-size: 18px; font-weight: normal; }
.whyus span  {color:#988C3C; font:20px Century,"Times New Roman",Times,serif; }
.whyus ul { margin: 15px 0 0; }
.whyus li { margin: 5px 0; }

.toc {
	float:right; width:220px; margin-left:30px;
}
.toc a{
	text-decoration:none;
border-bottom:none;
}
