@charset "UTF-8";
#physicianPicture {
	clear: left;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	margin-left: 0px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	height: 180px;
	width: 140px;
}
#physicianName {
	float: left;
	width: 210px;
}
#physicianQuote {
	clear: both;
	float: left;
	height: auto;
	width: 380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #9E1935;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 18px;
}
#physicianColumnLeft {
	float: left;
	width: 180px;
}

#physicianColumnRight p  {
	font-size: 11px;
	line-height: 16px;
}
#physicianColumnLeft p  {
	font-size: 11px;
	line-height: 16px;
}
#physicianColumnRight {
	float: right;
	width: 180px;
}
#physicianFooter {
	clear: both;
	float: left;
	height: auto;
	width: 380px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#physicianBio {
	clear: both;
	float: left;
	height: auto;
	width: 380px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	margin-top: 20px;
	margin-bottom: -12px;
}

