/*
-----------------------------
STANDARD CLASSES
-----------------------------
*/

.hidden {
	display: none;
	height: 0;
}
.bold {
	font-weight: bold;
}
.orange {
	color: #FD8932;
	font-weight: bold;
}

/*
-----------------------------
MAIN DIVS
-----------------------------
*/

#content {
	float: left;
	width: 400px;
}

/* 
-----------------------------
ENQUIRY FORM
-----------------------------
*/

#enquiry_form {
	background-color: #C6DCF1;
	float: left;
	width: 157px;
	padding: 0 6px 10px;
	margin-left: 5px;
}
#enquiry_form strong {
	text-transform: uppercase;
	font-weight: bold;
}
#office #enquiry_form {
	float: right;
	margin-right: 5px;
}
#enquiry_form h3, #enquiry_form p {
}
#enquiry_form p.red {
	color: #ff0000;
}
#enquiry_form h3 {
	margin: 8px 0 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #B4CDE8;
	color: #444444;
	font-weight: normal;
}

.enquiry_form_row {
	float: left;
	clear: both;
}
#enquiry_form label {
	width: 90px;
}
.enquiry_form_field {
	margin: 6px 0 0;
	float: left;	
}
.text {
	width: 150px;
}

#enquiry_form input.submit {
	float: right;
	margin: 10px 0 0;
}
.noscript-show img {
	display: none;
}
#enquiry_form a {
	text-decoration: underline;
}

/* 
-----------------------------
EVERYTHING ELSE
-----------------------------
*/

h1 {
	color: #444444;
	margin: 6px 5px 7px;
	font-weight: bold;
	line-height: 24px;
	font-size: 21px;
}
.breadcrumbs {
	padding: 5px 8px 5px;
	margin: 0;
	background-color: #B4CDE8;
	overflow: hidden;
}
.main_image {
	margin-bottom: 10px;
}
#data_wrapper a, .home_text a, .breadcrumbs a {
	color: #000000;
	text-decoration: underline;
}
#data_wrapper a:hover, .home_text a:hover, .breadcrumbs a:hover {
	color: #777777;
	text-decoration: underline;
}
#data_wrapper {
}

#home #data_wrapper {
	padding-top: 5px;
}
#office #data_wrapper {
	padding: 10px 0;
}

.home_text {
	clear: both;
	background-color: #fff;
	padding: 10px;
}
.home_text h3 {
	margin: 0;
}
.region_text {
	padding: 0 10px;
}
#all_regions, #all_postcode_regions {
	width: 100%;
	background-color: #fff;
	padding-bottom: 5px;
}
#region_offices {
	
}
#extra_locations {
	padding: 0 10px 10px;
}
#extra_locations_table td {
	border: none;
}
#extra_paragraphs {
	padding: 10px;
	overflow: hidden;
	clear: both;
}
#extra_paragraphs .paragraph {
	width: 29%;
	margin: 0;
	padding: 0 11px;
	float: left;
}
.region {
	padding: 3px;
}
.region p {
	margin: 0;
}
.region a {
	position: relative;
	padding-left: 20px;
}
.region img {
	position: absolute;
	top: -1px;
	left: 3px;
	border: none;
}
.office {
	background-color: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
}
.office strong, .single_office strong {
	font-weight: normal;
}
.office div {

}
.office_number {

}
.office h2 {
	margin: 8px 10px 0;
	font-weight: normal;
}
.office h2, .single_office h2 {
	
}
.single_office h2 {
	margin: 0 10px 8px;
}
.office h2 a, .single_office h2 a {
	
}

.office img, .map_office img {
	float: left;
	margin: 10px 10px 0 10px;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
}

.map_office {
	width: 400px;
}
.map_office img {
	float: left;
	margin: 0 10px 5px 0;
}
.single_office img {
	float: left;
	margin: 0 10px 0;
	border: 1px solid #ccc;
	padding: 3px;
}
.office p {
	padding: 0 10px;
	color: #444;
}
.office form {
	float: right;
}
.office form p {
	text-align: center;
	clear: both;
	margin: 0 0 10px;
}
.single_office {

}
.single_office h4 {

}
.single_office_inner {

}
.single_office p, .single_office h4 {
	margin-left: 10px;
	margin-right: 10px;
}
.office_images {
	padding: 0 10px;
}
.office_images img {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 5px 5px 0;
	background-color: #fff;
}
.page_links {
	text-align: right;
}
.page_link {
	background-color: #fff;
	padding: 0 5px 2px;
	margin-right: 2px;
	border: 1px solid #DE8B41;
}
.page_notifier {
	clear: both;
	height: 36px;
}
.page_notifier .current_page_text {
	float: left;
	width: 160px;
	padding-left: 10px;
}
.page_notifier .page_links {
	float: right;
	width: 220px;
	padding-right: 7px;
}
.page_link_selected, .page_link:hover {
	background-color: #DE8B41;
	color: #fff !important;
}
#map_canvas {
	margin: 10px;
	float: right;
	height: 300px;
	width: 300px;
	clear: right;
}