@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/site_assets/bgBody.jpg);
	background-repeat: repeat;
}
.clear_both{
	clear:both;
}
.topAd {
	background-image: url(../images/site_assets/bg_top.jpg);
	background-repeat: repeat-x;
	text-align: center;
	
}
.topAd .ad img {
	border: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
.topNav {
	background-color: #D3A86F;
	height: 30px;
	text-align: center;
	
	
}
.topNav #ctl00_GSearchText {
	font-size: 11px;
	color: #87000E;
	height: 13px;
	width: 150px;
	border: 1px solid #87000E;
	padding: 5px;
	
}
.topNav a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
.topNav a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
}
.main {
	height: 348px;
	background-image: url(../images/site_assets/bgMain.jpg);
	background-repeat: repeat-x;
	text-align: center;	
}
.main .footer {
	background-image: url(../images/site_assets/bgFooter.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 84px;
	padding-top: 20px;
	font-size: 11px;
	color: #87000E;
	margin-bottom: 50px; 
}
.main .footer a {
	color: #87000E;
	text-decoration: none;
}
.main .footer a:Hover {
	color: #87000E;
	text-decoration: underline;
}
.home_left .featured_event {
	margin-bottom: 20px;
	
}
.home_left .featured_event .txt_featured_event {
	display: block;
	margin-bottom: 10px;
}
.home_left .featured_event .featured_event_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.home_left .featured_event .title, .section_title {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.home_left .featured_event .date {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D3A86F;
	padding: 2px;
	margin-left: 190px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.home_left .featured_event .description {
	font-size: 11px;
	color: #87000E;
}
.home_left .content {
	margin-top: 10px;
	margin-bottom: 10px;
}
.home_left .content .logo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.home_left .sponsorhip_ads {
	background-color: #F4E9DB;
	padding: 10px;
	margin-top: 1px;
	text-align: center;
}
.home_left .sponsorhip_ads img {
	margin-right: 10px;
	margin-left: 10px;
}



.home_right td.event_A {
	background-color: #F4E9DB;
}
.home_right td.event_B {
	background-color: #F9F4ED;
}
.home_right td.event_A, .home_right td.event_B {
	padding: 10px;
	border: 2px solid #ffffff;
	margin-top:1px;
}
/*hover style*/
.home_right td.event_A:hover, .home_right td.event_B:hover{
	padding: 10px;
	border: 2px solid #86000E;
	margin-top:1px;
	background-color: #FFFFFF;
}
.home_right .event_A .more, .home_right .event_B .more {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.home_right .event_A .event_image, .home_right .event_B .event_image {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
.home_right .event_A .date, .home_right .event_B .date {
	font-size: 11px;
	color: #86000E;
	font-weight: bold;
}
.home_right .event_A .title, .home_right .event_B .title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.home_right .event_A .description, .home_right .event_B .description {
	font-size: 11px;
	padding-bottom:10px;
}
.home_right .btn_view_all_events {
	float: right;
}
.event_title, .page_title {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #87000E;
}
.interior_left {
	width: 343px;
}
.interior_left .event_image_large {
	margin-bottom: 24px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.interior_left .buy_tickets .dark {
	background-color: #F4E9DB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.interior_left .buy_tickets .light {
	background-color: #F9F4ED;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.interior_left .buy_tickets .members_buy{
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.interior_left .buy_tickets .members_buy a{
	color: #86000E;
	text-decoration:none;
}
.interior_left .buy_tickets .members_buy a:hover{
	color: #86000E;
	text-decoration:underline;
}
.interior_left .buy_tickets .price {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.interior_left .buy_tickets .option {
	font-size: 11px;
	color: #86000E;
}
.interior_left .buy_tickets .option a{
	font-size: 11px;
	color: #86000E;
	text-decoration:none;
}
.interior_left .buy_tickets .option a:hover{
	font-size: 11px;
	color: #86000E;
	text-decoration:underline;
}
.interior_left .buy_tickets .btn_view_all_events {
	float: right;
}


.interior_right {
	width: 594px;
}
.interior_right_full {
}
.interior_right .date {
	font-size: 14px;
	font-weight: bold;
	color: #86000E;
}
.interior_right .icons {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.interior_right .icons img {
	margin-right: 12px;
	margin-left: 12px;
}
.interior_right .sponsors {
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
}
.interior_right .sponsors img {
	margin-right: 12px;
	margin-left: 12px;
}
.interior_right .photos .caption {
	font-size: 11px;
}
.interior_right .photos img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.interior_right .content a {
	color: #000000;
	text-decoration:underline;
}
.interior_right .content a:hover {
	color: #000000;
	text-decoration:none;
}
.interior_right .content li {
	font-weight: bold;
	color: #87000E;
	list-style-type: square;
}
.interior_left #sub_nav {padding: 0 1px 1px; margin: 0; font-size:16px;}
.interior_left #sub_nav li {list-style: none; margin: 0; text-align: left;}
.interior_left #sub_nav li a {display: block; padding: 0.25em 0.5em 0.25em 0.75em;text-decoration: none;}
.interior_left #sub_nav li a:link {color: #86000E;}
.interior_left #sub_nav li a:hover {color: #86000E; background: #F4E9DB;}
