* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}

#wrapper {
	width: 96%;
	max-width: 820px;
	margin: 30px auto;
	overflow: auto;
}

#header {
	width: 100%;
	float: left;
	margin: 0 0 8px 0;
}

#social {
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 0.8em;
}

#social a {
	text-decoration: none;
	color: #000066;
}

#logo {
	width: 40%;
	float: left;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 0.75em;
}

#logo a {
	text-decoration: none;
	color: #25408F;
}

#navigation {
	width: 60%;
	float: left;
	margin: 25px 0 0 0;
	text-align: right;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	text-decoration: none;
	color: #7c8cbc;
	margin: 0 0 0 20px;
}

#navigation ul li:first-child a {
	margin: 0;
}


#navigation ul li a:hover {
	text-decoration: underline;
	color: #25408F;
}

#navigation ul li a.navon {
	text-decoration: none;
	color: #25408F;
	border-bottom: 1px dashed #7c8cbc;
}


#navigation ul li a.navon:hover {
	color: #000000;
	border-bottom: 1px solid #7c8cbc;
}

#content {
	width: 100%;
	float: left;
	overflow: auto;
	border-top: #7c8cbc 1px solid;
	padding: 15px 0 0 0;
}

#content.home {
	padding: 0 0 0 0;
}

h1.homeh1 {
	color: #25408F;
	font-size: 1.5em;
	margin: 10px 0;
	text-align: center;
}

#splash {
	float: left;
	position: relative;
	width: 100%;
	height: 500px;
	margin: 0 0 0 0;
	-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}

#splash ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
	overflow: hidden;
}

#splash ul li {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}

#splash ul li img {
	-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}

#splash h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	z-index: 20;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 420px;
	text-shadow: 1px 1px 1px black;
	text-align: right;
}

#splash h2.lefty {
	top: 30px;
	left: 30px;
	text-align: left;
}

#splash h2.base {
	top: 440px;
	width: 460px;
}

#splash h2.center {
	top: 470px;
	left: 0;
	width: 820px;
	text-align: center;
}

.splash-video {
	width: 140px;
	float: right;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 30;
}


#splash a {
	display: block;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 6px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 0.8em;
	color: #000080;
	border: 1px solid #000000;
}

#splash a:hover {
	background-color: #25408F;
	color: #ffffff;
	border: 1px solid #ffffff;
}

#splash a img {
	margin: 0 0 4px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#next {
	z-index: 50;
	position: absolute;
	right: 30px;
	top: 100px;
	width: 25px;
	opacity: 0.6;
}

#prev {
	z-index: 50;
	position: absolute;
	left: 30px;
	top: 100px;
	width: 25px;
	opacity: 0.6;
}

#next:hover, #prev:hover {
	opacity: 1;
	cursor: pointer;
}


#text {
	width: 530px;
	float: left;
	margin: 0 40px 0 0;
}

#text.contact {
	width: 100%;
	height: 480px;
	margin: 0;
	background-image: url(../images/bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
padding: 20px 0 0 20px;
}

#text h1 {
	color: #25408F;
	font-size: 1.4em;
	margin-bottom: 0.6em;
}

#text h2 {
	color: #666666;
	font-size: 0.9em;
	margin-bottom: 0.8em;
	line-height: 130%;
}

#text h3 {
	color: #25408F;
	font-size: 0.9em;
	margin-bottom: 0.9em;
	line-height: 130%;
}


#text p {
	color: #666666;
	font-size: 0.85em;
	margin-bottom: 1em;
	line-height: 130%;
}

#text.contact h2, #text.contact p {
	color: #333333;
}

#text a {
	color: #0B1942;
	text-decoration: none;
}

#text a:hover {
	color: #25408F;
	text-decoration: underline;
}


#text ol, #text ul {
	margin: 0 0 20px 30px;
}


#text li {
	color: #666666;
	font-size: 0.85em;
	margin-bottom: 5px;
	line-height: 140%;
}

#text img {
	max-width: 100%;
}




#breakout {
	float: right;
	width: 230px;
	margin: 0 0 15px 30px;
}

#breakout img {
	margin: 10px 0 0 0;
}

#features {
	width: 250px;
	float: left;
	margin: 0 0 0 0;
}

#features.wide {
	width: 400px;
}

#features p img {
	margin: 0 0 10px 0;
}

#features .feature-box {
	width: 100%;
	float: left;
	background-color: #d3d9e9;
	margin: 0 0 5px 0;
	padding: 25px;
}

#features .feature-box h4 {
	color: #25408F;
	margin-bottom: 0.6em;
	font-size: 1em;
}

#features .feature-box p {
	color: #666666;
	margin-bottom: 0.6em;
	font-size: 0.85em;
}

#features .feature-box p img {
	margin: 0;
}

#features a {
	color: #0B1942;
	text-decoration: none;
}

#features a:hover {
	color: #25408F;
	text-decoration: underline;
}


table.events {
	width: 100%;
	margin: 0 0 15px 0;
}


table.events th {
	text-align: left;
	padding: 6px;
	border-bottom: 1px solid #cccccc;
	background-color: #25408F;
	color: #ffffff;
}

table.events td {
	padding: 7px 0;
	border-bottom: 1px solid #cccccc;
	color: #666666;
	font-size: 0.85em;
}

table.events td.date {
	width: 176px;
	padding: 7px 3px;
	color: #25408F;
}

table.events td.highlight {
	color: #25408F;
}


table.rates {
	width: 100%;
	margin: 0 0 15px 0;
}

table.rates th {
	background-color: #25408F;
	color: #ffffff;
	width: 210px;
	padding: 4px 5px;
	font-size: 0.85em;
	height: 30px;
}

table.rates td.price {
	background-color: #666666;
	color: #ffffff;
	width: 170px;
	padding: 4px 0;
	text-align: center;
	font-size: 0.9em;
}

table.rates td.group {
	background-color: #cccccc;
	color: #333333;
	padding: 4px 0;
	font-size: 0.8em;
}



#footer {
	width: 100%;
	float: left;
	overflow: auto;
	padding: 10px 0;
	border-top: #7c8cbc 1px solid;
	margin: 15px 0 0 0;
}

#footer p {
	font-size: 0.75em;
	color: #999999;
}

#footer a {
	color: #7c8cbc;
	text-decoration: none;
}

#footer a:hover {
	color: #25408F;
	text-decoration: underline;
}

#copyright {
	width: 33.33%;
	float: left;
}

#contact {
	width: 33.33%;
	float: left;
	text-align: center;
}

#hello {
	width: 33.33%;
	float: left;
	text-align: right;
}

.over {
	z-index: 1000;
}




@media only screen and (max-width: 768px) {
	#social {
		display: none;
	}
	
	#logo {
		width: 100%;
		text-align: center;
	}
	
	#navigation {
		width: 100%;
		text-align: center;
	}
	
	#navigation ul li a {
		font-size: 0.75em;
		margin: 0 7px;
	}
	
	#splash, #splash ul, #splash ul li {
		height: auto;
		min-height: 40vh;
	}
	
	#splash ul img {
		width: 100%;
	}
	
	#splash h2 {
		display: none;
	}
	
	#copyright, #contact, #hello {
		width: 100%;
		text-align: center;
	}
	
	#text {
		width: 100%;
		float: left;
		margin: 0 0 20px 0;
	}
	
	#text img {
		width: 100%;
	}
	
	
	h1.homeh1 {
		font-size: 1.2em;
	}
	
	
	#breakout {
		float: none;
		width: 100%;
		margin: 0 0 15px 0;
	}
	
	#features {
		width: 100%;
		text-align: center;
	}
	
	#features.wide {
		width: 100%;
	}
	
	
	#features .feature-box {
		width: 100%;
		text-align: center;
	}
	
}
