@charset "utf-8";
/* CSS Document */
.person {
	margin-bottom:10px;
	display:block;
}
.person .image {
	width:50px;
	height:50px;
	overflow:hidden;
	border: 1px solid #000000;
	float:left;
	display:inline;
	margin-right:15px;
	margin-bottom:5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/emailIcon.gif);
}
.person .name {
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	width:400px;
	margin-top:8px;
	margin-bottom:5px;
	color:#222222;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
}
.person .title {
	font-size:12px;
	line-height:17px;
	font-weight:bold;
	color:#333333;
	display:inline;
	width:250px;
	float:left;
}
.person .email {
	font-size:12px;
	line-height:17px;
	font-weight:normal;
	color:#333333;
	display:inline;
	width:200px;
	float:left;
}
.person .phone {
	font-size:12px;
	line-height:17px;
	font-weight:normal;
	color:#333333;
	display:inline;
	width:130px;
	float:left;
}
.person a.emailIcon {
	width:50px;
	height:50px;
	overflow:hidden;
	display:block;
}
.person a.emailIcon:hover {
	background-image:url(../images/emailIcon.gif);
}
.person a.email {
}
.person a.email:hover {
}
.person .clear {
	clear: both;
	height:1px;
	overflow:hidden;
}
.yearsAnchor {
	margin-left:15px;
}
