
.stafflist {
	width: 763px;
	clear: both;
}

.stafflist .heading {

	background-color: #01539d;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 3px;
}

.stafflist .member {
	clear: both;
	margin-top: 5px;
	border-top: 2px solid #01539d;
	padding-top: 5px;
	width: 763px;
}



.stafflist .photowrap {
	width: 146px;
	clear: both;
	float: left;
	margin-bottom: 5px;
}
	
.stafflist .details {
	width: 380px; 
	float: left; 
	margin-bottom: 5px;	
}

.stafflist .extralinks {
	width: 50px;
	float: right; 
	text-align: right;
}

.stafflist .extralinks a {
	width: 50px;
	display: block;
	float: right;
	background: #01539d;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 2px 0px;
	text-decoration: none;
}

.stafflist .extralinks a:hover { 
background: #D30909;
}
