html, body {
	background-color: #fff;
	background-image: url(../images/bg02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	min-height: 100%;
	margin-bottom: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	line-height: 1.5em;
}

#wrapper {
	margin-left: -384px;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 768px;
	/*display: block;*/
	/*overflow: hidden;*/
}

#nav {
	background-color: #c78815;
	height: 28px;
	width: 756px;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 6px;
}

#navAd {
	height: 26px;
	width: 756px;
	margin-right: 6px;
	margin-left: 6px;
	background-color: #d0d0d0;
}

#ad {
	background-color: #f0f0f0;
	height: 96px;
	width: 756px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding: 0;
	border-top: 1px solid #9398a3;
	border-right: 0;
	border-bottom: 1px solid #9398a3;
	border-left: 0; /*1px solid #d0d0d0;*/
}
#maincontent {
	background-color: #FFFFFF;
	width: 732px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e59c18;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
#footer1 {
	height: 151px;
	width: 756px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}

#footer2 {
	width: 756px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	text-align: right;
}

#affiliate {

	width: 756px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	text-align: right;
}

#wrapper #marquee {
	height: 316px;
	width: 756px;
	margin-right: 6px;
	margin-left: 6px;
}

/* IE image transparency fix */

    img {
	behavior:	url("/javascripts/pngbehavior.htc");
}


/* links */

a:link, a:visited {
	color: #51380a;
	}
a:hover {
	color: #E79E18;
	}
/* end links */

/* ad menu mouseover background states 
<div id="menu">
	<div class="outer"><a href="#"><span>First</span></a></div>
	<div class="outer"><a href="#"><span>Second</span></a></div>
	<div class="outer"><a href="#"><span>Third</span></a></div>
</div>*/

#menu {
	height: 96px;
	width: 756px;
	margin-left: 0;
	/*margin: 3em 0; padding:0 1em;*/
	/*border-bottom: 1px solid black;*/
	}

div.outer {
	float: left;
	width: 108px; height: 96px;
	margin: 0 0 0 0;
        margin-right: 21px;
	padding: 0;
	background: url( '../images/ad_bg2.gif' ) -108px 0 no-repeat;
	}
.outer .date12 {
	font-size: 15px;
}

div.outer a {
	display: block;
	margin: 0; 
	padding: 0;
	width:100%; height:100%;
	overflow:hidden;
	font: normal 18px/1em Georgia, serif;
	color:#51380a;
	text-decoration: none;
	background: url( '../images/ad_bg2.gif' ) top left no-repeat;
	}
div.outer span {
	display: block;
	margin:0;
	padding: 10px 0 0 0;
	text-align: center;
	/*color:#000;*/
	}
div.outer a:hover {
	background-image: none;
	color: #FFF;
	}
div.outer a:active {
	color: black;
	}
div.outer span img {
	margin: 0;
	padding: 0;
	}
/* end ad menu */

/* Five event hack */

div.outerLast {
	float: left;
	width: 108px; height: 96px;
	margin: 0 0 0 0;        
	padding: 0;
	background: url( '../images/ad_bg2.gif' ) -108px 0 no-repeat;
	}
.outerLast .date12 {
	font-size: 15px;
}

div.outerLast a {
	display: block;
	margin: 0;
	padding: 0;
	width:100%; height:100%;
	overflow:hidden;
	font: normal 18px/1em Georgia, serif;
	color:#51380a;
	text-decoration: none;
	background: url( '../images/ad_bg2.gif' ) top left no-repeat;
	}
div.outerLast span {
	display: block;
	margin:0;
	padding: 10px 0 0 0;
	text-align: center;
	/*color:#000;*/
	}
div.outerLast a:hover {
	background-image: none;
	color: #FFF;
	}
div.outerLast a:active {
	color: black;
	}
div.outerLast span img {
	margin: 0;
	padding: 0;
	}

        /* Hack end*/

.mainleft {
	float: left;
	width: 458px;
}
.mainleftBlock {
	width: 458px;
	margin-bottom: 28px;
}	

#maincontent H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #9F5B00;
	letter-spacing: 0.1em;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
}

#maincontent h3.first { /* remove padding and border for first heading */
	margin: 0 0 2;
	padding: 0;
	border-top: none;
	}


.mainright {
	float: right;
	width: 232px;
}
.mainrightBlock {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.5em;
	width: 232px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8e8e8e;
	margin-bottom: 15px;
	margin-top: -3px;
}

.mainleft img {
	text-align: left;
	padding-right: 12px;
}
.text12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.6em;
	padding-left: 129px;
}
.date {
	font-size: 11px;
	font-variant: normal;
	text-transform: none;
	color: #A46506;
}



.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}
.mainrightBlock img {

	text-align: left;
	padding-right: 12px;
}

/* Dropdown Styles */

#dropmenudiv{
	position:absolute;
	border:1px solid #d0d0d0;
	border-bottom-width: 0;
	font:normal 10px/18px Arial, Helvetica, sans-serif;
	z-index:100;
	color: #FFFFFF;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #d0d0d0;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #c78815;
	color: #663300;
}
#wrapper #ticketsMarquee {

	height: 159px;
	width: 756px;
	margin-right: 6px;
	margin-left: 6px;
}
#subHeader {
	width: 744px;
	margin-right: 6px;
	margin-left: 6px;
	background-color: #d0d0d0;
	padding-top: 15px;
	padding-bottom: 8px;
	padding-left: 12px;
	display: block;
}

#subHeader .hdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	padding-bottom: 8px;
	color: #333333;
}
#subHeader .note {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.5em;
	padding-top: 1px;
}
#tixpax {

	background-color: #d0d0d0;
	width: 756px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding: 0;
}
#tixpax .topbot {
	width: 756px;
	background-image: url(../images/tix_package_bgmid.gif);
	background-repeat: repeat-y;
}
#tixpax .mid {
	background-image: url(../images/tix_package_bgmid.gif);
	background-repeat: repeat-y;
	width: 765px;
}
#tixpax .textbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.25em;
	float: left;
	width: 236px;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 6px;
	padding-bottom: 5px;
}
#tixpax .qtyorder {

	background-image: url(../images/tix_package_bgmid.gif);
	background-repeat: repeat-y;
	width: 765px;
}
#tixpax .textbox2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.5em;
	float: left;
	width: 232px;
	padding-right: 10px;
	padding-left: 6px;
	margin-right: 6px;
	padding-bottom: 0px;
	padding-top: 3px;
	text-align: right;
}
#tixpax H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.25em;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #BD7D08;
	letter-spacing: 0.05em;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	display: inline;
}
#tixpax .note {
	width: 756px;
	padding-top: 3px;
}
.tixpricesub {
	
	float: right;
}
.tixpricedesc {
	display: inline;
	float: left;
}

.tixMiniDesc {
	padding: 0px;
	margin-left: 11px;
	color: #BD7D08;
	display: inline;
	float: left;
}

.tixdelivery {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.6em;
	padding-left: 0px;
	width: 200px;
	float: right;
	display: block;
}
.cc {
	display: block;
}
.tixErrorMess {
	font-style: italic;
	color: #FF0000;
	display: inline;
}

.tixSoldOut {
	color: red;
	display: inline;
}
#wrapper #maincontent .mainleft .mainleftBlock .text12 h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #BD7D08;
	letter-spacing: 0.1em;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	text-decoration: none;
}
#wrapper #maincontent .mainleft .mainleftBlock .text12 h3 a:hover {
	background-image: none;
	color: #E79E18;
	text-decoration:underline;
}
#wrapper #maincontent .mainleft .mainleftBlock .text12 h3 a:active {
	color: black;
}.text12Confirm {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.6em;
	padding-left: 0px;
}
.greyBox {
	background-color: #E4E4E4;
	padding: 10px 10px 20px 20px;
}
#subHeader .hdr2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	padding-bottom: 8px;
	color: #BD7D08;
	padding-top: 8px;
}
.mainrightSub {
	float: right;
	width: 222px;
	background-color: #E4E4E4;
	padding: 10px;
}
.mainrightSub .mainrightBlockSub {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.5em;
	width: 222px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	margin-top: -3px;
}
.mainleftBlock .first .concertHdr {
	font-size: 18px;
	color: #A46506;
}
.mainrightBlockSub img {


	text-align: left;
	padding-right: 12px;
}
ul.extra {
	list-style-position: outside;
	list-style-image: url(../images/bullet_gold.gif);
	line-height: 2em;
}
.mainleftBlock .subtxtBlock {
	width: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#subHeader2 {
	width: 744px;
	margin-right: 6px;
	background-color: #d0d0d0;
	padding-top: 0px;
	padding-bottom: 5px;
	display: block;
	margin-top: 5px;
	margin-left: 6px;
	padding-left: 12px;
}
#subHeader2 .hdr2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	padding-bottom: 8px;
	color: #BD7D08;
	padding-top: 8px;
}
#goldCircle {
margin-left: 0;
padding-left: 0;
list-style: none;
}
#goldCircle li {
	padding-left: 15px;
	background-image: url(../images/bullet_gold.gif);
	background-repeat: no-repeat;
	background-position: 0 .45em;
	margin-bottom:8px;
}
/*
HTML
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="#" id="current">Item one</a></li>
<li><a href="#">Item two</a></li>
<li><a href="#">Item three</a></li>
<li><a href="#">Item four</a></li>
<li><a href="#">Item five</a></li>
</ul>
</div>

CSS
#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 10px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
*/
.donateBlockL {
	float: left;
	width: 220px;
}
.donateBlockR {
	float: left;
	width: 120px;
	text-align:right;
}
.donateCorpsBlock {
	background-color: #E4E4E4;
	padding: 5px;
	height: 150px;
	width: 400px;
	border: 1px solid #999999;
	overflow: auto;
}
.donateCorpsBlock2 {

	background-color: #E4E4E4;
	padding: 20px;
	width: 370px;
	border: 1px solid #999999;
}
.mainrightSub .libraryWrapRight {

	width: 222px;
}
.mainleftBlock h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #BD7D08;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.text12FlushLeft {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.6em;
}
#wrapper #maincontent .mainleft .mainleftBlock .text12FlushLeft a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	text-decoration: none;
}
#wrapper #maincontent .mainleft .mainleftBlock .text12FlushLeft a:hover {

	background-image: none;
	color: #E79E18;
	text-decoration:none;
}
#wrapper #maincontent .mainleft .mainleftBlock .text12FlushLeft a:active {

	color: black;
}
.mainleftBlock .presshdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	line-height: 1.2em;
}
.pressMediaBlock {
	width: 458px;
	border-bottom: solid #e4e4e4 1px;
}
.pressMediaBlock .pressMediaLeft {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
}
.pressMediaBlock .pressMediaRight {
	float: right;
	width: 240px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
}
#maincontent .mainleftBlockNews {

	width: 458px;
	margin-bottom: 18px;
	border-bottom:#CCCCCC solid 3px;
	padding-bottom:15px;
}
#maincontent .newsDate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #BD7D08;
	letter-spacing: 0.1em;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	width: auto;
}
.newsArchiveBlock {

	background-color: #E4E4E4;
	padding: 5px;
	height: 125px;
	width: 445px;
	border: 1px solid #999999;
	overflow: auto;
}

.newsArchiveBlock .newsArchiveText {
	padding-bottom: 10px;
}
.newsArchiveYear {
	background-color: #E7E7E7;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#wrapper #maincontent .mainleft .newsArchiveBlock .newsArchiveText a {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	text-decoration: none;
}
#wrapper #maincontent .mainleft .newsArchiveBlock .newsArchiveText a:hover {


	background-image: none;
	color: #E79E18;
	text-decoration:none;
}
#wrapper #maincontent .mainleft .newsArchiveBlock .newsArchiveText a:active {


	color: black;
}
.imgPanel img{
	margin: 0;
	padding: 0;
}
#logo {
	position: absolute;
	height: 112px;
	width: 253px;
	left: 40px;
	top: 59px;
}
.redText {
	color: #990000;
}
/* This places the picture in a picture on the homepage */
#inpicture {
	background-color: #FFFFFF;
	position: absolute;
	z-index: 99;
	height: 241px;
	width: 300px;
	left: 440px;
	top:93px!important; top:87px;
	overflow: hidden;
	padding: 5px;
}
#donatenote {
	background-image:url(../images/home_donate_bg.jpg);
	width:280px;
	height:91px;
	padding: 5px 5px 0px 15px;
	background-repeat: no-repeat;
}

#pscroller1{
	width: 280px;
	height: 130px;
	color:#FFCC00;
	font-size: 20px;
	/*border: 1px solid black;*/
	padding: 15px 5px 5px 15px;
	background-color: #c78815;
	line-height: 28px;
	margin-bottom:5px;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller1 a{
text-decoration: none;
font-size:28px;
}

.someclass{ //class to apply to your scroller(s) if desired
	font-size:24px;
	color:#006666;
}

.sub_slideshow {
	width:458px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}
#menu  .hdr2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	padding-bottom: 12px;
	color: #BD7D08;
	padding-top: 20px;
	text-align: center;
}
#menu .hdr4  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
}

img.spacer {

                padding-bottom: 15px;

                float: left;

}

#wrapper #maincontent .mainleft .mainleftBlock img {
	float: left;
	height: auto;
	width: auto;
	padding-bottom: 10px;
	display: block;
}

.captchabox {

                background-color: #E9E9E9;

                padding: 10px;

}

#recaptcha_image img {
  width: 210px;
  height: 57px;
} 



