/* ---------------------------- */
/* 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: #79b1d8; color: #0c6496; }
#wrapper { font: normal 12px Arial, Helvetica, sans-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: #2984c3; }
	a:hover { color: #02558f; }

.inner-wrapper { margin: 0 auto; width: 900px; clear: both; }

/* HEADER
-------------------------------*/
#header { width: 100%; background: url(../images/header-bg.gif) repeat-x center bottom; }
	
	#header .inner-wrapper { position: relative; padding: 0 0 59px 0; }
	
	/* header top */
	.header-top { width: 100%; font-family: Century, "Times New Roman", Times, serif; padding-top: 20px; height: 80px; }
		/* title block */
		.title { width: 50%; }
			.title h1 { color: #02558f; font-size: 24px; font-weight: normal; }
				.title h1 a { color: #02558f; text-decoration: none; font-weight: bold; }
					.title h1 a:hover { color: #2984c3; }
			.title p { color: #2984c3; font-size: 14px; font-weight: bold; }
	
		/* call block */
		.call { width: 50%; text-align: right; } 
			.call  h2 { font-size: 18px; color: #02558f; font-weight: bold; }
				.call h2 span { color: #02558f; }
			.call p { color: #2984c3; font-size: 14px; font-weight: bold; }
			
	/* top nav */
	.topnav { position: absolute; left: 0; bottom: 0; height: 40px; }
		.topnav ul { display: block; }
			.topnav li { display: inline; float: left; font: normal 12px Arial, Helvetica, sans-serif; margin: 0 35px 0 0;}
			.topnav a { color: #0c6496; text-decoration: none; font-weight: bold; padding: 4px 10px; display: block; }
				.topnav a:hover, .topnav li.on a { color: #fff; background: #0a3273 url(../images/topnav-hover.gif) repeat-x center top;
						box-shadow: 0px 0px 4px #8599b4;-moz-box-shadow: 0px 0px 4px #8599b4;-webkit-box-shadow: 0px 0px 4px #8599b4; border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px; }
	
	/* top col */
	.top-col { width: 100%; overflow: hidden; clear: both; }
		/* promo col */
		.promo-col { width: 350px; padding: 15px 0 0 0; font-family: Century, "Times New Roman", Times, serif; }
			.promo-col h2 { font-weight: normal; font-size: 30px; color: #014592; margin: 0 0 20px 0; }
			.promo-col p { font-size: 14px; color: #fff;  }
			.morebtn { text-indent: -9999px; border: none; margin: 15px 0 0 0; font-size: 24px; text-decoration: none; background: url(../images/morebtn-bg.jpg) repeat-x center top; color: #fff; font-weight: bold; line-height: 46px; text-align: center; display: block; width: 161px; height: 46px; position: relative; } 
				.morebtn:hover { background-position: center bottom; }
		/* headimg */
		.headimg { }
		
/* CONTENT
-------------------------------*/
#content { width: 100%; overflow: hidden; }
	
	#content .inner-wrapper { border-top: 1px solid #aed4ea; padding: 30px 0; overflow: hidden; }
	
	/* Main column */	
	.main-col { padding: 0 25px 0 0 ; }
		/* headers */
		.txtarea h2 { color: #2984c3; margin: 0 0 15px 0; font: normal 20px Century, "Times New Roman", Times, serif; }
			.txtarea h2 strong { color: #02558f; font-weight: normal; } 
		.txtarea h3 { color: #02558f; 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 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.3em; padding: 0 0 .6em 15px; }
			.txtarea ol li	{ padding: 0 0 .6em 0; margin:0 0 0 2em; }
			
		/* link */
		.txtarea a { border-bottom: 1px dotted #2984c3; color: #2984c3; }
			.txtarea a:hover { background: #e3f3ff; }	
		
		.txtarea  blockquote p { font: italic normal 12px Arial, Helvetica, sans-serif; margin: 10px 0 15px 0; color: #2984c3; }
		
		a.more { box-shadow: 0px 0px 4px #8599b4;-moz-box-shadow: 0px 0px 4px #8599b4;-webkit-box-shadow: 0px 0px 4px #8599b4; border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px; background: #a9d7f4 url(../images/bullet.gif) no-repeat 95% center; padding: 4px 20px 4px 5px; text-decoration: none; border: 2px solid #fff; font-weight: bold; }
			a.more:hover { color: #fff; background: #a9d7f4 url(../images/bullet.gif) no-repeat 95% center;}
		
		/* testimonial-col */
		.testimonial-col { width: 100%; border-top: 1px dotted #aed4ea; padding: 20px 0 0 0; }
			.testimonial-col h2 { float: left; color: #af8d43; font: normal 24px Century, "Times New Roman", Times, serif; background: url(../images/popup-ico.gif) no-repeat left top; padding: 10px 10px 0px 110px; min-height: 90px; _height: 90px; }
			.testimonial-col cite { display: block; color: #014592; margin: 10px; font-weight: bold; font-style: normal; }
			
	/* contact form */
	.contact-col { font-family: Arial, Helvetica, sans-serif; border: 1px solid #aed4ea;  -moz-border-radius: 10px; -webkit-border-radius: 10px; }
		.contact-top { position: relative; width: 100%; }
			
			.mail-ico { position: absolute; top: -5px; right: 10px; }
			.contact-top p { padding: 10px 17px; color; #2984c3; }
				.contact-top p strong { color: #e60000; }
			.contact-top h2 { font: normal 24px Century, "Times New Roman", Times, serif; color: #fff; background: #014693 url(../images/contact-header-bg.gif) repeat-x center top; padding: 5px 100px 5px 10px; 
							box-shadow:0 0px 5px #4a4a4a; -moz-box-shadow: 0px 0px 5px #4a4a4a; -webkit-box-shadow: 0 0px 5px #4a4a4a; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
		
		.contact-form { margin: 10px 0; padding: 0 17px; }
			.contact-form label { display: block; margin: 1px 0 0px 0; font: normal 12px Arial, Helvetica, sans-serif; color: #02558f; }
			.contact-form input,
			.contact-form textarea { background: #fff; border: 1px solid #aed4ea; color: #02558f; 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: 244px; height: 45px; background: transparent; border: none; margin: 5px auto 0; display: block; }
				.contact-form input.submit-button:focus { background: transparent; border: none; }	
	
	/* testimonial col */
	.whyus-col { margin: 25px 15px; }
		.whyus-col h2 { color: #af8d43; }
		.whyus-col p  { color: #014592; }
		
	/* services col */
	.bottom-col { background: #dde8f5 url(../images/bottomcol-bg.gif) repeat-x center bottom; padding: 20px 0; width: 100%; overflow: hidden; }
		.bottom-col h2 { color: #014592; margin: 0 0 25px 0; }
		.bottom-col ul { width: 21%; float: left; padding: 0 4% 0 0; }
			.bottom-col ul li { font-size: 10px; }
				.bottom-col ul li a { color: #014592; border: none; }
				.bottom-col ul li a:hover { background: none; text-decoration: underline; }
				
/* FOOTER
-------------------------------*/
#footer { clear:both; color:#014592; font-size:12px; padding: 15px 10px; font-family: Arial, Helvetica, sans-serif; }
.bottomnav ul { overflow: hidden; width: 100%; }
.bottomnav li { display: inline; margin: 0 0 0 -1px; border-left: 1px solid #014592; float: left; }
	.bottomnav a { color: #014592; padding: 2px 8px; text-decoration:none; font-weight: bold; }
		.bottomnav a:hover, .bottomnav li.on a { text-decoration: underline; color: #014592; }
	.copyinfo { margin: 10px 0 0 8px; color: #014592; }

/* 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;  }
#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 {  }
.whyus span  {color:#AF8D43; font-size:20px; font-weight:normal; font: 20px Century,"Times New Roman",Times,serif;}
.whyus ul { margin: 20px 0 0; }
.whyus li { margin: 5px 0; }