/**
* contact us page
*/
h1 {
	color: #0b004e;
	font-size: 19px;
	margin: 20px 5px 0 0;
}

h2 {
	font-size: 12px;
	color: #0b004e;
	font-weight: normal;
	margin-bottom: 7px;
}

#content h3 {
	color: #0b004e;
	background: url(/templates/main/images/newsbullet-active.gif) left top no-repeat;
	font-size: 16px;
	padding-left: 25px;
	height: 30px;
	margin: 0px;
	margin-left: 15px;
	position: relative;
}

h3 .fullCircle {
	display: block;
	position: absolute;
	top: 10px;
	left: -18px;
	width: 8px;
	height: 8px;
	background: url('/templates/main/images/contact-us/greyBullet.gif') left top no-repeat;
}

h3 .circle {
	display: block;
	position: absolute;
	top: 10px;
	left: -20px;
	width: 10px;
	height: 10px;
	background: url('/templates/main/images/contact-us/greyBulletDark.png') left top no-repeat;
}

h3 .title {
	background-color: #FFFFFF;
}

h4 {
	font-size: 12px;
	color: #0b004e;
}

strong {
	color: #0b004e;
	display: block;
	float: left;
	width: 70px;
}

a.email {
	color: #E42534;
}

input.go {
	position: relative;
	top: 3px;
}


/**
* Intro text
*/
#contactus {
	margin-left: 80px;
	border-top: transparent 1px solid;
}


/**
* Branches
*/
#branches {
	width: 250px;
	float: left;
	display: inline;
	margin-top: 30px;
}

#branches ul.active {
	display: block;
}

#branches ul {
	display: none;
}

#branches ul li {
	margin:0 0 0 10px;
	font-size: 12px;
}

#branches ul li a.active {
	color: #E42534;
}

#branches ul li a {
	color: #809FBB;
}

#branches ul li.active {
	color: #E42534;
}

#branches .ccontent {
	border-left: #C9DAE4 1px solid;
	border-bottom: #C9DAE4 1px solid;
	padding-left: 15px;
	padding-top: 15px;
}

/**
* Map
*/
#map {
	width: 364px;
	height: 426px;
	float: left;
	display: inline;
	margin-top: 33px;
	margin-bottom: 35px;
	position: relative;
	background: transparent url('/templates/main/images/contact-us/maps/map.gif') left top no-repeat;
}

#map p {
	margin: 0px;
	padding: 0px;
}


/**
* Bottom image
*/
#bottomImage {
	margin-left: 435px;
	margin-top: 20px;
}
/**
* Contact block
*/
#address {
	width: 265px;
	float: left;
	display: inline;
	margin-top: 30px;
}

#address ul {
	border-left: #C9DAE4 1px solid;
	margin: -10px 0 0 0;
	padding: 0px;
}

#address ul li {
	border-bottom: #C9DAE4 1px solid;
	padding-left: 35px;
	background-position: 15px 3px;
	font-weight: bold;
	color: #809FBB;
}

#address ul li .strong {
	color: #0b004e;
}

#address ul li .normal {
	font-weight: normal;
	color: #424242;
}

#address ul li input.myPostcode {
	border: #809FBB 1px solid;
	width: 100px;
}

#address ul li address{
	display: block;
	margin-left: 70px;
	font-style: normal;
	line-height: 17px;
	background-color: #FFFFFF;
}

/**
* Get directions page
*/
#gMap  {
	border: #809FBB 1px solid;
	width: 585px;
	height: 450px;
	margin-right: 30px;
	margin-top: 40px;
	float: left;
	display: inline;
}

#gDirections .adp-list {
	width: 260px;
	padding: 0px;
	margin: 0px;
}

#gDirections .adp-list * {
	padding: 0px 10px;
}

#gDirections {
	width: 260px;
	float: left;
	display: inline;
	margin-top: 40px;
}

#content p.error {
	margin: 20px 0;
	font-weight: bold;
	color: #809FBB;
}
#setLocation {
	border-top: #809FBB 1px solid !important;
	border-bottom: #809FBB 1px solid;
	padding: 10px 0;
	margin-top: 20px;
	clear: both;
}

#setLocation p {
	margin: 2px 0;
}
