@charset "utf-8";
/* CSS Document */

body {
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	background: #cdc5bd;
	background-image:url(../layout/bkg_body.png);
	background-repeat: repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFFFFF;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	border: none;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
	border-bottom-color: inherit;
	color: inherit;
}
#container {
	width: 980px;  
	/*background: #764861;*/
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 195px;
	background-image: url(../layout/bkg_header.png);
	background-repeat: no-repeat;
	/*background: #764861;*/ 
	padding: 0;
}
#logo_home_link {
	display: inline;
	position: relative;
	top: 2px;
	left: 50px;
}
#logo_home_link  a, a:link, a:hover, a:visited, a:active {
	text-decoration: none;
	border: none;
}
#signup_login {
	position: relative;
	left: 0px;
	top: 20px;
	text-align: right;
	padding: 0 20px 0 0;
	color: #780040;
	font-size: 12px;
}
#signup_login a, a:link, a:visited, a:active {
	text-decoration: none;
	border-bottom: 1px dotted;
	border-bottom-color: #774962;
	color: #774962;
}
#signup_login a:hover  {
	text-decoration: none;
	border: none;
	color: #774962;
}
#main_menu {
	position: relative;
	top: 150px;
	left: 0px;
	font-size: 18px;
	color: #000000;
	padding: 0 0 0 0px;
}
#main_menu a, a:link, a:visited, a:active {
	text-decoration: none;
	border-bottom-style: none;
	color: #774962;
}
#main_menu a:hover {
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #774962;
}
#main_menu ul, li {
	display: inline;
	list-style: none;
}
#main_menu li {
	margin: 0 10px 0 0;
}	
#show {
	background-image: url(../layout/bkg_maincontent.png);
	background-repeat: repeat-y;
	width: 950px;
	height: 150px;
	padding: 0 0 0 20px;
}		
#mainContent {
	padding: 0 25px 20px 60px;
	/*background: #764861;*/
	background-image: url(../layout/bkg_maincontent.png);
	background-repeat: repeat-y;
}
#mainContent p {
	font-size: 12px;
	color: #FFFFFF;
}
#LeftSection {
	width: 712px;
	float: left;
}
#LeftSection  a, a:link, a:visited, a:active {
	text-decoration: none;
	border-bottom: 1px dotted;
	border-bottom-color: inherit;
	color: inherit;
}
#LeftSection a:hover  {
	text-decoration: none;
	border: none;
	color: inherit;
}

#LeftSection h1 {
	margin: 0; 
	padding: 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
}
#LeftSection h2 {
	margin: 0; 
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight :lighter;
	color: #cdc5bf;
}
#LeftSection h3 {
	margin: 0;
	/*padding: 10px 0 0 0;*/
	font-size: 18px;
	font-weight: lighter;
	color: #ffffff;
}
#LeftSection h4 {
	margin: 0;
	/*padding: 10px 0 0 0;*/
	font-size: 12px;
	font-weight: lighter;
	color: #ffffff;
}
#LeftSection .EventContainer {
	display: block;	
	margin: 5px 0 15px 0;
	padding: 0;
}
#LeftSection .DateInfo {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #c3c3c3;
}
#LeftSection .EventContainerSpacer {
	margin: 5px 0 20px 0;
	padding: 0px;
	height: 1px;
	border-top: 1px solid #774962;/* #6e002e; */
}
#LeftSection .slide_trigger {
	cursor: pointer;
}
#LeftSection .slide {
	margin: 0;
	padding: 0 0 5px 0;
	/*border-bottom: 1px solid #6e002e;*/
}
#contentImages {
	margin: 0 5px 0 10px;
	float: right;
}
#RightSection {
	width: 185px;
	padding: 5px 0 0 30px;
	margin: 0 0 30px 0;
	float: right;
}
#RightSection h2 {
	margin: 0; 
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight:lighter;
	color: #cdc5bf;
}
#RightSection h3 {
	margin: 0;
	/*padding: 10px 0 0 0;*/
	font-size: 16px;
	font-weight: lighter;
	color: #FFFFFF;
}
#RightSection .DateInfo {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #c3c3c3;
}
#RightSection .ImageContainer {
	margin: 0 0 4px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #d3cfc7;/* #6e002e 774962; */
	font-size: 10px;
	color: #c3c3c3;
}
#SponsorSection {
	float: right;
	width: 180px;
	margin: 2px 0 0 0;
}
#SponsorSection .sponsor_class {
	height: 150px;
	background-image: url(../layout/sponsors_background.jpg) ;
	background-repeat: repeat-x;
	padding: 0;
	margin: 2px 0 0 0;
}
#footer {
	padding: 0 20px; 
	/* background: #cdc5bd; */
	background-image: url(../layout/bkg_bottom_maincontent.png);
	background-position: top;
	background-repeat: no-repeat;
}
#footer div {
	margin: 0; 
	padding: 5px 0 0 0;
	font-size: 11px;
	color: #764861;
}
#footer a:link, a:visited, a:active {
	text-decoration: none;
	border-bottom: 1px dotted;
	border-bottom-color: #764861;
	color: #764861;
}
#footer a:hover  {
	text-decoration: none;
	border: none;
	color: #764861;
}
#footer .copyright {
	float:left;
}
#footer .powered_by {
	float:right;
}
.noFloat {
	clear: both;
}

.tabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.tabs_title li {
	float: left;
	background-color: #774962;
	color: #c3c3c3;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	
}

.tabs_title li.active {
	background-color: inherit;
	color: #fff;
}

.tabs_panel {
	display: none;
	position: relative;
	top: 30px;
	left: 0;
	
}

.tabs_panel.active {
	border-left: 1px solid #774962;
	border-top: 1px solid #774962;
	border-right: 1px solid #774962;
	background-color: none;
	display: block;
}
.tabs_title .tabs_spacer {
	width: 100px;
	padding: 2px 0;
	margin: 0 0 0 -2px;
	border-bottom: 1px solid #774962;
	background-color: inherit;
	cursor: default;
	display: block;
}