ul#regionList {
	font-size: 1.2em;	
}

ul#regionList li {
	width: 20%;
	float: left;
	display: block;
	text-align: center;
	padding: 0.3em 0;
}

ul#regionList li a {
	color: #018cfb;
	text-decoration: none;
}

ul#regionList li a:hover {
	text-decoration: underline;
}

div#locationMapContainer {
	width: 750px;
	height: 350px;
}

div#mapContainer {
	width: auto;
	position: relative;
	margin: 0 auto;
	text-align: center !important;
}

#countrySelect {
	width: 100%;
	display: block;
	text-align: right;
	margin: 0.5em 1.0em;
}

h3 {
	width: 100%;
	display: block;
	border-bottom: 1px solid #ccc;
}

h3 a {
	font-size: 1.4em;
	font-weight: normal;
	color: #018cfb;
	text-decoration: none;
	
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	font-size: 1.3em;
	color: #606060;
}

ul.branches {
	width: 96%;
	position: relative;
	margin: 1em auto 3em auto;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
}

ul.branches p {
	width: 100%;
}

li.odd {
	background: #eaeaea;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

ul.branches li {
	padding: 1.0em 0.5em;
}

ul.branches li a {
	font-size: 12px;
	color: #018cfb;
	text-decoration: none;
}

ul.branches li a:hover {
	text-decoration: underline;
}

span.left {
	width: 50%;
	float: left;
	display: block;
}

span.right {
	width: 50%;
	float: right;
	display: block;
}

.clear {
	width: 100%;
	clear: both;
	display: block;
}