/*
-----------------------------
RESET
-----------------------------
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
input, textarea, button {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
	font-size: 62.5%; /* font set to 10px */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/*
-----------------------------
DEFAULTS
-----------------------------
*/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, San-serif;
}

h1 {
	font-size: 1.8em;
	font-weight: lighter;
	line-height: 1.25em;
	padding: 40px 0 4px 16px;
	margin: 0;
	color: #666;
}
h2 {
	font-size: 1.7em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 10px 0;
}
h3 {
	font-size: 1.6em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 10px 0;
	color: #666;
}
h4 {
	font-size: 1.3em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 10px 0;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #ddd;
}
p {
	font-size: 1.2em;
	line-height: 1.25em;
	margin: 10px 0;
}

ul {
	padding-left: 30px;
}
li {
	list-style-type: disc;
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 1.25em;
}

td, th {
}

strong, th {
	font-weight: bold;
}
em {
	font-style: normal;
}
table {
	
}
thead {
}
tbody {
	
}
thead, tbody, td {
}
tr {
}
th {
}
th, td {
	padding: 8px 8px 3px 8px;
}
td {

}
label {
	display: block;
	font-size: 1.2em;
	line-height: 1.25em;
}

a:link, a:visited {
	color: #530000;
}
a:hover {
	color: #BA2929;
}
a:active {
	color: #BA2929;
}


/*
-----------------------------
STANDARD CLASSES
-----------------------------
*/

.hidden {
	display: none;
	height: 0;
}
.bold {
	font-weight: bold;
}
.orange {
	color: #BA2929;
	font-weight: bold;
}
.left_flange, .right_flange {
	height: 9px;
	width: 10px;
	position: absolute;
	bottom: -9px;
}
.left_flange {
	left: 0;
	background: transparent url('../images/graphics/left-flange.png') no-repeat;
}
.right_flange {
	right: 0;
	background: transparent url('../images/graphics/right-flange.png') no-repeat;
}

/*
-----------------------------
MAIN DIVS
-----------------------------
*/

body {
	
}
#wrapper {
	position: relative;
	margin: 0;
}
#header_wrapper {
	margin: 0 10px;
	position: relative;
}
#header {
	background: #C8C8C8 url('../images/graphics/header-bg.png') repeat-x left top;
	width: 100%;
	border: 1px solid #C5C5C5;
	border-top: none;
}
#content {
	clear: both;
	margin: 0 20px;
}
#footer {
	background-color: #ba2929;
	margin: 0 20px;
}

/*
-----------------------------
HEADER
-----------------------------
*/

#header a.logo {
	position: absolute;
	left: 10px;
	top: 0;
}
#phone_number {
	position: absolute;
	right: 10px;
	top: 0;
}
#region-form {
	position: absolute;
	top: 13px;
	left: 300px;
}
#region-form span {
	color: #ffffff;
	padding: 0 5px;
	font-size: 12px;
}

/* 
-----------------------------
ENQUIRY FORM
-----------------------------
*/

#home #enquiry_form, #region #enquiry_form, #state #enquiry_form {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #ba2929;	
	padding: 0 10px 10px;
	overflow: hidden;
	width: 200px;
}
#single #enquiry_form {
	position: absolute;
	left: 11px;
	top: 10px;
	_left: 0;
	width: 200px;
	padding: 0 10px 10px;
	background-color: #ba2929;
}

#enquiry_form h3, #enquiry_form p {
	color: #530000;
}
#enquiry_form p.red {
	color: #ff0000;
}
#enquiry_form h3 {
	margin: 8px 0 5px;
	padding-bottom: 5px;
}

.enquiry_form_row {
	float: left;
	clear: both;
}
#enquiry_form label {
	width: 90px;
	color: #fff;
}
.enquiry_form_field {
	margin: 6px 0 0;
	float: left;	
}
.text {
	width: 195px;
}

#enquiry_form input.submit {
	float: right;
	margin: 10px 0 0;
}
.noscript-show img {
	display: none;
}

/* 
-----------------------------
EVERYTHING ELSE
-----------------------------
*/

.breadcrumbs {
	padding: 3px 8px 4px;
	color: #fff;
	background-color: #ba2929;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	margin: 0;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #fff;
}
#data_wrapper {
	background-color: #F5F5F5;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
}
#home #data_wrapper {

}
#single #data_wrapper {
	padding: 10px 0;
}
#map_wrapper {
	height: 100%;
}
.home_text {
	padding: 10px;
}
.region_text {
	padding: 0 10px;
}
#all_regions, #all_postcode_regions {
	width: 100%;
	padding-bottom: 5px;
}
#region_offices {

}
#extra_locations {
	padding: 0 10px 10px;
}
#extra_locations_table td {
	border: none;
}
#extra_paragraphs {
	padding: 10px;
	overflow: hidden;
}
#extra_paragraphs p {
	width: 31%;
	margin: 0;
	padding: 0 11px;
	float: left;
}
.region p {
	margin: 0;
}
.region a {
	position: relative;
	padding-left: 20px;
}
.region img {
	position: absolute;
	top: 1px;
	left: 0;
}
.office strong, .single_office strong {
	font-weight: normal;
}
#single .office {
	margin: 10px 16px;
}
#region .office div {
	border: 1px solid #C5C5C5;
	border-top: none;
	padding: 0;
	position: relative;
	margin: 0 10px;
}
.office h2, .single_office h2 {
	position: relative;
	background: #BA2929;
	color: #fff;
	margin: 0;	
	padding: 3px 25px 5px 10px;
}
.single_office h2 {
	padding-left: 12px;
}
.office h2 a, .single_office h2 a {
	color: #fff;	
}
.office_number {
	display: none;
}

.office img, .map_office img {
	float: left;
	margin: 10px 10px 5px 20px;
	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 5px;
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #fff;
}
.office .show_on_map {
	float: none;
	margin: 0;
	position: absolute;
	top: -25px;
	right: 0;
	cursor: pointer;
	padding: 0;
	border: none;
	background-color: none;
}
.office p {
	padding: 10px 10px;
	margin: 0;
	color: #444;
}
.office form p {
	text-align: center;
	clear: both;
}
.single_office {
	border: 1px solid #C5C5C5;
	border-top: none;
	padding: 0;
	position: relative;
	margin: 0 10px;
	min-height: 346px;
	position: relative;
}
.single_office h4 {
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
}
.single_office img {
	position: relative;
}
.single_office_inner {
	margin-left: 230px;
	padding-top: 10px;
}
.office_images {
	clear: both;
	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 #530000;
}
.page_notifier {
	clear: both;
	height: 36px;
}
.page_notifier .current_page_text {
	float: left;
	width: 160px;
	padding-left: 20px;
}
.page_notifier .page_links {
	float: right;
	width: 220px;
	padding-right: 17px;
}
.page_link_selected, .page_link:hover {
	background-color: #530000;
	color: #fff !important;
}

#map_holder {
	border: 1px solid #C5C5C5;
	border-bottom-width: 10px;
	position: relative;
}
#map_handle {
	position: absolute;
	left: 45%;
	bottom: -1px;
	height: 19px;
	width: 100px;
	cursor: pointer;
	z-index: 99;
	background: transparent url('../images/graphics/map-handle.png') no-repeat;
	background-position: left -19px;
}
#map_canvas {
	height: 300px;
	background-color: #fff;
	overflow: hidden;
}

/*
-----------------------------
FOOTER
-----------------------------
*/

#footer p {
	margin: 0;
	padding: 10px;
	color: #FFF;
}
