body {
	font-family: "Lato", Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 18px; 
	width: 100%;
	background: #00194c url("images/body-bg-tile.jpg") repeat-x;
	line-height: 24px;
	overflow-x: hidden;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	outline: 0;
    vertical-align: top;
}
h1, h2, h3 {
	color: #ffdb00;
	font-weight: normal;
}
h1 {
	font-size: 1.85em;
	line-height: 1.7em;
}
a {
	color: #ffdb00;
	text-decoration: underline;
	outline: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a: hover {text-decoration: underline; color: #ffffff;
}
.dontFadeLinks a {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

ul {
	padding: 0;
	margin: 0;
}
li {
	padding: 0;
	margin: 0;
	list-style: none;
}
p {
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 10px 0;
}
p.introText {
	margin: 0 auto 0 auto;
	width: 82%;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
}
p.introText span.highlight {
	color: #000000;
	font-size: 20px;
	text-transform: uppercase;
}

.largeText {
	font-size: 20px;
}

.clearBoth {
	font-size: 0;
	clear: both;
	height: 0;
}

.hidden {
	position: absolute;
	top: -5000px;
	left: -5000px;
}

.alignCenter {
	text-align: center;
}

.imageContainer {
	width: 100%;
}
.imageContainer img {
	width: 100%;
}
.imageContainer iframe {
	height: 550px;
}
img.picBorder {
	border: 1px solid #e8e6dc;
}
.fright { float: right;
}
.fleft { float: left;
}
.wrapper {
	background: url("images/header-logo2.jpg") no-repeat -200px 0px;
	width: 100%;
	padding-top: 200px;
}
.wrapper ul li {
	margin-bottom: 9px;
}

.main {
	max-width: 1000px;
	margin: 0 auto 0 auto;
}

.contentArea {
	margin: 0;
	width: 100%;
}

/* Intro bits */
.introArea {
	text-align: center;
}

.videoArea {
	width: 96%;
	margin: 0 auto 35px auto;
	background: #000;
	box-shadow: #000 0px 0px 10px 2px;
}
.videoArea .videoInner {
	width: 100%;
	height: 418px;
	background: url("images/video-preview.jpg") top center;
	position: relative;
}
.videoArea iframe, .videoArea video {
	max-width: 100%;
	width: 100%;
	margin-bottom: -5px;
}
.videoArea object {
	height: 530px;
}
#sizzleVideo {
	min-height: 530px;
}


.divider {
	margin-top: 25px;
	height: 20px;
	border-top: 1px solid #02349a;
}


/* Sign in page */
	.signInForm {
		margin: 0 auto 0 auto;
		padding-top: 270px;
		width: 535px;
	}	
	.signInForm p {
		margin: 0 0 10px 0;
		padding: 0;
		width: 100%;
		text-align: center;
		color: #ffdb00;
		text-shadow: #00194c 0px 0px 4px 2px;
	}
	.signInForm label {
		display: block;
		margin: 0 auto 10px auto;
		line-height: 28px;
	}
	.formArea input {
		float: left;
		font-size: 16px;
		line-height: 22px;
		color: #00194c;
		width: 230px;
		border: 1px solid #72716b;
		background: rgb(255,255,255);
		background: rgba(255,255,255,0.5);
		margin-left: 60px;
		margin-right: 4px;
		padding: 5px;
	}
	p.accessButton {
		border: 1px solid #72716b;
		width: 85px;
		float: left;
		margin: 2px 0 0 0;
		padding: 0;
		line-height: 30px;
	}
	p.accessButton a {
		display: block;
		width: 100%;
		height: 100%;
		background: #ffdb00;
		color: #00194c;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding-top: 2px;
	}
	p.accessButton a:hover {
		background: #00194c;
		color: #ffdb00;
	}


/* attraction listing */
	#buttonListing {
		width: 970px;
		margin-right: -10px;
	}
	#buttonListing dl dt {
		display: none;
	}
	#buttonListing dl dd {
		display: block;
		height: 115px;
		width: 146px;
		float: left;
		margin: 0px 16px 16px 0px;
	}
	#buttonListing dl dd.noRightMargin {
		margin: 0px 0px 16px 0px;
	}
	#buttonListing dl dd a, #buttonListing dl dd a:visited {
		display: block;
		height: 110px;
		width: 146px;
		background-color: #fff;
		border: 2px solid #527bce;
		cursor: pointer;
		color: #00194c;
	}
	#buttonListing dl dd a:hover {
		background-color: #ffdb00;
		border: 2px solid #b69c00;
		color: #00194c;
	}
	#buttonListing dl dd a span.buttonListingHeader {
		display: block;
		text-align: center !important;
		text-decoration: none;
		font-size: 10px;
	}
	#buttonListing.largeButtons dl dd a span.buttonListingHeader {
		font-size: 14px;
	}
	#buttonListing dl dd a span.buttonCentredLogo {
		margin-top: 5px;
		display: block;
		text-align: center;
	}
	#buttonListing dl dd a.active {
		background-color: #07ade1;
		color: #fff;
	}
	#buttonListing dl dd a.active:hover {
		background-color: #07ade1;
		border: 2px solid #07ade1;
		color: #fff;
	}

/* Sign off */
.signOffText {
	text-align: center;
	margin: 0 auto 35px auto;
	width: 85%;
}
.signOffText p {
	font-size: 1em;
	line-height: 1.5em;
}

/* footer */
.footerArea {
	background: #000;
	width: 100%;
}
.footerContent {
	max-width: 1000px;
	margin: 0 auto 0 auto;
}
.footerContent p, .footerContent p a {
	color: #627aaa;
}
.footerContent p {
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	padding: 20px 0 25px 0;
}
.footerContent p a {
	display: block;
	text-decoration: none;
}
.footerContent p a:hover {
	color: #fff;
	text-decoration: underline;
}
.footerDivider {
	display: none;
}

@media screen and (min-width:800px) {
	.wrapper {
		background: url("images/header-logo2.jpg") no-repeat top center;
		padding-top: 240px;
	}	
	h1 {
		font-size: 2.1em;
		line-height: 2.7em;
	}
	.footerContent p a, .footerDivider {
		display: inline;
	}
}