/* ---------------------------- */
/* 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: #9c8d64; repeat-x center top; color: #363636; }
#wrapper { font: normal 12px Helvetica, Arial, sans-serif; width: 100%; overflow: hidden; background:#3E3E3E; }

/* links */
a:active { position:relative; outline: 0; top: 1px; }
a { text-decoration: underline; color: #692C1B; }
	a:hover { color: #A93122; }

h1, h2, h3, h4, h5 { font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
	
.inner-wrapper { margin: 0 auto; width: 901px; clear: both; }

/* 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 { margin-bottom:20px; padding:5px 5px 5px 30px;}
.hours table {font-size: 11px; border: 1px solid #ccc; font-weight: bold;}
.hours table td {padding: 3px 10px;}
	

/* HEADER
-------------------------------*/
#header { width: 100%; background: #3591c6 url(../images/header-bg.gif) repeat-x center top; overflow: hidden;  }
	
	/* header top */
	.header-top { height: 78px; overflow: hidden; padding: 15px 0 0 0; background: white; }
		/* title block */
		.title { padding: 0 0 0 2%; }
			.title h1 { color: #692C1B; font: normal 30px Georgia, Garamond, Helvetica, Arial, sans-serif; }
				.title h1 a { color: #692C1B; text-decoration: none; }
					.title h1 a:hover { color: #A93122; }
			.title p { color: #692C1B; font: normal 16px Georgia, Garamond, Helvetica, Arial, sans-serif; }
			
		/* call block */
		.call { width:  50%; text-align: right; } 
			.call  h2 { font-size: 22px; color: #692C1B; font-weight: bold; }
				.call h2 strong { color: #fff; background: #a09066; padding: 0 5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
			.call p { font-size: 18px; color: #692C1B; }
			
	/* top nav */
	.topnav { margin: 10px 0; overflow: hidden; display: block; background: #96a6ad url(../images/topnav-bg.gif) repeat-x center top; padding: 10px 0; 
				border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; 
				box-shadow: 0px 1px 3px #363636; -moz-box-shadow: 0px 1px 3px #363636; -webkit-box-shadow: 0px 1px 3px #363636; }
		.topnav ul  { display: block; }
			.topnav li { display: inline; }
			.topnav a { color: #692C1B; text-decoration: none; padding: 5px 39px; margin: 0 15px; font-size: 14px; font-weight: bold; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
				.topnav a:hover, .topnav li.on a { color: #EFE4D1; background: #9e8f67; }
				.topnav a:active { position:relative; outline: 0; top: 0px; }
	
	/* top col */
	.top-col { width: 100%; clear: both; overflow: hidden; background: #fff; margin-top: 15px; 
				/*border-radius: 10px 0 0 10px; -moz-border-radius: 10px 0 0 10px; -webkit-border-radius: 10px 0 0 10px;*/
				box-shadow: 0px 1px 3px #363636; -moz-box-shadow: 0px 1px 3px #363636; -webkit-box-shadow: 0px 1px 3px #363636; }
		/* promo col */
		.promo-col { width: 270px; }
			.promo-col .txtarea { padding: 20px; }
			.promo-col .txtarea h2 { font: normal 24px Georgia, Garamond, Helvetica, Arial, sans-serif; color: #A93122; margin: 0 0 1em 0; }
			.promo-col .txtarea p { font: normal 14px Georgia, Garamond, Helvetica, Arial, sans-serif; color: #555555; margin: 0 0 2em 0; }
			.morebtn { width: 213px; height: 45px; background: url(../images/morebtn.jpg) no-repeat center top; text-indent: -9999px; display: block; }
				.morebtn:hover { background-position: center bottom; }
		/* 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; }
		
/* CONTENT
-------------------------------*/
#content { width: 100%; overflow: hidden; background: #fff url(../images/content-bg.gif) repeat-x top center; padding: 30px 0; }

	/* Main column */	
	.main-col { padding: 0; }
		.main-col .txtarea { padding: 0 25px; }
		/* headers */
		.txtarea h2 { color: #692C1B; font-size: 20px; font-weight: bold; margin: 0 0 1em 0; }
			.txtarea h2 strong { color: #A93122; }
		.txtarea h3 { color: #A93122; font-size: 16px; font-weight: bold; margin: 0 0 1.5em 0; } 
		.txtarea h4 { color: #A93122; font-size: 14px; font-weight: normal; 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 8px; padding: 4px 0 4px 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 #EFE5E0; margin: 1.5em 0; color: #692C1B; line-height: 1em; background: #EFEAE0; 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: #692C1B; font-style: normal; }
		
		a.more { color: #692C1B; background: url(../images/bullet.gif) no-repeat right 8px; padding: 7px 20px 7px 0; text-decoration: none; font-weight: bold; text-transform: uppercase; }
			a.more:hover { background: background: url(../images/bullet.gif) no-repeat right 8px; color: #A93122; }
			
	
			
	
			
	/* contact form */
	.contact-col { }
		.contact-top { position: relative; width: 100%; border-left: 1px solid #692C1B;  border-top: 1px solid #692C1B;  border-right: 1px solid #692C1B; border-radius-topleft: 10px; -moz-border-radius-topleft: 10px; -webkit-border-radius-topleft: 10px; 
			                    border-radius-topright: 10px; -moz-border-radius-topright: 10px; -webkit-border-radius-topright: 10px; }
			
			.mail-ico { position: absolute; top: 5px; right: -10px; }
			.contact-top p { padding: 0 10px 0 10px; }
				.contact-top p strong { color: #69333D; }
			.contact-top h1 { padding: 0 15px; color: #fff; text-transform: uppercase; font-size: 20px; font-weight: bold; line-height: 52px; height: 52px; background: url(../images/cform-title-bg.gif) repeat-x center top; margin: 0 0 15px 0;
							boreder-radius: 10px; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; }
		
		.contact-form { width:243px; border-left: 1px solid #692C1B;  border-right: 1px solid #692C1B; border-bottom: 1px solid #692C1B; padding-bottom:10px; }
			.contact-form label { display: block; margin: 0 0 1px 8px; font: normal 14px Arial, Helvetica, sans-serif; }
			.contact-form input,
			.contact-form textarea { background: #F1EFEF; border: 1px solid #B2A98F; color: #969696; font: normal 12px Arial, Helvetica, sans-serif; margin: 0; padding: 2px 2px 0 0; width: 93%;  margin: 0 0 5px 8px; }
			.contact-form textarea { width: 93%; height: 60px; }
				.contact-form input:focus,
				.contact-form textarea:focus { background: #fff; color: #454545; border: 1px solid #B2A98F; }
			.contact-form input.submit-button { width: 213px; height: 48px; background: transparent; border: none; margin: 10px auto 0; display: block; }
				.contact-form input.submit-button:focus { background: transparent; border: none; }		
	
				
	/* News line */			
	.news-line { border: 1px solid #d7d7d7; padding: 5px 15px; background: #dfeaf0; display: block; clear: both;
				border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
		.news-line strong { margin: 0 10px 0 0; color: #692C1B; }
	
	/* bottom-col */
	.bottom-col { background: #fff; overflow: hidden; }
	.bottom-col .inner-wrapper { border-top: 4px solid #692C1B;  padding: 20px 0 0 0; }
	
	/* services -col */
	.services-col .txtarea  { padding: 0 25px 0 0; }
		.services-col h2 { font-size: 20px; color: #692C1B; font-weight: normal; }
		.services-col ul { }
			.services-col ul li { font-size: 12px; background: url(../images/bullet.gif) no-repeat left 8px; padding: 0 0 .5em 20px; }
				.services-col ul li a { text-decoration: none; }
				
	.cta-col { background: url(../images/cta-bg.jpg) no-repeat left top; border: 1px solid #692C1B; min-height: 150px; _height: 153px;
				boreder-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
		.cta-col .txtarea { padding: 15px 15px 15px 230px; }
		.cta-col h2 { font: bold 24px/1em Georgia, Garamond, Helvetica, Arial, sans-serif; color: #363636; margin: 0; }
			.cta-col h2 strong { color: #9c8d64; }


/* Why Choose Us */
.whyus  { margin: 10px auto; background: url(../images/whyus-bg.gif) repeat-x bottom; width: 225px; }
.whyus h2  {color: #692C1B; font-size: 20px; font-weight: bold;  }
.whyus ul,
.whyus ol { display: block; margin: 0  0 1.5em 1em;  }
.whyus ul li	{ font-size: 12px; background: url(../images/bullet.gif) no-repeat left 8px; padding: 4px 0 4px 20px; }
.whyus ol li	{ padding: 0 0 .6em 0; margin: 0 0 0 2em; }


    /* payments */
.payments { background:none; font-weight:normal; clear: both; color: #fff; font-size: 14px; float:right; text-align:right; }
.payments span {color:#fff; font:13px Arial,Helvetica,sans-serif;  }

.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;
}
	
	.round-corners {border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; 
				 box-shadow: 7px 5px 12px #818181;   -webkit-box-shadow: 7px 5px 12px #818181;  -moz-box-shadow: 7px 5px 12px #818181;}

				 
			.round-corners-bottom {border-radius-bottomleft: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-radius-bottomleft: 10px; 
			                    border-radius-bottomright: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-radius-bottomright: 10px;}

			.round-corners-top {border-radius-topleft: 10px; -moz-border-radius-topleft: 10px; -webkit-border-radius-topleft: 10px; 
			                    border-radius-topright: 10px; -moz-border-radius-topright: 10px; -webkit-border-radius-topright: 10px;}

	/* sidbar promo */
	.promo { margin: 0 0 20px;  border:1px solid #692C1B; background:url("../images/promo-bg.jpg") no-repeat scroll left top transparent; padding:0 10px 0 0; }
	.promo .txtarea {text-align:right; }
	.promo .txtarea h2 { color:#A93122;  font-size:30px; position:relative; margin:0;}
	.promo .txtarea h2 strong { color:#A93122; text-transform: uppercase; font-weight: normal; font-size: 45px; }
	.promo .txtarea strong {font-weight:bold;   font-size: 18px; color: #692C1B; }
	.promo span {color:#69333D;  display: block; font-size: 12px; font-weight:bold;   }
	
	.round-corners {border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; 
	}
	
	
	
			
/* FOOTER
-------------------------------*/
#footer { width: 100%; clear: both; color: #fff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding: 15px 0; }
.bottomnav ul {  }
.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: #fff; }
	.copyinfo { color: #fff; }
		.copyinfo strong { color: #EFEAE0; }
		
		/* SUBMIT BUTTON
-------------------------------*/

.submit, .submit:visited {
    margin: 5px 0 10px  8px; 
	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;
	
}
 
.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: #b9aa80; }
.red.submit:hover { background-color: #692C1B; }
.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; }
.navy.submit, .navy.submit:visited { background-color: #101363; }
.navy.submit:hover { background-color: #616E91; }
.pink.submit, .pink.submit:visited { background-color: #101363; }
.pink.submit:hover { background-color: #616E91; }
.black.submit, .black.submit:visited { background-color: #2C2C2C; }
.black.submit:hover { background-color: #3A2F3F; }





