@charset "UTF-8";
body
{
	margin: 0px;
	padding: 0px;
	background:#000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b97508;
}

body.leftBg {
	background:#000000 url("images/body-bg.png") 0 132px no-repeat;
}

img 
{
	border:0px;
	padding:0px;
	margin:0px
}

.clr {
	clear:both;
}

a:link, a:visited
{
	color: #660033;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	color: #fff;
}

div#splash {
	background: url("images/intro-bg.jpg") no-repeat;
	overflow:hidden;
	margin:0 auto;
	margin-top:10px;
	height: 446px;
	width:1150px;
}

div#enter {
	text-align:center;
	margin-top:150px;
}
div#wrapper {
	overflow:hidden;
	margin-left:443px;
	/* width:1150px; */
}

div#header {
	/* text-align:center; */
	z-index:10;
}

div#content {
	background:#FF8233;
	overflow:auto;
	padding:0;
	margin-top:0;
	z-index:0;
	height:485px;
}

div.main {
	color:#fff;
	padding:20px;
	overflow:auto;
	width:800px;
	max-height:440px;
}

div.main h1 {
	color:#fff;
	font-size:30px;
	font-weight:normal;
	margin:0 auto;
	text-align:center;
}

div.main p {
	color:#660033;
	font-size:18px;
	font-weight:normal;
}
div.menu {
	background:#FF6500;
	overflow:hidden;
	
	/* border-bottom:1px solid #660033; */
}
div.menu ul {
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:0;
}	

div.menu ul li {
	display:inline;
	float:left;
	margin:0 5px;
}

div.menu ul li a {
	color:#000;
	display:block;
	padding:0 25px;
	font-size:18px;
}

div.menu ul li a:hover {
	color:#fff;
	background:#FF8233;
}

div#footer {
	
	background:#FF6500;
	color:#000;
	/* width:1150px;
	text-align:center; */
	
}

/* div#footer span {
	color:#fff;
	display:block;
	width:100%;
	height:20px;
	background:#cc0066;
	border-bottom:1px solid #660033;
	border-top:1px solid #660033;
} */
div#copyright {
	color:#ffffff;
	margin:0 auto;
	width:1150px;
	text-align:center;
	margin-top:10px;
	
}
#menu {
    font-weight: bold;
    height: auto;
    left: 38px;
    margin: 0 auto;
    position: relative;
    top: 26px;
    width: 800px;

}

#menu a {
    color: #FFFFFF;
    margin-right: 35px;
}

#menu a:hover { color:#F00; }



.copyright
{
	font-size: 10px;
	color:#666;
	margin:20px;
	vertical-align:bottom;
	text-transform:uppercase;
}

a.copyright:link, a.copyright:visited
{
	color: #af242c;
	font-weight:bold;
	text-shadow:1px #000;
	font-size: 10px;
	margin:10px;
}

a.copyright:hover
{
	color: #ff0000;
}

a.menu:link, a.menu:visited
{
	font-size: 14px;
	font-weight:normal;
	padding-right: 14px;
	color: #7427df;
	border-bottom: solid 1px #441783;
}

a.menu:hover
{
	color: #c1001f;
}



a.menulinks:link, a.menulinks:visited
{
	color: #5e492c;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
}

a.menulinks:hover
{
	color: #c1001f;
}



.legal
{
	font-size: 9px;
	color: #ffffff;
}

.small, a.small:link, a.small:visited
{
	font-size: 10px;
}

a.schedule-links:link, a.schedule-links:visited
{
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color:#FFF;
}

a.schedule-links:hover
{
	text-decoration:none;
	color:#cc9966;
}

/* schedule */
.scheduletable { text-align:left; width: 580px; padding:4px; margin: 2px; margin-left:28px; font-size: 11px; color: #ffffff; }
.scheduletable td { padding:4px; }
.schedulebg1 { background-color: #af242c; color: #ffffff; font-size: 11px; }
.schedulebg2 { background-color: #9d2632; }
.schedulefont1 { color:#ffffff; font-size: 11px; }
.schedulefont2 { color:#ffffff; font-size: 11px; }

/* LightBox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
