@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: center;
}
#wrapper {
	margin: 24px auto 0 auto;
	width: 902px;
}
.clear {
	clear: both;
}
#footlogo img {
	border: none;
}

/* ========== LAYOUT ========== */

#container_top {
	height: 16px;
}
#container_bg {
	height: 521px;
	position: relative;
}

/* ---------- hidden by default ---------- */

#splashcontent {
	display: none;
	margin: 25px 0 10px 0;
	text-align: justify;
	width: 902px;
}

/* ========== MAIN IMAGE AREA ========== */

#flash, #topborder, #header, #header_alt {
	display: block;
	overflow: hidden;
	position: absolute;
}
#flash {
	height: 525px;
	left: 6px;
	top: -10px;
	width: 890px;
	z-index: 10;
}
#topborder {
	height: 16px;
	left: 0;
	top: -16px;
	width: 902px;
	z-index: 20;
}
#header {
	height: 148px;
	left: 0;
	padding-top: 12px;
	text-align: center;
	top: 0;
	width: 902px;
	z-index: 20;
}
#header_alt {
	height: 500px;
	left: 0;
	text-align: center;
	top: 0;
	width: 902px;
	z-index: 20;
}

/* ========== MENU ========== */

#menubg {
	height: 46px;
	overflow: hidden;
	position: relative;
}
#menu_container {
	display: block;
	float: left;
	left: 50%;
	position: relative;
}
#menu_container_center {
	float: left;
	height: 27px;
	right: 50%;
	position: relative;
}
a.menuitem:link, a.menuitem:visited, a.menuitem1:link, a.menuitem1:visited {
	display: block;
	float: left;
	margin: 0;
	padding: 10px 12px;
	text-align: center;
	text-decoration: none;
}
a.menuitem:hover, a.menuitem:active, a.menuitem1:hover, a.menuitem1:active {
	padding-top: 9px;
	text-decoration: none;
}

/* ========== FOOT LOGO ========== */

#nav_social {height: 32px; text-align: center;}
#nav_social img {
	border: none;
	margin: 15px 3px 0 3px;
}

#footlogo {
	margin-top: 24px;
	text-align: center;
}
#footlogo img {
	padding: 10px;
}