h1 {
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.margtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.padright10 {
	padding-right: 10px;
}
.width {
	width: 200px;
	height: 15px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left: 5px;
	float: right;
}
#contactdetails {
	font-size: 11px;
	width: 360px;
}
#contactdetails table {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#contactdetails .title {
	background: url(../images/contact-tb-bg.jpg);
	font-weight: bold;
	color: #333333;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	vertical-align:top;
	width:60px;
}
#contactdetails .map {
	border-left: 1px solid #CCCCCC;
}
#contactdetails .heading {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding: 5px;
	background: url(../images/contact-tb-hd.jpg);
}
#contactdetails .content {
	color: #333333;
	border-top: 1px solid #CCCCCC;
	vertical-align:top;
	padding:5px;
}
.backbutton {
	display: block;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border:1px solid #ccc;
	text-decoration:none;
	margin:10px 10px 20px 0;
}
.backbutton:hover {
	border:1px solid #ccc;
	color:#FFF;
	background:#004990;
}

div#extra_map {
	width:400px;
	height:300px;
	margin:15px 0 0 5px;
	border:1px solid #c0c0c0;
}

div#google_map {
	margin:5px 0 0 5px;
	border:1px solid #c0c0c0;
	width:400px;
}
div#google_map div#map_canvas {
	width:100%;
	height:300px;
}
div#map_status {
	border:1px solid #f00;
	padding:5px;
	margin:10px;
	margin-left:5px;
	text-align:center;
	float:left;
	color:#f00;
	font-size:11px;
	font-weight:bold;
	width:390px;
}

div#contact_details {
	width:270px;
	margin-right:5px;
}

hr.clear {
	line-height:0px;
	height:0px;
	border:none;
	border-bottom:1px solid #ABE3E0;
	color:#f00;
	width:94%;
	margin:0;
	padding:0;
	margin:0 auto;
}

div#contact_details h2 {
	font-size:12px;
	color:#777;
	margin-bottom:-8px;
}
div#contact_details p {
	color:#202A68;
	font-weight:bold;
	font-size:11px;
}

div#section_a {
	float:left;
	margin:10px 0 15px 0;
}
div#section_a img {
	display:block;
	margin:0 5px 0 5px;
}
span#depot_name {
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#000;
	margin-top:3px;
}
span#enquiry a {
	display:block;
	float:right;
	font-size:11px;
	font-weight:bold;
	margin-top:3px;
	text-decoration:none;
	margin-right:5px;
}
img#arrow { float:left; }
img#enq_img { float:right; }

div#section_b {
	float:left;
	margin:5px 0 10px 0;
	width:100%;
}
div#sec_b_left {
	float:left;
	padding-left:10px;
}
div#sec_b_right {
	float:right;
	padding-right:10px;
}

div#section_c {
	float:left;
	margin:5px 0 10px 0;
	padding-left:10px;
}

div#enq_form {
	border:1px solid #ccc;
	margin:15px 0 10px 5px;
	padding:5px;
}
div#enq_form p {
	display:block;
	float:left;
	clear:both;
	margin:0 0 5px 0;
	width:100%;
}
div#enq_form label {
	color:#666;
	display:block;
	float:left;
	width:110px;
	line-height:23px;
}
div#enq_form input.std {
	width:560px;
}
div#enq_form textarea.std {
	width:560px;
}

p#contact_msg_ok, p#contact_msg_bad {
	display:block;
	padding:10px;
	text-align:center;
}
p#contact_msg_ok { border:1px solid #060; color:#060; }
p#contact_msg_bad { border:1px solid #f00; color:#f00; }
.asterisk {
	font-weight:bold;
	color:#f00;
	font-size:14px;
}

ul#form_err {
	display:block;
	border:1px solid #f00;
	color:#f00;
	float:left;
	width:100%;
	padding:10px;
}
ul#form_err li {
	margin-left:20px;
}
