/*  Colors

main blue: #9bbbd8
light blue: #dae6f1
page width 858px

 */

/* All pages formatiing */

body{
	margin: 0px 2em;
	background-image: url(../images/bg-image.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
p{
	text-indent: 2em;
}
.container{
	width: 858px;	
	margin: 0 auto;
}
img {
	border: 0;
	margin: 0;
	margin-top: 0;
	padding: 0;
}
.header{
	margin: 0;
	padding: 0;
	width:858px;
	height: 174px;
}
strong{
	font-size: 24px;
	font-weight: bold;
}
#logoArea{
	margin: 0;
	width: 300px;
	float:left;
	height: 174px;
	background-image:url(../images/header_part1.jpg);
}
#titlearea{
	margin: 0;
	width: 593px;
	height: 134px;
	float:right;
}
#btns{
	margin: 0;
	float: right;
	padding: 0;
}
.footer{
	width:	858px;
	clear: left;
	text-align: center;
	padding: 2em auto 0 auto;
	margin: 2em 0 0 0;
	overflow: auto;
}
.header_half{
	width: 558px;
	height: 174px;
	background-image:url(../images/header_part2.jpg);
	float: left;
	vertical-align: bottom;
	position: relative;
}

.links{
	width: 800px;
	height: 40px;
	position:relative;
	z-index: 99;
	top: 134px;
	left: -170px;

}

.links ul{
	height:40px;
	margin:0;
	padding:0;
	display: inline;
}

.links ul li{
	height:40px;
	display: inline;
	float: left;
	margin-right: 20px;
}

.links ul a{
	height:40px;
	color: black;
	display: block;
	line-height: 40px;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

.links ul a:hover{
	color: white;
}

/* main page styling  */
#sidebar{
	float: left;
	clear: left;
	width: 220px;
	height: 559px;
	background-image:url(../images/banner-4.png);
	margin-right: 10px;
}
#submit_email{
	text-align: center;
	width: 180px;
	border: solid thick #dae6f1;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: .25em;
}
#maincontentarea{
	padding-top: 10px;
	width: 628px;
	float: right;
}
#maparea{
	text-align: center;
	margin: 10px auto 0 auto;
}
#textarea{
	width: 310px;
	float: left;
	margin: 0;
	padding: 0 5px;
	
}
#rightcolumn{
	float: right;
	Width: 300px;

}
#imagerotater{
	margin: 0 auto 10px auto;
}

#beforesandafters{
		margin: 10px auto;
		padding-top: 10px;
		text-align: center;
}

/* Subsequent page formatting */
.location_header{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px;
	clear: left;
	clear: right;
	background-image: url(../images/bg-header.png);
	width: 858px;
	border-top: 1px double #ffffff;
	border-bottom: 1px double #ffffff;
	
}
.location_image{
	float: left;
	clear: left;
	vertical-align: top;
	width: 300px;
	text-align: center;
}
.location_text{
	vertical-align: middle;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	float: right;
	width: 520px;
	clear: right;
}
.sub_buttons{
	background-color: #dae6f1;
	height: 24px;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;	
	color: #FFFFFF;
}
.sub_buttons a:link, .sub_buttons a:visited {
	color: #ffffff;
	text-decoration: underline;
	background-color: #9bbbd8 ;
}

.sub_buttons a:hover{
	color: #000000;
	text-decoration:overline;
	text-decoration: underline;
}

/* appointment page */

.formLabels{
	width: 300px;
	float: left;
	text-align: right;
}
.fields_area{
	width: 558px;
	float: right;
	text-align: left;
}

/* Testimonials page */
.testimonials{
	width: 858px;
	border-top: thin solid #dae6f1;
	padding: 5px;
	margin: 10px;
	clear: both;
}
.testimonials .location_image{
	width: 120px;
	text-align: left;
	float: left;
	clear: left;
	margin: 2px;
}

.testimonials .stars{
	float: right;
	width: 730px;
	text-align: left;
	height: 40px;
	margin: 2px;
	padding: 0;
}
.testimonials .location_text{
	float: right;
	text-align: left;
	clear: right;
	width: 730px;
	margin: 0 0 10px;
	padding: 0 0;
}

/* Serivices Pages */
.specials{
	width: 310px;
}

.service{
float: left;
text-align: left;
width: 150px;
clear:left;

}
.price{
float: left;
width: 150px;
text-align: left;
}

.specials h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line
}

.blue{
	background-color:#dae6f1;
}

#servicearea{
	width: 540px;
	height: 622px;
}

.subInfo{
	margin-top: 30px;
	font-size: 9px;
}