/* ---------------------------- */
/* 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: #2D2D2D url(../images/body-bg.jpg) repeat-x center top; color: #404040; font: normal 12px Helvetica, Arial, sans-serif; }
#wrapper { width: 904px; margin: 0 auto; position: relative; }
	#wrapper:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
	
/* links */
a { text-decoration: underline; color: #714E90; }
	a:hover { color: #2D2D2D; }
	a:active { position: relative; outline: 0; top: 1px; }
	
	/* more link */
	.more { background: url(../images/read-more.jpg) no-repeat center top; height: 38px; width: 150px; display: block; text-indent: -9999px; }
		.more:hover { background-position: center bottom; }
		
/* headers */
h1, h2, h3, h4, h5 { font-family: Helvetica, Arial, sans-serif; font-weight: bold; color: #2D2D2D; }
	.txtarea h2,
	.txtarea h3,
	.txtarea h4{ margin: 0 0 .5em 0; }
	
	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; } 

/* HEADER
-------------------------------*/
#header { width: 100%; overflow: hidden; }
	#header:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
	
	/* header top */
	.header-top { width: 860px; clear: both; padding: 0 0px; overflow: hidden; }
		.header-top:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
		/* title block */
		.title { width: 50%; }
			.title h1 { color: #714E90; font-size: 18px; }
				.title h1 a { color: #714E90; text-decoration: none; font-weight: bold; }
					.title h1 a:hover { color: #2D2D2D; }
			.title p { color: #2D2D2D; font-size: 14px; font-weight: bold; }
			
		/* call block */
		.call { width:  50%; text-align: right; } 
			.call  h2 { font-size: 18px; color: #714E90; }
				.call h2 strong { color: #714E90; }
			.call p { font-size: 14px; color: #707070; }
			
	/* top nav */
	.topnav { display: block; clear: both; padding: 10px 0 20px; width: 100%; overflow: hidden; }
		.topnav ul  { display: block; }
			.topnav ul:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
			.topnav li { display: inline; }
			.topnav a { color: #fff; display: block; float: left; text-decoration: none; line-height: 34px; height: 34px; padding: 0 15px; font-size: 14px;
						border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; }
				.topnav a:hover, .topnav li.on a { color: #fff; background: #ac2245 url(../images/topnav-hover.gif) repeat-x center top; 
												-moz-box-shadow: 0 2px 4px #666; }
				.topnav a:active { position: relative; outline: 0; top: 0px; }
	
	/* top col */
	.top-col { width: 100%; clear: both; display: block; padding: 0 0 10px 0; overflow: hidden; }
		/*headimg*/ 
		.headimg  { font-size: 0; }		
		.headimg img { float: left; margin: 0 2px; }
	
/* CONTENT
-------------------------------*/
#content { padding: 5px; border: 1px solid #e8d8e9; margin: 20px 0 0 0; background: #fff; overflow: hidden; width: 892px;
			border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
	#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: #714E90;
												background-color: #714E90;
												margin:-0.3em;
												padding:0.3em;
												color: #2D2D2D;
												text-shadow: 1px 1px 0 rgba(0,0,0,.4);
												text-decoration: none;
	}
		
		.main-col { }
		
		.main-col .txtarea { padding: 5px 20px 0 20px; }
		
		/* headers */
		.main-col h2 { font-size: 18px; font-weight: normal; border-bottom: 1px solid #2D2D2D; padding: 0 0 15px 0; margin: 0 0 15px 0;  color:#714E90; }
		.main-col h2 span { position: relative; display: inline;}
		.main-col h3 { font-size: 16px; margin: 0 0 1.5em 0; color: #714E90; } 
		.main-col h4 { font-size: 14px; margin: 0 0 1.5em 0; color: #714E90; } 
		
		/* 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; }
	
	/* contact form */
	.contact-col { background: #fff; border: 1px solid #e6e6e6; padding: 5px;
					border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
		.contact-top { position: relative; background: #E5E0F1 url(../images/cform-title-bg.gif) repeat-y right top; border-bottom: 1px solid #fff; padding: 15px; }
			
			.contact-top p { color: #333333; font-weight: normal; }
				.contact-top p strong { display: block; }
			.contact-top h2 { font-size: 24px; font-weight: bold; color: #714E90; margin: 0 0 15px 0; padding-right: 50px;
							border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0;}
			.envelope-ico { position: absolute; top: 20px; right: 20px; }
		
		.contact-form { margin: 0; padding: 15px; background: url(../images/cform-bg.gif) repeat-x center top; }
			.contact-form label { display: block; padding: 5px 0 1px 0; font: normal 12px Arial, Helvetica, sans-serif; color: #333333; }
			.contact-form input,
			.contact-form textarea { background: #fff; border: 1px solid #c8c8c8; color: #9C9E9B; 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 #333333; }
			
	/*aside-col*/
	.aside-col { background: #fff; border: 1px solid #e6e6e6; padding: 5px;
				border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
	/*services-col*/
	.services-col {  }
		.services-col .txtarea  { background: url(../images/services-bg.gif) repeat-x center bottom; }
		.services-col ul { padding: 10px 20px; }
		.services-col  a { text-decoration: none; color: #404040; }
			.services-col  a:hover { color: #714E90; }
		.services-col  h2 { color: #714E90; font-weight: normal; font-size: 18px; background: #f5f5f5 url(../images/services-title-bg.gif) repeat-y right top; padding: 10px 20px; border-bottom: 1px solid #efefef; }
	
	/*cta-col*/
	.cta-col { padding: 0 10px; overflow: hidden; margin: 15px 0; }
		.cta-col img { width: 77px; float: left; }
		.cta-col h2 { width: 155px; float: left; font-size: 14px; text-align: right; background: url(../images/phone-ico.gif) no-repeat  left top; padding: 0 0 35px 6px;  }
			.cta-col h2 strong { font-size: 20px; display: block; font-weight: bold; }
			.cta-col h2 span { font-size: 20px; font-weight: bold; display: block; color: #714E90; }
			
	/*bottom-col*/
	.bottom-col { width: 854px;padding:10px 0 10px 50px;  background: #fff; overflow: hidden; margin: 10px 0 0 0;
				border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
				
		/*whyus*/
		.whyus .txtarea  { padding: 0 10px 0 0; }
			.whyus h2 { color: #921a36; font-weight: bold; font-size: 18px; }
			
		/*promo*/
		.promo-col { background: url(../images/promo-col-bg.jpg) no-repeat center top; min-height: 267px; _height: 267px;  position: relative; margin-left: 5px; }
		.promo-col h2 { padding-left:8px; color: #001A50; font-style: italic; font-size: 17px; font-weight: normal; }
	 .round-corners {border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
	.promo-col h2 strong { font-size: 50px; display: block; font-style: normal; font-weight: normal; }
				.promo-col span { display: block; font-size: 12px; font-style: normal; color:#2D2D2D; }
				.promo-col span strong { font-size: 12px; font-weight: bold; color:#000; }
			.promo-col a { position: absolute; left: 15px; bottom: 15px; color: #714E90; text-decoration: none; }
				.promo-col a:hover { font-weight: bold; }
				
	
	/* Additions for this site only */
	
	.stress-content  { 
	
	width:850px; 
	margin: 15px 0 0 15px; 
	
	}
	.faq-content { margin:0 0 0 15px; }
	
	.faq-column1.txtarea h2 { color:#714E90; font-size:18px; font-weight:normal; margin:0 0 15px; padding:0 0 15px;
	}
	.faq-columm1 { }
	.faq-column2 { margin:0 0 0 20px;  }
	.faq-column2.txtarea h2 { color:#714E90; font-size:18px; font-weight:normal; margin:0 0 15px; padding:0 0 15px;
	}
				
/* FOOTER
-------------------------------*/
#footer { width: 860px; padding: 10px 20px 20px; margin: 0 auto; }
.bottomnav ul { overflow: hidden; display: block; }
.bottomnav li { display: inline; }
	.bottomnav a { color: #C4B8CE; padding: 0 20px 0 0; text-decoration: none; line-height: 30px; }
		.bottomnav a:hover, .bottomnav li.on a { text-decoration: underline; color: #714E90; }
	.copyinfo { color: #C4B8CE; }
		.copyinfo strong { color: #714E90; }
/* 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;}

/*hours*/
		.hours { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
			.hours table {border: 1px solid #714E90;  }
				.hours table td { padding: 2px 10px; }

/* payment options */
#footer .payments { text-align: right; margin: 0; color: #fff;  }
#footer .payments ul {  margin: 6px 0 0; }
#footer .payments ul li { border: none; margin: 0 0 0 2px; display:inline; }
#footer .payments img { float: none; }

/* why choose us */
.testimonial-col .whyus { margin: 0 auto 20px;  }
.whyus h2  { color:#714E90; font-size:18px; font-weight:bold; }
.whyus ul { margin: 10px 0 0 0; }

/* 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: #AC8FC9; }
.purple.submit:hover { background-color: #6D4895; }








