/* ---------------------------- */
/* 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;}

/* CLASSES
-------------------------------*/
.left {float:left;}
.right {float:right;}
.clear { clear: both; }

/* LAYOUT & GLOBAL
-------------------------------*/
body { background: #D51F26 url(../images/header-bg.gif) repeat-x top center; }
#wrapper { font: normal 12px Arial, Helvetica, sans-serif; width: 100%; }
.wrapper { margin:0 auto; width: 900px; /*background: #666;*/ }

a:active { position:relative; outline:0; top:1px; }
a { text-decoration: none; }
.more { text-transform: lowercase; background: url(../images/bullet-more.gif) no-repeat right center; padding: 0 10px 0 0; font-weight: bold; font-size: 12px; }

/* HEADER
-------------------------------*/
#header { overflow: hidden; font: normal 14px "Times New Roman", Times, serif; }
.header-top { overflow: hidden; height: 150px;}
	.title { padding: 55px 0 32px 0; width: 45%; }
		.title h1 { color: #c7544e; font-size: 25px; font-weight: bold; }
			.title h1 a { color: #c7544e; font-size: 25px; font-weight: bold; text-decoration: none; }
.title h1 a img {
	border:none; width:375px; 
}
		.title p, .call p strong { color: #264c4c; font-weight: bold; font-size: 14px;text-transform:none;  }
 
	.call { padding: 55px 0 0 0; text-align: right; text-transform: uppercase; }
		.call h2 { color: #000; font-size: 20px; font-weight: bold; }
			.call h2 span { color: #c7544e;font-size:28px;  }
		.call p { color: #264c4c; font-size: 20px; }
	.topnav { clear: both; font-size: 16px; }
		.topnav ul { background:url(../images/topnav-bg.jpg) top repeat-x; height: 30px; }
		.topnav li { display: inline; float: left; width: 150px; display: block; line-height: 30px; text-align: center;font-weight:bold;  }
		.topnav a { color:#fff; width: 150px; display: block; text-decoration:none;}
		.topnav a:hover, .topnav li.on a {background: #fff; color: #8a4c2c;}
		
/* CONTENT
-------------------------------*/
#content { width:100%; background: #eee;  /* url(../images/content-bg.gif) repeat-x top center; */ overflow: hidden; padding: 10px 0 0 0; }
/* Content Top column */
.content-top { z-index: 100; position: relative;  background: #fff; box-shadow:0 0px 5px #4a4a4a; -moz-box-shadow: 0px 0px 5px #4a4a4a; -webkit-box-shadow: 0 0px 5px #4a4a4a; overflow: hidden; clear: both; width: 100%; }
	.headimg { width: 600px; padding: 3px 3px 0 3px; }
	.promo { background: url(../images/banner.jpg) no-repeat center center; width: 894px; height: 298px; padding: 3px 3px 3px 3px; }
	
 
.promo h2 { text-shadow: 1px 2px 5px #000;   bottom:0; color:#fff; font-size: 24px; font-weight: bold; right: 10px; text-align:left;float:left;   line-height: 1.2em; margin: 20px 15px 10px 10px; }
	.promo h3 {
text-shadow: 1px 2px 5px #000;   bottom:0; color:#fff; font-size: 24px; font-weight: bold; right: 10px; text-align:right;float:right;   line-height: 1.2em; margin: 20px 15px 10px 10px; 	
}	
.promo strong { font-size: 36px; }
		.promo  span { font-weight: normal; }
		.promo .more { color: #fff; text-transform: lowercase; position: absolute; right: 10px; bottom: 10px; background: url(../images/bullet-more.gif) no-repeat right center; padding: 0 10px 0 0; font-weight: bold; font-size: 12px; }
			.promo .more:hover { color: #e42727; }
			
.content-middle { background: #fff; overflow: hidden; z-index: 1; padding: 25px 0 0; width: 100%; z-index: 10; }

/* Main column */	
.main-col { overflow: hidden; background: url(../images/content-bg.jpg) no-repeat right bottom; padding: 0 20px; }		
	.txtarea { padding: 0px 15px 15px 0; color: #2d2d2c; }
	.txtarea h2 { color: #27383b; margin:0 0 15px 0; font: normal 20px "Times New Roman", Times, serif; }
	.txtarea p { line-height: 1.4; margin: 0 0 1em 0; }
	.txtarea ul { display: block; margin: 0 0 1em 0; margin: 0 0 0 0; }
	.txtarea li {font-size: 12px; margin: 0 0 1em 0; }
	.txtarea a { text-decoration: underline; color: #2d2d2c; }
		.txtarea a:hover { color: #e42727; }
		.txtarea li { background: url(../images/bullet-more.gif) no-repeat left 3px; color: #000; padding: 0 0 0 15px; text-decoration:none; }
		.txtarea li a { color: #00196D; text-decoration: none; }
		.txtarea li a:hover { color: #00196D; font-weight: bold;  }
	.txtarea h3 { color: #27383b; font-weight: bold; font-size: 12px; padding: 10px 0 15px 0; } 
	
	.more-info { float: right; width: 235px; padding: 0 0 40px 20px; overflow: hidden; }
		.more-info .more { color: #000; text-transform: lowercase; background: url(../images/bullet-more.gif) no-repeat right center; padding: 0 10px 0 0; font-weight: bold; font-size: 12px; text-decoration: none; margin-top: 25px; }
			.more-info .more:hover { color: #e42727; }

/* Contact Form */
.contact-col { padding: 0px 20px 0 14px; }
	.contact-col h2 { margin: 0 0 15px 0; font: normal 24px "Times New Roman", Times, serif; color: #c7544e; no-repeat right center; padding: 0 35px 0 0; line-height: 18px; }
	.contact-col strong { color: #c7544e; }
	
	.contact-form { margin: 10px 0 0 0; }
		.contact-form label { display: block; color: #27383b; margin: 0 0 2px 0; font:normal 12px Arial, Helvetica, sans-serif; }
		.contact-form input,
		.contact-form textarea { background: #fff; border: 1px solid #c7544e; color: #5a5a5a; font: normal 12px Arial, Helvetica, sans-serif; margin: 0 0 5px 0; padding: 4px 0; width: 99%; }
		.contact-form textarea { widt: 97%; }
			.contact-form input:focus,
			.contact-form textarea:focus { background: #fce9df; border: 1px solid #ca9579; }
		.contact-form input.submit-button { width: 266px; height: 52px; background: #fff; border: none; margin: 0 auto; }
			.contact-form input.submit-button:focus { background: #fff; border: none; }

.content-bottom { background: #fff; overflow: hidden; padding: 10px 0 10px; border-top: 10px solid #f5eee5; width: 100%; min-height: 130px; }
	
/* Testimonails col */	
.testimonials-col { overflow: hidden; /* background: url(../images/testimonials-bg.jpg) no-repeat 20px top;*/  padding: 0 20px; min-height: 130px; /*background: #666;*/ }	
	.testimonials-col h2 { font: normal 30px "Times New Roman", Times, serif; color: #c7544e; padding: 0; }
	.testimonials-col  blockquote  { font-style: italic; color: #2e2e2e; line-height: 1.5em; quotes:"\201C""\201D""\2018""\2019";  }
		.testimonials-col  blockquote p { display: inline; }
		.testimonials-col blockquote:before { color: #e2cbf3; content: open-quote; font-size: 4em; line-height:.1em; margin-right:.25em; vertical-align:-.4em; }
		.testimonials-col  blockquote span { font-style: normal; text-align: right; display: block; margin: 10px 0 0 0 }
	.testimonials-col  .more { color: #000; text-align: right; display: block; margin: 10px 0; text-transform: capitalize; }
	.testimonials-col ul {
	margin:5px 0px 5px 0px;
}

	.testimonials-col ul li {
background:transparent url(../images/bullet-more.gif) no-repeat scroll left 3px;
float:left;
font-size:11px;
list-style-type:none;
margin:0 7px 0 5px;
padding:0 0 0 15px;
text-decoration:none;
width:240px;
}
/* Cta col */
.cta-col { padding: 0px 20px 0 14px; background: url(../images/cta-bg.jpg) no-repeat 85% top;  }
	.cta-col h2 { font: bold 24px "Times New Roman", Times, serif; color: #27383b; margin: 0 0 0 0px;  }
		.cta-col h2 span { color: #c7544e; }
.cta-col p {
	margin: 0 0 0 0px; 
}
	
/* FOOTER
-------------------------------*/
#footer { clear:both; color:#fff; font-size:12px; padding:15px 10px;}
.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; font-weight: bold; }
		.bottomnav a:hover, .bottomnav li.on a { text-decoration: underline; color: #fff; }
	.copyinfo { margin: 10px 0 0 8px; color: #fff; }

/* 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;}

.serviceImg {
	float:right; margin: 0 0 8px 8px; 
}

