/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Custom Styles */
body {
	background: #eee;
	margin: 0 0;
	padding: 0 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 92.5%;
}
/* ClearFix */
.clearfix:after, header:after, main:after, footer:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
div {
	display: block;
}
/* Wrapper */
div.wrap {
	width: auto;
	max-width: 960px;
	margin: 0 auto;
}
header {
	padding: 10px 0 14px 0;
	background: #f5f5f5;
	border-bottom: solid 2px #8fb7d1;
}
nav {
	float: right;
	width: auto;
	font-size: 112%;
	margin-top: 62px;
}
nav a {
	margin-left: 16px;
	color: #0d6eac;
	text-decoration: none;
}
nav a.home {
	margin-left: 0;
}
/* Active Navigation Classes */
body.home nav a.home,
body.schedules nav a.schedules,
body.charters nav a.charters,
body.casino nav a.casino,
body.jobs nav a.jobs,
body.contact nav a.contact 
{
	font-weight: bold;
	padding-bottom: 12px;
	background: url(img/nav-bg.png) bottom left repeat-x;
}

/* Main Section Styles */
main {
	background: #fff;
	padding: 28px 0 24px;
	min-height: 460px;
}
main h1 {
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 18px;
}
main h2 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 12px;
}
main h3 {
	font-weight: bold;
	font-size: 106.5%;
	margin-bottom: 12px;
}
main p {
	margin-bottom: 24px;
	line-height: 1.5em;
}
main ul, main ol {
	margin: 0 0 24px 12px;
	padding: 0 0 0 12px;
	font-size: 100%;
	line-height: 1.5em;
}
main ul li, main ol li {
	margin: 0 0 6px 0;
	padding: 0 0 0 6px;
	list-style-type: disc;
}
main ol li {
	list-style-type: decimal;
}
main a {
	color: #0d6eac;
	text-decoration: underline;
}
main strong {
	font-weight: bold;
}
main table {
	margin: 0 0 24px 0;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
main th {
	font-weight: bold;
	background: #eee;
}
main th, main td {
	text-align: left;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	padding: 8px 10px;
	font-size: 100%;
}
main img.align-right {
	display: block;
	float: right;
	margin: 0 0 30px 26px;
	max-width: 360px;
}
main img.align-left {
	display: block;
	float: left;
	margin: 0 30px 30px 0;
}
main .map-align-right {
	display: block;
	float: right;
	margin: 0 0 30px 30px;
}
main .map-link {
	display: block;
	margin-top: 16px;
	font-size: 87.5%;
}
main hr {
	display: block;
	clear: both;
	height: 1px;
	background: #ccc;
	border: none;
	overflow: hidden;
	margin: 0 0 24px 0;
}
main .col-3 {
	display: block;
	float: left;
	margin: 0 1.333333333333% 0 0;
	width: 32%;
}

/* Article & Aside Sections */
article {
	float: left;
	width: 70%;
}
aside {
	float: right;
	width: 25.5%;
	padding-top: 36px;
}
aside h3 {
	font-size: 115%;
	text-transform: uppercase;
	margin-bottom: 18px;
	background: url(img/icons/schedules.png) 0 0 no-repeat;
	padding-left: 24px;
}
aside ul {
	margin: 0 0 32px 9px;
	padding: 0 0 0 9px;
}
aside li {
	margin: 0 0px 8px 0;
	padding: 0 0 0 5px;
	font-size: 97.5%;
	line-height: 1.55em;
}
aside a.button {
	display: block;
	margin: 0 23px;
	padding: 12px 10px 13px;
	font-size: 110%;
	line-height: 1.0em;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 1px #004470;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	background-color: #0d6eac;
	border: solid 1px #004470;
}
/* Form Styles */
form {
	margin-bottom: 24px;
}
div.form-row {
	display: block;
	clear: both;
	margin: 0 0 15px 0;
}
div.row-buttons {
	margin-top: 20px;
}
form label {
	display: block;
	float: left;
	width: 25%;
	font-size: 95%;
	text-align: right;
	line-height: 26px;
}
form label.label-wrap {
	line-height: 1.4em;
}
form span.required {
	color: #d60003;
}
form input, form select, form textarea, form button {
	display: block;
	float: left;
	width: auto;
	font-size: 90%;
	margin-left: 24px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
form input, form textarea {
	background: #fff;
	border: solid 1px #555;
	border-radius: 2px;
	padding: 6px 8px;
	line-height: 1.0;
	min-width: 440px;
	box-sizing: border-box;
}
form input.width-auto {
	min-width: 190px;
}
form input:focus, form textarea:focus {
	background: #f3f8fb;
	border-color: #004470;
}
form select {
	min-width: 440px;
	font-size: 108%;
	margin-top: 3px;
	cursor: pointer;
}
form button {
	width: auto;
	padding: 11px 22px;
	font-size: 100%;
	line-height: 1.0em;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 1px #004470;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	background-color: #0d6eac;
	border: solid 1px #004470;
}

/* Partner Logos */
.partner-logos {
	text-align: center;
	background: #fff;
	padding: 0px 0 36px 0;
}
.partner-logos img {
	margin: 0 26px;
	border: none;
	outline: none;
}
.partner-logos img.logo-1 {
	margin-left: 0;
}
.partner-logos img.logo-4 {
	margin-right: 0;
}

/* Alert Notification */
.alert {
	height: auto;
	overflow: hidden;
	margin: -15px 0 0 0;
	padding: 0;
	background: none;
}
.alert-shown {
	height: auto;
	margin: 0 0 24px 0;
	padding: 9px 14px;
	color: #8a3119;
	font-weight: bold;
	background: #fcf8e3;
	border: solid 1px #eccaa6;
	border-radius: 3px;
}

/* Footer */
footer {
	font-size: 85.0%;
	padding: 24px 0 48px 0;
	border-top: solid 1px #ccc;
	color: #555;
	text-align: center;
}

/* Responsive Media Queries */
@media only screen and (max-width : 980px) {
	div.wrap {
		width: auto;
		max-width: auto;
		padding-right: 4%;
		padding-left: 4%;
	}
	main img.align-right {
		max-width: 300px;
	}
	form label {
		float: none;
		width: auto;
		font-size: 95%;
		text-align: left;
		line-height: 26px;
		margin-bottom: 8px;
	}
	form input, form select, form textarea, form button {
		display: block;
		float: none;
		width: auto;
		margin-left: 0;
	}
	form input.width-auto {
		min-width: 200px;
	}
	form select {
		min-width: 440px;
		margin-top: 0px;
	}
}
@media only screen and (max-width : 860px) {
	nav {
		font-size: 104%;
	}
	nav a {
		margin-left: 9px;
	}
}
@media only screen and (max-width : 800px) {
	article {
		float: none;
		width: auto;
	}
	aside {
		float: none;
		width: auto;
		padding: 0 0 24px 0;
	}
	aside a.button {
		margin: 0;
		max-width: 200px;
	}
}
@media only screen and (max-width : 768px) {
	header a img {
		display: block;
		margin: 0 auto;
		max-width: 160px;
	}
	nav {
		width: 100%;
		padding: 15px 0 9px;
		margin-top: 10px;
		text-align: center;
	}
	nav a {
		margin: 0 5px;
	}
	nav a.home {
		margin-left: 0;
	}
	nav a.contact {
		margin-right: 0;
	}
	main img.align-right {
		max-width: 240px;
	}
}
@media only screen and (max-width : 600px) {
	.partner-logos img {
		margin: 0 16px;
		border: none;
		outline: none;
	}
}
@media only screen and (max-width : 500px) {
	nav a {
		margin: 0 4px;
	}
	form input, form select, form textarea, form button {
		width: 100%;
		min-width: 100%;
	}
	form input.width-auto {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	form input.date-time {
		width: 95%;
		min-width: 95%;
		max-width: 95%;
	}
	main form div.row-buttons label {
		display: none;
	}
	.partner-logos {
		padding-bottom: 12px;
	}
	.partner-logos img, .partner-logos img.logo-1, .partner-logos img.logo-4 {
		margin: 0 32px 24px;
	}
}
@media only screen and (max-width : 490px) {
	nav {
		margin-top: 12px;
		padding: 0 0;
		font-size: 110%;
	}
	nav a {
		line-height: 40px;
		margin: 0 9px;
	}
	/* Active Navigation Classes */
	body.home nav a.home, body.schedules nav a.schedules, body.charters nav a.charters,
	body.casino nav a.casino, body.jobs nav a.jobs, body.contact nav a.contact {
		padding-bottom: 6px;
		background: url(img/nav-bg.png) bottom left repeat-x;
	}
	main h1 {
		font-size: 130%;
	}
	main img.align-right {
		float: none;
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}
	body.schedules main img.align-right {
		float: none;
		margin: 0 auto 15px auto;
		width: 180px;
		max-width: 180px;
	}
	body.schedules main h2, body.schedules main p {
		text-align: center;
	}
	main .map-align-right {
		float: none;
		margin: 0 0 24px 0;
		width: 100%;
		max-width: 100%;
	}
	main .map-align-right iframe {
		width: 100% !important;
		max-width: 100% !important;
	}
	main .col-3 {
		float: none;
		margin: 0 0 0 0;
		width: auto;
	}
	aside a.button {
		margin: 0;
		max-width: 100%;
	}
	footer {
		padding: 16px 0 24px;
		line-height: 1.75em;
		font-size: 85%;
	}
}