html {
    //overflow-y: scroll;
}

*[itemscope] {
	display:none;	
}

.job-metadata {
	display:none;	
}

body {
	font-family:Verdana, Geneva, sans-serif;	
	background-color:#eee;
	font-size:12px;
	margin:0px;
	padding:0px 0px 20px 0px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-image:url(styles/background.jpg);
	}
	
.whiteOverlay {
	//background-color:rgba(255,255,255,.75);
	position:fixed;
	height:100%;
	width:100%;
	//max-width:1024px;
	z-index: -9999;
	background-image:url(styles/whiteOverlay.png);
	background-repeat:repeat-y;
	background-position:center;
}

a:link {
	outline: none;	
}

a:link img {
	border:0px;
	outline: none;
}

/*AudienceSelet*/

.pppContainer {
	float:right;
	position:fixed;
	top:0px;
	right:0px;
	height:130px;
	margin-top:50px;
	margin-bottom:170px;
	z-index:1000;
}

.pppContainer a:link, .pppContainer a:visited {
	display:block;
	margin:5px 0px 5px 5px;
	width:100px;
	height:30px;
	background-image:url(images/buttons.png);
	background-repeat:no-repeat;
	text-align:center;
	font-weight:bold;
	//background-color:#FFFFFF;
	//border-style:solid;
	//border-width:1px 0px 1px 1px;
	//border-color: black;
	color: #FFFFFF;
	text-decoration:none;
	//line-height:30px;
	vertical-align:middle;	

}
.pppContainer a:hover, .pppContainer a:active {
	//border-color: #ff0000;
	background-image:url(images/buttons_hover.png);
}

.pppContainer a:link.select {
	background-image:url(images/buttons_press.png);	
	color: #000;
}

.pppContainer a img {
	height:inherit;
	width:inherit;	
}

.pageContent {
	width:980px;
	margin: 20px auto;	
}

/* Display Styles */
.display {
	width:100%;
	min-width:980px;
	overflow:none;	
	height:auto;
	
	/*border-top: 5px solid red;
	border-bottom: 5px solid red;*/
}

.display .scenes {
	width:inherit;
	height:inherit;
	overflow:none;	
}

.display .displayOverlay {
	position:absolute;
}

.display .scene {
	position:absolute;
	overflow:none;
	width:100%;
	max-width:100%;
	min-width:980px;
}

.display .sceneContent {
	width:inherit;
	height:auto;
	position:relative;
	overflow:none;
}


/* Banner Styles */
#bannerData {
	display:none;	
}
	
#banner {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
}

#banner #bannerBG {
	height:60px;
	width:100%;
	max-width:100%;
	min-width:980px;
	position:absolute;
	z-index:999;
}

#banner #bannerBG.gradient {
	background-color:transparent;
	background-image:url(styles/gradient-bar.png);
	background-repeat:repeat-x;
	background-position:top left;
	background-size:contain;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
 	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
    -khtml-opacity: 0.75;
	}
	
#banner #bannerBG.solid {
	background: #000000;
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
 	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
    -khtml-opacity: 0.75;
	}

#banner .bannerContentWrapper {
	postion:absolute; 
	width:100%; 
	min-width:980px;
	z-index:1000;
}

#banner .bannerContent {
	height:50px; 
	padding:5px; 
	color:white; 
	line-height:50px; 
	text-align:center; 
	width:980px; 
	margin: 0 auto; 
	position:relative;
	z-index:1000;
}

.bannerMenu {
	list-style:none;
	margin:2px;
	display:inline-block;
}

.bannerMenu li {
	display:inline-block;	
}

/*.bannerMenu li:before {content:" | ";}
.bannerMenu li:first-child:before {content:"";}
*/

.bannerMenu li a:link, .bannerMenu li a:visited {
	display:inline-block;
	padding:5px 10px;
	text-decoration:none;
	height: 20px;
	line-height:20px;
	color:#FFF;
	font-size:14px;	
	margin:5px 0px;
	border:0px;
}

.bannerMenu li:hover a:link {
	background-color:rgba(0,0,0,0.75);
	
}


.bannerMenu li ul {
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	border: 0px;
	position: absolute;
	//width: 100px;
	z-index: 200;
	
	background-color:#333333;
}

.bannerMenu li:hover ul {
	display:block;	
	padding: 0px;
	margin:0px;
	list-style:none;
	background-color:black;
}

.bannerMenu li ul li {
	display:block;	
	padding:0px;
	margin:0px;
	line-height:normal;
	text-align:left;
}

.bannerMenu li ul li a:link, .bannerMenu li ul li a:visited {
	margin:0px;
	color:white;
	font-size:14px;
	display:block;
	padding:5px 20px;
	background-color:#333;
	line-height:inherit;
	height:auto;
//	white-space:nowrap;
}

.bannerMenu li ul li a:link:hover, .bannerMenu li ul li a:active {
	background-color:#FF0000;
}

.bannerMenu li ul li:first-child a:link {margin-top:10px;}
.bannerMenu li ul li:last-child a:link {margin-bottom:10px;}


.loading, .loading_white {
	background-image:url(styles/gear_loader_white.gif);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto;
	
}

.loading_dark{
	background-image:url(styles/gear_loader_dark.gif);
	background-repeat:no-repeat;
	background-position:center center;	
	
}

.loading_black{
	background-image:url(styles/gear_loader_black.gif);
	background-repeat:no-repeat;
	background-position:center center;	
	
}

.loading_light{
	background-image:url(styles/gear_loader_light.gif);
	background-repeat:no-repeat;
	background-position:center center;	
	
}


#slideshow {
	width:100%;
	max-width:100%;
	min-width:980px;
	overflow:hidden;	
	}
	
#slides {
	width:inherit;
	max-width:inherit;
	min-width:inherit;
	overflow:hidden;
	position:relative;	
}

#slides .slide{
	width:100%;
	max-width:100%;
	min-width:980px;
	height:auto;		
	position:absolute;
}

.slide {
	width:100%;
	max-width:100%;
	min-width:980px;	
}

.slide .slideLink {
	width:inherit;
	max-width:inherit;
	min-width:inherit;
	height:inherit;
	position:inherit;
	display:block;
	text-decoration:none;

}

.slide img{
	width:100%; 
	max-width:100%;
	min-width:980px;
	height:auto;

}

.slideController {
	position:absolute;
	width:100%;
	min-width:980px;
	height:inherit;
}

 .slideButtonContainer {
	position:absolute; 
	bottom:10px; 
	z-index:4; 
	width:auto; 
	right:0px; 
	margin: 5px 10px;
	height: 10px;
	}

.slideButton {
	display:inline-block; 
	background-color:#FFF; 
	height:10px; 
	width:10px; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:0px 2px;
	cursor:pointer;
	opacity:0.5;
}

.slideButton:hover, .slideButton.selected {
	background-color:#69F;
	opacity:1;

}

.slide .slideInfoBoxWidth {
	position:absolute;
	width:inherit;
}

.slideInfoBox.left {
	background:url(styles/slideInfoBox.png);
	background-position:top left;
	left:0px;	
}
.slideInfoBox.right {
	background:url(styles/slideInfoBox_right.png);
	background-position:top right;
	right:0px;
	}
.slideInfoBox.center {
	background:url(styles/slideInfoBox_center.png);
	left:50%;
	margin-left:-440px;
	}


.slide .slideInfoBoxWidth .slideInfoBox {
	font-size:12px;
	color:white;
	position:absolute;
	bottom: 40px;
	padding: 15px 80px;
	width:720px;
	//background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.75)), to(rgba(0,0,0,0)));
	//background:url(styles/slideInfoBox.png);
	sbackground-position:top left;
	background-repeat:repeat-y;
	background-size:contain;
	overflow:hidden;
}

.slideInfoBox h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;	
}
.slideInfoBox .text {
	color:white;
	position:absolute;	
	z-index:3;
	overflow:auto;
	width:720px;
}

.slideInfoBox .shadow {
	padding-left:1px;
	padding-top:1px;
	color:black;
	opacity:0.5;
	z-index:90000;
	overflow:auto;
	width:720px;
}

.slideInfoBox .bg {
	opacity:0.75;
	padding:10px;
	margin:-10px;
	background-color:#000;
	height:100%;
	width:inherit;
	position:absolute;	
}

.left {float:left;}
.right {float: right;}
.bold {font-weight:bold;}
.italic {font-style:italic;}

.dataSheetContainer {
	overflow:visible;
	width: 100%;
	min-width:980px;	
	}
.dataSheetList {
	width: 200px;
	float:left;	
	}
.dataSheetDisplay {
	width:628px;
	height:812px;
	background-color:#E9E9E9;
	background-image:url(styles/file.png);
	background-repeat:no-repeat;
	background-position:center center;
	border:1px dashed #000;
	float:left;
	margin-left:18px;
	overflow:hidden;
	}
	
.dataSheetDisplay.landscape {
	width:628px;
	height: 485px;	
}

.dataSheetDisplay.portrait {
	width:628px;
	height: 812px;	
}


.dataSheetDisplay .info {
	width:inherit;
	text-align:center;
	background-color:rgba(0,0,0,0.75);	
	color:white;
	position:absolute;
	padding: 10px 0px;
}

.dataSheetDisplay .info a:link, .dataSheetDisplay .info a:visited  {
	color:#CCC;	
}

.dataSheetDisplay .info a:hover {
	color:#FFF;	
}

.dataSheetDisplay .helpTip {
	position:absolute;
	background-color:rgba(0,0,0,0.75);
	width: auto;
	color: white;
	z-index: 998;
	display: none;
	padding:10px 10px 10px 36px;	
	margin:10px;
	background-image:url(styles/pdf_download_16.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
}

.dataSheetDisplay:hover .helpTip, .dataSheet.hover .helpTip {
	display: inline-block;
}

.dataSheetDisplay .content{
	position:absolute;
	height:inherit;
	width:inherit;
	}

.dataSheetDisplay .content .openSheet {
	position:absolute;
	height:inherit;
	width:inherit;	
}

.dataSheetDisplay .content .openSheet a {
	position:absolute;
	height:inherit;
	width:inherit;	
	display:block;
}
.dataSheetDisplay .content img {
	height:inherit;
	width:inherit;	
}

.dataSheetDisplay iframe{
	position:absolute;
	height:inherit;
	width:inherit;	
	}
.dataSheetDisplay .loaderWrapper {
	position:absolute;
	height:inherit;
	width:inherit;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(styles/file.png);
	}
.dataSheetDisplay .loader {
	color:white;
	//background-color:rgba(0,0,0,0.75);
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(styles/video_gear_loader_large.gif);
	//border:1px solid black;
	height:150px;
	width:300px;
	//padding:48px;
	position:relative;
	top:50%;
	left:50%;
	margin:-75px -150px;
}


.dataSheetDisplay .loader span {
	display: block;
	text-align:center;
	font-size:24px;
	font-weight:bold;	
}

.dataSheetWrapper {
	overflow:visible;
	height:50px;
	width:300px;
	display:block;	
}

.dataSheetTab {
	position:relative;
	z-index:999;
	display: block;
	border-color:black;
	border-style:solid;
	border-width: 1px 1px 1px 0px;
	background-color:#999;
	font-weight:bold;
	width:30px;
	text-align:center;
	padding:10px 0px;
	margin:10px 0px;
	cursor:pointer;
	text-decoration:none;
	color:black;
}

.dataSheetTab:hover {
	background-color:#6699FF;	
}


.dataSheetTab.selected, .dataSheetTab.selected:hover {
	background-color:#333333;
	color:#CCCCCC;
	cursor:default;
	
}

.dataSheetTabContainer {
	display:block;
	float:left;
	
}

.dataSheet {
	display:inline-block;
	position:relative;
	width:200px;
	height:258px;
	border:1px solid black;
	background:#FFF;	
	cursor:pointer;
	overflow:visible;
	left:0px;
	top:0px;	
}

.dataSheet.landscape {
	width:200px;
	height:154px;
}

.dataSheet.portrait {
	width:200px;
	height:258px;	
}

.dataSheet.hover, .datasheet.portrait.hover {
	left: -10px;
	top: -10px;
	width:220px;
	height:284px;	
}
.dataSheet.landscape.hover{
	width:220px;
	height:170px;
}


.dataSheet .infoBox {
	position:absolute;
//	position:relative;
//	top:-388px;
//	left:300px;
	background-color:rgba(0,0,0,0.75);
	//height:200px;
	width:auto;
	white-space:nowrap;
	//width:350px;
	padding:20px;
	color:white;
	z-index:999;
	display:none;	
}

.dataSheet:hover .infoBox, .dataSheet.hover .infoBox {
	display:inline-block;	
}



.dataSheet img.dataSheetThumb {
	width:100%;
	height:100%;	
}

.dataSheet .pageTurn {
	//right: 0px;
	display:inline-block;
	position:absolute;
	background-image:url(styles/datasheetPageTurn_small.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:76px;
	height:76px;
	margin-left:-76px;
	
}

.dataSheet.open {
	//position:absolute;
	height:864px;
	width:660px;
	
	/*
	transform:rotate(10deg);
	transform-origin:bottom left;
	-webkit-transform:rotate(10deg);
	-moz-transform:rotate(10deg);
	//-moz-transform:rotate(10deg); -moz-transform:skewx(25deg) translatex(150px);
	-o-transform:rotate(10deg);
	-ms-transform:rotate(10deg);
	copyfilter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0.125);*/
}

.section {
	clear:both;
	margin:20px 0px;	
	overflow:visible;
	
	}

.header {
	display:block;
	margin:30px 0px 10px 0px;
	font-size:24px;
	font-weight:bold;
	border-bottom:2px solid #ccc;
	clear:both;	
}

.subheader {
	display:block;
	margin:10px 0px;
	font-size:18px;
	//font-weight:bold;
	color:#333;
	border-bottom: 1px solid #DDD;
	clear:both;	
}

.scrolledTo>.header, .scrolledTo>.subheader, .header.scrolledTo, .subheader.scrolledTo {
	color:#C00;
	border-color:#C99;	
}

.videoList {
	width:980px;
	clear:both;
	overflow:hidden;
}

.videoList .videoColumn {
	width:240px;
	float:left;	
}

.videoList .video {
	width:240px;
	height:135px;
	margin:2px;
	background-color:#CCCCCC;	
	float: left;
	cursor: pointer;
}

.videoList .video.loading {
	background-image:url(styles/video_gear_loader_med.gif);		
}

.videoList>:first-child.loading {
	background-image:url(styles/video_gear_loader_large.gif);		
}

.videoList .video .info {
	background: rgba(0,0,0,0.75);
	font-size:12px;
	color:#FFF;
	position:absolute;
	width:inherit;
	height:auto;
	z-index:2;
}
.videoList .video .info .title{
	font-size:12px;
	padding:5px;
}
.videoList .video .info .desc{
	font-size:8px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	
	height:7px;
	padding:0px 5px 5px 5px;

}



.videoList .video .play {
	background-image:url(styles/video_play_64.png);
	background-position:center center;
	background-repeat:no-repeat;

	opacity:0.75;

	position:absolute;
	width:inherit;
	height:inherit;
	visibility:hidden;
	z-index:10;
}

.videoList .video:hover .play { visibility:visible; }


.videoList .video img {
	position:relative;
	//top: -10px;
	z-index:1;
	width:inherit;
	height:inherit;
}

.videoList>:first-child {
	width:487px;
	height:274px;	
}

.videoList>:first-child .info {
	font-size:24px;
	color:#FFF;
	position:absolute;
	width:467px;
	padding:10px;
	height:auto;
	z-index:10;	
}


.videoList .video:first-child .info .title{
	font-size:24px;
	padding:5px;
}
.videoList .video:first-child .info .desc{
	font-size:12px;
	padding:5px;
	height:auto;
	white-space:normal;

}

.videoList .video:first-child .play {
	background-image:url(styles/video_play_white_128.png);
}

.videoScene {
	width:100%;
	max-width:100%;
	min-width:980px;		
	text-align:center;
	background-image:url(styles/videoPlayerBg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

.videoScene .videoPlayer {
	display:inline-block;
	margin:60px 0px 20px 0px;
	height:480px;
	width:854px;
	background-color:#CCCCCC;
}

.videoPlayer.loading {
	background-image:url(styles/video_gear_loader_large.gif);	
}

.videoScene iframe {
	height:inherit;
	width:inherit;
}

.videoScene .videoEndLink {
	text-align:center;
	height:20px;
}

#studies {
	position:relative;
	margin:0px;
	padding:0px;
	display:block;
	list-style:none;
	text-align:center;
	}
	
#studies li {
	display:inline-block;
	width:16%;
	border:1px solid black;
	position:relative;
	margin:5px 0px;
	padding:0px;
	list-style:none;
	background-color:#000;
	color:#FFF;
	vertical-align:top;
	}
	
#studies li img{
	width:100%;
	}
	
#studies li a:link, #studies li a:visited, #studies li a:hover {
	text-underline:none;
	display:block;
	color:white;	
	}
#studies li a span {
	display:block;
	padding:5px;	
	}