/* CSS Document */

div#content_block{
	background-image: url("../images/doctors.bkg.gif");
}

div.doctor_column{
	float: left;
	margin-right: 2px;
}

/* @group Doctor Cells */


div.doctor{
	height: 107px;
	width: 403px;
	clear: both;
	padding-top: 10px;
	margin-top: 2px;
	
	border: 1px solid #beb7ae;
	background-image: url("../images/doctors/box.bkg.gif");
}
div.asps{
	background-image: url("../images/doctors/asps.box.bkg.gif");

}
div.asbs{
	background-image: url("../images/doctors/asbs.box.bkg.gif");

}
/* Doctor Name */
div.doctor h4{
margin: 0;
padding: 0;
}

/* Doctor Location List */
div.doctor ul{
	list-style-type: none;
	margin: 0;
	margin-left: 10px;
	
	font-size: 10px;
}

div.doctor img.doctor_img {
	height: 97px;
	width: 97px;
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	background-image: url("../images/doctors/dr.placeholder.gif");
	background-repeat: no-repeat;
}

div.doctor a img.doctor_img{
	border:0;
}

div.doctor a{
	color: #757575;
	text-decoration:none;
}
div.doctor p.doctor_title{
	margin:0;
	font-size:10px;
} 
/* @end */
