@charset "utf-8";
/* CSS Document From 1160px */
@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');
}
#wrapper  {
	position: relative;
	display: block;
	width: 90%;
	max-width: 1100px;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 2%;
	font-family: Calibri;
	background-image: url(../../images/history.jpg);
	background-position: center top;
	background-repeat: no-repeat;
    background-size: 100%;
	float: left;
	z-index: 1;
}
#wrapper #mainRight {
	display: block;
	width: 25.5%;
	height: 100%;
	margin-right: 3%;
	margin-top: 3%;
	padding: 0 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 span a  {
	color: #0058C0;
	font-weight: bold;
	text-decoration: underline;
}
#wrapper #mainRight span a:hover  {
	color: #003E88;
	text-decoration: none;
}
#wrapper #mainLeft {
	position: relative;
	display: block;
	width: 63%;
	height: 100%;
	padding: 0 1% 100% 2%;
	font-size: 11px;
	color: #FFF;
	line-height: 14px;
	text-align: left;
	margin-left: 1%;
	margin-top: 28%;
	float: left;
	z-index: 6;
}
#wrapper #harbourHolder  {
	display: block;
	position: absolute;
	width: 25%;
	height: auto;
	top: 35%;
	left:1%;
	z-index: 7;
}
#wrapper #harbourHolder img  {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0;
	float: left;
	z-index: 8;
}
#wrapper #harbourHolder #eventsLink  {
	display: block;
	width: 100%;
	height: auto;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-color: #000;
	float: left;
	clear: left;
	z-index: 8;
}
#wrapper #botSpace  {
	display: block;
	width: 100%;
	height: 600px;
	padding-bottom: 5px;
	float: left;
	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.4vw;
	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.4vw;
	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;
}

}