/* CSS Document */html {	height: 100%; }body {	background-color: #000000;		font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 0.9em;	font-style: normal;	font-weight: normal;	text-decoration: none;	color:white;	height: 100%; 	}html * {	margin:0 auto;	}	#body_wrapper {	width: 800px; 	height: 100%;	margin: 0 auto; 	text-align: center;	}	#wrapper_outside * {	text-align: left;	}#wrapper_outside {	width: 100%; 	height: 100%;	position: relative;	top: 0px; left: 0px;		}#wrapper_inside {	width: 100%; 	height: 100%;	text-align: center;	position: relative; top: 0px; left: 0px;	}/**********headers*************/#page_header{	/********** all headers container*************/	width: 800px;	background: #000000;	padding: 0px;	position: relative;	top: 0px;	left: 0px;	height: 158px;}#exploratoriumLogo {	width: 800px;	background: #000000;	padding: 0px;	position: absolute;	top: 0px;	left: 0px;	height: 33px;}#mis_logo{	width: 124px; 	height: 90px;	position: absolute; top: 33px;	left: 0px; 	background-color:#DC650E;}#mis_banner{	width: 676px; 	height: 90px;	position: absolute; top: 33px;	left: 124px; 	background-color:#E7E7E7;	}	#mis_banner_tagline	{	width: 170px; 	height: 25px;	position: absolute; 	top:   95px;		left: 620px; 	color: #FFFFFF;		text-align: right;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1.0em;	font-style: normal;	font-weight: bold;}/**********main content*************/#page_content{	position: absolute;	top: 158px;	left: 0px;	height: auto;	background-image: url(../student_pages_images/subsection_bkg.gif);	background-repeat: repeat-y;}* html #page_content{	height: 100%;}	#page_content a,#page_content a:link,#page_content a:active,#page_content a:visited {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 0.90em;	font-style: normal;	font-weight: bold;	color: #ffffff;}#page_content a:hover {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 0.90em;	font-style: normal;	font-weight: bold;	color: #FF9933;	}#main_container{	position: relative;	width: 710px; 	height: 100%; 	padding: 0px;	top: 1px;	left: 0px;	float: left;}#main {	position: absolute;	display: block;	top: 0px;	left: 0px;	width: 100%;	height: auto;	margin:0 auto;	background-color: #000000;}#section_title{	font-size: 18px;	font-weight:bold;	padding: 15px;	padding-left: 20px; 	height: 45px;	background-image:url(../student_pages_images/section_title_main.gif);	background-repeat:no-repeat;}.section_label{	float:left;	display:inline;	clear:both;	font-weight: bold;	font-size:16px;	padding: 10px;	padding-left: 20px;}.section_text{	float:left;	display:inline;	clear:both;	width:690px;	text-decoration: none;	font-weight: normal;	padding: 10px;	padding-left: 20px;}.section_text ul{	padding-left: 20px;}	.student_media_container{	float:left;	display:inline;	clear:both;	width:690px;	background-color:#171010;	background-image: url(../student_pages_images/student_media_bkg.gif);	background-repeat: repeat-y;	padding: 0;	margin: 0 0 20px 20px;}.student_media{	float:left;	display:inline;	margin:0 10px 0 0;	background-color:#000000;	background-image: url(../student_pages_images/loading.gif);	background-repeat: no-repeat;}.student_media_caption{	padding: 10px;	text-decoration: none;	font-weight: normal;	font-size:1em;}.student_media_button{	position:relative;	top:180px;}.student_media_button a img{	border:none;	text-decoration:none;}#materials_methods{	float:left;	display:inline;	clear:both;	width:690px;	padding: 0;	margin: 20px;}#materials_methods_text{	padding: 20px;}/**********footer*************/#exploratoriumLinks_container{	position: relative;	background-color:#000000;	width: 800px; 	height: 140px; 	padding: 10px 20px 10px 10px;	margin: 20px 0 0 0;	clear: both;}#exploratoriumLinks{	padding: 0px;	position:absolute;  top: 20px; left: 20px;	font-size: 0.90em;	font-style: normal;	font-weight: normal;	text-decoration: none;	color: #666666;	width: 790px; height: 120px; }#exploratoriumLinks a,#exploratoriumLinks a:link,#exploratoriumLinks a:active,#exploratoriumLinks a:visited {	font-size: 0.90em;	font-style: normal;	font-weight: bold;	text-decoration: none;	color: #ffffff;}#exploratoriumLinks a:hover {	font-size: 0.90em;	font-style: normal;	font-weight: bold;	text-decoration: none;	color: #FF9933;	}/*overrides slideshow.css for IE positioning**/.slideshow{	float:left;	display:inline;	clear:both;}/**for debugging**//*div{	border:1px solid #FF0000;}	*/