.h1 	{ 
	color: #888;
	font-family: Georgia;
	font-size: 1.3em;
	text-decoration: none;	
	margin: 15px 0 20px 5px;
	padding-bottom:5px;
	border-bottom:1px dashed #ccc;
}

.gmap_link {
	background: url(img/link.png) no-repeat top right;
	padding: 0px 18px 0px 0px;
	font-weight: normal;
	font-size: 0.8em;
	/*color:#aaa;*/
	white-space: nowrap;
}

#clr {
	clear: left;
}
#map {
	float: left;
	width: 450px;
	margin-bottom: 5px;
}
#address {
	float: left;
	width: 400px;
	padding: 0 0 0 20px;
}
#address .h2 {
	font-family: calibri;
	font-size: 1em;
	color:#999;
	text-decoration: none;
	padding-bottom: 8px;
}

#team 	{
	position: relative;
	float: left;
	width: 100%;
	padding: 2px 2px 2px 2px;
}
#team #person {
	position: relative;
	float: left;
	width: 450px;
	height: 100%;
	margin: 0 0 20px 0;

}
#team #person .top {
	position: relative;
	float: left;
	width: 160px;
	height: 220px;
	padding: 3px 3px 3px 3px;
	display:block;
	border:1px solid #eee;
}
#team #person .executive {
	position: relative;
	float: left;
	width: 135px;
	height: 190px;
	padding: 3px 3px 3px 3px;
	display:block;
	border:1px solid #eee;
}
#team #person .photo {
	position: relative;
	float: left;
	width: 115px;
	height: 160px;
	padding: 3px 3px 3px 3px;
	display:block;
	border:1px solid #eee;
}
#team #person .namedesc{
	float:left;
	width: 250px;	
}
#team #person .fullname{
	clear:left;
	font-weight: bold;
}
#team #person .position{
	clear:left;
	margin-bottom: 5px;
}
#team #person a.email {
	font-size:0.9em;
	font-weight: normal;
	color: #888;
}
#team #person .mobile {
	font-size:0.7em;
	font-weight: normal;
	color: #888;
}
#team .h2 {
	clear:left;
	width:100%;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	padding: 10px 0 10px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #bbb;
}
