/* Globals 
--------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	text-align: center;
	background: #FFFFFF url(../images/body_shadow.jpg) repeat-y center center;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	}
hr {
	display: none;
	}
a {
	text-decoration: none;
	}
div.clearHack {

	clear: both;

	background: #E6E1C9;
	}
	
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
	color: #FEA62B;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}




/* Misc. 
--------------------------------------*/

img {
	border: 0; /* removes border in case images get have anchor around them */
	}

img.right, img.left {
	border: 1px solid #CCCC99;
}

.right {
	float: right;
	margin-top: 1.3em;
	margin-right: 0;
	margin-left: 1.5em;
	}
.left {
	float: left;
	margin-top: 1.3em;
	margin-right: 1.5em;
	margin-left: 0;
	}
.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}
	
	address {
	margin-left: 1em;
}

object, p small {margin-bottom:1em;
}
	
/* banner
--------------------------------------*/
#banner {
	background: url(../images/banner3.jpg) no-repeat 0px 0px;
	height: 358px;
}

h1 {
	font-size: 1px;
	text-indent: -2000px;
	}
	
/* layout setup
--------------------------------------*/
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 799px;
	background: #FFFFFF url(../images/banner_tile.jpg) repeat-x right top;
	text-align: left;
	}
#content {
	width: 473px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
}
#content_box {
	margin: 20px;
}
#sidebar {
	float: left;
	width: 240px;
	background: #FFFFFF url(/images/bg-news.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
/* content-box details
--------------------------------------*/
#content_box h2 {
	margin-bottom: 0.6em;
	padding-bottom: 0.3em;
	font-size: 1.3em;
}

#content_box a:link, #content_box a:visited {
	color: #000000;
}

#content_box a:hover, #content_box a:active {
	text-decoration: underline;
	color: #FEA62B;
}

#content_box ul, #content_box ol {
	margin-bottom: 1em;
	margin-left: 2em;
	padding-left: 1em;
	font-size: 1em;

}
#content_box li {
	margin-bottom: .75em;

}

#content_box ul li ul, #content_box ol li ol, #content_box ol li ul, #content_box ul li ol{
	margin-left: .5em;
}


#content_box p  {
	line-height: 1.4em;
	margin-bottom: 0.75em;
	font-size: 1em;
}

#content_box h4  {
	margin-bottom: 0.7em;
	font-size: 1em;
	font-style: italic;
	background: url(../images/bullet_bolt.gif) no-repeat left top;
	padding-left: 1.3em;
	padding-top: 0.8em;
}
#content_box h5  {
	margin-bottom: 0.5em;
	font-size: 1em;
	
}

#content_box h6  {
	margin-bottom: 0.2em;
	font-size: 1em;
	
}

#content_box p.quote2 {
	font-weight: bold;
	background: #E6E1C9;
	padding: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#content_box p.quote {
	font-weight: bold;
	margin-right: 1em;
	margin-left: 1em;
}
#content_box p.byline {
	font-style: italic;
	margin-right: 1em;
	margin-left: 1em;
}

#content_box dl.news{
	margin: 2em 1em 1em;
}

#content_box dl.news dt {
	margin-top: 1em;
	border-left: 3px solid #E6E1C9;
	padding-left: .25em;

}

#content_box dl.news dd {
	padding: 0.2em;
	margin-left: 1.5em;
	}

#content_box dl.info{
	margin: 1em 1em 1em 1.8em;
}

#content_box dl.info dt {
	margin-top: 1em;
	padding-left: 0.25em;
	font-weight: normal;
}

#content_box dl.info dd {
	padding: 0.2em;
	margin-left: 1.5em;


}
#content_box p.copyright {
	color: #999999;
	padding-top: 0.5em;
	border-top: 1px dotted #999999;

}

#content_box ol.action {
	padding-bottom: .5em;

}



/* sidebar details
--------------------------------------
#sidebar_box {
	background: #FFFFFF;
	border: 1px solid #CCCC99;
	margin: 36px 15px 30px 18px;
}

ul#links {
	background: #E6E1C9 url(../images/sidebar_tile.gif) repeat-x left bottom;
	border: 4px solid #FFFFFF;
	list-style: none;
}
ul#links li {
	background: url(../images/bullet.gif) no-repeat .5em 0.3em;
	padding-left: 2em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #3E362F;
	padding-bottom: 1.5em;
	font-weight: bold;
}
ul#links li.top {
	background: #CCCC99 url(none) no-repeat 1.4em 1.3em;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 1em 0px;
}
ul#links li.top a:link {
	font-weight: bold;
}

ul#links a:link, ul#links a:visited  {
	color: #AF0505;

}

ul#links a:hover, ul#links a:active {
	text-decoration: underline;

}
ul#links li.bold{
	

}


ul#links li dl{
	font-weight: normal;
}
ul#links li dt{
margin-top: 0.7em;

}

ul#links li dd{
	font-style: italic;
	
}

/*

/* forms
--------------------------------------
input.formFieldSubmit {
	color: #9A0000;
	background: #CCCC99;
	margin-top: 0.5em;

}

ul#links input.formField {
	border: 1px solid #CCCC99;
	background: #FFFFFF;
	padding: .2em;
}

ul#links input  {
	margin-top: 0.7em;
	color: #3E362F;
	font: 1em Verdana, Arial, Helvetica, sans-serif;

}

input  {
	color: #3E362F;
	border: 1px solid #CCCC99;
	background: #FFFFFF;
}

#content_box form fieldset {
	padding: 0.5em 0.5em 1em;
	margin-top: 1em;
	margin-bottom: .75em;
	border: 2px solid #CCCC99;
}
	
#content_box form legend {
	font-weight: bold;
	margin-bottom: .5em;

}

#content_box form dt {
	padding: 0px;
	margin: 0px;


}

#content_box form dd {
	color: #3E362F;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 0px;

}

#content_box form dd textarea {
margin: 5px 0px 0px;
	color: #3E362F;
	border: 1px solid #CCCC99;
	background: #FFFFFF;

}


/*


/* footer
--------------------------------------*/
#footer {
	clear: both;
	background: #000000 url(../images/footer.jpg);
	height: 87px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: .9em;
}
#footer p {
	color: #FFFFFF;
	padding-top: 70px;
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {



}


/* global navigation
--------------------------------------*/
#nav {
	border-bottom: 2px solid #FFA726;
	text-align: center;
	position: relative;
	margin: 0px 0px 0em;
	padding: 0px;
	height: 25px;
}

ul#global{
	list-style: none;
	padding: 0;
	/*margin: 0px auto;*/
	text-align: center;
	/*width: 100%;*/
	height: 25px;
	margin-left: 2em;
}	


ul#global li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 11em;
	}
	
ul#global li a {
	display: block;
	/*width: 100%;*/
	padding: 0.5em;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px none #ccc;
	margin: 0px;
	}

/*#nav>ul#global li a { width: auto; }*/

ul#global li a:hover {
	text-decoration: none;
	color: #FEA82B;
	}	
	
	ul#global li a.navActive,
	ul#global li a.navActive:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FEA82B;
		}


ul#global li#navabout a {
	border-left: none;

		}

ul#global li#navschedule a{

		}
ul#global li#navvenue a {

		}
ul#global li#navpress a  {

		}
ul#global li#navarchives a {

		}
ul#global li#navcontact a {
	border-right: none;

		}

body#about #navabout a, body#schedule #navschedule a, body#venue #navvenue a, body#press #navpress a, body#archives #navarchives a, body#contact #navcontact a {
	text-decoration: none;
	font-weight: bold;
}

body#about #navabout a:hover, body#schedule #navschedule a:hover, body#venue #navvenue a:hover, body#press #navpress a:hover, body#archives #navarchives a:hover, body#contact #navcontact a:hover {
	text-decoration: none;
	font-weight: bold;
}


/* sub navigation
--------------------------------------*/
ul#subnav {
	list-style: none;
	height: 27px;
	background: #E6E1C9;
	border-bottom: 1px solid #CCCC99;
	padding: 0px;
	margin: 0px;

}

ul#subnav li{
	/*background: url(../images/subnav.gif) no-repeat right bottom;*/
	padding: 0px;
	margin: 0px;
	background: #E6E1C9;
	display: inline;

}


ul#subnav .last {
	background: url(none);

}

ul#subnav li a {
	display: block;
	float: left;
	color: #797066;
	margin: 0px;
	padding: .5em 15px;
background: url(../images/subnav.gif) no-repeat right bottom;

}

ul#subnav li a:hover {
	text-decoration: none;
	border-bottom: 3px solid #BAB890;
	margin: 0px;
	padding-bottom: 0.5em;

}

