body { 
	background: url("../images/main_BG.jpg") fixed no-repeat top center #122b42;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
a:link, a:visited {
	font-weight: bold;
	color: #3669a0;
	text-decoration: none;
}
a:hover, a:active {
	font-weight: bold;
	color: #122b42;
	text-decoration: none;
}

td {
	vertical-align: top;
}

h1 {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #122b42;
	padding: 0px;
	margin: 0px 0px 20px 0px;	
}

h2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color:#000;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

h3 {
	text-align: center;
	font-size: 25px;
	color: #666600;
}

h4 {
	color: #000;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 20px;
}
.float  {
	float: left;
}	
.clear  {
	display: block;
	clear: both;
	height: 0px;
}

#main_wrap {
	background: url(../images/cheater_BG.jpg) no-repeat top;  /*Use this to fix Div issue with nav */
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}


/*----- Start Nav ------*/

#navWrap {
	/*position: relative;*/
	position: absolute;
	top: 150px;
	left: 0px;
	width: 960px;
	height: 48px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1000;
}
#spacer {
	width: 35px;
	height: 30px;
}
#about-link {
	width: 73px;
	height: 30px;
	/*margin-left: 35px;*/
}
#venue-link {
	width: 70px;
	height: 30px;
}
#hosts-link {
	width: 80px;
	height: 30px;
}
#entertain-link {
	width: 130px;
	height: 30px;
}

#auction-link {
	width: 90px;
	height: 30px;
}
#charity-link {
	width: 90px;
	height: 30px;
}
#tickets-link {
	width: 82px;
	height: 30px;
}
#sponsor-link {
	width: 120px;
	height: 30px;
}
#media-link {
	width: 70px;
	height: 30px;
}
#contact-link {
	width: 80px;
	height: 30px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 9999;	
}

#nav a {
	display: block;
	color: #000;
	text-decoration: none;
}
#nav a:hover  {
	color: #000;
	text-decoration: underline;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	margin-left: 0px;
/* 	margin-right: 10px; */
	z-index: 9999;
	text-transform: uppercase;
}

#nav li ul { /* second-level lists */
	position: absolute;
	/*background: #d1ba6c;*/
	background: #dadada;
	width: 220px;
	height: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 9999;
	border: 1px solid #000;
	/*filter:alpha(opacity=88);
	opacity: 0.88;
	-moz-opacity:0.88;*/
}

#nav li ul li  {
	display: block;
	float: left;
	width: 196px;
	margin: 0px;
	z-index: 9999;
	
}

#nav li ul li a  {
	color: #000;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	text-align: left;
	width: 196px;
	padding: 4px 4px 4px 18px;
}

#nav li ul li a:hover  {
	color: #FFF;
	text-decoration: none;
	padding: 4px 4px 4px 18px;
	width: 198px;
	z-index: 9999;
	background-color: #000;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.75em 0 0 11em;
	z-index: 9999;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	z-index: 9999;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 9999;
}

/*----- End Nav ------*/

#feature_wrap {
	float: left;
	background: url(../images/feature_BG.png);
	width: 960px;
	height: 250px;
	margin: 54px 0px 0px 0px;
}
#feature1 {
	position: absolute;
	width: 311px;
	height: 250px;
	top: 200px;
	left: 4px;

}
#feature_video {
	position: absolute;
	width: 436px;
	height: 323px;
	top: 168px;
	left: 253px;
}
#feature_logo {
	position: absolute;
	width: 388px;
	height: 325px;
	top: 165px;
	left: 288px;
}
#feature2 {
	position: absolute;
	width: 326px;
	height: 250px;
	top: 200px;
	right: -9px;
	z-index: 500;
}
#content_wrap {
	float: left;
	background: url(../images/contentBG.png);
	width: 960px;
}

#content_full {
	float: left;
	width: 845px;
	margin: 20px 0px 20px 55px;
}
.error404 img {
	width: 100%;
}
#content_full_marquee {
	position: relative;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 845px;
	height: 22px;
	background: #CCC;
	text-align: center;
	padding: 5px;
	margin: 10px auto;
}
#content_left {
	float: left;
	width: 500px;
	margin: 20px 0px 20px 55px;
}
#content_tickets {
	float: left;
	width: 575px;
	margin: 20px 0px 20px 55px;
}
.ticket_title {
	background: #000;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#rtCol {
	float: left;
	width: 315px;
	height: 100%;
	margin: 20px 0px 0px 30px;
}
#rtCol_willCall {
	float: left;
	background: #CCC;
	width: 225px;
	height: 100%;
	margin: 10px 0px 0px 20px;
	padding: 10px;
}
#charities {
	float: left;
	width: 890px;
	text-align: center;
	margin: 0px 0px 10px 35px;
}
#bNav {
	float: left;
	background: #000;
	width: 890px;
	height: 28px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #DDD;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 0px 35px;
}
 
#bNav a:link, #bNav a:visited {
	 color: #B8B8B8;
	 text-decoration: none;
}
#bNav a:hover, #bNav a:active {
	color: #DDD;
	text-decoration: underline;
}
#sponsors {
	float: left;
	background: url(../images/border_bottom.png) no-repeat top;
	width: 960px;
	padding: 20px 0px 0px 0px;
}
#copyright {
	float: left;
	width: 960px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #9a9a9a;
	text-align: center;
	margin: 6px 0px 20px 0px;
}

#copyright a:link, #copyright a:visited {
	 color: #9a9a9a;
	 text-decoration: none;
}
#copyright a:hover, #copyright a:active  {
	 color: #9a9a9a;
	 text-decoration: underline;
}

/* PromoCode Styles Added by Chris */

.codeStatusSuccess {
  		border: 1px solid green;
        padding: 3px;
        background-color: #dfffde;
	}
	.codeStatusError {
        border: 1px solid red;
        padding: 3px;
        background-color: #ffb4b4;
	}
	
	
.lcdstyle{ /*Example CSS to create LCD countdown look*/
	background: #122B42;
	color: #e1e1e1;
	font: bold 18px Arial, Helvetica, sans-serif;
	padding: 3px 10px 3px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
	font: normal 12px Arial, Helvetica, sans-serif;
}
