/* CSS Document */

body{
	background-color: #ededed;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

a:link{
	color: #f58025;
}

a:visited{
	color: #f58025;
}



#container {
	position: relative;
	border-right: 3px solid #cccccc;
	border-left: 3px solid #cccccc;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 800px;
	top: -8px;
}
* html #container {top: -14px;} /* IE hack */


#footer{
	clear: both;
	font: bold 0.75em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #f58025;
	padding: 3px;
}
#footer p{
}



/* Begin Header, Tab Bar */

#header {
	border-bottom: 8px solid #f58025;
}

#header h1{
	display: none;
}
#header h2{
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	float: right;
	position: absolute;
	top: 0px;
	right: 10px;

}

#directions{
	position:absolute;
	top: -3px;
	right: 5px;
	font-weight: bold;
	text-align: right;
}

#tabs {
	position: absolute;
	white-space: nowrap;
	text-align: right;
	right: 0px;
	width: 100%;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	top: 73px;
}

* html #tabs {top: 90px;} /* IE hack */

#tabs li{
	list-style: none;
	margin: 0;
	height: 25px;
	display: inline;
}

#tabs li a{
	padding: 3px 0.5em;
	background: #f58025;
	border: 1px solid #f58025;
	color:#FFFFFF;
	text-decoration: none;
}

#tabs li a:link{
	color: #FFFFFF;
}

#tabs li a:visited{
	color: #FFFFFF;
}

#tabs li a:hover{
	background: #FFFFFF;
	color: #f58025;
}

#tabs #selected a {
	color: #000000;
	background: #ffcc99;
	text-decoration: none;
}

/* END Header, Tab Bar */


/* Main page CSS; two column layout */
#sidebar{
	float: left;
	width: 275px;
	padding: 5px 0 5px 0;
	text-align: center;
}

#sidebar h1{
	color: #f58025;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

#sidebar h2 a{
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}
#sidebar img{
	border: 3px solid #cccccc;
}

#sidebar a{
	color: #f58025;
}

#leftcolumn{
	width: 495px;
	margin-left: 290px;
	padding: 15px 0 5px 0;
}

* html #leftcolumn {margin-left: 275px;} /* IE hack */

#sponsors p{
	text-align: center;

}
#sponsors ul{
	text-align: center;
}

#sponsors li{
	display: inline;
}
#sponsors li img{
	vertical-align: middle;
	margin: 0 5px 0 5px;
	border: 0;
}
/* END Main page CSS; two column layout */


/* Schedule CSS */

.show{
	display: table;
	width: 700px;
	margin: 50px auto 0 auto;
	border-top: 3px solid #cccccc;
}
.show img{
	margin-right: 5px;
}

.show .title{
	text-align: center;
	font-size: 1.5em;
	color: #f58025;
}
.show .timestr{
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #f58025;
	text-align: center;
	font-weight: bold;
}

.show .header{
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.show .year{
	font-weight: bold;
	font-style: italic;
}


#noshow{
	text-align: center;
}
/* END Schedule CSS */


/* One column layout */

#onecolumn{
	padding: 5px 10px 5px 10px;
}
#onecolumn h1{
	font-size: 1.5em;
	color: #f58025;
}
#onecolumn h2{
	font-size: 1.1em;
	color: #f58025;
}

img.wrapright{
	clear: both;
	float: right;
	border: 3px solid #cccccc;
	margin: 0 0 5px 5px;
}

#form_submit{
background-color: #ededed;
padding: 5px;
text-align: center;
}


/* END one column layout */




/* Hacks */

br #clear{
	clear: both;
}
