#social { float: right; }
#social p { float: left; }
#facebook {
	background: url(../images/facebook.png) no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	margin: 4px 2px 0px 2px;
	}
#twitter {
	background: url(../images/twitter.png) no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	margin: 4px 0 0 0;
}
#facebook_link { 
	background: url(../images/facebook_link.png) no-repeat;
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
	margin: 4px 2px 0px 2px;
	}
#twitter_link { 
	background: url(../images/twitter_link.png) no-repeat;
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
	margin: 4px 2px 0px 2px;
	}

#contactdetails {
	float: left;
	width: 270px;
	margin: 0 20px 0 0;
}
#contactdetails h2 { 
	font-size: 18px;
	font-weight: bold;
}
#gmap {
	float: left;
	margin: 0 20px 0 0;
}
#gmap img { float: left;}
#directions {
	background: #000;
	box-sizing: padding-box;
	-moz-box-sizing: padding-box;
	-webkit-box-sizing: padding-box;
	color: #fff;
	clear: both;
	float: left;
	padding: 10px;
	width: 100%;
}
#enquiry_form {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 300px;
}
.contact_detail {
	margin: 0 0 5px 0; 
}
.valid {
	color: #6fb111 !important;
}
#ems-contact-us-form .form-item label { float: left; width: 150px; }
#ems-contact-us-form #edit-message-wrapper label { float: none; }
#ems-contact-us-form #edit-message-wrapper .resizable-textarea { width: 100%; }
#ems-contact-us-form .form-item input { width: 210px;}
#ems-contact-us-form #edit-submit-div input {
	cursor: pointer;
	float: right;
}
#block-ems_contactus_v2-3 { 
	float: right;
	font-size: 11px;
	text-align: right;
}
#block-ems_contactus_v2-4 { float: left; }
#footer_details h2 {
	font-size: 12px;
	font-weight: bold;
}