
div#branches {
	/*border: 1px dotted #FF9933;*/
	padding: 70px 13px 10px 13px;
	/*background-color: #EEEEEE;*/
	background-repeat: no-repeat;
	background-image: url('/images/backgrounds/branches.jpg');
}

div#sitemap,
div#tnc,
div#privacy {
	width: 400px;
	margin-left: 23px;
	padding: 30px 0px;
}
div#tnc p.indent,
div#privacy p.indent {
	margin-left: 20px;
}


div#branches .branch {
	width: 100%;
	/*border: 1px dotted #FF9933;*/
	margin-bottom: 16px;
}

div#branches .branch .branchDivider {
	/*border: 1px dotted #FF9933;*/
	width: 49%;
	float: left;
}

div#sitemap hr {
	display:none;
}


div#branches ul,
div#sitemap ul {
	/*border: 1px dotted #FF9933;*/
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
    list-style:none;
}

div#branches li,
div#sitemap li {
	/*border: 1px dotted #33FF66;*/
	margin: 0;
	padding: 0;
    font-weight:bold;
}


div#branches li li a,
div#sitemap li li a {
	margin-left: 6px;
	padding: 0;
	font-weight: normal;
	color: #3c3c3c;
	font-size: 1em;
}



div#branches .branch .column {
	width: 49%;
	float: left;
	/*border: 1px dotted #FF9933;*/
}


div#branches .branch .location {
	display: block;
}


div#branches .branch .location .town,
div#branches .branch .location .county {
	font-size: 1.3em;
	text-transform: uppercase;
}

.location a, .location a * {
	color:#666;
	text-decoration:underline;
}

div#branches .branch .location .town {
	font-weight: bold;
}

div#branches h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	margin-top: 16px;
}

div#branches p {
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 5px;
}

div#branches .map {
	clear: both;
	display: block;
	height: 410px;
	padding-top: 10px;
}

div#branches .map a {
	font-size:1em;
}

div#branches .map div#map {
	width: 420px;
	height: 350px;
	border: 1px solid #999;
	white-space: nowrap;
	margin: 10px 0;
}

div#branches .map div#map noscript {
	white-space:normal;
	margin:10px;
	padding:5px;
	background:#ff6;
	color:#000;
}