/* CSS Document */


body {
	font-family: Arial, Geneva, sans-serif;
	font-size: 15px;
	margin: 64px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	color: #FFFFFF;
}

body#home {
	background-color: #948932;
}

body#space {
	background-color: #aac8d8;
	margin: 51px 0px 0px 0px;
}

body#map {
	margin: 69px 0px 0px 0px;
}

#background_swf {
	left:0px;
	position:fixed;
	top:0px;
	z-index:1;
}

#wrapper {
	width: 850px;
	margin: 0px auto;
	position: relative;
	z-index:100;
}

#space #wrapper, #welcome #wrapper, #connect #wrapper {
	width: 857px;
}

.arrow {
	position: absolute;
	right: -36px;
	z-index:150;
	top: -50px;
}

#space .arrow {
	top: -37px;
}

#map .arrow {
	top: -55px;
}

#navigation {
	height: 173px;
	width: 173px;
	position: absolute;
	z-index: 150;
}

#home #navigation {
	left: -23px;
	top: -22px;
}

#welcome #navigation, #connect #navigation {
	left: -37px;
	top: -25px;
}

#map #navigation {
	left: -41px;
	top: -30px;
}


#space #navigation {
	left: -34px;
	top: -12px;
}

.navBG {
	height: 173px;
	width: 173px;
	position: absolute;
	z-index: 150;
}

#home .navBG, #welcome .navBG {
	background: url(/common/images/navigation/blue.png) no-repeat;
}

#map .navBG {
	background: url(/common/images/navigation/red.png) no-repeat;
}

#connect .navBG, #space .navBG {
	background: url(/common/images/navigation/orange.png) no-repeat;
}

#navigation ul, #navigation li {
	position: relative;
	z-index: 200;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#navigation ul {
	width: 163px;
	padding-left: 5px;
	padding-top: 10px;
}

#navigation li {
	list-style: none;
	padding-top: 10px;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover, #navigation a.active {
	color: #58240e;
}

#mainContent {
	position: relative;
}

#mainContent img {
	display: block;
}

.topContent {
	padding-left: 155px;
}

#space .topContent {
	height: 150px;
	width: 660px;
	font-size: 13px;
	line-height: 20px;
}

#space .topContent h1{
	text-transform: uppercase;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

#space .topContent p{
	margin: 0px;
	padding: 0px;
}

#spaceNav {
	position: absolute;
	right: 0px;
	background-color: #FFFFFF;
	color: #CD7229;
	font-size: 12px;
	padding: 0px 13px;
	z-index: 100;
}

#spaceNav a {
	color: #968981;
	text-decoration: none;
}

#spaceNav a:hover, #spaceNav a.active, #spaceNav a.chevron {
	color: #CD7229;
}

.space1, .space2, .space3, .space4, .video {
	display: none;
}

.space1 p, .space2 p, .space3 p, .space4 p, .video p, .space1 h1, .space2 h1, .space3 h1, .space4 h1, .video h1 {
	background-color: #aac8d8;
}

.videoBG {
	background: url(/common/images/video.png) no-repeat;
	height: 336px;
	text-align: center;
	padding-top: 75px;
}

.middleContent {
	font-weight: bold;
	line-height: 23px;
	font-size: 13px;
}

#welcome .middleContent {
	padding: 140px 0px 0px 120px;
	height: 510px;
	background: url(/common/images/welcomeNew.png) no-repeat;
}

#connect .middleContent {
	padding: 130px 0px 0px 160px;
	line-height: 20px;
	height: 520px;
	font-weight: normal;
	position: relative;
}

#connect .midContentBG {
	background: url(/common/images/welcomeNew.png) no-repeat;
	height: 650px;
	width: 858px;
	position: absolute;
	z-index: 125;
	top: 0px;
	left: 0px;
}

.connectInfo {
	position: relative;
	z-index: 200;
}

img.presidentImg {
	position: absolute;
	margin-top: -134px;
	right: 18px;
	border: 1px solid #ffffff;
}

#welcome .middleContent p {
	width: 600px;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

#connect .middleContent p {
	margin: 0px;
	padding: 0px 0px 25px 0px;
}

#connect .middleContent a {
	color: #cd7228;
	font-weight: bold;
}

#connect .middleContent h1 a {
	color: #aac8d8;
	font-size: 18px;
	font-weight: bold;
}

.addressInfo {
	float: left;
	width: 205px;
	position: relative;
	z-index: 200;
}

.bottomContent {
	padding-left: 3px;
	font-weight: bold;
	line-height: 20px;
}

.bottomContent a {
	color: #58240E;
}

h1 {
	font-size: 36px;
	padding: 0px 0px 6px 0px;
	margin: 0px;
}

h2 {
	color: #cd7228;
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 13px;
}

a img {
	border: 0px;
}

.clearit{
clear: both;
height: 0px;
line-height: 0px;
margin: 0px;
padding: 0px;
overflow: hidden;
font-size: 0px;
}
