@charset "utf-8";
/* CSS Document */

body {
background-color:#20a129;
margin:0px;
background-image:url(../images/bg_stripe.jpg);
background-position:center;
}

#header {
width:740px;
margin-left:auto;
margin-right:auto;
}

#flash {
width:300px;
height:175px;
float:left;
margin-left:5px;
margin-top:2px;
border:1px solid #27446b;
}

#logo {
width:429px;
height:181px;
float:right;
}

#content {
width:100%;
height:auto;
background-image:url(../images/sky2.jpg);
border-top:1px solid #000;
border-bottom:1px solid #000;
}

#navmenu {
width:738px;
height:20px;
margin-left:auto;
margin-right:auto;
margin-top:4px;
}

#cell_1 {
	width: 200px;
	float: left;
	margin-left: 10px;
}

#cell_2 {
	width: 500px;
	float: right;
	margin-right: 10px;
}

#cell_3 {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 720px;
}

#cell_4 {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}

#cell_5 {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}

#tickets {
width:740px;
margin-left: auto;
margin-right: auto;
background-color:#657994;
margin-top:15px;
padding-bottom:8px;
padding-top:8px;
margin-bottom:15px;
}

#intro {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px;
	border: 1px dotted #666;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background-color: #fff;
}

#sponsors {
width:680px;
margin-left: auto;
margin-right: auto;
height:100px;
margin-top: 10px;
margin-bottom: 10px;
}

#ticketinfo {
font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	border: 1px dotted #666;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	width: 700px;
	background-color: #CCCC99;
}

#eventright {
	width: 320px;
	float: right;
	background-color: #fff;
	padding: 10px;
	border: 1px dotted #cc9;
}

#eventleft {
	width: 320px;
	float: left;
	background-color: #fff;
	padding: 10px;
	border: 1px dotted #cc9;
}

#quotes {
	width: 540px;
	margin-left: auto;
	border: 1px dotted #666;
	background-color: #F4F4E8;
	padding: 5px;
	margin-right: auto;
}

#contactleft {
	float: left;
	height: 150px;
	font-size: 13px;
	font-weight: bold;
}

#contactright {
	float: right;
	width:450px;
}

.clear {
clear:both;
}


/* menu code */


#dd
{   margin: 0;
    padding: 0}

#dd li
{   margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: bold 11px arial}

#dd li a.menu
{
	display: block;
	text-align: center;
	padding: 4px 5px;
	margin: 0 2px 0 2px;
	color: #FFF;
	width: 109px;
	text-decoration: none;
	background-color: #660033;
}

#dd li a.menu:hover
{
	background-color: #663399;
}

.submenu
{
	border: 1px dotted #3A5356;
	visibility: hidden;
	position: absolute;
	margin-left:2px;
	width: 117px;
	background-color: #663399;
	color: #FFFFFF;
}

    .submenu a
    {   display: block;
        font: 11px arial;
        text-align: left;
        text-decoration: none;
        padding: 5px;
        color: #fff}

    .submenu a:hover
    {
	color: #000;
	background-color: #FFCC00;
}


/* table code */

table {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	border: 1px dotted #cc9;
}

caption {
	font-size: 1.4em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}

th, td {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 0.6em;
	vertical-align: 4px;
}
th {
	text-align: left;
	text-transform: uppercase;
}
thead th, tfoot th, tfoot td {
	background-color: #cc9;
	font-size: 1.1em;
}
tbody th {
	padding-left: 24px;
}
tbody th, td {
	background-color:#eee;
}
tbody tr:hover td, tbody tr:hover th {
	background-color: #E5E5CB;
}
tr.odd td, tr.odd th {
	background-color: #ddd;
}
tbody a {
	color: #333;
}
tbody a:visited {
	color: #999999;
}
tbody a:hover {
	color: #33c;
}
tbody a:active {
	color: #33c;
}
tbody td a {
	background: url(../images/external.gif) no-repeat right 0.4em;
	padding-right: 12px;
}
tfoot th {
	text-align: right;
}
tfoot th:after {
	content: ":";
}

.news_form {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	clear: both;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}