﻿/* team members */

.team_profile{
	padding: 10px 0 15px 120px;
	position: relative;
	min-height: 150px;
	margin: 15px 0;
}

* html .team_profile{
	height: 170px;
}

.team_profile img{
	position: absolute;
	width: 93px;
	left: 0;
	top: 0px;
}

.team_profile h4{
	margin: 0;
}

.team_profile .team_contact{
	padding: 5px 0;
}

.team_profile .contact_detail{
	display: block;
}

.team_contact strong{
	font-weight: normal;
	font-size: 12px;
	color: #606A74;
	margin-right: 5px;
}

/* team member */

.team_profile_large{
	position: relative;
	padding: 10px 0 20px 255px;
	min-height: 290px;
}

* html .team_profile_large{
	height: 290px;
}

.team_profile_large h1{
	margin: 0;
}

.team_profile_large h4{
	margin: 0 0 6px;
}

.team_profile_large img{
	position: absolute;
	top: 0;
	left: 0;
	width: 218px;
}

.team_profile_large p{
	margin: 18px 0;
}

