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

.clearing    {
	clear: both;
}
.bodyLayout #container #mainContent .staff {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 15px;
	overflow: auto;
}
.bodyLayout #container #mainContent .staff h5 {
	margin-bottom: 10px;
	font-weight: normal;
}
.bodyLayout #container #mainContent .staff img {
	float: left;

}
.bodyLayout #container #mainContent .staff p {
	padding-left: 150px;
}
.bodyLayout #container #mainContent .staff.small{
	width: 145px;
	float: left;
	clear: none;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 0px;
	height:185px;
	overflow:visible;
}
.bodyLayout #container #mainContent .staff.small h5 {
	text-align: center;
}
.bodyLayout #container #mainContent .staff.small img {
	float: none;
	margin-bottom: 10px;
}