﻿#topNavigation {
	display: block;
}

#leftPanel {
	width: 221px;
	background-color: #1f5772;
}

#starfieldSeal {
	margin-top: 450px; /* hackish */
	text-align: center;
}

ul#menu * {
	margin: 0;
	padding: 0;
}

ul#menu {
	margin: 0;
	padding: 0;
}

ul#menu * a:visited {
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

ul#menu * a:active {
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

ul#menu * a:focus {
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

ul#menu * a:hover {
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

ul#menu * a {
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

ul#menu {
	margin: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

ul#menu li {
	width: 216px;
	list-style-type: none;
}

ul#menu li a {
	display: block;
	padding: 0.5em 0 0.5em 10px;
}

ul#menu li a:hover {
	background-color: #1590cb;
}

#centerPanel {
	width: 675px;
	padding: 15px 0px 5000px !important;
}

#centerPanelBackground {
	height: 234px;
	width: 100%;
	background: #fff url(../../images/aerial.jpg) no-repeat scroll 0 0;
}

#intro {
	float: left;
	width: 385px;
	padding: 0 15px;
	height: 660px;
}

#intro ul {
	margin-left: 25px;
	list-style-position: inside;
}

#video {
	width: 260px;
	float: left;
}

