body{
	margin:0;
	height:0;
	font: 12px/16px Verdana, Geneva, sans-serif;
	text-align:center;
}

div#wrapper{
	margin:0 auto;
	text-align:left;
	width:960px;
	border:1px solid #C0DFFD;
	border-top:0;
	border-bottom:0;
}

h2,h3,h4{
	margin:0 0 1.5em 0;
	padding:0;
}
p{
	margin:0 0 1em 0;
	padding:0;
}
h2{
	color:#003366;
	font-weight:normal;
	line-height:1.5em;
}
h3{
	color:#003366;
	font-weight:normal;
	line-height:1.5em;
}
h4{
	color:#003366;
}

.r{
	margin:0;
	padding:0;
	position:relative;
	display:block;
}
.r span{
	display:block;
	position:absolute;
	left:0; top:0; z-index:1;
	background-position:top left;
	background-repeat:no-repeat;
}

div#main{
	width:700px;
	padding:20px;
	float:left;
}

div#intro{
	padding-right:300px;
	padding-bottom:20px;
	margin-bottom:20px;
	background:url(../img/customers.jpg) top right no-repeat;
}

div.col_1_2{
	width:480px;
}

/* before and after */

div.ba_left{
	width:450px;
	float:left;
	margin-right:20px;
	padding-bottom:30px;
}
div.ba_right{
	width:230px;
	float:right;
	text-align:right;
	padding-bottom:30px;
}
div.ba_left div{
	clear:both;
	_height:1%;
	overflow:hidden;
	margin-bottom:2em;
}
div.ba_left div img{
	float:right;
	margin:0 0 10px 20px;
}
div.ba_left ul{
	margin:0 0 1em 0;
	padding:0 0 0 1.5em;
}
div.ba_left ul li{
	padding:0 0 0 0.5em;
	margin:0 0 1em 0;
}

#patient_pics{
	clear:both;
	float:left;
	width:700px;
	_height:1%;
	overflow:hidden;
	margin-bottom:2em;
}
#patient_pics a{
	border:2px solid #9ab;
	margin:0 8px 8px 0;
	display:block;
	float:left;
	height:102px;
	width:86px;
	overflow:hidden;
}
#patient_pics a:hover{
	border-color:#036;
}

/* questions */

div.question{
	width:500px;
	margin-bottom:2em;
}

/* services */

div.services{
	_height:1%;
	overflow:auto;
}
div.services ul{
	list-style:none;
	margin:0;
	padding:0;
}
div.services ul li{
	display:block;
	padding:5px;
	border:1px solid #036;
	margin:0 10px 10px 0;
	width:210px;
	float:left;
}

form{
	width:400px;
}

form h3, #member_form h3{
	margin-bottom:0;
	padding-bottom:0;
}
form fieldset, div.fields{
	border:0;
	border-top:1px solid #ccc;
	padding:10px 0;
	margin-bottom:2em;
}
div.field{
	padding:0 0 5px 0;
	overflow:hidden;
	_height:1%;
}
div.field label{
	width:180px;
	float:left;
	display:block;
}
div.fields div.field label{
	color:#666;
}
div.field input, div.field select, div.field textarea, div.field span{
	float:left;
	display:block;
}
div.field input, div.field span{
	width:180px;
	padding:1px 3px;
}
div.field.extended span{
	margin-left:18px;
}
div.field textarea{
	clear:both;
	width:300px;
	height:50px;
	margin-bottom:13px;
}
div.field.long label{
	width:300px;
	padding-bottom:10px;
}
fieldset div.field p{
	clear:both;
	padding-top:1em;
	font-size:80%;
	color:#333;
	line-height:1.4em;
}