/* REMOVE PADDING AND MARGINS */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
/* GLOBALS */
body {
	/* font: Arial, Helvetica, sans-serif 14px/18px; */
	font: Arial, Helvetica, sans-serif 12px/16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	/* background-image: url(../images/bg_body.jpg);
	background-position: center;
	background-repeat: repeat-y; */
	}
body#schedule table {
font: 12px/16px Arial, Helvetica, sans-serif;
color: #333333;
margin: 0px;
padding: 0px;
}

/* DIVS */

/*	#badge {
	position: absolute;
	top: 50px;
	left: 0px;
	}
*/	
#header {
	width: 784px;
	height:18px;
	margin: 0px auto;
	padding: 0px;	
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/* crazy IE font hack to rid gaps between divs */
	font-size:1px;
	line-height:0px;
	}
	
#wrap {	
	width: 784px;
	margin: 0px auto;
	padding:0px;
	background-image: url(../images/bg_body.jpg);
	background-position: center;
	background-repeat: repeat-y;
	}

#container {
	width: 748px;
	margin: 0px auto;
	padding:0px;
	background-color:#FFFFFF;
	}

#navwrap {background-color:#E7E7DE;}

#nav {
	position:relative;
	/*height: 30px;*/
	height: 18px;
	margin: 0px auto;
	padding:0px;
	background-color:#E7E7DE;
	/*border-top: #333 solid 8px;*/
	width:700px;
	}

/* DATES at top of page */
#dates {
  margin: 2px auto; 
  padding-bottom:2px; 
  width: 748px; /*For KHTML*/
  height: 18px;
  background-color: #E8E8DE;
 }

.dates {
	margin:4px 0px 0px 0px;
	padding:2px 0px;
  	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  	letter-spacing:2px;
  	text-align:center;
}

html>body #dates {
	margin-top:4px;
	}

#tickets a {
  margin: 4px 20px 0 6px;
  padding: 0;
  /* float: none !important; /*For Opera*/
  float: right; /*For IE*/
  /* display: block; */
  color: #5D802A; 
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing:2px;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}
#tickets a:hover {
  color: #E29013;
}

#bottom_rail {
	position:relative;
	clear:both;
	height: 60px;
	margin: 0px auto;
	padding:0px;
	/* border-top: #333 solid 8px; */
	/* crazy IE font hack to rid gaps between divs */
	font-size:1px;
	line-height:0px;
	text-align:center;
}

#navbot {
	clear:both;
	height: 60px;
	margin: 85px 0px 0px 0px;
	padding:0px;
	background-color:#E7E7DE;
	/* border-top: #333 solid 8px; */
	/* crazy IE font hack to rid gaps between divs */
	font-size:1px;
	line-height:0px;
}


#tipuecredit {
float:right;
margin:0;
padding:0;
}

#subnav {
	width: 250px;
	float: left;
	}

#subnav ul {
	font: normal 9px/15px "lucida grande", arial, sans-serif;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 11px;
	padding: 5px 0 0 30px;
	margin: 0;
	}

#subnav ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#subnav ul li a {
	display: block;
	color:#333333;
	text-decoration: none;
	padding: 2px 0 2px 10px;
	}

#subnav ul li a:hover, #nav ul li a:focus {
	background-color:#333;
	color:#FFFFFF;
	}

#contact {
	width: 300px;
	float: right;
	line-height: 12px;
	padding: 5px 0 0 0;
	}
	
#slideshow {
	height: 442px;
	/*background-image:url(../images/hd_crowd.jpg);
	background-repeat: no-repeat;*/
	clear:both;
	}

#slideshow img {
	margin-bottom:10px;
	}

#spacer {
	height: 20px;
	padding: 3px 0 0 30px;
	border-top: 2px solid #FFF;
	border-bottom: 1px solid #333;
	background: url(../images/spacer.jpg) no-repeat;
}

#spacerlow {
	height: 20px;
	background-color:#FFF;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #333;
	}

#title {
	height: 100px;
	background-color:#333;
	background-image: url(../images/title_bkg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 30px 0px 0px 30px;
	border-top: #FFFFFF solid 2px;
	}

#content-left {
	float: left;
	width: 150px;
	color: #666633;
	/* background-color:#8CAA69; */
}

#content-left-text {
	padding: 20px 35px 20px 30px;
	background-image: url(../images/theoffice_bkg.jpg);
	background-repeat: repeat-y;
}

#content-left img {
	margin: 10px 10px 20px 34px;
}

#content-right {
	width: 598px;
	float: left;
	background-color:#FFF;
}
#content-right p {
	padding-right: 40px;
}


#content-right-text {
	font: normal 12px/16px "lucida grande", arial, helvetica, sans-serif;
	color: #FFF;
	padding: 10px 40px 10px 0px;
}

#content-rail {
	width: 145px; /* formerly 140px */
	float: right;
	margin:10px 0 20px 10px;
	padding: 0px ;
	text-align:center;
}
#content-rail  p {
	float:right;
	text-align:center;
	margin:0 auto;
	padding:0;
}
#content-rail  p img {
	margin: 0 auto;
	padding:0;
}

/* the following styles the box and the links in the 2009  right rail */

#content-rail_2 {
	/* width: 220px; */
	width: 120px;
	float: right;
	/* background-color:#DADA70; */
	margin:10px 0 20px 20px;
	/* padding:10px 20px 5px 20px; */
	padding: 0px 30px 0px 10px;
}
#content-rail_2  p {
	text-align:center;
 }

#content_rail_link_container {
	width:120px;
	margin-top:10px;
	padding:10px;
	border:solid 1px #999999;
	text-align:center;
	}
	
#content_rail_link_container a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

/* -------------------------------------------------------------- */

#content-news {
	width: 600px;
	float: left;
	background-color:#FFF;
	font-size: 12px;
	padding: 20px 0 0 100px;
}

#searchresults {
	margin:0 6px 0 0;
	padding:0;
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 12px;
	}

#project {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
	background-color:#FFFFFF;
	}

#projectquote {
	background: url(../projects/images/pquote.jpg) no-repeat;
	width: 230px;
	float: right;
	padding: 10px 25px 0 15px;
}

#projectdesc {
	width:  500px;
	padding-left: 30px;
	float: left;
}

#explanation {
	background-color : #ffffff;
	padding : 25px 0 25px 30px;
	}

#explanation img {
	margin : 0 0 0 -35px;
	padding : 0 30px 0 0;
	}

#explanation li {
	list-style: none;
	}
#totop {
	width:100px;
	height:24px;
	margin:0 0 0 150px;
	float:left;
}	

/* Hides from IE5-mac \*/
* html #totop {
	height: 1%;
	margin:0 0 0 76px;
	padding:0;
}
/* End hide from IE5-mac */

#searchbox {
	float: right;
	margin:0 10px 0 0;
}	

#footer {
	width: 784px;
	height:18px;
	margin: 0px auto;
	padding: 0px;	
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/* crazy IE font hack to rid gaps between divs */
	font-size:1px;
	line-height:0px;
	}
	
#sponsors {
	width: 784px;
	height:80px;
	margin: 0px auto;
	padding: 0px;	
	background: #FFFFFF;
	/* crazy IE font hack to rid gaps between divs */
	font-size:1px;
	line-height:0px;
	}	

#sponsors img{
	display:block;
	margin: 0px auto;
}

#media_sponsors {
	width: 784px;
	height:80px;
	margin: 0px auto;
	padding: 0px;	
	background: #FFFFFF;
	/* crazy IE font hack to rid gaps between divs */
	font-size:1px;
	line-height:0px;
	}
#media_sponsors img{
	display:block;
	margin: 0px auto;
}		
		

/* CLASS */
.railtext {
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color:#5D802A;
}

.expander a {
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #E29013;
}

.navguide_left {
	width : 10px;
	float : left;
	background-color : #fff;
	border : 1px dotted #fff;
	padding : 0 0 20px 30px;
	}

.navguide_right {
	width : 475px;
	float : left;
	background-color : #fff;
	border : 1px dotted #fff;
	padding : 0 250px 20px 10px;
	}

.navtitle {
	font-weight : bolder;
	text-decoration : none;
	clear : left;
	text-indent: 0px;
	}

.textlist {
	clear : right;
	text-indent: 0px;
	}
	
.date {
	padding: 10px 0px;
	}
	
.credits {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serifarial, sans-serif;
	letter-spacing: 1.5px;
	color:#999999;	
	}

/* HEADINGS */

h1 {
	font-size:36px;
	}


h2 {
	font-size: 13px;
	}

h3 {
	font: normal 16px/15px "lucida grande", arial, helvetica, sans-serif;
	text-transform:uppercase;
	line-height:18px;
	letter-spacing: 1px;
	padding: 10px 0 5px 0;
	margin: 0;
	color:#C6892A;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	color:#000033;
	padding: 5px 0;
	}
	
H5 {
	font: bolder 11px/16px "lucida grande", arial, sans-serif;
	text-transform: none;
	color:#000033;
	padding: 0 0 15px;
	}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}

.sIFR-replaced {
	visibility: visible !important;
	}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}

/* sIFR STYLED HEADINGS */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 48px;
	}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 20px;
	}

.sIFR-hasFlash h4 {
	visibility: hidden;
	font-size: 18px;
	}

.sIFR-hasFlash p.projectquote {
	visibility: hidden;
	font-size: 14px;
	line-height: 18px;
	}

/* STYLED TAGS */

p {
	font: 14px/20px Arial, Helvetica, sans-serif;
	/* text-indent: 20px; */
	word-spacing: 2px;
	margin:5px 0 10px 0;
	}

/* p.first {
	text-indent: 0;
	}
*/

p.address {
	font: normal 9px/15px "lucida grande", arial, sans-serif;
	color: #666;
	}

p.contact {
	font: normal 9px/15px "lucida grande", arial, sans-serif;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .5px;
	}
	
.info {
	font: normal 9px/15px "lucida grande", arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#999999;
	padding-top: 2px;
	letter-spacing: .5px;
	}	
	
p.info {
	font: normal 9px/15px "lucida grande", arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#999999;
	padding-top: 2px;
	letter-spacing: .5px;
	}

p.info a {
	color: #333333;
	text-decoration: none;
	}

p.info a:hover, p.info a:focus {
	background:#FFF;
	}
	
p.searchresults
{
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 11px;
	color: #626278;
	width: 170px;
}	

p.projectfirst {
	text-indent: 0;
	font-size: 135%;
	line-height: 125%;
	clear: both;
	margin: 0 0 15px;
	padding-top: 10px;
	}

p.projectquote {
	text-indent: 0;
	padding: 0;
	}
	
p.projecttitle {
	font: bold 12px/15px "lucida grande", arial, sans-serif;
	text-indent: 0;
	text-transform: uppercase;
	padding: 0;
	}
	
p.projecttext {
	font: lighter 12px/16px "lucida grande", arial, sans-serif;
	text-indent: 0;
	padding: 0 0 10px 0;
	}

h3.project {
	color: #996600;
}

a {
	text-decoration: none;
	color: #333;
}

a.news {
	font: bold 11px/15px "lucida grande", arial, sans-serif;
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #333333;
}

a.news:active, a.news:hover {
	background: 0 #003;
	color: #fff;
}

a:visited {
	color: #000033;
	}

a img{
	border: none;
	}
	
ul {margin:0; padding:0;}	

li {
	list-style:square;
	margin:0 0 8px 16px;
	font: normal 13px/17px "lucida grande", arial, sans-serif;
	color:#5D802A;
	}

li.black_font
{
	list-style:square;
	margin:0 0 8px 16px;
	font: normal 13px/17px "lucida grande", arial, sans-serif;
	color:#000000;
}

.ticketdesc {
	margin:0 0 8px 16px;
	font: normal 13px/17px "lucida grande", arial, sans-serif;
	color:#5D802A;
}	
	
.email {
	text-transform: lowercase;
	}
	
.email a:active, .email a:hover {
	background-color:#333;
	color:#FFF;
	}
	
.greensans {font: normal 13px/17px "lucida grande", arial, sans-serif;color:#5D802A;}
.green {color:#5D802A;}

/* Search Results */
#searchresults {
	margin-right:100px;
}
.field
{
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 11px;
	color: #626278;
	width: 170px;
}
.button
{
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 11px;
	padding: 2px 0 2px 0;
	width: 85px;
}
.form_table
{
	width: 270px;
}
.form_td_left
{
	width: 185px;
}
.form_td_right
{
	width: 85px;
}
/* end search classes */	
.blue {color:#3C81BA}	
.tditems {
font: 14px/16px Arial, Helvetica, sans-serif;
}