.portraits {
	padding-bottom: 30px;
	line-height: 12px;
	width: 100%;
}
.portraits .image {
	height: 220px;
	width: 158px;
	background-image: url(../images/images_bg.png);
	background-repeat: repeat-x;
	background-color: #E2EAED;
	text-align: center;
	padding-top: 22px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-position: bottom;
	padding-bottom: 10px;
	float: left;
}
.portraits .image .name{
	padding-top: 10px;
	font-size: 12px;
	color: #033F5F;
	font-weight: bold;
	padding-bottom: 5px;
}
.portraits .image span, .staff .image span{
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}
.job_title {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B06D3F;
}
.location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	padding-top: 5px;	
}
.job {
	color: #B06D3F;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.left {
	float: left;
}
.staff .image {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2EAED;
}
.staff {
	float: left;
	width: 100%;
}
.staff .image .name {
	color: #033F5F;
	font-weight: bold;
}#mainContent .staff .image p{
	float: left;
	display: block;
	padding-left: 15px;
	width: 190px;
}
.staff .image img {
	float: left;
	margin-left: 20px;
	border: 5px solid #E3EBEE;
}

