/*--------  Table of Contents --------------
1. Global, Redefine Default HTML
2. Page Layout 
	2.1 Header
	2.2 Body
	2.3 Footer
3. Main Nav Tabs
4. Sub Navigation
5. Section Specific wells, etc. 

--------------------------------------------
*/


/*  --- 1. Global, Redefine Default HTML  ----- */
body {
background-image: url(/images/bg.jpg);
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #FFFFFF;
behavior: url(/includes/hover.htc); /* This allows css hover effects to work in ie6. Needed for tabs and drop-downs */
}
a:link, a:visited {
color: #09589F;
text-decoration: underline;
}
a:hover {
color: #2570B8;
}
p {
line-height: 16px;
margin: 12px 0px;
padding: 0px;
}
h1 {
font-size: 30px;
color: #999999;	
line-height: 30px;
font-weight: normal;
margin: 24px 0px 0px 0px;
}
h2 {
font-size: 24px;
color: #999999;
font-weight: normal;
margin: 24px 0px 0px 0px;
}
h3 {
font-size: 18px;
color: #999999;
font-weight: normal;
margin: 24px 0px 0px 0px;
}
ul {
padding-left: 15px;
}
li {

}
form {
padding: 0px;
margin: 0px;
}

td.tableTitle {
	color: #FFFFFF;	
	font-weight: bold;
	text-align: center
}

/* --- 2. Page Layout  -------------  */

#page-wrapper {
width: 900px; 
margin: 0px auto;
position: relative;
background-color: #000000;
}
/* -------- 2.1. Header -------------   */
#header {
background-color: #000000;
width: 100%;
margin: 0px 0px 0px 0px;
overflow: hidden;
text-align: center;
font-size: 14px;
}
#header-left {
width: 250px;
float: left;
text-align: center;
overflow: hidden;
}
#header-left img#logo {
margin: 15px 15px 15px 0px;
}
#header-right #header-right-top {
height: 76px;
}
#header-right #header-right-bottom {

}
#header-right {
position: relative;
width: 720px;
float: left;
overflow: hidden;
}
#header-right #top-nav {
position: absolute;
width: 255px;
right: 0px;
background-color: #CCCCCC;
}
#header-right #top-nav-inner {
margin: 10px 0px 0px 30px;
}
#header-right #top-nav a {
padding: 2px  14px  2px  4px;
text-decoration: none;
display: inline-block;
background: url(../images/nav-arrow.png) no-repeat right;
}
/* --------  2.2. Body Area -------- */
#sidebar {
float: left; 
width: 230px;
background-color: #EDEDED;
margin: 0px 0px 20px 0px;
overflow: hidden;
}
#maincontent {
	width: 898px;
	background-color: #FFFFFF;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#maincontent .inner {
	background-color: #EDEDED;
	padding: 20px;
	border-right: 1px solid #000000;
	width: 620px;
	float: left;
	margin-right: 8px;
}
#maincontent2 {
	width: 898px;
	background-color: #FFFFFF;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#maincontent2 .inner {
	background-color: #EDEDED;
	padding: 20px;
	/*border-right: 1px solid #000000;
	width: 620px;*/
	float: left;
}

/* -------- 2.3 Footer -------- */

.footer-wrapper {
width: 100%;
clear: both;
}
.footer {
width: 898px;
border: 1px solid #000000;
margin: 0px auto;
overflow: hidden;
background-color: #FFFFFF;
}
.footer-left {
width: 320px;
float: left; 
margin: 20px 0px 10px 20px;
line-height: 18px;
}
.footer-center {
width: 210px;
float: left; 
/* margin: 20px 0px 10px 0px; */
}
.footer-right {
width: 320px;
float: right; 
text-align: right;
margin: 20px 10px 10px 0px;
}

/* --- 4. Section Specific, wells, etc. ------------- */

/* Home Page */
#banner {
	background-image: url(/images/menubg.gif);
	background-repeat: no-repeat;
	width: 899px;
	height: 21px;
	background-color: #000000; 
	color: #000000; 
	text-align: center;
	padding-top: 6px;
	margin-left: 1px;
	font-weight: bold;
	font-size: 14px;
}
a.main-nav  {
color: #000000;
text-decoration: none;
}
a:hover.main-nav {
color: #006699;
}

#homecontent {
	margin: 0px 0px 0px 0px;
	width: 898px;
	background-color: #FFFFFF;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#homecontent .inner {
	background-color: #EDEDED;
	padding: 20px;
	border-right: 1px solid #000000;
	width: 475px;
	float: left;
}

#tickets {
	background-color: #FFFFFF;
	padding: 8px;
}

#ticketPrice {
	background-color: #f1f1f1;
	padding: 8px;
	font-weight: bold;
}
