body {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #FFF;
	text-align: center;
	background: #000 url(../imgs/background.jpg) no-repeat top center;
}
#wrapper {
	width: 924px;
	margin: 0 auto;
	text-align: left;
}

.clear {
	clear: both;
	height: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px !important;
	font-size: 0px !important;
	line-height: 0px !important;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
img.right {
	float: right;
	margin-left: 20px;
}
h1 {
	height: 30px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 30px;
}
h2 {
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #4b010d;
	font-weight: bold;
	line-height: 1.2em;
}
a {
	color: #006699;
	text-decoration: none;
	background: transparent;
}
a:hover {
	color: #002c42;
}
/*///////////////////////////////////////////////////////////////

HEADER ELEMENTS

///////////////////////////////////////////////////////////////*/
#header {
	height: 80px;
}
#header .logo {
	float: left;
	display: block;
	width: 141px;
	height: 79px;
}
#header .search {
	float: right;
	width: 500px;
	height: 35px;
	padding-top: 18px;
	text-align: right;
}
#header .search a {
	float: right;
	margin-left: 8px;
}
#header .search input {
	width: 183px;
	border: 0px;
	margin: 0px;
	padding: 0px 2px;
	font-size: 11px;
	line-height: 19px;
	text-align: left;
	background: url(../imgs/search_bg.gif) no-repeat top left;
}
#header .search input {
	margin-top: -1px;
}
#header .search input.search_link {
	height: 19px;
	margin-top: 0px !important;
	background: none;
}
/*///////////////////////////////////////////////////////////////

NAVIGATION ELEMENTS

///////////////////////////////////////////////////////////////*/
#nav {
	float: left;
	display: block;
	height: 26px;
	width: 783px;
	background: url(../imgs/navigation_bg.png) repeat-x top left !important; background: url(../imgs/blank.gif) repeat-x top left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/navigation_bg.png', sizingMethod='scale');
}
#nav ul {
	display: block;
	margin: 0;
	height: 26px;
	padding: 0 0 0 24px;
	_padding: 0 0 0 0px;
	list-style: none;
}
#nav li {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px 28px;
}
#nav li a {
	display: block;
	float: left;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
#nav li a img {
	height: 26px;
	padding: 0px;
	margin: 0px;
}
#nav ul.sub {
	float: none;
	width: auto;
	position: absolute;
	z-index: 999;
	clear: both;
	height: auto;
	display: none;
	margin: 26px 0 0 0;
	_margin: 0;
	padding: 0px;
	border-top: 1px solid #000;
	background-color: transparent;
}
html>body #nav ul.sub {
	*margin: 0px;
	background-color: transparent;
}
#nav ul.sub li {
	display: block;
	float: none;
	width: 165px;
	margin: 0px;
	padding: 0px;
	background: #312936;
}
#nav ul.sub li a {
	display: block;
	float: none;
	height: 24px;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	line-height: 24px;
	padding-left: 12px;
	margin: 0px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #FFF;
	text-decoration: none;
	background: url(../imgs/subnav_arrow.gif) no-repeat 4px 10px;
}
#nav ul.sub li a:hover {
	background-color: #000;
}
/*///////////////////////////////////////////////////////////////

CONTENT ELEMENTS

///////////////////////////////////////////////////////////////*/
#content {
	clear: both;
	margin-top: 15px;
}
#content .rightcol {
	float: right;
	width: 243px;
}
#content .leftcol {
	float: left;
	width: 644px;
}
#content .block {
	border: 1px solid #FFF;
	padding: 0px;
	margin: 0 0 20px 0;
	color: #333;
	background: #FFF;
}
.block_con {
	padding: 20px;
}
.buytickets a {
	display: block;
	height: 64px;
	width: 241px;
	background: url(../imgs/btn_buytickets.gif) no-repeat top left;
}
.buytickets a:hover {
	background: url(../imgs/btn_buytickets.gif) no-repeat bottom left;
}
.buytickets a span {
	display: none;
}

.facebook a {
	display: block;
	height: 44px;
	width: 241px;
	background: url(../imgs/find_us_on_facebook.gif) no-repeat top left;
}
.facebook a:hover {
	background: url(../imgs/find_us_on_facebook_hover.gif) no-repeat bottom left;
}
.facebook a span {
	display: none;
}

.annexgallery a {
	display: block;
	height: 44px;
	width: 241px;
	background: url(../imgs/annexgallery.jpg) no-repeat top left;
}
.annexgallery a:hover {
	background: url(../imgs/annexgallery_hover.jpg) no-repeat bottom left;
}
.annexgallery a span {
	display: none;
}

.newsletter a {
	display: block;
	height: 64px;
	width: 241px;
	background: url(../imgs/join_newsletter.gif) no-repeat top left;
}
.newsletter a:hover {
	background: url(../imgs/join_newsletter.gif) no-repeat bottom left;
}
.newsletter a span {
	display: none;
}

.cbcinterview a {
	display: block;
	height: 64px;
	width: 241px;
	background: url(../imgs/cbcinterview.gif) no-repeat top left;
}
.cbcinterview a:hover {
	background: url(../imgs/cbcinterview.gif) no-repeat bottom left;
}
.cbcinterview a span {
	display: none;
}


#calendar {
	/*height: 250px;*/
}
#newsletter {
	height: 31px;
	padding: 56px 7px 0 12px;
	background: url(../imgs/newsletter_bg.gif) no-repeat;
}
#newsletter a {
	float: right;
}
#newsletter input {
	width: 181px;
	height: 17px;
	padding: 0px 2px;
	margin: 0px;
	border: 0px;
	background: transparent;
}
#content .sublinks {
	padding-bottom: 20px;
	color: #000;
}
#content .sublinks a {
	color: #000;
}
#content .sublinks a:hover {
	color: #999;
}
.block_documents {
	display: block;
	float: right;
	width: 200px;
	margin-left: 20px;
	border: 2px solid #e3e4dd;
	background: url(../imgs/downloads_bg.gif) repeat-x;
}
.block_documents_con {
	border: 1px solid #FFF;
	padding: 10px;
}
.block_documents_con a {
	display: block;
	padding: 5px 0 5px 12px;
	color: #333;
	font-size: 10px;
	text-decoration: none;
	background: url(../imgs/icon_document.gif) no-repeat 0px 7px;
}
.block_documents_con a span {
	font-size: 11px;
	color: #006699;
}
.block_documents_con a:hover span {
	color: #012638;
}
#feature,
#slideshow {
	display: block;
	height: 400px;
	width: 370px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#slideshow {
	float: right;
	width: 252px;
	height: 400px;
	background-color:#FFFFFF;
}
#slideshow .label {
	padding: 10px;
	color: #888;
	font-weight: bold;
}
#slideshow .title {
	padding: 0 10px;
	font-size: 18px;
	color: #000;
}
#slideshow .date {
	padding: 0 10px;
	font-weight: bold;
	
}
#slideshow .image,
#slideshow .nav {
	padding: 10px;
	height:230px;
	text-align: center;
}
#slideshow .image {
	padding-bottom: 5px;
	margin-top: 10px;
	background: #f8f4ed;
}
#slideshow .image img.photo {
	margin-bottom: 5px;
}
#slideshow .nav {
	height: 16px;
	font-weight: bold;
}
#slideshow .nav a.next,
#slideshow .nav a.prev {
	display: block;
	float: right;
	padding: 0 12px 0 0;
	text-align: right;
	background: url(../imgs/arrow_nextshow.gif) no-repeat right center;
}
#slideshow .nav a.prev {
	float: left;
	padding: 0 0 0 12px;
	text-align: left;
	background: url(../imgs/arrow_prevshow.gif) no-repeat left center;
}
#recent_news {
	margin-top: 30px;
	_margin-top: 0px;
}
#recent_news .block {
	background: #FFF url(../imgs/recent_news_bg.gif) repeat-x 0 20px;
}
#recent_news .titlebar {
	padding: 4px 10px;
	font-weight: bold;
	margin-bottom: 10px;
	background: #FFF;
}
#recent_news .titlebar a {
	float: right;
	background: transparent;
}
#recent_news .item {
	float: left;
	width: 190px;
	padding: 10px;
	border-right: 1px solid #CCC;
	background: none;
}
#recent_news .viewall {
	padding: 4px 10px;
	font-size: 10px;
	text-align: right;
}
#recent_news .item a,
#recent_news .item a:hover {
	background: none;
}
/*///////////////////////////////////////////////////////////////

EVENT ELEMENTS

///////////////////////////////////////////////////////////////*/
#event_header {
	color: #FFF;
	background: transparent;
}
#event_header,
#event_header .yellow,
#event_header .green,
#event_header .blue,
#event_header .purple,
#event_header .pink {
	display: block;
	height: 88px;
}
#event_header .event_header_right {
	float: right;
	width: 370px;
	height: 25px;
}
#event_header .event_header_pagination {
	float: right;
	height: 25px;
	width: 210px;
	_width: 220px;
	text-align: center;
}
#event_header .event_header_pagination a {
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 25px;
	text-decoration: none;
	color: #FFF;
}
#event_header .event_header_pagination a.prev {
	margin-left: 10px;
	background: url(../imgs/event_header_arrow_back.gif) no-repeat left center;
}
#event_header .event_header_pagination a.next {
	float: right;
	margin-right: 10px;
	background: url(../imgs/event_header_arrow_next.gif) no-repeat right center;
}
#event_header .event_header_pagination a:hover {
	color: #000;
}
#event_header .event_header_date {
	display: block;
	float: left;
	height: 88px;
	padding-left: 0px;
	font-size: 30px;
	line-height: 88px;
}
#event_header .event_header_logo {
	float: left;
	height: 88px;
	overflow: hidden;
}
#event_header .event_header_browse {
	margin-top: 58px;
	padding-right: 10px;
	text-align: right;
}
#event_header .yellow {
	background: #bb7e23;
}
#event_header .blue {
	background: #1a93a6;
}
#event_header .purple {
	background: #66307e;
}
#event_header .pink {
	background: #a00651;
}
#event_header .green {
	background: #70be34;
}
#event_header .event_header_pagination {
	line-height: 25px;
}
#event_header .yellow .event_header_pagination {
	color: #89510f;
	background: #a66a24;
}
#event_header .blue .event_header_pagination {
	color: #07545f;
	background: #157685;
}
#event_header .purple .event_header_pagination {
	color: #2c0b3b;
	background: #4a225c;
}
#event_header .pink .event_header_pagination {
	color: #490325;
	background: #800541;
}
#event_header .green .event_header_pagination {
	color: #285902;
	background: #3f7f0e;
}
#event_list {
	padding: 5px;
}
#event_list .event_item {
	clear: both;
	margin-top: 5px;
	border: 1px solid #DDD;
}
#event_list .event_item .event_date,
#event_list .event_item .event_date_blue,
#event_list .event_item .event_date_purple,
#event_list .event_item .event_date_green,
#event_list .event_item .event_date_pink {
	font-weight: bold;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 1.3em;
	color: #000;
	background: #f4f2db;
}
#event_list .event_item .event_date_blue,
#event_list .event_item .event_date_purple,
#event_list .event_item .event_date_green,
#event_list .event_item .event_date_pink {
	background: #EEE;
}
#event_list .event_item .event_info {
	padding: 10px;
}
#event_list .event_item .event_name a,
#event_list .event_item .event_name_blue a,
#event_list .event_item .event_name_purple a,
#event_list .event_item .event_name_pink a, 
#event_list .event_item .event_name_green a {
	font-size: 12px;
	font-weight: bold;
	color: #6f080d;
}
#event_list .event_item .event_name_blue a {
	color: #1a93a6;
}
#event_list .event_item .event_name_purple a {
	color: #5d2a73;
}
#event_list .event_item .event_name_pink a {
	color: #a00651;
}
#event_list .event_item .event_name_green a {
	color: #6ac341;
}
#event_list .event_item .event_name a:hover,
#event_list .event_item .event_name_blue a:hover,
#event_list .event_item .event_name_purple a:hover,
#event_list .event_item .event_name_pink a:hover 
#event_list .event_item .event_name_green a:hover {
	color: #000;
}
#event_list .event_item .event_ticketprice {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#event_list .event_item .event_links {
	text-align: right;
	color: #999;
}
#event_header .event_header_icons {
	float: right;
	padding: 10px 0 0 0;
	width: 220px;
	_width: 210px;
}
#event_header .event_header_icons a {
	display: block;
	color: #FFF;
	margin-left: 20px;
	_margin-left: 10px;
	padding: 4px 10px 4px 24px;
}
#event_header .event_header_icons a:hover {
	color: #000;
}
#event_header .event_header_publication {
	padding: 6px 10px;
}
#event_header .event_header_name,
#event_header .event_header_name2 {
	display: block;
	padding: 6px 10px;
	font-size: 30px;
	line-height: 1.2em;
}
#event_header .event_header_name2 {
	height: 13px;
	padding-bottom: 20px;
	font-size: 18px;
}
#event_header .event_header_sponsor {
	padding: 6px 10px;
	font-size: 10px;
}
#event_header .event_header_sponsor a {
	color: #FFF;
	text-decoration: underline;
}
#event_header .event_header_sponsor a:hover {
	color: #000;
}
#event_header .event_header_ticketinfo {
	border-top: 1px solid #FFF;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.4em;
	background: #666;
}
#event_header .event_header_publication,
#event_header .event_header_name,
#event_header .event_header_name2,
#event_header .event_header_sponsor,
#event_header .event_header_ticketinfo {
	width: 401px;
	border-right: 1px solid #FFF;
}

#event_header .event_header_publication { height: 8px; }

#event_detail {
	clear: both;
	padding: 10px;
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
}
#event_detail .event_photo {
	float: right;
	width: 210px;
	text-align: center;
}
#event_detail .event_info {
	margin-right: 230px;
	margin-top: 30px;
	padding-top: 5px;
}
#event_detail .event_next {
	clear: both;
	padding-top: 20px;
	text-align: right;
}
#event_detail .event_next a {
	padding-right: 10px;
	font-weight: bold;
	font-size: 11px;
	background: url(../imgs/arrow_nextshow.gif) no-repeat right center;
}
#event_detail .info {
	margin: 20px 0;
	border: 1px solid #DDD;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.5em;
	color: #000;
	background: #fafae8;
}
#event_detail .info p {
	margin: 0px 20px;
	padding: 20px 20px;
	background: url(../imgs/icon_exclamation.gif) no-repeat left center;
}
#event_detail .info2 {
	margin: 20px 0;
	padding: 10px 20px;
	border: 1px solid #CCC;
	font-size: 11px;
	line-height: 1.5em;
	color: #000;
	background: #e7e2e2;
}
/*///////////////////////////////////////////////////////////////

COLORS FOR HEADER ICONS

///////////////////////////////////////////////////////////////*/
#event_header .yellow a.icon_buy {
	background: url(../imgs/icon_buy_yellow.gif) no-repeat left center;
}
#event_header .yellow a.icon_website {
	background: url(../imgs/icon_website_yellow.gif) no-repeat left center;
}
#event_header .yellow a.icon_video {
	background: url(../imgs/icon_video_yellow.gif) no-repeat left center;
}
#event_header .yellow a.icon_friend {
	background: url(../imgs/icon_friend_yellow.gif) no-repeat left center;
}
#event_header .yellow a.icon_profile {
	background: url(../imgs/icon_profile_yellow.gif) no-repeat left center;
}

#event_header .blue a.icon_buy {
	background: url(../imgs/icon_buy_blue.gif) no-repeat left center;
}
#event_header .blue a.icon_website {
	background: url(../imgs/icon_website_blue.gif) no-repeat left center;
}
#event_header .blue a.icon_video {
	background: url(../imgs/icon_video_blue.gif) no-repeat left center;
}
#event_header .blue a.icon_friend {
	background: url(../imgs/icon_friend_blue.gif) no-repeat left center;
}
#event_header .blue a.icon_profile {
	background: url(../imgs/icon_profile_blue.gif) no-repeat left center;
}

#event_header .pink a.icon_buy {
	background: url(../imgs/icon_buy_pink.gif) no-repeat left center;
}
#event_header .pink a.icon_website {
	background: url(../imgs/icon_website_pink.gif) no-repeat left center;
}
#event_header .pink a.icon_video {
	background: url(../imgs/icon_video_pink.gif) no-repeat left center;
}
#event_header .pink a.icon_friend {
	background: url(../imgs/icon_friend_pink.gif) no-repeat left center;
}
#event_header .pink a.icon_profile {
	background: url(../imgs/icon_profile_pink.gif) no-repeat left center;
}

#event_header .purple a.icon_buy {
	background: url(../imgs/icon_buy_purple.gif) no-repeat left center;
}
#event_header .purple a.icon_website {
	background: url(../imgs/icon_website_purple.gif) no-repeat left center;
}
#event_header .purple a.icon_video {
	background: url(../imgs/icon_video_purple.gif) no-repeat left center;
}
#event_header .purple a.icon_friend {
	background: url(../imgs/icon_friend_purple.gif) no-repeat left center;
}
#event_header .purple a.icon_profile {
	background: url(../imgs/icon_profile_purple.gif) no-repeat left center;
}



#event_header .green a.icon_buy {
	background: url(../imgs/icon_buy_green.gif) no-repeat left center;
}
#event_header .green a.icon_website {
	background: url(../imgs/icon_website_green.gif) no-repeat left center;
}
#event_header .green a.icon_video {
	background: url(../imgs/icon_video_green.gif) no-repeat left center;
}
#event_header .green a.icon_friend {
	background: url(../imgs/icon_friend_green.gif) no-repeat left center;
}
#event_header .green a.icon_profile {
	background: url(../imgs/icon_profile_green.gif) no-repeat left center;
}
/*///////////////////////////////////////////////////////////////

FOOTER ELEMENTS

///////////////////////////////////////////////////////////////*/
#footer {
	clear: both;
	padding-top: 20px;
	height: 54px;
	background: url(../imgs/footer_bg.gif) no-repeat top center;
}

#footer .socialmedia { 
	float: right;
	padding-top: 12px;
	margin: 0 50px 0 0; }

	#footer .socialmedia a:link,
	#footer .socialmedia a:visited { margin: 0 0 0 15px; }

#footer .logo {
	float: left;
	margin: 0 44px 0 50px;
}
#footer .info {
	display: block;
	padding-top: 12px;
}

#footer .info img { margin-bottom: 3px; }

/*///////////////////////////////////////////////////////////////

FORM ELEMENTS

///////////////////////////////////////////////////////////////*/
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	z-index: -1;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
.CalEvent {
	color: #000000;
	background: #CCCCCC;
	display:none;
	position: absolute;
	width: 150px;
	padding-left: 10px;
	border: 1px solid #000;
	text-align: left;
}
.search_link {
	float: right;
	margin-left: 8px;
}
.search_txt {
	height: 19px;
	width: 183px;
	border: 0px;
	margin: 0px;
	padding: 0px 2px;
	text-align: right;
	background-color:Yellow;
	vertical-align:middle;
	background: url(../imgs/search_bg.gif) no-repeat;
}