@charset "utf-8";
/* CSS Document */

#staff_listing {
	min-height:135px;
	margin-bottom:20px;
	clear:both;
}

#staff_listing ul{
	list-style:none;
	padding:0;
	margin:0;
}

#staff_listing p{
	margin:0 0 10px 0;
}

#staff .photo {
	float:left;
	margin: 0 10px 5px 0;
}

.photo img{
	border:0;
}

#staff .name {
	font-size:24px;
	line-height: 26px;
	font-weight:bold;
}

#staff .position {
	font-size:18px;
	line-height:20px;
	margin-bottom:5px;
}

#staff .email {
	line-height:16px;
	margin-bottom:5px;
}

#staff .phone {
	line-height:16px;
	margin-bottom:10px;
}

#staff .biography {
	margin-bottom:5px;
}