body {
	background-color: #332A2A;	
}
.logobox {
	position: relative;
	padding: 5px;
	float: left;
}
.PageButtons {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #OOOOOO;
	vertical-align: bottom;
	float: right;	
	z-index: 100;
}
.PageButtons .icon {
  display: none;
}
.PageButtons ul{
	display: inline;
	opacity: 1;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	
}
.PageButtons a{
	position: relative;
	opacity: 1;
	font-weight: bold;
	letter-spacing: 2pt;
	color: #F9F8F8;
	border: thin solid #D9E7E7;
	list-style-type: none;
	border-radius: 15px;
	background-color: #C8C8CB;
	padding: 10px;
	display: inline;
	top: 25px;
	background-image: url(../images/bttnbckgrd.jpg);
}
.PageButtons a:hover{
	text-decoration: none;
	color: #000000;
	text-shadow: 1px 2px #000000;
}
.PageButtons a:visited{
		color: #BCB6B7;
}

.mainbody {
	
	background-color: #C7C2C2;
	background-image: -webkit-linear-gradient(270deg,rgba(235,235,235,1.00) 0.52%,rgba(106,103,103,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(235,235,235,1.00) 0.52%,rgba(106,103,103,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(235,235,235,1.00) 0.52%,rgba(106,103,103,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(235,235,235,1.00) 0.52%,rgba(106,103,103,1.00) 100%);
	z-index: 50;
}
.videoContainer {
	 margin: auto;
    width: 800px;
    display: block
}
#mainContainer {
	color: #F9F8F8;
	font-family: Arial, Helvetica, sans-serif;
}
.mainTBody {
	color: #3F3B3E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 10px;
	background-color: #F9F8F8;
	border-radius: 15px;
	min-height: 500px;
}
.mainTBody p {
	padding: 10px;
}
h2 {
	text-align: center;
}
.collapsible {
	background-color: #777;
	color: white;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border-left: none;
	border-right: none;
	border-bottom-color: #5F5B5B;
	border-bottom-style: groove;
	border-top: none;
	text-align: left;
	outline: none;
	font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}
.collapsible:after {
	content: '\002B';
	color: white;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	border-bottom: thin solid #000000;
}

.active:after {
  content: "\2212";
}
.content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #332A2A;
	color: #D1CECE;
	text-align: center;
}
.innerWorks {
	color: #D1CECE;
	text-align: center;
}
.videoList{
	font-size: medium;
	background-color: #F9F8F8;
	border-radius: 15px;
}
.videoList a{
	font-weight: bold;
	letter-spacing: 2pt;
	color: #F9F8F8;
	border: thin solid #D9E7E7;
	list-style-type: none;
	background-color: #C8C8CB;
	padding: 3px;
	background-image: url(../images/bttnbckgrd.jpg);
	border-top-left-radius: 15px;	
}
.videoList a:hover{
	text-decoration: none;
	color: #000000;
	text-shadow: 1px 2px #000000;
}
.videoList a:visited{
		color: #BCB6B7;
}
.videoList ul{
	
}
.trainingTitle{
	color: #F6FBF5;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: x-large;
	text-align: left;
}
.gifooter {
	Position: fixed;
	bottom: 0px;
	Left: 0 px;
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
}
.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 8%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
@media screen and (max-width: 945px) {
  .PageButtons a:not(:first-child) {display: none;}
  .PageButtons a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 945px) {
  .PageButtons.responsive {position: relative;}
  .PageButtons.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .PageButtons.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}