/* ---------------------------- */
/* CMS GUI OVERWRITE
/* ---------------------------- */

.yodlecms_widget, .yodlecms_widget_layout {overflow:auto;}
div.yodlecms_column {float:left;}


/* 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;}

/* ---------------------------- */
/* 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/body-bg.gif); color: #595959; font: normal 12px Georgia, Helvetica, Arial, sans-serif; }
#wrapper { width: 100%; overflow: hidden; background: #fff url(../images/header-bg.gif) repeat-x center top; }
.inner-wrapper { width: 900px; margin: 0 auto; }
	.inner-wrapper:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 



/* links */
a { text-decoration: underline; color: #5F9FBF; }
	a:hover { color: #cd464b; }
	a:active { position: relative; outline: 0; top: 1px; }
	
	/* more link */
	.more { background: url(../images/read-more.jpg) no-repeat center top; display: block; width: 117px; height: 26px; text-indent: -9999px; }
		.more:hover { background-position: center bottom; }
		
/* headers */
h1, h2, h3, h4, h5 { font-family: Georgia, Helvetica, Arial, sans-serif; font-weight: bold; color: #2B497F; text-transform: uppercase; }
	.txtarea h2,
	.txtarea h3,
	.txtarea h4{ margin: 0 0 .5em 0; }
/*h1:first-letter, 
h2:first-letter, 
h3:first-letter, 
h4:first-letter, 
h5:first-letter { font-size: x-large; }*/
	
	blockquote { position: relative; margin: 10px 0; }
	blockquote p { margin: 1em 0; line-height: 1.5em; font-style: italic; }
		blockquote p cite { display: block; margin: 1em 0 0 0; font-style: italic; }

/* 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 {padding: 5px;}
.hours table { float:left; font-size: 11px; border: 1px solid #ccc; font-weight: bold; margin:0 auto;}
.hours table td {padding: 3px 10px;}

/* HEADER
-------------------------------*/
#header { width: 100%; background: url(../images/topnav-bg.jpg) no-repeat center top; }
	#header:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
	
	/* header top */
	.header-top { height: 62px; overflow: hidden; padding: 10px 0 0 0; }
		/* title block */
		.title { width: 50%; }
			.title h1 { color: #2B497F; font-size: 26px; }
				.title h1 a { color: #2B497F; text-decoration: none; font-weight: bold; }
					.title h1 a:hover { color: #84BFDF; }
			.title p { color: #84BFDF; font-size: 14px; }
			
		/* call block */
		.call { width:  50%; text-align: right; } 
			.call  h2 { font-size: 18px; color: #2B497F; }
				.call h2 strong { color: #84BFDF; }
			.call p { font-size: 14px; color: #2B497F; }
			
	/* top nav */
	.topnav { height: 40px; }
		.topnav ul  { display: block; }
			.topnav ul:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
			.topnav li { display: inline; float: left; }
			.topnav a { color: #fefffe; text-decoration: none; margin: 0; font-size: 14px; display: block; float: left; font-weight: bold; padding: 0 20px; line-height: 30px; height: 40px; }
				.topnav a:hover, .topnav li.on a { color: #fefffe; background: url(../images/topnav-hover.gif) no-repeat center top; }
				.topnav a:active { position: relative; outline: 0; top: 0px; }
	
	/* top col */
	.top-col {  }
		.top-col:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
		/* headimg */ 
		.headimg  { font-size: 0; position: relative; }
			.headimg h2 { position: absolute; top: 40px; right: 0; font-size: 14px; color: #2B497F; text-align: right; }
			.headimg h2 strong { font-size: 25px; display: block; }
                        .top-col p { color: #000000; font-size: 12px; font-weight: bold;}
		
/* CONTENT
-------------------------------*/
#content { width: 100%; background: url(../images/content-top-bg.jpg) no-repeat center top; padding: 5px 0 30px 0; }
	#content:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
	
	/* Main column */	
	.main-col .txtarea a:not(.more) { -webkit-border-radius: 8px; -webkit-transition: background 0.3s linear,-webkit-box-shadow 0.3s linear; 	margin:-0.3em;	padding:0.3em; }
		.main-col .txtarea a:not(.more):hover { -moz-border-radius: 8px; 
												-webkit-border-radius: 8px; border-radius: 8px; 
												-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.35); 
												-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.35);
												box-shadow: 1px 2px 5px rgba(0,0,0,.35);
												background-color: #84BFDF;
												background-color: #84BFDF;
												margin:-0.3em;
												padding:0.3em;
												color: #fff;
												text-shadow: 1px 1px 0 rgba(0,0,0,.4);
												text-decoration: none;
	}
		
		.main-col { }
		
		.main-col .txtarea { padding: 0 25px 0 0; }
		
		/* headers */
		.main-col h2 { font-size: 18px; font-weight: normal; line-height: 64px; }
		.main-col h2 span { position: relative; display: inline; }
		.main-col h3 { font-size: 16px; margin: 0 0 1.5em 0; color: #2B497F; } 
		.main-col h4 { font-size: 14px; margin: 0 0 1.5em 0; color: #2B497F; } 
		
		/* 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 a { font-style: normal; font-size: 14px; position: absolute; right: 0; bottom: 0; }
		
	/* services -col */
	.services-col .txtarea  { padding: 0 20px 0 0; }
		.services-col ul li { width: 30%; float: left; }
		.services-col a { text-decoration: none; color:#2B497F;}
	
	/* contact form */
	.contact-col { }
		.contact-top { position: relative; }
			
			.contact-top p { color: #333333; margin: 10px 0 0 0; }
				.contact-top p strong { color: #152623; display: block; }
				.contact-top span { color: #287CBD; }
			.contact-top h2 { font-size: 14px; font-weight: bold; line-height: 64px; }
			.envelope-ico { position: absolute; top: -40px; right: -65px; }
		
		.contact-form { margin: 10px 0 15px; }
			.contact-form label { display: block; margin: 5px 0 1px 0; font: normal 12px Arial, Helvetica, sans-serif; color: #2B497F; }
			.contact-form input,
			.contact-form textarea { background: #fff; border: 1px solid 
			#84BFDF; color: #8db9e2; 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: #2B497F; border: 1px solid #206198; }
	
	/* business hours */
	.hours { padding: 5px; }
	.hours table { background: #C4DEED; font-size: 12px; border: double #283D5A; font-weight: normal; margin: 0 auto; color: #C4DEED width: 100%; }
	.hours table td { padding: 3px 10px; }
	
	/* cta-col */
	.cta-col { background: url(../images/phone-ico.gif) no-repeat right top; padding: 0 20px 0 0; }
		.cta-col .txtarea { padding: 5px; }
		.cta-col h2 { color: #283D58; font-size: 20px; font-weight: normal; text-transform: none; margin: 0 0 1.5em; }
			.cta-col h2 strong { font-size: 22px; display: block; }
		.cta-col p { font-size: 12px; color: #283D58; }
		.cta-col p span { font-size: 24px; color: #287CBD; }
		
	/* promo-col */
	.promo-col { background:url("../images/promo-bg.jpg") no-repeat scroll center top transparent;  margin:20px 0 0; min-height:217px; position:relative; width:296px; }	
	.promo-col h2 { font-size: 22px; color: #2B497F; font-weight: normal; line-height: normal; text-align: right; position: absolute; top: 10px; right: 10px; }
		.promo-col h2 strong { color: #2B497F; font-size: 30px; display: block; }
		.promo-col .txtarea { background: none; padding: 15px; }
		.promo-col .txtarea p { margin: 85px 0 0; }
		.promo-col a { color: #2B497F; position: absolute; right: 10px; bottom: 5px; text-decoration: none; }
			.promo-col a:hover { color: #287cbd; }

	/* bottom col */
	.bottom-col { background: #d6e1ca url(../images/bottom-col-bg.gif) repeat-x center top; padding: 25px 0; }


	/*whyus*/

.whyus  { color:#FFFFFF; font-family:Georgia,Helvetica,Arial,sans-serif; font-weight:bold; margin-left:40px; }
.whyus h2 {  /*font-size: 20px; color: #545887; font-weight: bold;  width:250px; text-align:left;*/ }	
.whyus ul,
.whyus ol { display: block; padding: 0 0 1.5em .1em; }
.whyus ul li	{ background: url(../images/bullet.gif) no-repeat left .3em; padding: 0 0 .6em 15px; color:#406618; font-size:14px; margin-top:10px; }
.whyus .txtarea h2 { /*font-size: 14px;*/ }
.payments {width: 642px; background:none; font-weight:normal; clear: both; color: #fefefe; font-size: 14px; }
.payments span {color:#E2E9F5; font:16px Georgia,Helvetica,Arial,sans-serif;  }
.payments h2 { color: #FFF; }

.payments ul { margin:0 auto; padding:0 0 0 0; background-image:none;  color:#283D58; list-style: none; display:inline;  }
.payments li { font:normal 11px Verdana; color:#E2E9F5; display:inline;  background-image:none; padding:0 6px 0 0; }

/* FOOTER
-------------------------------*/
#footer { width: 100%; background: #4a6032 url(../images/footer-bg.gif) repeat-x center top; padding: 30px 0; }
.bottomnav ul { overflow: hidden; display: block; }
.bottomnav li { display: inline; }
	.bottomnav a { color: #E2E9F5; 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: #E2E9F5; }
		.copyinfo strong { color: #287CBD; }

		
		/* 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: #2B497F; }
.navy.submit:hover { background-color: #20375F; }



