﻿*{
	margin:0;
	padding:0;
}
body{
	background:#000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:15px;
	color: #fff;
	text-transform:uppercase;
	overflow-x:hidden;
}
#video{
	margin-top:5%;
	margin-bottom:5%;
	color:white;
	width:325px;
	margin-left:auto;
	margin-right:auto;
	vertical-align: middle; 
	text-align:center;
	padding:5px;
	}
	
.bg_img img{
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;
}

.largeheader{
	position:fixed;
	right:40px;
	top:20px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:55px;
	text-align:right;
	font-weight:normal;
	/*text-shadow:  0 0 3px #0096ff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #0096ff, 0 0 70px #0096ff, 0 0 80px #0096ff, 0 0 100px #0096ff, 0 0 150px #0096ff;
*/}

.largeheader span{
	display:block;
	font-size:15px;
	font-weight:bold;
}

.smallsubhead {
	color:#ffffff;
	position:fixed;
	width:1000px;
	right:40px;
	top:130px;
	text-align:right;
	font-size:32px;
	font-weight:normal;
	/*text-shadow:  0 0 3px #f6ff00, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #f6ff00, 0 0 70px #f6ff00, 0 0 80px #f6ff00, 0 0 100px #f6ff00, 0 0 150px #f6ff00;
*/}


#contentArea{
	width:100%;
	color:black;
	text-align:left;
	position:fixed;
	font-size:14px;
	top:200px;
	//background-color:#ffffff;
  	//opacity:0.3;
  	//filter:alpha(opacity=30); /* For IE8 and earlier */
  	padding:10px;
	text-transform:none !important;

}
#contentArea h1{
	color:black;
	text-align:left;
	position:relative;
	font-size:18px;
	margin-bottom:10px;
	text-transform:uppercase;
	opacity:1;
  	filter:alpha(opacity=100); /* For IE8 and earlier */
}
	

/* For screens 800px or less */	
@media all and (max-width: 800px) {

  .largeheader { 
  font-size:39px; 
  }
  
  .smallsubhead { 
  font-size:24px;
  top:100px;
  }
  
  #video{
  margin-top:-5%;
  margin-bottom:0;
  }

}	
	
	
span.reference{
	position:fixed;
	left:0px;
	bottom:0px;
	background:#000;
	width:100%;
	font-size:10px;
	line-height:20px;
	text-align:right;
	height:20px;
	-moz-box-shadow:-1px 0px 10px #000;
	-webkit-box-shadow:-1px 0px 10px #000;
	box-shadow:-1px 0px 10px #000;
}

span.reference a{
	color:#aaa;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:10px;
	font-size:10px;

	}
span.reference a:hover{
	color:#ddd;
}

#oe_wrapper{
	position:fixed;
	top:2px;
	left:2px;
}

.oe_overlay{
	background:#000;
	opacity:0;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
ul.oe_menu{
	list-style:none;
	position:relative;
	margin:30px 0px 0px 40px;
	width:560px;
	float:left;
	clear:both;
}
ul.oe_menu > li{
	width:112px;
	height:101px;
	padding-bottom:2px;
	float:left;
	position:relative;
}
ul.oe_menu > li > a{
	display:block;
	background-color:#101010;
	color:#aaa;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	width:90px;
	height:80px;
	padding:10px;
	margin:1px;
	text-shadow:0px 0px 1px #000;
	opacity:0.8;
}
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	background:#fff;
	color:#101010;
	opacity:1.0;
}
.oe_wrapper ul.hovered > li > a{
	background:#fff;
	text-shadow:0px 0px 1px #FFF;
}
ul.oe_menu div{
	position:absolute;
	top:103px;
	left:1px;
	background:#fff;
	width:498px;
	height:180px;
	padding:30px;
	display:none;
}
ul.oe_menu div ul li a{
	text-decoration:none;
	color:#222;
	padding:2px 2px 2px 4px;
	margin:2px;
	display:block;
	font-size:12px;
}
ul.oe_menu div ul.oe_full{
	width:100%;
}
ul.oe_menu div ul li a:hover{
	background:#000;
	color:#fff;
}
ul.oe_menu li ul{
	list-style:none;
	float:left;
	width: 150px;
	margin-right:10px;
}
li.oe_heading{
	color:#aaa;
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
}