@charset "utf-8";
/* CSS Document */

.teamHeader
{
	margin-bottom: 10px;
	padding-bottom: 6px;
	
	width: 672px;
	border-bottom:2px solid #DDDDDD;
	
	display: block;
	float: left;
}

.teamHeader h2
{
	margin-top: 15px !important; 
	padding-bottom: 1px !important;		
}

.teamCollection
{
	display: block;
	float: left;
	
	width: 672px;
	
	margin-bottom: 10px;
}

.teamCollection .teamMember
{
	height: 235px;
	width: 122px;
	float: left;
	display: block;
}

.teamCollection .teamMember .image
{
	float: left;
	display: block;
	
	width: 122px;
	height: 160px;
	
	margin-bottom: 8px;
}

.teamMemberMarginRight
{
	margin-right: 15px;	
}

#dealingWithPublic
{
	display: block;
	float: left;
	width: 100%;
	clear: left;
}
