/*---------------------  Directory  ---------------------*/
ul.dirlist.left {
	float:left;
}
ul.dirlist.right {
	float:right;
}
#col2wide h1 a:hover {
	color:#fff;
	cursor: default;
}
#col2wide .programName h2 a:hover {
	color:#000;
	cursor: default;
}

#facHeading .programName {
	float:left;
	width: 600px;
}

/*---------------------FACULTY--------------------------*/

#facHeading .jumpLink {
	float:right;
	padding: 15px 15px 0 0;
}
.facultyList {
	width: 760px;
	padding: 10px 0 0;
}
.facultyList ul {
	list-style:none;
}
.facultyList ul.left {
	float: left;
	width: 760px;
	padding: 0;
}
.facultyList ul li {
	border: 1px solid #ccc;
	font-weight: bold;
	list-style: none outside none;
	margin: -1px 0 0;
	padding: 10px;
}
.facultyList ul li {
	min-height:30px;
}
.facultyList ul li.facultyAlt {
	min-height:30px;
}
.headshot {
	visibility: hidden;
	float: left;
	width: 0;
	height: 0;
	margin: 0;
}
.facultyMember img {
	float: left;
	width:71px;
	height:71px;
}
.facultyMember h2 {
	font-size: .99em;
        margin: 0;
        padding:0;
        text-transform: none;
        float: left;
        width: 150px;
}
.facultyMember h3 {
	padding:0;
	margin: 0;
        text-indent: -999999px;
        visibility: hidden;
        height:0;
}
.facultyMember .phone {
	float: left;
	width: 110px;
	padding-left: 25px;
	background-image: url(/~/media/Images/westphal/ui/phone.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 90%;
}
.facultyMember .email {
	float: left;
	width: 200px;
	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;
	font-size: 90%;
}
.facultyMember .office {
	float: left;
	width: 150px;
	padding-left: 25px;
	background-image: url(/~/media/Images/westphal/ui/office.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 90%;
}