body {
	padding: 0;
	margin: 0;
	font-family: Ariel,Helvetica,Verdana;
	color: #5d5c5c;
	background-color: #5d5c5c; /* Grey */
}

a, a:visited {
	color: #3981ca; /* Blue */
	text-decoration: underline;
}

a:hover {
	color: #3981ca; /* #fde40b;  Yellow */
	text-decoration: none;
}

h1 {
	padding: 6px 60px 4px 60px;
	margin: 0;
	color: #3981ca; /* Blue */
	border-bottom: 1px solid #3981ca; /* Blue */
	text-transform: uppercase;
	text-align: left; 
}

h2 {
	color: #3981ca; /* Blue */ /* #fde40b;  Yellow */
	padding: 16px 6px 4px 6px;
	margin: 0;
}

h3 {
	color: #3981ca; /* Blue */ /* #fde40b;  Yellow */
	padding: 16px 6px 4px 6px;
	margin: 0;
}

p {
	margin: 0;
	padding: 8px 8px 0 10px;
}

#header {
	/*background-color: #5d5c5c;  Grey */
	height: 158px;
	width: 790px;
	margin: 0 auto;
	padding: 0;
}

#header a.logo {
	float: left;
	width: 270px;
	height: 150px;
	margin: 4px 0 4px 4px;
	background: url( "img/web_logo150.jpg" ) left top no-repeat;
}

.nav_container {
	padding-top: 137px;
	padding-right: 16px;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation a {
	color: #FFF;
	background: #3981ca url( "img/menu-left-blue.jpg" ) left top no-repeat;
	text-decoration: none;
	padding-left: 8px;
	height: 21px;
}


#sponsors_table tr {
	height: 150px;
}

#navigation a span {
	background: url( "img/menu-right-blue.jpg" ) right top no-repeat;
	padding-right: 8px;
	height: 21px;
	margin: 0;
	padding-top: 2px;
}

#navigation a, #navigation a span {
	display: block;
	float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none
}
/* End IE5-Mac hack */

#navigation a:hover {
	color: #3981ca;
	background: #FFF url( "img/menu-left-white.jpg" ) left top no-repeat;
}

#navigation a:hover span {
	background: url( "img/menu-right-white.jpg" ) right top no-repeat;
}

#navigation a.active  {
	color: #3981ca;
	background: #FFF url( "img/menu-left-white.jpg" ) left top no-repeat;
}

#navigation span.active, #navigation a:hover span.active  {
	background: url( "img/menu-right-white.jpg" ) right top no-repeat;
}

#navigation {
	list-style: none;
	padding: 0;
	margin: 0
}

#navigation li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

/*

#header ul {
	list-style-type: none;
	margin: 0 auto;
	padding-top: 80px;
	float: right;
}

#header ul li {
	display: inline;
	padding: 4px 6px;
	font-size: 1.1em;
	
	text-transform: uppercase;
} */


#content {
	width: 790px;
	min-height: 16px;
	margin: 0 auto;
	padding: 0;
	background: #FFF url( "img/content-top.png" ) right top no-repeat;
}
.content-bot {
	width: 790px;
	height: 16px;
	margin: 0 auto;
	padding: 0;
	background: url( "img/content-bot.png" ) right top no-repeat;
}

.sponsor-title {
	color: #3981ca; /* Blue */
	font-size: 1.1em;
	font-weight: bold;
	padding: 16px 6px 6px 10px;
	margin: 0;
}
.sponsor-money {
	color: #5d5c5c; /* #fde40b;  Yellow */
	font-size: 1.1em;
	font-weight: bold;
}

ul.sponsors {
	list-style-image: url( "img/bullet.png" );
	margin-top: 0;
	margin-bottom: 0;
}

ul.sponsors li {
	line-height: 1.2em;
	padding-top: 4px;
}
ul.tickets {
	list-style-image: url( "img/bullet.png" );
	margin-top: 0;
	margin-bottom: 0;
}

ul.tickets li {
	line-height: 1.2em;
	padding-top: 6px;
}


#footer {
	background-color: #5d5c5c; /* Grey */
	color: #FFFFFF;
	width: 790px;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	font-size: 0.8em;
}

#footer a, #footer a:visited {
	color: #FFF; /* #fde40b; Yellow */
	text-decoration: none;
}

#footer a:hover {
	color: #FFF; /* #3981ca;  Blue */
	text-decoration: underline;
}



/* Schedule */
#sch_pdf {
	border-top: 1px solid #3981ca;
	border-bottom: 1px solid #3981ca;
	font-size: 0.8em;
}

#sch_pdf td {
	padding: 4px 2px;
}

#sch_pdf td.desc {
	padding-left: 8px;
	font-weight: bold;
	border-bottom: 1px solid #3981ca;
	/*background-color:#595758;  Grey */
}

ul.tix {
	list-style: none;
	list-style-image: url( "img/bullet.png" );
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 300px;
	padding-left: 40px;
}

ul.tix li {
	padding-left: 8px;
	padding-top: 2px;
}


#sub_container {
	width: 100%;
}


a.sub-page {
	min-width: 400px;
	margin: 10px;
	padding: 10px;
	background-color: #3981ca;
	color: #ffffff;

}

a.sub-page:hover {
	margin: 10px;
	padding: 10px;
	background-color: #ffffff;
	color: #3981ca;

}

.address-sub {
	font-size: 0.8em;
}



#showinfo {
	border-left: 2px solid #3981ca; 
	margin-left:328px; 
	padding-left: 12px
}

#showinfo p {
	margin: 0;
	padding: 2px;
}

.sp-diamond {
	max-width: 250px;
	max-height: 250px;
}

.sp-silver {
	width: 188px;
}
