@charset "utf-8";
/* CSS Document */

.mapResizerNA {
	clear: both;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .5em;
	font-size:.9em;
	width: 100%;
	max-width: 500px;
	border: 0px;}
table.setGeneric {width: 100%; max-width:500px;}
table.setGeneric a{
	text-decoration:none;}
table.setGeneric td {
	text-align:center;
	vertical-align: top;
	border:1px solid #777;
	background-color:#d2dcf0;}
table.setGenericB {width: 100%; max-width:700px;}
table.setGenericB td {
	text-align:left;
	padding: .2em .2em 0 .2em;
	border: 1px solid #777;
	vAlign:top;}
.wrapLeft {
	clear:both;
	float:left;
	width:50%;
	overflow:hidden;}
.image-Offices {
	clear:both;
	display: block;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:.5em;
 	width:100%;
 	max-width:500px;}
.wrapRight {
	float:left;
	width:50%;
	overflow:hidden;}
.container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	/* background:#b2f0f9; container 2 background colour */}
.container1 {
	float:left;
	width:100%;
	position:relative;
	right:70%;
	/* background:#fff689; container 1 background colour */}
.col1 {
	float:left;
	width:30%;
	position:relative;
	left:70%;
	overflow:hidden;
}
.col2 {
	float:left;
	width:70%;
	position:relative;
	left:70%;
	overflow:hidden;
}
@media all and (max-width:500px) {
.wrapLeft {width:100%;}
.wrapRight {clear:both; width:100%;}
.container1 {right:70%;}
.col1 {width:30%; left:70%;}
.col2 {width:70%; left:71%;}
}
/* Original modified 4 columns 30/70 with color attributes 
.container4 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#b2f0f9;/*Blue*//*
.container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:32%;
	background:#89ffa2;/*Green*//*
}
.container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:18%;
	background:#ffa7a7;/*Pink*//*
}
.container1 {
	float:left;
	width:100%;
	position:relative;
	right:32%;
	background:#fff689;/*Yellow*//*
}
.col1 {
	float:left;
	width:18%;
	position:relative;
	left:82%;
	overflow:hidden;
}
.col2 {
	float:left;
	width:32%;
	position:relative;
	left:83%;
	overflow:hidden;
}
.col3 {
	float:left;
	width:18%;
	position:relative;
	left:83%;
	overflow:hidden;
}
.col4 {
	float:left;
	width:32%;
	position:relative;
	left:83%;
	overflow:hidden;
}
*/