/* CSS File for Staff Profile Block */
.staff_profile {
	float: left;
	margin: 0 10px 0 0;
	width: 305px;
	height: 140px
	}
.column .staff_profile { margin: 0; }
.staff_profile img {
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #CCC;
	width: 85px;
	}
.staff_profile div {
	float: left;
	width: 180px;
	}
.main .staff_profile p, .staff_profile p {
	margin: 0;
	padding: 0;
	text-align: left;
	}
.staff_profile p.name {
	font-weight: bold;
	font-size: .9em;
	}
.staff_profile p.title {
	font-style: italic;
	font-size: .80em;
	}
.staff_profile .profile-contacts {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
.staff_profile li.email, .staff_profile li.phone {
	padding: 0 0 0 15px;
	margin: 2px 0;
	}
	