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




/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin:0px;
	padding:0px;
	color:#000000;
	font-size:0.626em; }
body div, ul, ol, li, table, img {
	margin:0px;
	padding:0px; }
body p {
	margin:10px 0px 15px; }
body img {
	border:none; }
.display_none {
	display:none; }
.clear_div {
	display:none;
	height:0px;
	width:0px; }
body:last-child .clear_div {
	display:block;
	clear:both; }
object:focus {
	outline:none; }
object {
	margin:0px;
	padding:0px; }
a:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear:both;
}



a img {border:0}


body{
	background:#000000 url(images/background.jpg) no-repeat top center;
	text-align:center;
	min-width:990px;
	margin:0 auto;
}


p {
	padding:0px 15px;
	font:13px/14px Verdana;
	color:#000000;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
	padding:0px;
}

/* HEADER */

#header_wrapper {
	width:990px;
	height:95px;
	margin:0 auto;
	text-align:left;
	padding:0px;
}
#logo {
	float:left;
	margin:5px 0px 0px 0px;
}
#call_cta {
	float:right;
	margin:15px 0px 0px 5px;
}



/* CONTENT */

#content_wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
	padding:0px;
}
#content_left {
	float:left;
	margin:0 auto;
	padding:0px;
}
#text_and_flash {
	background:url(images/text-bg.png) no-repeat top left;
	width:350px;
	min-height:650px;
	margin:0px;
	padding:0px;
}
#text_block {
	width:285px;
	font:11px/22px Verdana;
	color:#7C6334;
	padding:30px 25px 0px 40px;
	text-align:justify;
	text-transform:uppercase;
}
#text_block a{
	color:#EEBA5A;
	text-decoration: underline;
}
#text_block a:hover{
	color:#FFFFFF;
	text-decoration: none;
}
#text_block b {
	font:18px/28px Verdana;
	color:#EEBA5A;
}
#int_text_and_flash {
	background:url(images/int_bg.png) no-repeat top left;
	width:646px;
	min-height:741px;
	margin:0px;
	padding:0px;
}
#int_text_block {
	width:530px;
	font:11px/22px Verdana;
	color:#EEBA5A;
	padding:30px 85px 0px 40px;
	text-align:left;
}
#int_text_block a {
	color:#EEBA5A;
}
#int_text_block a:hover {
	color:#FFFFFF;
}
#text_box {
	width:530px;
	height:600px;
	overflow:auto;
	padding:0px 10px 0px 0px;
}
b.bhead {
	font:18px/28px Verdana;
	color:#EEBA5A;
	text-transform:uppercase;
}
#content_right {
	float:right;
	padding:10px 0px 0px 0px;
}
#flash_tickets {
	float:right;
	width:350px;
	margin:0px;
	padding:0px;
}

#paranormal p{
	color:#EEBA5A;
}



/* FOOTER */

#footer_wrapper {
	width:990px;
	height:14px;
	padding:16px 0px 25px 0px;
	background:url(images/footer_bg.png) no-repeat;
	font:bold 13px Trebuchet MS;
	color:#888888;
	text-align:center;
	filter:alpha(opacity=100);
	opacity:1.0;
}

#footer_wrapper a {
	color:#e5e5e5;
	text-decoration:none;
	filter:alpha(opacity=50);
	opacity:0.5;
}

#footer_wrapper a:hover {
	color:#FFFFFF;
	filter:alpha(opacity=100);
	opacity:1.0;
}

/* HEADER TAGS */

h1 {
	padding:0px 15px;
	margin:5px 0px;
	font:normal 24px Verdana;
	color:#1974bd;
}
h2 {
	padding:0px 15px;
	font:bold 14px Verdana;
	color:#525252;
}
h3 {
	padding:0px 15px;
	font:normal 14px/20px Verdana;
	color:#525252;
}
h4 {
}
h5 {
}
h6 {
}


/* LISTS */

ol, ul {
	margin-left:25px;
	padding:0px 15px;
}
li {
	font:11px/22px Verdana;
}




/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width:100%;
	font:11px/20px Verdana;
	color:#EEBA5A;
	letter-spacing:0px;
}
#contact_table {
	width:400px;
	font:11px/20px Verdana;
	color:#EEBA5A;
	letter-spacing:0px;
	padding-left:10px;
}
.contact_row {
	width:300px;
	height:25px;
}
.contact_field {
	float:left;
	width:45px;
	height:20px;
	text-align:right;
	padding:5px 5px 0px 0px;
}
.contact_box {
	float:right;
	width:250px;
	height:25px;
	text-align:left;
}
input.contactinput {
	width:250px;
	font:11px Verdana;
	color:#525252;
	background-color:#FFFFFF;
}
textarea.contacttext {
	font:11px Verdana;
	color:#525252;
	background-color:#FFFFFF;
}

#social {float:right; padding-right:70px;}