ul#employees {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.adr, p.org{
	display:none;
}

.staffPhoto {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 125px;
	height: 150px;
}

.photo {
	width: 100px;
	height: 100px;
	border: 3px solid #d3dde6;
}

.staffContent {
	margin-left: 140px;
}

.fn {
	margin: 0;
	line-height: 1;
}

p.title {
	font-size: .7em;
	font-weight: normal;
	color: #444;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
}

p.notes {
	font-size: .9em;
}

div.tel, div.email {
	font-size: .65em;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
}

div.email {
	margin-bottom: 1.5em;
}

.tel .type, .email .type {
	color: #002c77;
}


div.email .value {
	text-transform: none;
}

.expertise, .education {
	list-style: square;
	margin: 0;
	padding: 0;
	font-size: .85em;
	padding-left: 1em;
	margin-bottom: 1em;
}
