@charset "UTF-8";
/* CSS Document */

	@charset "UTF-8";

/* -------------------------------------
/*  html, body
/* -------------------------------------*/

html {
	background:				#000000;
	color:					#CCCCCC;
	font:					100% Arial, Helvetica, sans-serif;
	text-align:				center;	
}


html, body {
	margin:					0;
	padding:				0;
}

body {
	text-align:				left;
	width:					880px;
	line-height:			1.3em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:					#CCCCCC;
	
}


/* -------------------------------------
/*  Baseline values for browser consistency
/* -------------------------------------*/

p, div, h1, h2, h3, h4, ul, li, form, input, select, option {
	padding:				0;
}
h1 {
	font-style: normal;
	font-size: 24px;
}
h2 {
	font-size: 14px;
}

img {
	margin:					0;
	padding:				0;
	border:					0;
}

ul {
	list-style:				none;
}

a {
	outline:				0;
}

.alert {
 font-weight: bold;
 color: #990000;
}

/* -------------------------------------
/*  default links
/* -------------------------------------*/

a:link, a:visited {
	color:					#cccccc;
	text-decoration:		underline;
}

a:hover {
	
        text-decoration:		none;
}

.clear {
	clear:					both;
	height:					0px;
	font-size: 0px;
	line-height: 0px;
}



/* -----------------------------------
/* masthead
/* ----------------------------------*/

#masthead {
	width: 880px;
	background-color: transparent;
	height: 33px;
	background-image: url(images/siteNav.png);
}


#masthead ul {
	padding-top:			2px;
	z-index:				1;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 12px;
	height: 28px;
}

#masthead li {
	float:					left;
	position:				relative;
	top:					0;
	left:					0;
}

#masthead li a {
	padding:				8px 16px 6px 16px;
}

#masthead li.current a {
	margin-bottom:			-1px;
}

#masthead li ul {
	display:				none;
	position:				absolute;
	top:					0;
	left:					0;
	margin:					0;
	padding:				0;
	
}

#masthead ul:after {
    content:				"."; 
    display:				block; 
    height:					0; 
    clear:					both; 
    visibility:				hidden;	
}

#masthead li ul li ul {
	position:				relative;
}

#masthead li ul li {
	width:					175px;
	font-size:				12px;
}

#masthead li > ul {
	top:					auto;
	left:					auto;
}

#masthead li:hover ul {
	display:				block;
}

#masthead li.current ul {
	padding-bottom:			1px;
}

#masthead li {
	font-size:				14px;
	text-align:				center;
	padding-right: 6px;
}

#masthead li li {
	text-align:				left;
}

#masthead li li li {
	text-indent:			10px;
}

#masthead a {
	text-decoration:		none;
	display:				block;
	color:                 #a1011c;
}
#masthead li a:hover {
	background:				transparent;
	color:					#a1011c;
	background-color:		#b3833a;
}

#masthead li ul li a:link, #masthead li ul li a:visited, #masthead li.current ul li a:link, #masthead li.current ul li a:visited {
	background:				transparent;
}
#masthead li ul li a:hover, #masthead li.current ul li a:hover {
	background-color:		#b3833a;
}

/*-------------------------
/*Header
/*------------------------*/

#header {
	position:   relative;
	width: 880px;
	height: 193px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left 0px;
	float: left;
	background-image: url(images/header_02.png);
	z-index: 5;
}
/*-----------------------
/*   siteNav
/*-----------------------*/

#nav {
background-image: url(images/siteNav.png);
}	
#nav, #nav ul{
	padding:0;
	list-style-type:none;
	line-height:1.5em;
	width: 880px;
	font-size: 12px;
	height: 33px;
	z-index: 3;
        margin-left: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 160px;
        position: absolute;
}

#nav a{
	display:block;
	color:#a1101c;
	text-decoration:none;
	height: 20px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	
}

#nav a:hover{
background-color:#b3833a;
color:#a1101c;
}

#nav li{
	float:left;
	width: auto;
	position:relative;
	height: 28px;
	padding-left: 10px;
	margin-top: 2px;
        display: inline-block;
}
#nav li li {
	background-color: #bc914f;
	margin-top: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a1101c;
	z-index: 6;
	 
}
#nav li li li {

background-color: #bc914f;
	margin-top: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a1101c;
	z-index: 6;
}

#nav ul {
	position:absolute;
	width:12em;
	display:none;
	top:1.5em;
}

#nav li ul a{
width:200px;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
margin: -4px;
}	

#nav li ul ul {
	left:17em;
	top: -1em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-bottom: 5px;
	
}

#nav li ul li a {
	width: 200px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
	margin-top: 12px;
	width: 200px;
}






#content {
	height: auto;
	width: 880px;
	float: left;
	position: relative;
	background-color: #111111;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 150px;
	z-index: 1;
}
#content .page_header {
	float: left;
	height: 35px;
	width: 450px;
	margin-top: 25px;
	margin-left: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-shadow: 1;
	color: #BC914F;
	padding-top: 3px;
	padding-bottom: 10px;
}
#myContent {
	margin-left: 65px;
	width: 760px;
	background-color: #000000;
	height: 250px;
	margin-top: 55px;
	position: relative;
	z-index: -5;
	float: none;
}
#masthead #masthead_cont {
	height: 33px;
	width: 880px;
	margin: 0 auto;
}
#footer {
	float: left;
	height: 40px;
	width: 880px;
	position: relative;
	background-color: #222222;
	background-image: url(images/footer.png);
	text-align: center;
	vertical-align: middle;
	color: #CCCCCC;
	padding-top: 5px;
	font-size: 10px;
}
#footer a {
	color: #CCCCCC;
	font-size: 10px;
}
#text_content {
	
	font-size: 14px;
	color: #CCCCCC;
        font-family: Verdana, Arial, Helvetica, sans-serif; 
	
}
#text_content {
	margin-top: 80px;
	margin-left: 115px;
        width: 650px;
}
#text_content h1 {
	font-size: 18px;
	line-height: 1em;	
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
}

	/* ----------- stylized ----------- */
	#stylized{
	border:2px solid #999999;
	background-color: #CCCCCC;
	margin-top: 60px;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:100px;
	float:left;
	margin-top: 10px;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
	}
	#stylized button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(img/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
#myContent p {
	color: #CCCCCC;
	position: relative;
}
.tagline {
	text-align: center;
	position: relative;
	color: #CCCCCC;
	font-size: 14px;
}
#event_hold {
	width: 604px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#event_hold img {
	margin-top: 25px;
	padding: 1px;
	border: 1px solid #1F1F1F;
}
#event_descrip {
	width: 575px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	line-height: 1.3em;
	word-spacing: 0.2em;
}
#quote_left {
	float: left;
	width: 275px;
	margin-left: 110px;
	word-spacing: 0.4em;
	text-align: center;
}
#quote_right {
	float: right;
	width: 275px;
	margin-right: 110px;
	word-spacing: 0.3em;
	text-align: center;
}
#event-date {
	font-size: 14px;
	line-height: 22px;
	float: right;
	width: 325px;
	margin-top: 25px;
	padding-bottom: 10px;
	height: 35px;
	margin-right: 25px;
	color: #BC914F;
}
#buy_tickets {
	width: 275px;
	height: 200px;
	margin-top: 35px;
	margin-bottom: 0px;
	margin-left: 302px;
	float: left;
}
#buy_tickets img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#buy_tickets p {
	text-align: center;
}
#nav .adjust {
	height: 33px;
	width: 10px;
}