@charset "utf-8";
/* CSS Document */

/*===================== BASE STYLE =====================*/

html {
	height: 100%;
	font-size: 100%; 
	}
	
body {
	height: 100%;
	text-align: center;
	margin: 0;
	/*padding-bottom:80px;*/
	color: #000;
	font-size: 86%;
	line-height: 1.2em;
	font-weight: 400;
	text-decoration: none;
	font-family:'CourierNewPSMT-Regular';
	letter-spacing: 0em;
	}	

p {
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.4em;
	}
	
h1 {
	font-family:'CourierNewPS-BoldMT';
	font-weight: 700;
	margin: 0;
	color: #e01313;
	}
	
h2 {
	font-family:'CourierNewPS-BoldMT';
	font-weight: 700;
	margin: 0;
	color: #000;
	}
	
.title h2 {
	margin: -20px 0 0 0;
	}
	
h2 a {
	font-family:'CourierNewPS-BoldMT';
	font-weight: 700;
	margin: 0;
	color: #e01313;
	}
	
h2.red {
	color: #e01313;
	}
	
h3 {
	font-family:'CourierNewPS-BoldMT';
	font-weight: 700;
	margin: 0;
	color: #e01313;
	}

a {
	color: #e01313;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
	
a:hover {
	color:#000;
	outline: none;
	}
	
p img {
	padding: 0;
	margin: 0;
	}
	
a img {
	border: none;
	}

.clear {
	clear: both;
	}
	
ul {
	margin: 0 0 0 16px;	
	padding: 0 0 20px 0;
	font-size: 1.1em;
	line-height: 1.4em;
	}
	
li {
	padding: 0 0 0 2px;
	margin: 0 0 0 0;
	}	
	
ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 16px;
	}

ol li {
	padding: 0 0 0 2px;
	margin: 0 0 0 0;
	}
	
/*===================== FONTS =====================*/

@font-face {
	font-family:'CourierNewPSMT-Regular';
	src: url('/fonts/CourierNewPSMT_latin+latin-ext_gdi.eot');
	src: url('/fonts/CourierNewPSMT_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),
		url('/fonts/CourierNewPSMT_latin+latin-ext_gdi.woff') format('woff'),
		url('/fonts/CourierNewPSMT_latin+latin-ext_gdi.ttf') format('truetype'),
		url('/fonts/CourierNewPSMT_latin+latin-ext_gdi.svg#CourierNewPSMT-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-A78C;
}
	
@font-face {
	font-family:'CourierNewPS-BoldMT';
	src: url('/fonts/CourierNewPS-BoldMT_latin+latin-ext_gdi.eot');
	src: url('/fonts/CourierNewPS-BoldMT_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),
		url('/fonts/CourierNewPS-BoldMT_latin+latin-ext_gdi.woff') format('woff'),
		url('/fonts/CourierNewPS-BoldMT_latin+latin-ext_gdi.ttf') format('truetype'),
		url('/fonts/CourierNewPS-BoldMT_latin+latin-ext_gdi.svg#CourierNewPS-BoldMT') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-A78C;
}

/*===================== LAYOUT =====================*/

#container {
	padding: 0;
	width: 1200px;
	min-height:90%;
	position:relative;
	border: 0;
	text-align: left;
	font-size: 1em;
	}
	
.title {
	margin: 20px 0 0 0;
	}
	
.navWrapper{
	text-align: right;
	margin: 20px 0 0 0;
	}
	
#content {

	}
	
.contentHomeL,
.contentHomeR,	
.contentLWide,
.contentRWide,
.contentL,
.contentM,
.contentR {
	float: left;
	}
	
.contentHomeLPad {
	padding-bottom:80px;
	}
	
.contentBoat p img {
	margin: 20px 0 0 0;
}

#content p a.video img {
	padding: 20px 0 0 0;
	}
	
#content p a.video img:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
	
.logosContent {
	padding: 30px 0 0 0;
	}
	
.logosContent img {
	width: auto!important;
	height: auto;
	}
	
#info {
    position: absolute;
	width: 39px;
	height: 39px;
	top: 35px;
	right: 3%;
	z-index: 9999998;
}

#info span {
	display: block;
	text-align: left;
	margin: 0 0 0 9px;
	width: 30px;
	height: 30px;
	background: url('/uploads/images/widgets/icon-info.png') bottom;
	text-indent: -99999em;
	cursor: pointer;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	}

#info span:hover {
	background-position: 0 0;
	}

#infoBox {
    position: absolute;
	width: 300px;
	height: auto;
	padding: 30px;
	top: 28px;
	right: 23px;
	z-index: 9999997;
	background: #fff;
	display:none;
	font-size: 0.9em;
	font-weight:300;
	letter-spacing: 0.05em;
	text-align: left;
	border: 1px solid #ccc; 
}

#infoBox p {
	clear: both;
	/*font-size: 0.9em;*/
	}

/* --------------------gallery-------------------- */

#galleryWrapper {
    padding: 0 0 0 0;
    margin: 0 0 0 0 !important;
	}

.gallery {
    margin: 0 0 0 0 !important;
    padding: 0;
}

.gallery .img {
	float: left;
	margin: 0 0 0 0;
    padding: 0;
	border: 0;
	position:relative;
}

.gallery .img:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}

.gallery .img a {
	display: inline-block !important;
	margin: 0;
	padding: 0 !important;
}

.gallery .img a:hover {

}

.gallery img {
	border: none !important;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../slimbox/css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/modules/Gallery/templates/slimbox/css/prevlabel.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/modules/Gallery/templates/slimbox/css/nextlabel.png) no-repeat 100% 15%;
}

#lbBottom {
	font-size: 0.95em;
	color: #111;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/modules/Gallery/templates/slimbox/css/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	font-family:'CourierNewPSMT-Regular';
	margin-right: 71px;
}

#lbCaption {
	font-family:'CourierNewPSMT-Regular';
}

#lbNumber {
	font-size: 0.8em;
	color: #666;
	}
	
/* --------------------off canvas nav-------------------- */	
	
html, body{
	overflow-x: hidden; /* prevents horizontal scroll bars */
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* disable webkit tap highlight */
	height: 100%; /* fixes focus scrolling in Safari (OS X) */
}

/*.container{
	position: relative;
	padding: 20px 40px;
}*/
	
/* Menu Button */

.menu-btn {
    position: absolute;
	width: 87px;
	top: 35px;
	padding: 7px 7px 7px 31px;
	background: #000 url(/uploads/images/widgets/nav.png) 7px 7px no-repeat;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 400;
}

.menu-btn:active,
.menu-btn:hover {
	background: #e01313 url(/uploads/images/widgets/nav.png) 7px 7px no-repeat;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* --------------------map-------------------- */

#cggm_map_defn_1 {
	overflow: hidden;
	}

#cggm_map_display_1 div.gm-style div div div div div div {
	width: 150px;
	height: 150px;
	}
	
/* --------------------footer logos-------------------- */

#logos {
	position:absolute;
	bottom:0;
	right: 3%;
	width:100%;
	height:80px;
	text-align: right;
	}