body{
margin: 0;
background-color:#000000;
}
/** Removes dotted lines around swfs
*/
object { 
	outline:none; 
}

#clear{
clear:both;
}
/**
*	wrappers
*/
.wrap-outer {
	position: relative;
	width: 954px;
	margin: 0 auto;
	clear: both;
}
.wrap-inner {
	width: 954px;
	margin: 0 auto;
}
.wrap-content {
	width: 954px;
	margin: 0 auto;
}

/**
*	header
*/
#header{
	position: relative;
	width: 944px;
	height:75px;
	margin: 57px 0 0 10px;
}
#logo{
	background-image:url(../images/logo.jpg);
	width:211px;
	height:39px;
}
#login{
	position: absolute;
	top: 32px;
	right: 0;
}
#social {
	position: absolute;
	top: 28px;
	right: 184px;
}
#social a {
	display: block;
	float: left;
	margin-left: 8px;
}
#social a img {
	display: block;	
}
/**
*	navigation
*/

#top-nav{
width: 944px;
height:14px;
background-color:#111111;
padding:2px 0 2px 10px;
}
#venue-nav{
line-height:10px;
width:650px;
height:10px;
background-color:#111111;
margin:7px 0 33px 304px;
}
#sub-nav{
line-height:10px;
padding-left:10px;
width: 944px;
height:10px;
background-color:#111111;
margin-top:50px;
}
#bottom-nav{
}
/**
*	home content
*/

#intro-copy{
width:560px;
margin: 30px 0 15px 10px;
}
#flash-nav{
width:954px;
height:338px;
}

/**
*	interior content
*/
#main-content{
min-height:375px;
height:auto !important;
height:375px;
width:954px;
position:relative;
}
#flash-image{
position:absolute;
left:0px;
width:954px;
height:374px;
background-color:#030303;
}
#content-bottom{
width: 954px;
height:10px;
background-color:#111111;
}
#left-content{
width:540px;
margin-left:10px;
padding-top:13px;
position:relative;
}
.contentHidden{
left:0px;
overflow:visible;
}
.contentVisible{
left:0px;
overflow:visible;
}
.backgroundHidden{
background-image:none;
}
.backgroundVisible{
background-image:url(../images/content-background.jpg);
background-repeat:repeat-y;
}
#yellow-line{
width:100%;
height:1px;
background-color:#ee9500;
padding:0px;
margin:0px;
line-height:1px;
}
#content-copy{
margin-top:35px;
}
#right-image{
position:absolute;
left:576px;
top:10px;
width:378px;
height:375px;
}

/**
*	footer
*/

#footer{
width:954;
margin-bottom:25px;
}
#bottom-links{
text-align:right;
margin-top:-75px;
}
#awards{
width:290px;
margin-top:25px;
}

/**
*	capacity table
*/
.capacities{
}
.cap-head{
background-color:#1c1c1c;
height:50px;
text-align:center;
}
.cap-title{
text-align:left;
}
.cap-hide{
display:none;
}
.cap-display1{
display:table-row;
background-color:#222222;
text-align:center;
}
.cap-display2{
background-color:#2a2a2a;
display:table-row;
text-align:center;
}

/**
*	Secure Content
*/

#secure-content{
min-height:375px;
height:auto !important;
height:375px;
width:954px;
margin-left:10px;
margin-top:12px;
padding-top:13px;
background-image:url(../images/secureBackground.jpg);
background-repeat:repeat-y;
}
#secure-content-copy{
float:left;
margin-top:35px;
margin-left:30px;
padding-bottom:30px;
width:500px;
}
#secure-nav{
float:left;
font-size:14px;
line-height:20px;
padding:20px 0 0 20px;
width:210px;
}

#secure-nav a {
color:#ffffff;
text-decoration:none;
}
#secure-nav a:hover{
color:#435362;
}
#secure-yellow-line{
width:100%;
height:1px;
background-color:#ee9500;
padding:0px;
margin-top:-12px;
line-height:1px;
}
