/* ---------------------------- */
/* 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: #e9ecf2 url(../images/body-bg.gif) repeat-x left top; color: #292929; font: normal 12px Helvetica, Arial, sans-serif; }
#wrapper { width: 100%; background: url(../images/body-bg-2.jpg) no-repeat center top; }
	#wrapper:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0 }
.inner-wrapper { width: 900px; margin: 0 auto; }

/* links */
a:active { position: relative; outline: 0; top: 1px; }
a { text-decoration: underline; color: #6F1B1F; }
	a:hover { color: #292929; }
	
	/* more link */
	a.more { background: url(../images/more-yellow-bg.gif) no-repeat right center; text-decoration: none; color: #fff; width: 710px;
				font: normal 12px Helvetica, Arial, sans-serif; display: block; height: 26px; line-height: 26px; text-align: right; padding: 0 35px 0 0; }
		a.more:hover { color: #6F1B1F; }
	
/* 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; }
		
/* txtarea */
.txtarea { }
	
	blockquote p { margin: 1em 0; line-height: 1.5em; font-style: italic; }
		blockquote p cite { display: block; margin: .5em 0 0 0; color: #7F3737; font-style: normal; }

/* paragraph */
.txtarea p { line-height: 1.5em; margin: 0 0 1.5em 0; }
	
	

/* HEADER
-------------------------------*/
#header { width: 100%; position: relative; }
	
	/* header top */
	.header-top { height: 150px; margin-bottom:12px}
	.header-top:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0 }
		/* title block */
		.title { width: 50%; padding: 5px 15px 10px; background: #DBDBDB; margin-bottom: 25px; }
			.title h1 { color: #6F1B1F; font-size: 18px; }
				.title h1 a { color: #6F1B1F; text-decoration: none; font-weight: bold; }
					.title h1 a:hover { color: #8F6767; }
			.title p { color: #292929; font-size: 14px; font-weight: bold; }
			
		/* call block */
		.call { width: 30%; text-align: right; padding: 25px 15px 10px; background: url(../images/red-dot.gif) repeat-x center bottom; margin-bottom: 15px; } 
			.call  h2 { font-size: 18px; color: #DBDBDB; }
				.call h2 strong { color: #DBDBDB; font-weight: bold; }
			.call p { font-size: 16px; color: #DBDBDB; }
			
	/* top nav */
	.topnav { height: 48px; position: absolute; top:145px; left: 305px; }
		.topnav ul  { display: block; }
			.topnav li { display: inline; line-height: 38px; }
			.topnav a { background:#8F6767; color: #DBDBDB; font-weight:bold; text-decoration: none; padding: 0 20px;  font-size: 14px; line-height: 38px; display: block; float: left;  margin: 0 1px; text-align: center; }
				.topnav a:hover, .topnav li.on a { color: #FFF; background:#8F6767 url(../images/topnav-hover.gif) no-repeat center bottom; }
				
				.topnav li:nth-child(1) a { background: #8F6767; }
					.topnav li:nth-child(1) a:hover,
					.topnav li.on:nth-child(1) a{ background: #8F6767 url(../images/topnav-hover.gif) no-repeat center bottom; }
				.topnav li:nth-child(2) a { background: #9F5454; }
					.topnav li:nth-child(2) a:hover,
					.topnav li.on:nth-child(2) a{ background: #9F5454 url(../images/topnav-hover.gif) no-repeat center bottom; }
				.topnav li:nth-child(3) a { background: #7F3737; }
					.topnav li:nth-child(3) a:hover,
					.topnav li.on:nth-child(3) a{ background: #7F3737 url(../images/topnav-hover.gif) no-repeat center bottom; }
				.topnav li:nth-child(4) a { background: #6F1B1F; }
					.topnav li:nth-child(4) a:hover,
					.topnav li.on:nth-child(4) a{ background: #6F1B1F url(../images/topnav-hover.gif) no-repeat center bottom; }
				.topnav li:nth-child(5) a { background: #4F0A0E; }
					.topnav li:nth-child(5) a:hover,
					.topnav li.on:nth-child(5) a{ background: #4F0A0E url(../images/topnav-hover.gif) no-repeat center bottom; }
			
	/* top col */
	.top-col { border-left: 8px solid #6F1B1F; background: #292929 url(../images/topcol-side-arrow-bg.gif) no-repeat left 10px; display: block; clear: both; width: 862px; padding-left: 30px;
				-moz-border-radius: 5px; -webkit-border-radius: 5px; }
		.top-col:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0 }
		
		/* headimg */ 
		.headimg { padding: 7px; background: #292929; margin-top: 22px; font-size: 0; /* removing 3px gap at the bottom */ 
					-moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* CONTENT
-------------------------------*/
#content { width: 100%; margin-top: 10px }
#content:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 

	/* contact-form */
.contact-col { height:425px; border-left: 8px solid #6F1B1F; background: #fff url(../images/content-side-arrow-bg.gif) no-repeat left 10px; padding: 10px 0 10px 30px; overflow: hidden; margin: 0 15px 0 0; 
					-moz-border-radius: 5px; -webkit-border-radius: 5px;  }
					
					
		.contact-top { position: relative; width: 100%; }
			
			.envelope-ico { position: absolute; top: 3px; left: -10px; }
			.contact-top p { padding: 20px 0; margin: 20px 15px 0; font-size: 14px; background: url(../images/orange-dot.gif) repeat-x center top; }
				.contact-top p strong { color: #6F1B1F; }
			.contact-top h2 { font-size: 18px; color: #fff; padding: 10px 10px; background: #6F1B1F; }
		
		.contact-form { margin: 10px 0; padding: 0 15px; }
			.contact-form label { display: block; margin: 1px 0 0px 0; font: normal 12px Arial, Helvetica, sans-serif; color: #292929; }
			.contact-form input,
			.contact-form textarea { background: #fff; border: 1px solid #c8c8c8; color: #9F5454; 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: #EFEFEF; border: 1px solid #6F1B1F; color:#6F1B1F; }
			
	/* Main column */	
	.main-col { overflow: hidden; background: #fff; border-left: 8px solid #6F1B1F; background: #fff url(../images/content-side-arrow-bg.gif) no-repeat left 10px; padding: 10px 0 10px 30px; 
				-moz-border-radius: 5px; -webkit-border-radius: 5px;  }
		.main-col .txtarea { padding: 10px 25px 10px 10px; }
		/* headers */
		.main-col h2 { font-size: 18px; color: #fff; padding: 10px 10px; background: #6F1B1F; margin: 0 0 10px 0 }
		.main-col h3 { font-size: 16px; color: #7F3737; font-weight: bold; margin: 0 0 1.5em 0; } 
		.main-col h4 { font-size: 14px; color: #7F3737; font-weight: normal; margin: 0 0 1.5em 0; } 
		
		/* 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.gif) no-repeat left 0.3em; padding: 0 0 .6em 15px; }
			.txtarea ol li	{ padding: 0 0 .6em 0; margin: 0 0 0 2em; }
			
		/* link */
		.main-col .more { margin-left: -250px; }
			.txtarea  a:hover {}	
		
		.txtarea  blockquote p { border-top: 1px dotted #53270b; border-bottom: 1px dotted #53270b; margin: 1.5em 0; color: #53270b; background: #fff1e4; padding: 10px; font-style: italic; }
			.txtarea  blockquote p cite { display: block; text-align: right; margin: .5em 0 0 0; color: #292929; font-style: normal; }
			
	/* services -col */
	.testimonial-col  .more,
	.services-col .more { margin-left: -370px;}
	
	.services-col { margin: 15px 14px 0 0; float: left; overflow: hidden; background: #fff; border-right: 8px solid #7F3737; background: #fff url(../images/services-side-arrow-bg.gif) no-repeat right 10px; padding: 10px 30px 0px 0px; 
					-moz-border-radius: 5px; -webkit-border-radius: 5px; display: none; }
		.services-col .txtarea { padding: 20px 25px 5px; } 
		.services-col h2 { font-size: 18px; color: #fff; padding: 10px 10px; background: #7F3737; margin: 0; text-align: right; }
		.services-col ul li a { text-decoration: none; }
	
	/* testimonial-col */
	.testimonial-col { display:none; margin: 15px 0 0 0; float: left; overflow: hidden; background: #fff; border-right: 8px solid #7F3737; background: #fff url(../images/services-side-arrow-bg.gif) no-repeat right 10px; padding: 10px 30px 0px 0px; 
						-moz-border-radius: 5px; -webkit-border-radius: 5px; }
		.testimonial-col h2 { font-size: 18px; color: #fff; padding: 10px 10px; background: #9F5454; margin: 0; text-align: right; }
		.testimonial-col .txtarea { padding: 20px 25px 5px; } 
			.testimonial-col blockquote p cite { text-align: left; color: #7F3737; }
			.testimonial-col blockquote p { border: none; margin: 0; color: #292929; background: none; padding: 20px 0 10px; font-style: italic; }
	
	/* bottom-col */
	.bottom-col { background:url("../images/bottom-col-bg.gif") 
no-repeat scroll center 15px #C9CCD1; border-bottom: 8px solid #abafb7; display: block; clear: both; padding: 10px; margin: 15px 0 0 0; width: 880px; 
					-moz-border-radius: 5px; -webkit-border-radius: 5px; }
		.bottom-col:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
		

		
		/* promo col */
		.promo-col { padding: 10px 0 0 0; }
		.promo-col .txtarea h1 { color:#9F5454; font-size:17px; font-weight:bold;}
		.promo-col h2 { color: #fff; font-size: 18px; background: #991f33; padding: 10px; }  
        .promo-col .txtarea h2 { color: #fff; font-size: 18px; background: #991f33; padding: 10px; }
		.promo-col .txtarea p { color:#fff; font-size:12px; padding:10px; }
	    .promo-col .txtarea strong {color:#8F6767; font-size:29px;}

        .promo-col .txtarea { padding:10px 5px 0 10px; background:none repeat scroll 0 0 #575454; border-color:#8F8F8F; border-style:solid; border-width:0 0 2px 2px; height:160px; margin-top:10px;}
            
			
			
			
			
	/* cta-col */
	.cta-col { background: #abafb7; margin-left: 50px; }
		.cta-col img { z-index: 0; }
		.cta-col h2 { background: url(../images/h2-bg-orange.gif); line-height: 20px; width: 164px; text-align: center; margin: 30px 0 10px 0; z-index: 100; position: relative;  }
		.cta-col p { font-size: 16px; font-weight: bold; color: #7F3737; padding: 0 10px; }
		
/* FOOTER
-------------------------------*/
#footer { width: 900px; clear: both; padding: 20px 0; margin: 0 auto; }
.bottomnav ul { overflow: hidden; display: block; }
.bottomnav li { display: inline; }
	.bottomnav a { padding: 0 20px 0 0; text-decoration: none; line-height: 30px; color:#9C6D6D; }
		.bottomnav a:hover, .bottomnav li.on a { text-decoration: underline; color:#9C6D6D;}
	.copyinfo {  color:#9C6D6D;}
		.copyinfo strong { color:#9C6D6D;}
		
  /* payments */
.payments {width: 642px; background:none; font-weight:normal; clear: both; color: #9C6D6D; font-size: 14px;   }
.payments span {color:#9C6D6D; font:13px Arial,Helvetica,sans-serif;  }

.payments ul { margin:0 auto; padding:0 0 0 0; background-image:none;  color:#9C6D6D; list-style: none; display:inline;  }
.payments li { font:normal 11px Verdana; color:#9C6D6D; display:inline;  background-image:none; padding:0 6px 0 0;
}



/* ADDITIONS
-------------------------------*/
.service-detail img {padding:6px;}


/* why us */
	.whyus { }
		.whyus .txtarea img { float:left; }
		.whyus .txtarea h2 { background:url("../images/h2-bg-green.gif") no-repeat scroll 43% 0 transparent;  font-weight:bold; line-height: 20px;  text-align: center; margin: 10px 0 0 -20px; }
	    .whyus .txtarea {float:left; margin-left:25px;}
        .whyus ul,
        .whyus ol {  font-weight:bold;   }
	    .whyus ul li	{ color:#fff; width: 225px; }
		

/* 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;}





/* SUBMIT BUTTON
-------------------------------*/

.submit, .submit:visited {
    margin: 5px 0 0 0; 
	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: #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; }
.navy.submit, .navy.submit:visited { background-color: #101363; }
.navy.submit:hover { background-color: #616E91; }
.purple.submit, .purple.submit:visited { background-color: #9695E2; }
.purple.submit:hover { background-color: #7978B7; }
.pink.submit, .pink.submit:visited { background-color: #C95B98; }
.pink.submit:hover { background-color: #8F3569; }
.maroon.submit, .maroon.submit:visited { background-color: #6B2327; }
.maroon.submit:hover { background-color: #571E21; }


