/* CSS Document */
@import url("home.css");

.SubPgTitle{
padding-bottom: 20px;
}

.BioBox{
width:900px;
}
	.Bio{
	float:left;
	padding:0 35px 0 0;
	width:410px;
	}
.StaffPage #BodyContent img {
border:1px solid #fff;
padding:2px;
margin:0 5px 0 0;
}	
.StaffPage #BodyContent .SubPgTitle {
border:none;
padding-bottom: 20px;
}
.StaffPhoto{
float:left;
margin:0 0 20px;
}

.SubPageHR{
border-top:1px solid #ccc;
border-left:none;
border-right:none;
border-bottom:none;
clear:both;
margin:20px auto;
margin-bottom:20px;
padding:0;
}

.DoctorList li{
float:left;
list-style:none;
margin:0 0 40px 0;
text-align:center;
width:308px;
}

.ContactAddress{
float:left;
width:500px;
}
#ContactForm{
float:right;
margin:0;
}
#ContactForm li{
list-style:none;
margin:0;
padding:0;
}
#ContactForm li{ /* Vertical spacing between form fields */
margin:4px 0;
}
#ContactForm label{ /* Styles for descriptions */
width:150px;
display:block;
float:left;
}
#ContactForm input{
width:200px;
}
#ContactForm textarea{
width:204px;
height:80px;
}
#ContactForm .SubmitBtn{
height:20px;
width:100px;
background:#FFC800;
color:#333;
}
.TourImages img{
border:3px solid #AAA;
margin:0 23px 40px 0;
}
#Parity{
display:none;
}
