@charset "utf-8";
/* CSS Document */

/* /// Nurses /// */
div.nurses {
	width: 490px;
}

div.nurseItem, div.doctorItem {
	margin-bottom: 4.5em;
}
.nurseItem img.nursePhoto, img.doctorPhoto {
	background: transparent url(../../../images/headshots/nurses/border.png) no-repeat top left;
	padding: 6px;
	float: left;
	margin: 0 6px 6px -3px;
}
.doctorProfile img.doctorPhoto {
	margin-right: 10px;
}
.nurseItem h3, .doctorItem h3, .doctorProfile h3 {

}
.nurseItem h4, .doctorItem h4, .doctorProfile h4 {
	color: #8F8F8F;
	font-size: 0.95em;
	margin: 0.1em 0 0.8em;
}
.nurseItem p.nurseIntro {
	color: #005373;
	font-style: italic;
}

/* /// Doctors /// */
div.specialists {
	float: right;
	width: 224px;
}
.doctorProfile {
	position: relative;
	padding-bottom: 2em;
}
.doctorItem h5, .doctorProfile h5 {
	color: #8f8f8f;
	float: left;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: normal;
	width: 42px;
	line-height: 1.7em;
}
.doctorProfile h5 {
	position: absolute;
	left: 84px;
}
.doctorItem span, .doctorProfile span {
	display: block;
	line-height: 1.7em;
}
.doctorProfile span {
	line-height: 1.6em;
	padding-left: 159px;
}
.doctorItem .specImg, .doctorProfile .specImg {
	clear: left;
	font-size: 0.9em;
	margin: 2px 0;
}
.doctorProfile .specImg {
	margin-left: 159px;
	clear: none;
}
.doctorItem .specImg img, .doctorProfile .specImg img {
	margin-bottom: -3px;
}
.doctorItem a, .doctorProfile a {
	text-decoration: none;
}
.doctorItem a:hover, .doctorProfile a:hover {
	text-decoration: underline;
}


/*

** Specialists page CSS styles

*/



.bodyContent .pdf {
	font-size: 0.6em;
	font-weight: normal;
}

.bodyContent .doctorLocReferral {
	float: right;
	position: relative;
	top: -35px;
}

.bodyContent .doctorLocReferral a {
	font-weight: bold;
}

.bodyContent .doctorLocReferral a img {
	position: relative;
	top: 2px;
}

.bodyContent .doctorLocReferral a:link, .bodyContent .doctorLocReferral a:visited {
	text-decoration: none;
}

.bodyContent .doctorWrapper {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #dcd8cd;
}

.bodyContent .doctorImage, .bodyContent .doctorDetails {
	float: left;
}

.bodyContent .doctorImage {
	width: 90px;
	height: 120px;
	margin-right: 7px;
	padding: 7px;
	background: url(../images/doctor-bg.png) top left no-repeat;
}

.bodyContent .doctorName {
	font-size: 13px;
	font-weight: bold;
}

.bodyContent .doctorPosition {
	margin-top: 6px;
	margin-bottom: 15px;
	color: #8d8d8d;
	text-transform: uppercase;
}

.bodyContent .doctorPosition a {
	text-transform: none;
}

.bodyContent .doctorReferral a {
	font-weight: bold;
}

.bodyContent .doctorReferral a img {
	position: relative;
	top: 2px;
}

.bodyContent .doctorReferral a:link, .bodyContent .doctorReferral a:visited {
	text-decoration: none;
}

.bodyContent .doctorContent {
	padding-top: 15px;
}