@charset "UTF-8";

/*--------Limited_Scale_Reset------------------------*/
h1, h2, h3, h4, h5, h6, p, address, blockquote, div, ul, li, a{
	margin: 0;
	padding: 0;
	outline: 0;
	text-align: left;
}


/* Global Content Formatting and Styles */
body {
	color: #0e293f;
	line-height: 1.25em;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background: #00111b url(../images/Wrapper-Bkg.jpg) no-repeat;
}

.page {
	max-width: 980px;
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #fff;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #00a7d3;
	margin: 0 0 0.2em;
	text-transform: uppercase;
	padding-left: 8px;
	clear: both;
}
h2 {
	font-size: 1.0em;
	padding-left: 7px;
}
h3 {
	font-size: 1.3em;
	margin: 0 0 5px;
	line-height: 0.75em;
	padding-left: 3px;
}
h4 {
	font-size: 1.45em;
	color: #00A7D3;
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
h5 {
	font-style: italic;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0 0 .5em;
}
a { color: #00a7d3;}


a.cta:hover { background-position: right -50px; }

.promo h3 {  font-size: 1.1em; margin: 0; }
.promo p {  line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }

.promo {  background-repeat:no-repeat; }
.promo.one {  background-image: url(../images/promo_1.jpg); }
.promo.two {  background-image: url(../images/promo_2.jpg); }
.promo.three {  background-image: url(../images/promo_3.jpg); }



.photogallery {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top:-10px
	min-height: 600px;
	padding: 3px;
	border: thin solid #00A7D3;
}

	


.clear-fix { clear:both; line-height: 1px;}
.article_gallery {
	max-height: 500px;
	/* [disabled]background-color:#0F0; */
	max-width: 80px;
	margin-right: 10%;
	margin-left: 10%;
}
.article_nav {
	text-align: center;
	color: #00A7D3;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 1.2em;
}
.article_nav a {
	color: #00A7D3;
	text-decoration: underline;
}
.article_nav a:hover {
	color: #0E58A0;
}
.schedule_section .cancelled p {
	text-decoration: line-through;
}

.video-wrapper {
	max-width: 640px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.video-container {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
