@charset "utf-8";
/* CSS Document From 1150px */
@font-face {
    font-family: 'Calibri';
    src: url('../../fonts/Calibri.eot');
    src: url('../../fonts/Calibri.eot') format('embedded-opentype'),
         url('../../fonts/Calibri.woff2') format('woff2'),
         url('../../fonts/Calibri.woff') format('woff'),
         url('../../fonts/Calibri.ttf') format('truetype'),
         url('../../fonts/Calibri.svg#Calibri') format('svg');
}
p  {
	padding: 1.5px;
	margin: 0;
}
#wrapper  {
	position: relative;
	display: block;
	width: 80%;
	max-width: 1000px;
	height: 100%;
	min-height: 10%;
	max-height: 100%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 2%;
	font-family: Calibri;
	background-image: url(../../images/map.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	z-index: 1;
}
#wrapper #mainLeft {
	display: block;
	width: 13.3%;
	height: 100%;
	font-size: 13px;
	color: #000;
	background-color: none;
	line-height: normal;
	text-align: center;
	padding: 4% 1% 4% 1%;
	margin-left: 3.3%;
	margin-top: 5%;
	float: left;
	clear: right;
	z-index: 6;
}
#wrapper #mainRight {
	display: block;
	width: 25.5%;
	height: 100%;
	margin-right: 3%;
	margin-top: 3%;
	padding: 1% 0.5% 1% 0%;
	float: right;
	z-index: 6;
}
#wrapper #mainRight p  {
	font-size: 11px;
	color: #232323;
	line-height: 14px;
	text-align: left;
}
#wrapper #mainRight p a:hover  {
	color: #00299A;
	text-decoration: none;
}
#wrapper #botSpace  {
	display: block;
	width: 100%;
	height: 150px;
	padding-bottom: 5px;
	clear: both;
}

@media (max-width:790px) {

#wrapper #mainRight {
	display: block;
	width: 25.5%;
	height: 100%;
	margin-right: 3%;
	margin-top: 2%;
	padding: 1% 0.5% 1% 0;
	float: right;
	z-index: 6;
}
#wrapper #mainRight p {
	font-size: 1.35vw;
	color: #232323;
	line-height: 13px;
	text-align: left;
}
#wrapper #botSpace  {
	display: block;
	width: 90%;
	height: 100px;
	padding: 5%;
	clear: both;
}
}
@media (max-width:670px) {
p  {
	padding: 0.5px;
	margin: 0;
}
#wrapper #mainRight p {
	font-size: 1.3vw;
	color: #232323;
	line-height: 11px;
	text-align: left;
}
#wrapper #mainRight p.heading  {
	font-size: 1.5vw;
	color: #232323;
	line-height: 13px;
	text-align: center;
	font-weight: bold;
}
#wrapper #botSpace  {
	display: block;
	width: 90%;
	height: 80px;
	padding: 5%;
	clear: both;
}

}