/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* CMS 2.0
-------------------------------*/
.yodlecms_widget, .yodlecms_widget_layout { overflow:hidden; }

.yodlecms_column { float: left; }

.yodlecms_formErrorDiv { margin:5px 0; font-size:12px; color:red;}    
.yodlecms_formError {background:#ffeeee!important; border:1px solid red!important;}
	

/* GENERAL
-------------------------------*/

html {  }

body { background: #999999;  color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 12px;  }

h1, h2, h3, h4, h5 {  font-weight: normal; font-family: CrimsonRoman, 'Times New Roman', Times, serif; line-height: .75em;}			

h2 { font-size: 28px; margin: 0 0 10px; }
h2 { font-size: 24px; margin: 0 0 10px; }
h3 { font-size: 18px; margin: 0 0 10px; }
h4 { font-size: 16px; margin: 0 0 10px; }
h5 { font-size: 14px; margin: 0 0 10px; }

a { color: #f00; text-decoration: none; }
	a:hover {  color: #f00; text-decoration: underline;  }
	a:active { position: relative; top: 1px; }

p {  }

img {  }

blockquote { margin: 0 0 1.5em; }

.txtarea { line-height: 1.5em; }

em { font-style: italic; }
strong { font-weight: bold; }

ul {  }
	ul li { padding: 0 0 0 15px; margin: 0 0 10px; background: url(../theme/red/arrow.png) no-repeat 0 50%;}

ol { list-style: decimal; padding: 0 0 0 20px; }
	ol li { margin: 0 0 10px; }



table { margin: 0 0 30px; }
	th { font-weight: bold; border: 1px solid #999; padding: 10px; }
	td { border: 1px solid #999; padding: 10px; }

/* STRUCTURE
-------------------------------*/
.inner { width: 960px; margin: 0 auto; }


#header { background: #9B9B9B url(../theme/red/bg-header.jpg) repeat-x left bottom; padding: 0 0 68px; }

	#header .wrapper { overflow: hidden; width: 960px; margin: 0 auto; padding: 0 15px 20px; background: url(../images/bg-wrapper-top.png) no-repeat center bottom; }	

	#header .inner {overflow: hidden;  border-top: 5px solid #800400; padding: 0 0 13px; background:  #2C2C2C url(../theme/red/bg-header-inner.gif) repeat-x 0 bottom;  
						-moz-box-shadow: 0 0 15px #000; -webkit-box-shadow: 0 0 15px #000; box-shadow: 0 0 15px #000; 
						}


	.header-top { background: #C6C6C6 url(../theme/red/bg-header-top.jpg) repeat-x; margin: 0 0 10px; padding: 15px 20px 25px;
					border-top: 1px solid #420001; border-bottom: 15px solid #420001;
					-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.5);
					-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.5);
					box-shadow: 0 3px 3px rgba(0,0,0,0.5);
					}				
		.header-top > div {  }
				
		.title {  }
			.title img { float: left; padding: 10px; }
			.title h1, .title h3 { font-size: 42px; text-shadow: 1px 1px 2px #000; margin: 0 0 7px; font-weight: normal;}
				.title h1 a, .title h3 a { color: #863232; }
				.title h1 a:hover, .title h3 a:hover { text-decoration: none; }
			.title p { color: #717171; font-size: 16px; }
			
		.call { border-top: 1px solid #989898; border-bottom: 1px solid #989898; color: #444444; text-shadow: 1px 1px 2px #000; 
				margin: 5px 0; padding: 10px 0; text-align: right; font-family: CrimsonRoman, 'Times New Roman', Times, serif; }
			.call h3 { font-size: 28px; margin: 0; color: #863232; }
				.call h3 strong { color: #222222; font-size: 36px; font-weight: normal; }
			.call p { font-size: 18px; margin: 0; }

		.topnav { position: relative; margin: -34px 0 0; overflow: hidden; width: 100%; }
		.topnav ul { text-transform: uppercase; font-size: 17px; padding: 3px; text-shadow: 0 1px 1px #000; overflow: hidden; margin: 0 0 0 20px; 
					font-family: 'Puritan20Normal', Arial, Helvetica, sans-serif;;  }
			.topnav ul li { float: left; background:#A75F5F; padding: 1px; border: 1px solid #990000; margin: 0 5px 0 0; 
							-moz-box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px #000; box-shadow: 0 0 5px #000; 
							}
				.topnav ul li a { color: #FFF; background: #074052 url(../theme/red/bg-topnav.gif) repeat-x 0 top ; padding: 0 10px; line-height: 26px; display: block; }
					.topnav ul li.on a, 
					.topnav ul li a:hover { color: #fff7b7; background-color: #B0C4C5;  background-position: 0 -26px; text-decoration: none; }
					.topnav ul li.on a {  }
	
	.banner-wrapper {  }
		.banner { position: relative; border-bottom: 6px solid #111111; overflow: hidden;}
			.banner img {  }
			.promo { position: absolute; bottom: 12px; right: 10px; padding: 0 120px 0 180px; width: 370px; 
					color: #9E9D9D; background: url(../images/bg-banner-text.png) repeat-y;
					}
				.promo h2 { font-size: 32px; color: #9E9D9D; line-height: 1em; }
				.promo h2 strong { font-size: 42px; display: block; color: #FFF; }
				.promo p {  }

						
#content { position: relative; margin: -78px 0 0; zoom: 1; }
	
	#content .wrapper { width: 990px; margin: 0 auto; }
	
	.top-buttons { width: 975px; margin: 0 auto; padding: 15px 0 0; }
		.top-buttons .yodlecms_column { background: url(../images/bg-wrapper-topbutton.png) no-repeat center bottom; }
		.top-buttons .yodlecms_col_right1 { padding: 0 7px 7px 8px; }
		.top-buttons .yodlecms_col_right2 { padding: 0 7px 7px 8px; }
		.top-buttons .yodlecms_col_right3 { padding: 0 7px 7px 8px; }

		.top-buttons a { display: block; position: relative; border: 1px solid #000; color: #fff7b7; zoom: 1;
						background: #6b0000 url(../theme/red/bg-top-button.jpg) no-repeat left bottom; 
						-moz-box-shadow: 0 5px 15px rgba(0,0,0,.5); -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5); box-shadow: 0 5px 15px rgba(0,0,0,.5);
						}
			.top-buttons a span { display: block; padding: 10px 20px; line-height: 1.5em; }
			.top-buttons a strong { font-weight: bold; }
			.top-buttons a .heading { display: block; padding: 10px 20px; color: #FFF; text-shadow: 2px 2px 1px #000; 
									font-size: 24px; font-weight: normal; line-height: 1em;
									background: #6b0000 url(../theme/red/bg-top-button-strong.jpg) repeat-x left bottom;
									border-bottom: 1px solid #000;
									font-family: 'Puritan20Normal', Arial, Helvetica, sans-serif;  
									}
			.top-buttons a .icon { position: absolute; top: -12px; right: 0; display: block; width: 71px; height: 70px; text-indent: -9999px; padding: 0; }
				.top-buttons a .icon.icon-info { background: url(../theme/red/icon-info.png) no-repeat; }
				.top-buttons a .icon.icon-check { background: url(../theme/red/icon-check.png) no-repeat; }
				.top-buttons a .icon.icon-email { background: url(../theme/red/icon-email.png) no-repeat; }

			.top-buttons a .click-here { display: block; margin: 0 20px 10px; width: 120px; height: 32px; text-indent: -9999px; padding: 0;
											background: url(../theme/red/bg-top-button-click.png) no-repeat top left; 
											}
			
		.top-buttons a:hover { text-decoration: none; text-shadow: 0 0 5px #FFF; background-position: right bottom;
								
								-moz-box-shadow: 0 5px 15px rgba(0,0,0,.5), inset 0 0 25px #FFF ; 
								-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5), inset 0 0 25px #FFF ; 
								box-shadow: 0 5px 15px rgba(0,0,0,.5), inset 0 0 25px #FFF ; 
								
								}
			.top-buttons a:hover .heading { text-shadow: 2px 2px 1px #555, 0 0 5px #FFF; background-position: right bottom;
											-moz-box-shadow: inset 0 0 25px rgba(255,255,255,0.5); 
											-webkit-box-shadow: inset 0 0 25px rgba(255,255,255,0.5); 
											box-shadow: inset 0 0 25px rgba(255,255,255,0.5);
											}
			.top-buttons a:hover .click-here { background-position: left bottom; }
	

	.middle {  width: 960px; margin: 15px auto 0; }
		.middle .yodlecms_col_right1 { padding: 0 15px 0 0; }
		.middle .yodlecms_col_right2 { padding: 0 15px 0 0; }

	.middle .sidebar { color: #FFF; }
	
	.main .hours, 
	.main .memberships, 
	.main .bios, 
	.main .social, 
	.main .insurance, 
	.main .whyus,
	.main .txtarea {
			border: 1px solid #333333; background: #FFF; color: #333; padding: 12px 17px;
	}
	
	.main .txtarea { overflow: hidden; }
		.main .txtarea p { margin: 0 0 15px; }
	
	.main h1,
	.main h2,
	.main h3,
	.main h4,
	.main h5 { color: #550202; padding: 0 0 10px; margin: 0 0 10px; border-bottom: 1px dotted #cfcfcf; }
	.main h1 { font-size: 34px; }
	.main h2 { font-size: 28px; }
	.main h3 { font-size: 22px; }
	.main h4 { font-size: 20px; }
	.main h5 { font-size: 18px; }

	.main ul, .main ol { margin: 0 0 15px; }
	
	.main .below { margin: 15px 0 0; }
		.main .below > div {  }

	.sidebar .txtarea ul li a { color: #fff7b7; }
		.sidebar .txtarea ul li a:hover, .sidebar .txtarea ul li.on a {}

				
	.sidebar .contact, 
	.sidebar .hours, 
	.sidebar .memberships, 
	.sidebar .bios, 
	.sidebar .social, 
	.sidebar .insurance, 
	.sidebar .txtarea, 
	.sidebar .whyus {  
		border: 1px solid #333333; background: #6A6A6A; padding: 15px; margin: 0 0 15px;
		}
		.sidebar .contact h2, 
		.sidebar .hours h2, 
		.sidebar .memberships h2, 
		.sidebar .bios h2, 
		.sidebar .social h2, 
		.sidebar .insurance h2, 
		.sidebar .txtarea h2, 
		.sidebar .whyus h2 { 
			color: #FFF; text-shadow: 1px 1px 2px #000; font-size: 27px; border-bottom: 1px dotted #333333; padding: 0 0 10px; margin: 0 0 10px; 
		}

	.sidebar ul li {  text-transform: uppercase; }
	
	.whyus ul li,
	.insurance ul li,
	.memberships ul li { background: url(../theme/red/bullet.png) no-repeat 0 50%; padding: 5px 0 5px 24px; margin: 5px 0; }
	

	.contact-form { overflow: hidden;  }
		.contact-form label { display: block; margin: 0 0 3px; }
		.contact-form input, 
		.contact-form textarea { width: 100%; margin: 0 0 10px; padding: 3px 0; 
								-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  }
		.contact-form input {  }
		.contact-form textarea {  }
		.yodlecms_contactform > div {}

		
		

			.contact-form .submit-button { background: url(../theme/red/bg-submit.gif) no-repeat right top; height: 28px; padding: 0 25px 0 10px; border: 1px solid #111111; font-size: 14px; color: #fff7b7; text-shadow: 1px 1px 1px #000; 
											text-transform: uppercase; font-family: 'Puritan20Normal', Arial, Helvetica, sans-serif;  margin: 0 0 3px;
											-moz-box-shadow: 0 2px 2px #000; -webkit-box-shadow: 0 2px 2px #000; box-shadow: 0 2px 2px #000;											
											}
				.contact-form .submit-button:hover { background-position: right bottom; text-shadow: 0 0 3px #FFF; border-color: #222222; }
				.contact-form .submit-button:active {  }
		
		
	#content .bottom { border: 1px solid #333333; background: #6A6A6A; padding: 15px 20px; width: 918px; margin: 15px auto 0; }
		#content .bottom .inside { background: url(../images/swatch-black25.png) repeat-y center top; }
		#content .bottom .c1{  }
		#content .bottom .c2 {  }
			
		#content .bottom h1,
		#content .bottom h2,
		#content .bottom h3	{ text-shadow: 1px 1px 1px #000; color: #fff7b7; }
			
		#content .bottom .contact, 
		#content .bottom .hours, 
		#content .bottom .memberships, 
		#content .bottom .bios, 
		#content .bottom .social, 
		#content .bottom .insurance, 
		#content .bottom .txtarea, 
		#content .bottom .whyus { width: 300px; margin: 0 0 20px; overflow: hidden;}
		
		#content .bottom .c2 .contact, 
		#content .bottom .c2 .hours, 
		#content .bottom .c2 .memberships, 
		#content .bottom .c2 .bios, 
		#content .bottom .c2 .social, 
		#content .bottom .c2 .insurance, 
		#content .bottom .c2 .txtarea, 
		#content .bottom .c2 .whyus { float: right; }
		
		.bottom .cta { text-shadow: 1px 1px 1px #000; padding: 0 0 20px 75px; background: url(../theme/red/icon-phone.png) no-repeat; }
			.bottom .cta h2 { color: #FFF; font-size: 29px; margin: 0; padding: 0; }
			.bottom .cta p { font: 15px CrimsonRoman, 'Times New Roman', Times, serif; }
			.bottom .cta h3 { color: #FFF; font-size: 28px;}
		
/* FOOTER */
		
#footer { background: #5C0202 url(../theme/red/bg-footer.jpg) repeat-x; border-top: 3px solid #8E0000; margin: 20px 0 0; padding: 20px 0 40px; color: #BCBFC5; }	
	#footer .inner { width: 960px; margin: 0 auto; }
		#footer .yodlecms_column { padding: 10px 20px; }
			#footer .yodlecms_col_right1 { border-right: 1px solid #904141;  }
			#footer .yodlecms_col_right2 { border-right: 1px solid #904141; border-left: 1px solid #904141; margin: 0 0 0 -1px; }
			#footer .yodlecms_col_right3 { border-left: 1px solid #904141; margin: 0 0 0 -1px; }

	#footer h1,
	#footer h2,
	#footer h3 { margin: 0 0 1em; }
	
	#footer .txtarea {  }
		#footer .txtarea p { margin: 0 0 10px; }

	#footer ul {  }
		#footer ul li { padding: 0; background: none; }
	
	#footer a { color: #fff7b7; text-transform: uppercase; }
		#footer a:hover, 
		#footer li.on a { color: #fff7b7; text-decoration: underline;  }
	
	.payments {  }
		.payments ul { overflow: hidden; }
			.payments ul li { float: left; margin: 3px; }
		.payments h2 { font-size: 18px; }
		.payments img {  }
	
	#footer .services { float: right; padding: 0 20px 0 0; overflow: hidden; }
	
	.bottomnav { float: left; padding: 0 20px 0 0; }

	#footer .privacy-link { font-size: 11px; }
	
/* WIDGETS
-------------------------------*/


/*Image Gallery*/
.gallery {  }


/*Map/Directions*/
.map { border: 1px solid #0C5E79; background: #FFF; padding: 20px; color: #333; }

.hours { overflow: hidden; }
.hours table { width: 100%; }
	.hours table th, 
	.hours table td { border: none; border-bottom: 1px dotted #CCD5D9; padding: 8px 5px; }
	.hours td:first-of-type {  }
	.hours tr:first-of-type { font-weight: bold; }
		

.txtarea img { padding: 3px; margin: 0 6px; -moz-box-shadow: 0 3px 5px #000; -webkit-box-shadow: 0 3px 5px #000; box-shadow: 0 3px 5px #000; }


/* Canvas Fixes
-------------------------------*/
#yodlecms_canvas #content,
#yodlecms_canvas .banner,
#yodlecms_canvas #header,
#yodlecms_canvas .promo { position: static; margin: 0; top: auto; right: auto; bottom: auto; left: auto; padding: 0; }

#yodlecms_canvas .top-button span { display: block;   }


#yodlecms_canvas .yodlecms_widget_content a { pointer-events:none;   }
#yodlecms_canvas .yodlecms_widgetcontainerparent:hover { outline: 3px dashed gray; background: rgba(127, 127, 127, 0.1)}
#yodlecms_canvas .yodlecms_swcframe:hover { outline: 3px dashed blue; background: rgba(64, 64, 255, 0.1)}

