@charset "utf-8";
/* CSS Document */
h1{	
	margin-bottom:20px;
	color:#6f6f6f;
}
#contact-details h1{
	color:#007ae2;
}
#body_contact .primary{
	width:300px;
	margin-right:30px;
}
#body_contact .secondary{
	width:610px;
}
#gMap{
	margin-top:0px;
	border:5px solid #f2f2f2;	
}
.contactTop{
	min-height:300px;	
}
.contactBottom{
	border-top:3px solid #f2f2f2;
	margin-bottom:20px;
}
#contact-directions h1,
#enquiry h1,
#map h1{
	color:#7b7b7b;	
}

#gMap html *{
	padding:0px;
	margin:0px;
	border:1px solid red;
	display:none;
}
.teamMember{
	clear:both;
	height:60px;
}

.teamMember img{
	float:left;
	margin-right:10px;
}
.teamMemberDetails{
	float:left;
	width:200px;
}
.teamMemberName{
	font-weight:bold;	
}
.teamMemberDetails span{
	display:block;
}

.captchaField{
	height:50px;	
}

