 /* ---------------------------- */
/* CMS GUI OVERWRITE
/* ---------------------------- */

.yodlecms_widget, .yodlecms_widget_layout {overflow:auto;}
div.yodlecms_column {float:left;}
.yodlecms_inlineimage {
	float: right;
        padding: 5px;
        filter: alpha(Opacity=80);
}

/* ---------------------------- */
/* 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: #fff url(../images/header-top.gif) repeat-x left top; color: #555555; }
#wrapper { font: normal 14px Georgia, Helvetica, Arial, sans-serif; width: 100%; overflow: hidden; }
.inner-wrapper { width: 900px; margin:0 auto; }


/* links */
a { text-decoration: underline; color: #206198; }
	a:hover { color: #398CD5; }
	a:active { position: relative; outline: 0; top: 1px; }
	
	/* more link */
	.more { background: url(../images/arrow-ico.gif) no-repeat right center; padding: 0 15px 0 0; text-transform: uppercase; text-decoration: none; color: #206198; font-weight: bold; }
		.more:hover { color: #398CD5; }
		
/* headers */
h1, h2, h3, h4, h5 { font-family: Georgia, Helvetica, Arial, sans-serif; font-weight: normal; color: #206198; }
	.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; }
.txtarea:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 

/* 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 {}
.hours span {color:#206198; float:right; font-size:12px; font-weight:bold; padding:0 35px 0 0;}
.hours table {border:1px solid #206198; float:right; font-size:11px; font-weight:bold;}
.hours table td {padding: 3px 10px;}

/* HEADER
-------------------------------*/
#header { width: 100%;  }
	#header:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 	
	
/* header top */
	.header-top { height: 107px; overflow: hidden; padding: 20px 0 0 0; }
		/* title block */
		.title { width: 50%; }
		.title h1 { color: #206198; font-size: 28px; }
		.title h1 a { color: #206198; text-decoration: none; }
		.title h1 a:hover { color: #16a8e4; }
		.title p { color: #16a8e4; font-size: 16px; }
			
		/* call block */
		.call { width:  50%; text-align: right; } 
			.call  h2 { font-size: 18px; color: #206198; }
				.call h2 strong { color: #16a8e4; font-weight: normal; }
			.call p { font-size: 18px; color: #206198; }
			
	/* top nav */
	.topnav { position: absolute; margin-top:30px;  width: 100%; }
		.topnav ul  { display: block; }
			.topnav li { display: inline; }
			.topnav a { color: #206198; text-decoration: none; padding: 5px 12px; margin: 0 15px; font-size: 14px; display: block; float: left; }
				.topnav a:hover, .topnav li.on a { color: #fff; background: #2b80bb url(../images/topnav-hover.gif) repeat-x center top; 
									border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
									box-shadow: 0 1px 3px #666; -moz-box-shadow: 0 1px 3px #666; -webkit-box-shadow: 0 1px 3px #666; }
				.topnav a:active { position:relative; outline: 0; top: 0px; }

	
	/* services nav */
	.servicenav { position: absolute; margin-top:65px;  width: 75%; }
	.servicenav ul  { display: block; }
	.servicenav li { display: inline;}
	.servicenav a { color: #5395CC; text-decoration: none; padding: 5px 12px; margin: 0 15px; font-size: 12px; display: block; float: left;}
	.servicenav a:hover, .servicenav li.on a { color: #fff; background: #98c6e5 url(../images/servicenav-hover.gif) repeat-x center top; 
                        border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
			box-shadow: 0 1px 3px #666; -moz-box-shadow: 0 1px 3px #666; -webkit-box-shadow: 0 1px 3px #666;}
	.servicenav a:active { position:relative; outline: 0; top: 0px; }

/* top col */
	.top-col { clear: both; overflow: hidden; width: 100%;  }
		/* promo col */
		.cta-col { }
			.cta-col .txtarea { padding: 20px; }
			.cta-col .txtarea h2 { font-size: 24px; color: #206198; margin: 0 0 1em 0; }
			.cta-col .txtarea p { font-size: 14px; color: #fff; margin: 0 0 2em 0; }
			.morebtn { width: 177px; height: 43px; background: #B6CB8B url(../images/more-btn.jpg) no-repeat center top; text-indent: -9999px; display: block; }
				.morebtn:hover { background-position: center bottom; }
				
		/* headimg */ 
		.headimg  { font-size: 0; }


	
		
/* CONTENT
-------------------------------*/
#content { width: 100%; background: #E6F2E6 url(../images/topnav-bg.jpg) repeat-x left top; padding: 115px 0 30px; }
#content:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
	
	/* Main column */	
	.main-col {  }
		
		.main-col .txtarea { padding: 0 30px 0 0; }
		
		/* headers */
		.main-col h2 { font-size: 24px; margin-bottom: 1em; }
		.main-col h3 { font-size: 20px; margin: 0 0 1.5em 0; color: #16a8e4; } 
		.main-col h4 { font-size: 18px; margin: 0 0 1.5em 0; color: #16a8e4; } 
		
		/* 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 .3em; padding: 0 0 .6em 15px; }
			.txtarea ol li	{ padding: 0 0 .6em 0; margin: 0 0 0 2em; }
			
		/* link */
			.txtarea  a:hover {}	
		
.txtarea blockquote {
	width: 260px;
	quotes: "\201C" "\201D";
}
.txtarea  blockquote p { margin: 1.5em 0; color: #054305; background: #CAEECA; padding: 10px; font-style: italic; clear: both; }

.txtarea blockquote:before, .txtarea blockquote:after {
color: #9eb39e;
display: block;
font-size: 600%;
}

.txtarea blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.22em;

}

.txtarea blockquote:after {
content: close-quote;
height: 50px;
margin-top: -45px;  
margin-left: 240px;}

.txtarea  blockquote p cite { display: block; text-align: right; margin: .5em 0 0 0; color: #000; font-style: normal; }

/* testimonial */
.testimonial blockquote {
	width: 600px;
}
.testimonial blockquote p { margin: 1.5em 0; color: #054305; background: #CAEECA; padding: 10px; font-style: italic; clear: both; }

.testimonial blockquote:before, .testimonial blockquote:after {
color: #9eb39e;
display: block;
font-size: 600%;
}

.testimonial blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.22em;
}

.testimonial blockquote:after {
content: close-quote;
height: 50px;
margin-top: -45px;  
margin-left: 580px;}

.testimonial blockquote p cite { display: block; text-align: right; margin: .5em 0 0 0; color: #000; font-style: normal; }

	
	/* services -col */
	.services-col .txtarea  { padding: 0 30px 0 0; font-family: Helvetica, Arial, sans-serif; font-size: 11px; }
		.services-col h2 { font-size: 24px; font-weight: normal; }
			.services-col a { text-decoration: none; }
			
			
	/* contact form */
	.contact-col { }
		.contact-top { background: url(../images/envelope-ico.gif) no-repeat right top; }
			.contact-top p { font: normal 12px Arial, Helvetica, sans-serif; }
				.contact-top p strong { color: #e60000; }
			.contact-top h1 { font-size: 26px; font-weight: bold; padding: 0 90px 0 0; margin: 0 0 10px 0; }
                        
.contact-top h2 { font-size: 16px; font-weight: bold; padding: 0 90px 0 0; margin: 0 0 10px 0; }
		
		.contact-form { margin: 30px 0 15px; }
			.contact-form label { display: block; margin: 5px 0 1px 0; font: normal 12px Arial, Helvetica, sans-serif; color: #206198; }
			.contact-form input,
			.contact-form textarea { background: #fff; border: 1px solid #a6adb6; color: #969696; font: normal 12px Arial, Helvetica, sans-serif; margin: 0 0 2px 0; padding: 3px 0; width: 99%;  }
			.contact-form textarea { widt: 97%; height: 60px; }
				.contact-form input:focus,
				.contact-form textarea:focus { background: #fff; color: #454545; border: 1px solid #206198; }
			.contact-form input.submit-button { width: 255px; height: 54px; background: transparent; border: none; margin: 10px auto 0; display: block; }
				.contact-form input.submit-button:focus { background: transparent; border: none; }	
	
	/* bottom-col */
	.bottom-col { background: #d7ecf7 url(../images/bottom-col-wave.gif) repeat-x left top; padding: 60px 0 30px 0; }
		.bottom-col:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
	
	/* promo col */

    .promo-col { margin-bottom:20px; -moz-box-shadow:0 1px 6px #666666; background:url("../images/promo-img.jpg") no-repeat scroll center center #FFFFFF;
    min-height:267px; padding:3px; position:relative; width:180px; }
	.promo-col .txtarea {padding:0 0 0 5px;}
	.promo-col h2 { color:#16A8E4; font-size:25px; position:absolute; }
	.promo-col h2 strong { color:#206198; display:block; font-size:39px; }
	.promo-col span { color: #212324; font-size: 14px; display: block; }
	.promo-col .more { bottom:90px; left:5px; position:absolute;}



	/* why us */

.round-corners {border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.whyus {  font-family: Helvetica, Arial, sans-serif; font-size: 11px; background:#DEF2FB; padding:5px; margin-left:5px;  }
.whyus h2 { font-size: 22px; font-weight: normal;  color:#206198; font-family:Georgia,Helvetica,Arial,sans-serif; }
.whyus ul,
.whyus ul { display: block; padding: 0 0 1.5em .1em; margin: 5px 0 0 0; }
.whyus ul li	{ background: url(../images/bullet.gif) no-repeat left .3em; padding: 0 0 .6em 15px; font-size:16px; }
.whyus ol li	{ padding: 0 0 .6em 0; margin: 0 0 0 2em; }
			



/* payments */
.payments {width: 642px; background:none; color:#206198; font-weight:bold;    }
.payments span {padding:10px 0 0 0; color:#206198; width:642px;  font-size:12px; font-weight:bold;  clear:both;
 }

.payments ul { margin:0 auto; padding:0 0 0 0; background-image:none;  color:#206198; list-style: none; display:inline;  }
.payments li { font:normal 11px Verdana; color:#206198; display:inline;  background-image:none; padding:0 6px 0 0;
}



/* FOOTER
-------------------------------*/
#footer { width: 100%; clear: both; color: #206198; padding: 35px 0; background: #e6f3f9 url(../images/footer-wave.gif) repeat-x left top; }
.bottomnav ul { overflow: hidden; display: block; }
.bottomnav li { display: inline; }
	.bottomnav a { color: #206198; padding: 0 20px 0 0; text-decoration: none; line-height: 30px; }
		.bottomnav a:hover, .bottomnav li.on a { text-decoration: underline; color: #206198; }
	.copyinfo { color: #206198; }
		.copyinfo strong { color: #206198; }/* SUBMIT BUTTON
-------------------------------*/

.submit, .submit:visited {
    margin: 5px 0 0 0; 
	background: #222; /* url(../images/alert-overlay.png) repeat-x; MISSING IMAGE REFERENCE */
	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; }

.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; }
.gray.submit, .gray.submit:visited { background-color: #AAA; }
.gray.submit:hover { background-color: #999; }
.blue.submit, .blue.submit:visited { background-color: #98c6e5; }
.blue.submit:hover { background-color: #2b80bb; }




