﻿@charset "utf-8";
.empList     {
	margin-bottom: 10px;
	border: 1px solid #efefef;
	padding: 5px;
	width: 96%;
}
.empList .empPicture {
	float: left;
	height: 180px;
	width: 120px;
}
.empList .empHeading {
	margin-left: 130px;
}
.empList .empBio {
	margin-left: 130px;
}
#staffList li {
	list-style-type: none;
	display: block;
}
.empList .empBio p {
	text-align: justify;
	text-indent: 2em;
}
.empList .empClear {
	clear: left;
	height: 1px;
	width: auto;
	display: block;
}

