html{
	font-size:12px;
}
body{
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
}

form{
	padding: 0;
	margin: 0;
}

img{
	border: none;
}

a{
	color: #fff;
	text-decoration: underline;
}

a:hover{
	color: #fff;
	text-decoration: none;
}

.holder{
	margin: 0 auto;
	width: 1000px;
}

#content-area{
	margin: 20px 30px 0 30px;
}
#content-area h1{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 26px;
	text-transform:uppercase;
	font-weight: normal;
}

#content-area h2 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 18px;
	text-transform:uppercase;
	font-weight: normal;
	color: #EAEAEA;
	line-height: 20px;
}

.nav h2{
	font-size: 14px;
	margin: 10px 0 0 30px;
	padding: 0;
	text-align: left;
}

.navlist{
	font-size: 12px;
	margin:0;
	background-color: #0E3792;
	padding: 0;
}

.navlist ul, .navlist li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.navlist li{
	padding: 2px 0 1px 0;
	width: 226px;
	color: #ffffff;
	display: block;
	line-height: 20px;
}

.navlist li a{
	text-decoration: none;
	color: #ffffff;
	padding-left: 30px;
	text-transform: uppercase;
	line-height: 20px;
}
.navlist li a:hover{
	background-image: url(/images/link_on.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}

.navlist li ul li{
	display: block;
	background-color: #ffffff;
	background-image: none;
	border: none;
	line-height: 30px;
}

.navlist li ul li a{
	color: #666666;
	text-transform: none;
	border-top: 1px solid #BEBEC0;
	display: block;
	background-image: none;
	padding: 2px 0 2px 30px;
}

.navlist li ul li a:hover{
	background-image: none;
}

.last{
	border-bottom: 1px solid #BEBEC0;
}

.current{
	background-image: url(/images/link_on.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}

.first-li{
	padding-top: 5px;
}

.last-li{
	padding-bottom: 5px;
}

.top-menu{
	padding: 0;
	margin: 0;
	float: left;
	list-style:none;
	text-transform: uppercase;
	
}

.top-menu a{
	color: #333333;
	text-decoration: none;
	text-transform:uppercase;
	font-family:trebuchet ms,verdana,arial,helvetica,sans-serif;
	font-size: 11px;
}

.top-menu li{
	float: left;
	margin-left: 25px;
	display: inline;

}


.edit-button{
    float: right;
	position: relative;
	top: 0;
	left: 0;
	bottom: auto;
	height: 22px;
	display: block;
	z-index:1000;
}

.edit-button a{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.edit-button img{ border: 0;}

#top-image{
	position: relative;
	width: 520px;
	overflow: hidden;
}

#top-image img{
}

.img-left{float:left; margin:0 10px 0 0; display: inline;}

#flash{
	width: 800px;
	height: 640px;
}

#news-list-title{
font-size:14px;
}


/* Catalog */
.catalog-items{
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

.catalog-items h4{
	color: #fff;
	font-size: 16px;
	margin: 0;
}

.catalog-items em{
	font-weight: bold;
	font-style: normal;
	margin: 5px 0;
	display: block;
}

.catalog-items li{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #757E99;
	float: left;
	width: 470px;
	padding: 0 0 10px 0;
	display: inline;
}

.catalog-items li select{
	color: #000;
	width: 40px;
}

.items-image{
	float: left;
	width: 101px;
	height: 130px;
	display: inline;
	margin: 0 5px 0 0;
	text-align: center;
}

.items-info{
	float: left;
	width: 354px;
	display: inline;
	margin-left: 5px;
}

.cart-controls{
	width: 354px;
}

.add-cart-btn{
	float: right;
	width: 134px;
}

.cart-block{
	float: right;
	width: 134px;
	margin: 5px 0;
	display: inline;
}

.catalog-links{
	margin: 0 0 20px 0;
	height: 72px;
	display: inline;
	float: left;

}

.catalog-links ul{
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

.catalog-links ul li{
	float: left;
	width: 150px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0px;
	white-space: nowrap;
	display: inline;
}

.catalog-links ul li img{
	vertical-align: middle;
}

.someclass{
	border-bottom: 1px solid #435074;
	margin: 10px 0;
	padding: 0 0 10px 0;
	text-align: right;
	width: 470px;
}

/* Events & Tickets */
.events{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}

.events li{
	width: 487px;
	margin: 0 0 10px;
	float: left;
	display: inline;
	background: url(/images/events-item-top.gif) no-repeat top left;
}

li.next-event{
	background: url(/images/active-event-bg.png) repeat-x;
}

.eventli{
	/*cursor: hand;*/

}

.events-btm{
	background: url(/images/events-item-btm.gif) no-repeat bottom left;
	float: left;
	width: 487px;
	margin: 3px 0 0 0;
	padding: 0 0 5px 0;
	display: inline;
}

.events h4{
	margin: 3px 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
}

.events em{
	font-style: normal;
	display: block;
	margin-top: 5px;
}

.location{
	float: right;
	height: 46px;
	width: 201px;
	padding: 5px;
	display: inline;
	margin: 0 2px 0 0;
}

.event-body{
	background: url(/images/events-booking-btm.gif) no-repeat bottom left;
	float: left;
	width: 487px;
	margin: 10px 0 0 0;
	display: inline;
	/*display: none;*/
	padding: 0 0 10px 0;
}

.event-body-top{
	background: #435074 url(/images/events-booking-top.gif) no-repeat top left;
	float: left;
	width: 467px;
	padding: 10px 10px 0;
	display: inline;
}

.event-details{
	height: 46px;
	width: 195px;
	float: left;
	padding: 3px 0 0 50px;
	background: url(/images/calendar-icon.png) no-repeat 5px 8px;
	display: inline;
}

.event-body a{
	font-weight: bold;
}
.opener{
	float: right;
	width: 40px
	height: 40px;
	display: inline;
}

.opener img{
	border: none;
}

.book-now{
	text-decoration: underline;
	display: block;
	margin-top: 10px;
}

.tickets-table{
	width: 470px;
}

.tickets-table th{
	text-align: left;
	font-size: 12px;
}

.tickets-table td{
	padding: 5px 0;
}

/* Donation form */
#donation-form{
	float: left;
	margin: 0 0 20px 0;
	width: 480px;
	display: inline;
}

#donation-form h3{
	font-size: 13px;
	text-transform: uppercase;
	margin: 0px 0 10px;
	color: #fff;
}

#donation-form h5{
	font-size: 12px;
	margin: 5px 0 0;
	color: #fff;
}

#donation-form form{
	margin: 0;
	padding: 0;
}

#donation-form input{
	width: auto;
}

#donation-form label{
	float: none;
	text-align: left;
	width: auto;
	display: inline;
	font-size: 13px;
}

#donation-form p{
	display: block;
	margin: 10px 0;
	text-align: left;
}


#donation-form textarea{
	width: 360px;
	height: 100px;
}

#rightnav{
	margin:0;
	padding: 0;
	background-color: #5673B2;
	/*border: 1px solid #ffFFFF; */
	font-size: 12px;
}

#rightnav ul, #rightnav li{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#rightnav li{
	width: 215px;
	color: #ffffff;
	line-height: 20px;
	list-style: none;
	font-size: 12px;
}

#rightnav li a{
	text-decoration: none;
	color: #ffffff;
	padding-left: 45px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 27px;
	font-size: 12px;
}
#rightnav li a:hover{
	padding-left: 45px; text-decoration:underline;
	font-size: 12px;
}

#rightnav li ul li{
	display: block;
	background-color: #eaeaea;
	background-image: none;
	border: none;
	font-size: 12px;
}

#rightnav li ul li a{
	color: #333333;
	text-transform: none;
	border-top: 1px solid #CFDDF7;
	line-height: 20px;
	display: block;
	background-image: none;
	font-size: 12px;
}	

#rightnav li ul li a:hover{
	background-image: none;
	font-size: 12px;
}

#rightnav .last{
	border-bottom: 1px solid #CFDDF7;
}

#rightnav .current{
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 27px;
}

#rightnav .first-li{
	padding-top: 2px;
}

#rightnav .last-li{
	padding-bottom: 2px;
}

h4 {
	padding: 0;
	margin: 0 0 5px 30px;
	font-size: 12px;
}

/* Cart */

.cart-items{
	margin: 0;
	padding: 0;
	list-style: none;
}

.cart-items li{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #757E99;
	float: left;
	width: 470px;
	padding: 0 0 10px 0;
	display: inline;
}

.cart-items h4{
	margin: 0 0 10px;
	padding: 0;
	font-size: 14px;
}

.cart-items h4 img{
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.cart-items em{
	font-weight: bold;
	display: block;
	font-style: normal;
}

.remove-btn{
	float: right;
	width: 73px;
}

.checkout-btns{
	width: 470px;
	float: left;
	text-align: right;
	height: 30px;
	border-bottom: 1px solid #757E99;
}
.checkout-btns h3{
	float: left;
}

#checkout-form{
	color: #000;
	margin: 0 0 20px 0;
	float: left;
	width: 480px;
	display: inline;
}

#checkout-form label{
	text-align: left;
	width: 127px;
}
#checkout-form legend{
	position: relative;
	padding: 0;
	margin: 0;
}

#checkout-form p{
	margin: 8px 0;
}

#checkout-form legend span{
}

.fieldset-top{
	background: #fff url(/images/pform-btm.gif) no-repeat bottom left;
	width: 480px;
	float: left;
	padding: 0 0 4px 0;
	display: inline;
	overflow: hidden;
}

#checkout-form h5{
	color: #000;
	margin: 3px 0;
	padding: 0;
	font-size: 12px;
}

.fieldset-btm{
	border: none;
	background: url(/images/pform-top.gif) no-repeat 0 0;
	width: 462px;
	float: left;
	padding: 5px 10px 10px;
	display: inline;
	margin: 0;
	overflow: hidden;
}

#checkout-form input.long{
	 border: 1px solid #7F9DB9;
	 background: #fff;
	 width: 300px;
	 font-size: 12px;
}

#checkout-form input.short{
	 border: 1px solid #7F9DB9;
	 background: #fff;
	 width: 150px;
	 font-size: 12px;
}

#checkout-form select{
	 border: 1px solid #7F9DB9;
	 background: #fff;	
	 font-size: 12px;
}

#checkout-form select.short{
	 border: 1px solid #7F9DB9;
	 background: #fff;
	 width: 150px;
}

.ticket-wrap{
	border-top: 1px solid #C4C8D3;
	width: 480px;
	margin: 5px 0 0 0;
}

#checkout-form .checkout-btns{
	margin-top: 20px;
	width: 480px;
}

#checkout-form .checkout-btns input{
	float: right;
}

#checkout-form .event_name{
	color: #fff;
	margin: 10px 0 5px 5px;
	display: block;
	float: left;
	width: 497px;
}

#checkout-form input.input-highlight{
	background: #ff8040;
}

.errors{
	background: #fff;
	border: 1px solid #ff8040;
	color: #ff0000;
	padding: 10px;
}

#order-preview{
	float: left;
	width: 500px;
	margin: 0 0 20px 0;
	font-size: 12px;
}

#order-preview ul{
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1 px solid #fff;
}

#order-preview ul li{
	margin: 10px 0 0 0;
}
#order-preview h4{
	font-size: 14px;
	margin: 0;
}

#order-preview em, #order-preview p{
	color: #fff;
}

#order-preview h5{
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #fff;
}

#order-preview h2{
	color: #fff;
}

#order-preview label{
	width: 100px;
	text-align: left;
}

#order-preview p{
	clear: both;
}