.staff-related-news {
	
}

.staff-related-news .staff-related-news-headline {
	margin-bottom: 10px;
	margin-top: 20px;
	
	background: url("../img/v3-site-bg-light.png") repeat scroll 0 0 #F7FAFA;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 4px #5D5D5D inset;
	clear: both;
	color: #949494;
	font-size: 1.5em;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 3px;
	padding: 10px;
}

.staff-related-news-image {
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.staff-related-news-image img {
	width: 80px;
}

.staff-related-news-text {
	float: right;
	width: 520px;
	position: relative;
	display: inline;
}

.staff-related-news h3 {
	margin-top: 0;
	padding-top: 0;
	font-weight: bold;
}