@charset "utf-8";
/* CSS Document */


.team_profile {
	border-bottom: 1px solid #eee;
	padding: 0 0 20px 150px;
	margin: 30px 0;
	position: relative;
	min-height:80px;
	}
	
	* html .team_profile {
		height: 80px;
		}
	
	
	.team_profile img {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0 10px 20px 0;
		}
		
	.team_profile h4 {
		font-size: 12px;
		letter-spacing: normal;
		font-weight: bold;
		line-height: 14px;
		margin: 0;
		}
		
	.team_profile h5 {
		font-size: 10px;
		color: #777;
		line-height: 12px;
		margin: 0 0 .5em;
		}
		
	.team_profile p {
		margin: 0 0 1em 0;
		}
		
.team_profile_contact strong {
	display: block;
	float: left;
	width: 50px;
	font-weight: normal;
	text-transform: lowercase;
	color: #999;
	}
	
	
