@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'Titillium';
	src: url('fonts/titilliumtext400wt-webfont.eot');
	src: local('☺'), url('fonts/titilliumtext400wt-webfont.woff') format('woff'), url('fonts/titilliumtext400wt-webfont.ttf') format('truetype'), url('fonts/titilliumtext400wt-webfont.svg') format('svg');
}

#theBody{
	background:url(images/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
	position:relative;
	overflow-y:scroll;
	height: 100%;
	padding-bottom:36px;
}
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

.contentWrapper{
	width:964px;
	margin-left:auto;
	margin-right:auto;
	position:relative;

}
.contentWrapper:after{
	content:'';
	clear:both;
	position:relative;
}
.topBar:after{
	content:'';
	clear:both;
	position:relative;
}
.topBar{
	height:50px;
}
.logo{
	width:140px;
	height:33px;
	float:left;
	margin-top:25px;
}
.slogan{
	width:448px;
	height:19px;
	clear:left;
	margin-top:-5px;
	margin-left:-1px;
}
.nav{
	width:300px;
	float:right;
	margin-top:52px;
	text-align:right;
}
.dash{
	vertical-align:middle;
}
.navImage{
	padding-right:24px;
}
.navImage2{
	padding-right:20px;
}
.navImage3{
	padding-right:17px;
}
.videoSelector{
	width:660px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:24px;
}
.hoverSelector{
	width:355px;
	margin-left:auto;
	margin-right:auto;
}
.selectorWrap {
	width:946px;
	margin-top:105px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	margin-bottom:150px;
}
.touWrap {
	width:946px;
	margin-top:60px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:40px;
	text-align:left;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.shadow{
	width:964px;
	margin-top:65px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.learnMore{
	width:240px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:45px;
	border:hidden;
}
.learnMore a{
	text-decoration:none;
	border:hidden;
}
.footer{
	background-color:#EDEDED;
	width:100%;
	height:36px;
	position:fixed;
	z-index:100;
	bottom:0;

}
.footer a{
	color:#999;
	text-decoration:underline;
}
.footerInner{
	width:964px;
	height:36px;
	margin-left:auto;
	margin-right:auto;
	color:#999;
}
.footerLogo{
	width:256px;
	height:25px;
	float:left;
}
.copyrightText{
	font-family:Helvetica, sans-serif;
	font-size:9px;
	float:right;
	margin-top:7px;
	color:#999;
}
.hover {
	position:absolute;
	cursor:pointer;
	margin-left:1px;
}
.moreInfoHover {
	position:absolute;
	cursor:pointer;
}
#vidTitle {
	color:#FFF;
	font-family:'Titillium', sans-serif;
	font-size:16px;
	text-transform:lowercase;
	width:400px;
	text-align:right;
	margin-top:-30px;
	margin-left:240px;
	padding-bottom:15px;
}
.exit {
	position:absolute;
	color:#000;
	font-family:'Titillium', sans-serif;
	font-size:10px;
	cursor:pointer;
	width:30px;
	height:30px;
	margin-left:945px;
	margin-top:-12px;
	background: url('fancybox/fancy_close.png');
	background-repeat:no-repeat;
	z-index:1050;
}
.exit a{
	color:#000;
	font-family:'Titillium', sans-serif;
	font-size:10px;
	border:none;
}
	
#player{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
	text-align:center;
	height:480px;
}
#content {
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
	width:960px;
	height:480px;
}
#videoFrame {
	position:relative;
	z-index:0;
}