/*---------------------FACULTY--------------------------*/
#facHeading {
	visibility:hidden;
	text-indent:-999999px;
}
#facHeading .programName {
	float:left;
}
#facHeading .jumpLink{
	float:right;
}
.facultyList {
	width: 760px;
	padding: 10px 0 0;
}
.facultyList ul {
	list-style:none;
}
.facultyList ul.left {
	float: left;
	width: 760px;
	padding: 0;
}
.facultyList ul li {
	list-style: none outside none;
        margin:10px 0;
        font-weight: bold;
}
.ie7 .facultyList ul li {
	height: 90px;
}
.headshot {
	float: left;
	width: 71px;
	height: 71px;
	background-image: url(/~/media/Images/westphal/ui/noPhoto);
	margin: 10px;
}
.facultyMember img {
	float: left;
	width:71px;
	height:71px;
}
.facultyMember h2 {
	font-size: .99em;
        margin: 2px 0 5px;
        text-transform: none;
}
.facultyMember h3 {
	font-size: .99em;
	margin: 0 0 15px 0;
        text-transform: none;
}

.facultyMember .phone {
	float: left;
	width: 120px;
	padding-left: 25px;
	background-image: url(/~/media/Images/westphal/ui/phone.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.facultyMember .email{
	float: left;
	width: 230px;
	padding-left: 25px;
	background-image: url(/~/media/Images/westphal/ui/email.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: auto;
	margin:0 10px  0 0;
}
.facultyMember .office{
	float: left;
	width: 230px;
	padding-left: 25px;
	background-image: url(/~/media/Images/westphal/ui/office.png);
	background-repeat: no-repeat;
	background-position: left top;
}