/* ---------------------------- */
/* CMS GUI OVERWRITE
/* ---------------------------- */

.yodlecms_widget, .yodlecms_widget_layout {overflow:auto;}
div.yodlecms_column {float:left;}
div.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
-------------------------------*/
html { background: url(../images/html-bg.gif) repeat-x center top;  background-color: #EAEDEF; }
body { color: #000; font: normal 12px Helvetica, Arial, sans-serif; }
#wrapper { width: 100%; position: relative; }
	#wrapper:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
.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: #000; }
	a:hover { color: #0F0F0F; }
	a:active { position: relative; outline: 0; top: 1px; }
img { text-decoration: none; border: 0 }
	
	/* more link */
	.more { background: url(../images/more-btn.jpg) no-repeat center top; height: 28px; width: 120px; display: block; text-indent: -9999px; }
		.more:hover { background-position: center bottom; }
        
		
/* headers */
h1 { font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 22px;}
h2 {}
h3 {}
h4 {font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 16px}

h2, h3, h5 { font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #000; font-size: 18px; }
	.txtarea h2,
	.txtarea h3,
	.txtarea h4 { margin: 0 0 1em 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
-------------------------------*/
.fadein { position:relative; width:640px; height:267px; }
.fadein img { position:absolute; left:0; top:0; }

#header { width: 100%; overflow: hidden; background: url(../images/header-bg.jpg) no-repeat center top; /*z-index: 100;*/ position: relative; border-bottom: 1px solid #666; }
	#header:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
	
	/* header top */
	.header-top { width: 100%; clear: both; 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: #2D944E; font-size: 18px; }
				.title h1 a { color: #2D944E; text-decoration: none; font-weight: bold; }
					.title h1 a:hover { color: #000; }
			.title p { color: #000; font-size: 14px; font-weight: normal; }
			
		/* call block */
		.call { width:  50%; text-align: right; padding: 30px 0 0 0;} 
			.call  h2 { font-size: 18px; color: #000; }
				.call h2 strong { color: #2D944E; }
			.call p { font-size: 14px; color: #707070; }
			
	/* top nav */
	.topnav { display: block; clear: both; padding: 18px 0 16px 0; 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: #484848; display: block; float: left; text-decoration: none; line-height: 28px; height: 28px; padding: 0 15px; font-size: 14px; }
				.topnav a:hover, .topnav li.on a { color: #fff; background: #131919; }
				.topnav a:active { position: relative; outline: 0; top: 0px; }
	
	/* top col */
	.top-col { width: 100%; clear: both; display: block; overflow: hidden; }
		/*headimg*/ 
		.headimg  { font-size: 0; margin-right:20px; }
		/*headtext*/
		.headtext h2 { font-weight: bold; margin-top:10px;  }
		.headtext .txtarea { padding: 15px 20px; }
	
/* CONTENT
-------------------------------*/
#content { width: 100%; z-index: 0; }
	#content:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
	
	#content .inner-wrapper { background: #fff; border-bottom: 20px solid #000; background: #fff url(../images/content-bg.gif) repeat-y center top;
							-moz-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; 
							-moz-box-shadow: 0 1px 6px #666; }
	
	/* Main column */			
		.main-col { padding: 20px 0 0 0; }
		
		.main-col .txtarea { padding: 0 20px 15px 20px; margin-bottom: 15px; background: url(../images/content-deco.gif) no-repeat 20px bottom; }
		.main-col .txtarea-treatment { padding: 0 20px 15px 20px; margin-bottom: 15px; background: url(../images/content-deco.gif) no-repeat 20px bottom; }
	
		/* headers */
		.main-col h2 { font-size: 24px; font-weight: normal; }
		.main-col h2 span { position: relative; display: inline; }
		.main-col h3 { font-size: 16px; margin: 0 0 1.5em 0; color: #252525; font-weight: bold; } 
		.main-col h4 { font-size: 14px; margin: 0 0 1.5em 0; color: #252525; font-weight: bold; } 
		
		/* paragraph */
		.txtarea p { line-height: 1.5em; margin: 0 0 1.5em 0; }
		.txtarea img { margin: 0 10px 5px 0; }
			.txtarea img.right { margin: 0 0 5px 10px; }
		
		/* 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; }
		
		#treatment 
		
			.treatment ul { display: list-style; padding: auto; }
			.treatment ul li { background: none; list-style-type: disc; padding-left: 10px; margin-left: 20px }
		
	/*aside-col*/
	.aside-col { background: #fff url(../images/aside-bg.jpg) repeat-x center bottom; }
	
	/* contact form */
	.contact-col { padding: 15px; }
		.contact-top { position: relative;}
			
			.contact-top p { color: #333333; font-weight: normal; }
				.contact-top p strong { display: block; color: #0F0F0F; }
			.contact-top h2 { font-size: 24px; font-weight: bold; color: #000; margin: 0 0 15px 0; padding-right: 50px; }
			.envelope-ico { position: absolute; top: 0px; right: 0px; }
		
		.contact-form { margin: 0; }
			.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: #000; 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; }
			.contact-form input.submit-button { width: 153px; height: 28px; background: transparent; border: none; margin: 10px auto 0; display: block; }
				.contact-form input.submit-button:focus { background: transparent; border: none; }
				
	/*services-col*/
	.services-col { border-top: 1px solid #000; }
		.services-col .txtarea  { padding: 10px; }
		.services-col  a { text-decoration: none; }
		.services-col .txtarea ul li	{ background-image: url(../images/bullet-2.gif); }
			.services-col  a:hover { color: #fff; }
		.services-col  h2 { color: #fff; padding: 5px; margin:0;}
		
	/*cta-col*/
	.cta-col { border-top: 1px solid #000; }
		.cta-col  h2 { color: #fff; font-size: 16px; padding: 15px; text-align: center }
		.cta-col  h2 strong { color: #fff; font-size: 24px; font-weight: bold; display: block; }
		.cta-col h2 span { color: #fff; font-size: 24px; font-weight: bold; display: block; }

	/*call*/
	.call-washington {padding: 0 5px; font-size: 16px; color: #226644}
	.call-idaho {padding: 0 5px; font-size: 16px; color: #224466}
	
	/*whyus*/
	.whyus { padding: 0 20px; }
		.whyus:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
			.whyus .txtarea { padding: 0 15px; background: none; }
		
			
	/*bottom-col*/
	.bottom-col { background: #e0e0e0; padding: 20px; overflow: hidden; width: 600px; }
	
		/*hours*/
		.hours { margin: 0 50px 0 0; }
			.hours table { border: 1px solid #000; background: #fff; width: 220px; }
				.hours table td { padding: 5px 10px; }
				
		/*promo*/
		.promo-col { background: url(../images/promo-bg.jpg) no-repeat center top; min-height: 220px; _height: 220px; position: relative; padding-top:70px;  }
			.promo-col .txtarea { padding: 5px; background: none; }
			.promo-col h2 { color: #fff; font-size: 24px; font-weight: bold; text-align: right;   }
			.promo-col h2 strong { font-size: 48px; display: block; font-weight: normal; color: #000; }
			.promo-col h2 span { display: block; font-size: 14px; font-weight: bold; }
			.promo-col a { color: #000; text-decoration: none; background: #fff; float:right;  }
				.promo-col a:hover { font-weight: bold; }
				
/* FOOTER
-------------------------------*/
#footer { width: 900px; padding: 10px 0 20px; margin: 0 auto;}
.bottomnav {width:550px;}
.bottomnav ul { overflow: hidden; display: block; }
.bottomnav li { display: inline; }
	.bottomnav a { color: #363636; padding: 0 20px 0 0; text-decoration: none; line-height: 30px; }
		.bottomnav a:hover, .bottomnav li.on a { text-decoration: underline; color: #363636; }
	.copyinfo { color: #363636; text-align: center }

/* 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; color: #363636; clear:both;  display:block;   }
#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 */
.whyus { padding: 0 20px; }
	.whyus:after { visibility: 0; display: block; font-size: 0; clear: both; content: " "; height: 0; } 
	.whyus .txtarea { padding: 0 7px; background: none; }

	.whyus h2  { font-size:18px; font-weight:normal; color:#000000;  }
	.whyus ul { margin: 10px 0 0 10px; line-height: 1.3em }


	
.promo h2 { font-size: 28px; margin:15px 0;}


/* coupons */

.coupon {border: 2px dashed #1b4060; padding: 15px; text-align: center; color: #1b4060; font-size: 16px; margin: 0 10%}

/* SUBMIT BUTTON
-------------------------------*/

.submit, .submit:visited {
	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;
	margin: 10px 0 0;
}
 
.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; }
.gray.submit, .gray.submit:visited { background-color: #3B3B3B; }
.gray.submit:hover { background-color: #8C8C8C; }


