@charset "UTF-8";
/* CSS Document */


/* ---- STRUCTURE / WRAPPER / CONTAINER ---- */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
  background: #000 url(/SiteImages/bg.jpg) top center no-repeat;
  font-family: 'Alegreya', serif;
  font-weight: 100;
}
ul {
  margin-bottom: 20px;
}
li {
  margin-bottom: 10px;
}
p {
  margin-bottom: 20px;
}
h2 {
  font-family: 'Alegreya', serif;
  font-size: 30px;
  text-transform: uppercase;
  margin: 30px 0px;
  font-weight: 400;
}

.vid-container {
  width: 1153px;
  margin: 0px auto;
}
.nav-container, .container {
  width: 1000px;
  margin: 0px auto;
}
.sub-page-container {
  background: #FFF;
  width: 860px;
  margin: 0px auto;
  padding: 30px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 50px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -41px; /* the bottom margin is the negative value of the footer's height */
}
.clear {
  clear: both;
}



.rosterTable td {
   padding:5px;
}

.rosterTable td b {
  font-weight:bold;
}

img {
  border:0px;
}

.captionLeft {
  margin-right:20px;
  float:left;
}

.captionRight {
  margin-left:20px;
  float:right;
}


/* ---- HEADER / NAVIGATION / LOGO ---- */

.nav {
  background: url(/SiteImages/navbar.jpg) top center repeat-x;
  height: 40px;
  margin-bottom: 70px;
}
.logo {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.nav-left, .nav-right {
  margin-bottom: 0px;
  position: relative;
  z-index: 5;
}
.nav-left li, .nav-right li {
  display: block;
  float: left;
  list-style-type: none;
  padding: 10px 20px 10px 5px;
  font-size: 14px;
  margin: 0px;
}
.nav-left li a, .nav-right li a {
  color: #FFF;
  text-decoration: none;
}
.nav-right {
  float: right;
}


/* ---- BODY / MAIN CONTENT ---- */
#home-below-video {
  margin-top: 100px;
}
.photo-gallery, .quote {
  width: 500px;
  float: left;
}
.quote {
  text-align: center;
  padding-top: 70px;
}
.photo-gallery {
  margin-bottom: 50px;
}

a {
	color: rgb(204, 0, 0);
	text-decoration:none;
}

a:hover {
	color: #0f301d;
}

.videoTable {
	margin:0 auto;	
}

table {
	border:0px!important;
	border-collapse:collapse!important;	
	border-color:#fff!important;
}


/* ---- FOOTER ---- */

.footer, .push {
	height: 41px; /* .push must be the same height as .footer */
}
.footer {
  background: url(/SiteImages/footer-bg.jpg) top center repeat-x;
}
.footer-left, .footer-mid, .footer-right {
  float: left;
  color: #FFF;
  font-size: 14px;
  padding-top: 10px;
}
.footer-mid ul li {
  display: block;
  float: left;
  padding: 0px 10px;
  margin: 0px;
}

.footer-mid a {
	color:#fff;	
}

.footer-left, .footer-right {
  width: 240px;
}
.footer-right {
  text-align: right;
}

b, strong {
  font-weight:bold;
}
  
  
,movedAlert {

}