@charset "utf-8";
#top {
	background-image:url(meet-the-team_top.jpg);
}
#topmenu a:hover, a.selected:hover {
	border-bottom:5px solid #1C3664;
	color:#99ADC2;
}
#topmenu a.selected {
	margin:16px 16px 0 0;
	padding:4px 4px;
	text-decoration:none;
	border-bottom:5px solid #8E9BB2;
	color:#99ADC2;
}
#topmenu a.selected:hover {
	border-bottom:5px solid #1C3664;
	color:#99ADC2;
}
#content {
	background-image:url(square_people.png);
	background-repeat:no-repeat;
	background-position:12px 20px;
}
div.team_photo {
	float:left;
	width:270px;
	margin-top:5px;
}
div.team_photo img{
	padding:2px;
	background-color:#FFF;
	border-color:#E1E1E1;
	border-style:solid;
	border-width: 5px 5px;
}
