@charset "utf-8";

body {
	margin:0;
	padding:0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
h1 {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
	text-shadow: 4px 4px 2px rgba(150, 150, 150, 0.62);
	}

h2 {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
	}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	}
.nomargintop {
	margin-top: 0;
	}
	
table tr td {
	padding-right:15px;
	}
table tr td:last-of-type {
	padding-right: 0;
	}


.alert {
	background-color: red;
}

.alert a {
	color: yellow;
	text-decoration: none;
}

.alert a:hover {
	color: white;
	text-decoration: underline;
}

.bgvideo {
	position: relative;
	left: 0;
	top: 0px;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	z-index: -9999
	}
	
.bgphoto {
	position: relative;
	left: 0;
	bottom: 700px;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	z-index: -9999
	}
	
.videocontainer {
	position: absolute;
	left: 0;
	top: 0;
	height: 250px;
	overflow: hidden;
	z-index: -9999;
	}
	
.titlecontainer {
	position: absolute;
	top: 60px;
	color: white;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
	width: 100%;
	}

.maincontent {
	position: relative;
	top: 200px;
	width: 100%;
	}

.heading {
	background-color: #790000;
	color: white;
	padding:10px 0;
	text-align: center;
	margin: 0;
	position: relative;
	top: 0px;
	}
	
.heading a {
	color: yellow;
	}

.sectionblock {
	position: relative;
	width: 100%;
	padding: 20px 0;
	}

.centerblock {
	width: 900px;
	margin: 20px auto;
	}

.paperbg {
	width: 90%;
	margin: 0 auto;
	border: 1px solid;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(195,195,195,1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(195,195,195,1);
	box-shadow: 10px 10px 5px 0px rgba(195,195,195,1);
}

.paperbg .contentdiv {
	padding: 10px 15px;
}

.paperbg .headerdiv {
	background-color: red;
	color: white;
	padding: 15px;
	
}

.paperbg h3 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}
	
	
/* VIDEO BOXES */

.ytvideos {
	position: relative;
	background:#2B2B2B;
	width: 100%;
	margin: 75px 0;
	}
	
.ytvideos .vidbox {
	width: 900px;
	margin: 25px auto;
	padding: 40px 0;
	}
	
.vid_h_boxes {  /* HORIZONTAL DISPLAY */
	width: 900px;
	text-align: justify;
	height: 250px;
	margin: 0 auto;
	}
	
.ytvideos .vidbox_h {
	height: 175px;
	display: inline-block;
	*display: inline;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	}
	
	
.ytvideos .vidtext {
	width: 900px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	color: white;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	}
	
/* END VIDEO BOXES */

	
.footercontainer {
	position: relative;
	background-color: black;
	color: white;
	width: 100%;
	height: 200px;
	text-align: center;
	padding: 50px 0;
	}
	
.clearfix:after {
  	content: "";
  	display: table;
  	clear: both;
	}

.buttoncontainer {
	position: relative;
	text-align: justify;
	}

 
.buttonbox {
	font-weight: bold;
	display: inline-block;
	*display: inline;
	height: 80px;
	text-align: center;
	vertical-align: bottom;
	}

.twoup { width: 49.5%; }
.fourup { width: 24%; }

.buttonbox p {
	margin-top: 30px;
	}
	
.blu { background-color:#AFB4D4; color: black; }
.yel { background-color:#CFC89B; color: black; }
.red { background-color:#D19F9F; color: black; }
.grn { background-color:#B6D5A5; color: black; }
.gra { background-color:#2E2E2E; color: white; }
.gra a { color: yellow; }
.egg { background-color:#c8c2bb; color: black; }

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

/* STANDALONE BUTTONS */

.btn {
  background: #ffff42;
  background-image: -webkit-linear-gradient(top, #ffff42, #cc9a1d);
  background-image: -moz-linear-gradient(top, #ffff42, #cc9a1d);
  background-image: -ms-linear-gradient(top, #ffff42, #cc9a1d);
  background-image: -o-linear-gradient(top, #ffff42, #cc9a1d);
  background-image: linear-gradient(to bottom, #ffff42, #cc9a1d);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: 0 auto;
  display: inline;
}

.btn:hover {
  background: #baa218;
  background-image: -webkit-linear-gradient(top, #baa218, #7a5700);
  background-image: -moz-linear-gradient(top, #baa218, #7a5700);
  background-image: -ms-linear-gradient(top, #baa218, #7a5700);
  background-image: -o-linear-gradient(top, #baa218, #7a5700);
  background-image: linear-gradient(to bottom, #baa218, #7a5700);
  text-decoration: none;
}