#sub-menu ul li {
	width: 135px;
}
#bodyContent {
	position: relative;
}
#bodyContent #intro {
	margin-bottom: 70px;
}
#bodyContent .item {
	margin-bottom: 70px;
	min-height: 372px;
}
#bodyContent .item:last-child {
	margin-bottom: 0;
}
#bodyContent .item .details {
	position: absolute;
	left: 0;
	width: 193px;
	padding-left: 72px;
	padding-bottom: 90px;
	background: #E8E7E5;
}
#bodyContent .item .right-column {
	padding-top: 90px;
	margin-left: 220px;
}
#bodyContent .item h2 {
	position: relative;
}
#bodyContent .item h2 .type {
	margin-left: 17px;
	font-size: 11pt;
	color: #828282;
}
#bodyContent .item h2 .email {
	position: absolute;
	right: 0;
	bottom: 11px;
}
#bodyContent .item .body {
	width: 488px;
}
#bodyContent .item blockquote {
	margin: 20px 0 0 0;
	width: 140px;

	font-family: georgia;
	font-size: 14pt;
	color: #939393;
}
