﻿#wrapper{
	position: absolute;
  	bottom: 50%;
   	right: 50%;
   	height: 691px;
   	width: 1057px;
}	
#container{
	position: relative;
	left: 50%;
	top: 50%;
}
#screen{
	height: 691px;
	width: 1057px;
	top: 0px;
	left: 0px;
	background-image: url('../images/OldFilm.jpg');
	background-repeat: no-repeat;
}
#projection{
	position: absolute;
	left: 72px;
	top: 76px;
}
#loading{
	position:absolute;
	width:100%;
	text-align:center;
	top: 50%;
	z-index: 1;
	visibility: hidden;
	display: none;
}
#nav{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 104px;
	height: 500px;
	z-index: 1;
}
#divisionsSubmenu{
	position: absolute;
	left: 112px;
	top: 41px;
	width: 6.5em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 7px;
	color: white;
	font-size: 1.1em;
	line-height: 1.5em;
	background-image: url('../images/bluefrost50.png');
	z-index: 2;
}
#arrow{
	position: absolute;
	left: 104px;
	top: 41px;
	visibility: hidden;
}
#main{
	position: absolute;
	left: 112px;
	top: 0px;
	width: 800px;
	height: 508px;
	/*background-color: silver;*/
}
#footer{
	position: absolute;
	top: 514px;
	left: 0px;
	width: 808px;
	height: 22px;
	padding-top: 6px;
	padding-left: 104px;
	color: white;
	background-color: #262626;/*#6A6A6A#B3C8E8#B28B5B;#80623B;#B8905D;#C49E6F;#4A4A4A;#BBBBBB;*/
	text-align: center;
	z-index: 0;
}
/* Classes & Styles */
html{
	overflow: hidden;
}
a{
	color: white;
	text-decoration: none;
	display: block;
	width: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: black;
}
img{
	border-width:0;
}
a.inline{
	display: inline;
	color: white;
}
a.underline{
	color: white;
	text-decoration: underline;
}
td.black{
	background-image: url('../images/blackfrost50.png');
	width: 20%;
}
.content{
	position: absolute;
	/*color: #231B10;*/
	color: #E8DED0;
	padding: 10px;
	font-size: 1.1em;
	text-align: left;
	z-index: 1;
}
.content.black50{
	background-image: url('../images/blackfrost50.png');	
}
.content.black75{
	background-image: url('../images/blackfrost75.png');
}
.content.white50{
	background-image: url('../images/greyfrost50.png');	
}
.button{
	margin-bottom: 8px;
	margin-left: 2px;
	padding-top: 8px;
	height: 25px;
	color: white;
	background-color: #150958;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.button.mouseover{
	background-color: #23238E;
}
.button.selected{
	/*color: #ffd700;*/
	border-color: #a0a0a0;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-style: solid; 
	padding-top: 7px;
	padding-left: 2px;
	height: 22px;
	/*background-color: #060049;*/
	background-color: #150958;/*#23238E;*/
	font-size: 1.0em;
}

/* Java Accordion Classes */
.accordionHeader{
	position: relative;
	color: #E8DED0;
	padding: 5px;
	text-align: left;
	z-index: 1;
	background-image: url('../images/blackfrost50.png');
}
.accordionContent{
	position: relative;
	color: #E8DED0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	z-index: 1;
	background-image: url('../images/blackfrost50.png');
}
.moreButton{
	position: absolute; 
	right: 5px; 
	top: 7px; 
	height: 1em;
}