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

/* print version */



/* -- header -- */

#topNav {
	display: none;
}



/* -- menu bar -- */

#menuBar {
	display: none;
}


/* -- columns -- */

#mainContent {
	overflow:visible;
}

#colWrapper {
   	clear: none;
	float: none;
	overflow: visible;
	position: inherit;
}

#col1 {
	padding:0;
	float: none;
	width: 100%;
}

#col2 {
	display: none;
}

/* panels */


.tape1, .tape2 {
	display: none;
}


#col1 .infoPanel .topBar {
	background:none;
}

.infoPanel .bodyPane {
	width:inherit;
	background:none;
}


#casestudymenu {
	display: none;
}

img#papertear {display: none;}

/* -- other -- */

img.videoStill {
	display: none;
}

a img.videoStill  {
	border:1px solid #3f3f3f;
}

a:hover img.videoStill {
	border-color:#ff0000;
}

#newvidsPanel .videoStill {
	float:none;
}

#newvidsPanel p.channelTitle {
	font-weight:bold;
	margin-bottom:8px;
	font-size:12px;
}




/* -- video player -- */

#video {
	display: none;
}


/* Footer */

#footerDiv {
	width:100%;
}

#footerDiv #links {
display: none;
}

#footerDiv #copyright {
	margin: 0;
	padding: 0;
	margin-left: 6px;
	float: none;
	width: 100%;
	color: #3f3f3f;
	text-align: left;
}

