@charset "utf-8";
/* CSS Document */

body
{
	background-color: #000000;
}

#container
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 1000px;
	height: 650px;
	font-family: "Myriad Pro", Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
}

#logo img
{
	margin-top: 200px;
	margin-left: 250px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#comingSoon
{
	position:absolute;
	top: 50px;
	left: 275px;
}

#main_flash
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 480px;
	z-index: 100;
}

#trans_eom
{
	position: absolute;
	top: 65px;
	left: 593px;
	width: 300px;
	height: 300px;
	z-index: 200;
}
	
#advisory_pdf
{
	position: absolute;
	top: 100px;
	left: 50px;
	width: 900px;
	height: 380px;
	z-index: 200;
}
	
#bg_flash
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 480px;
	z-index: 10;
	visibility: hidden;
}

#navbar
{
	position: absolute;
	top: 490px;
	left: 0px;
	width: 1000px;
	height: 150px;
	z-index: 200;
}

#locallink
{
	position: absolute;
	top: 580px;
	left: 0px;
	width: 200px;
	height: 100px;
	z-index: 250;
}

#menubar
{
	position: absolute;
	top: 50px;
	left: 400px;
	height: 460px;
	width: 550px;
	z-index: 300;
}
#toggle
{
	position: absolute;
	top: 640px;
	left: 10px;
	width: 1000px;
	heigth: 20px;
	font-size: 9px;
}
	
#toggleShowOn
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 20px;
	z-index: 90;
}

#toggleShowOff
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 20px;
	z-index: 90;
	visibility: hidden;
}

#toggle a, a:visited
{
	color: #CCCCCC;
	text-decoration: none;
}

#toggle a:hover, a:link, a:active
{
	color: #FF9933;
}

#toggleMusicOn
{
	position: absolute;
	top: 0px;
	left: 75px;
	width: 50px;
	height: 20px;
	z-index: 90;
}

#toggleMusicOff
{
	position: absolute;
	top: 0px;
	left: 75px;
	width: 50px;
	height: 20px;
	z-index: 90;
	visibility: hidden;
}

#info
{
	position: absolute;
	top: 0;
	left: 300px;
}

.criteriaHeader
{
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}

.criteriaInfo
{
	font-size: 14px;
	color: #CC0000;
}

#criteria a, a:visited
{
	color: #CCCC00;
	text-decoration: none;
}

#criteria a:hover, a:link, a:active
{
	color: #FF9933;
}

.splashHeader
{
	font-size: 18px;
	font-weight: bold;
	color: #0099FF;
}

.splashInfo
{
	font-size: 14px;
	color: #0099FF;
}

#splash a, a:visited
{
	color: #CCCC00;
	text-decoration: none;
}

#splash a:hover, a:link, a:active
{
	color: #FF9933;
}

.walkwayHeader
{
	font-size: 18px;
	font-weight: bold;
	color: #0099FF;
}

.walkwayInfo
{
	font-size: 14px;
	color: #0099FF;
}

#walkway a, a:visited
{
	color: #CCCC00;
	text-decoration: none;
}

#walkway a:hover, a:link, a:active
{
	color: #FF9933;
}


