@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #900000;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0;
}
img {
	border: 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* colors
----------------------------------------------- */ 
.red, #follow-us a:hover {
	color: #aa0a15;
}
#footer-wrapper, .bodytext, #info-content a, #footer a, h1, #content a, a.white, #content-about a.square {
	color: #FFFFFF;
}
/* spacers
----------------------------------------------- */ 
.left5px {
	margin-left: 5px;
}
.top5px {
	margin-top: 5px;
}
.bottom5px {
	margin-bottom: 5px;
}
/* containers
----------------------------------------------- */
#container, #menu, #footer {
	width: 986px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#menu-container {
	height: 48px;
	width: 100%;
	background-image: url(../images/back-menu.gif);
}
#menu {
	padding-top: 10px;
}
#logo {
	margin: 37px 0 0 3px;
	width: 200px;
	float: left;
	height: 142px;
}
#footer {
	padding-top: 43px;
}
#footer-right {
	float: right;
	width: 164px;
	text-align: right;
}
/* Sticky Footer
----------------------------------------------- */ 
* {margin:0;padding:0;}

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}
#wrap {
	min-height: 100%;
	width: 100%;
	z-index: 0;
}
#main {
	overflow:auto;
	padding-bottom: 107px; /* must be same height as the footer */
}  
#footer-wrapper {
	position: relative;
	margin-top: -107px; /* negative value of footer height */
	height: 107px;
	clear:both;
	font-size: 10px;
	background-image: url(../images/back-footer.png);
	background-position: top center;
	background-repeat: no-repeat;
}

/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}
/* menu, submenu
----------------------------------------------- */ 
#menu ul, #submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li, #submenu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	width: 141px;
	height: 38px;
	background: url(../images/menu.png);
}
/* Normal Links */ 
#menu ul li.home a {
	background-position: 0 0;
}
#menu ul li.about a {
	background-position: -141px 0;
}
#menu ul li.tickets a {
	background-position: -282px 0;
}
#menu ul li.get-involved a {
	background-position: -423px 0;
}
#menu ul li.sponsors a {
	background-position: -564px 0;
}
#menu ul li.media a {
	background-position: -705px 0;
}
#menu ul li.contact a {
	background-position: -846px 0;
	margin-right: -1px;
}
/* Hover Links */
#menu ul li.home a:hover {
	background-position: 0 -38px;
}
#menu ul li.about a:hover {
	background-position: -141px -38px;
}
#menu ul li.tickets a:hover {
	background-position: -282px -38px;
}
#menu ul li.get-involved a:hover {
	background-position: -423px -38px;
}
#menu ul li.sponsors a:hover {
	background-position: -564px -38px;
}
#menu ul li.media a:hover {
	background-position: -705px -38px;
}
#menu ul li.contact a:hover {
	background-position: -846px -38px;
}
/*	Selected/Active Links*/
#menu ul li.home a.selected {
	background-position: 0 -76px;
}
#menu ul li.about a.selected {
	background-position: -141px -76px;
}
#menu ul li.tickets a.selected {
	background-position: -282px -76px;
}
#menu ul li.get-involved a.selected {
	background-position: -423px -76px;
}
#menu ul li.sponsors a.selected {
	background-position: -564px -76px;
}
#menu ul li.media a.selected {
	background-position: -705px -76px;
}
#menu ul li.contact a.selected {
	background-position: -846px -76px;
}
/* text
----------------------------------------------- */
.bodytext {
	font-size: 13px;
	line-height: 19px;
}
.bodytext p {
	margin-bottom: 12px;
}
.text10px {
	font-size: 10px;
}
.caption {
	font-size: 11px;
	line-height: 15px;
}
h1 {
	font-size: 18px;
	padding: 7px;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffaf4a;
	padding-bottom: 15px;
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffaf4a;
	margin-bottom: 0;
}
h4 {
	font-weight: bold;
	color: #ffaf4a;
	margin-bottom: 0;
}
/* links
----------------------------------------------- */
a {
	text-decoration: none;
	color: #fe432b;
}
#info-content a, #content a, #content-about a.square {
	background-color: #fe432b;
	padding: 0 2px 0 2px;
}
#info-content a:hover, #content a:hover, #content-about a.square:hover {
	color: #CC0000;
	background-color: #ffbe4e;
}
#footer a {
	font-weight: bold;
}
#footer a:hover, #content-contact a:hover {
	color: #ffbe4e;
}
/* table headers
----------------------------------------------- */
#header-2col {
	background-image: url(../images/back-header-2col.gif);
	width: 656px;
	height: 35px;
}
/* lists
----------------------------------------------- */
#content ul {
	padding: 5px 0 15px 15px;
	margin: 0;
}
#content-contact ul {
	padding: 5px 0 15px 15px;
	margin: 0;
}
