/**
 * Layout CSS
 * @lastChanged  $Author: eric $ $Date: 2010-06-16 16:52:40 -0400 (Wed, 16 Jun 2010) $
 * @Revision  $Rev: 44 $
 */
html {
	height:100%;
}
body {
	background:transparent url(img/tile.jpg) repeat 0 0;
	height:100%;
}
table, tr {
	height:100%;
	width:100%;
}
td {
	vertical-align:middle;
}
#wrapper {
	width:920px;
	height:620px;
	margin:0 auto;
}
#main {
	width:880px;
	height:540px;
	background:#FFF;
	padding:20px 20px 20px 20px;
}
#curtain{
	position:absolute;
	height:540px;
	width:690px;
	background:#FFF;
}
.inner {
	display:block;
	width:100%;
	float:left;
}
#navigation {
	width:170px;
	height:540px;
	float:left;
}
#navigation #badge {
	margin-bottom:10px;
	height:118px;
}
#nav {
	background:#F3F3F3;
	padding:10px 0 10px 10px;
	height:392px;
}
#menu {
	height:300px;
	position:static;
}
.sub-menu {
	position:relative;
	padding:5px 0 5px 5px;
	margin:5px 10px 5px 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#reg-btn {
	margin-bottom:15px;
	display:block;
	border:0;
}
#content {
	float:left;
	height:540px;
	width:690px;
	padding-left:20px;
	overflow:hidden;
}
.team #content {
	overflow:scroll;
	overflow-x:hidden;
}
#footer {
	text-align:center;
	display:block;
	float:left;
	width:920px;
}
/*********
 * Side Bar Page Template
 *****/
.sideBarPage #content {
	float:left;
	width:420px;
	padding-left:20px;
}
#side-bar-right {
	float:left;
	width:260px;
	margin-left:10px;
}
/*********
 * Split Page Template
 *****/
#content-top {
	width:100%;
	height:340px;
}
#content-bottom {
	border-top:1px solid #BFC0C4;
	width:100%;
	height:199px;
}
/**
 * Specific Page Overrides
 *
 */
/** Splash Page **/
.splash-page #wrapper {
	padding:0;
	height:580px;
	width:920px;
}
.splash-page #content {
	width:100%;
	height:100%;
	padding:0;
}
.splash-page #main {
	padding:0;
	width:100%;
	height:100%;
}
.splash-page #cover {
	position:absolute;
	height:580px;
	width:920px;
}
#enter-btn {
	position:absolute;
	z-index:99;
	margin-top:230px;
	margin-left:375px;
}
.splash-page .button {
	text-align:center;
	padding-top:50px;
}
.splash-page #footer {
	display:none;
}
/** Location Page **/
#map-btn {
	display:block;
	width:137px;
	height:40px;
	margin-top:14px;
	float:right;
}
/** Team Page **/
.team #content .inner {
	width:80%;
}
