* {
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}
p {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
input {
	background:transparent 
}
a {
	color:#650000;
	text-decoration:none;
}
a:hover {
	color:#5a5a5a;
	text-decoration:underline;
}
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:url(../images/bgR.png) repeat-x left top #ffffff;
}
.clear {
	margin:0px;
	padding:0px;
	height:0px;
	font-size:0px;
	clear:both;
}
#wrapper {
	margin:0px auto;
	width:960px;
}
#branding {
	height:150px;
}
#branding h1{
	font-size:54px;
	font-weight:normal;
}
#topbar {
    background-image:url(../images/topbg.gif);
	background-repeat:repeat-x;
	width:960px;
	height:40px;
	float:left;
}
.event {
	border-style: ridge;
	display: flex;
	flex-direction: row;
}
.event_text {
	float: left;
	margin: 25px
}
.event_image {
	float: right;
	margin: 25px;
}
.tab  {
	overflow: hidden;
	margin:0px;
	padding:0px;
	width:100%;
	background-color:#313131;
}
.tab_mobile {
	overflow: hidden;
	margin:0px;
	padding:0px;
	width:100%;
	background-color:#313131;
}
.tab button{
	 float:left;
	 border: none;
	 outline: none;
     font-family:tahoma, arial;
	 font-size:11px;
	 color:#FFFFFF;
	 text-align:center;
	 line-height:35px;
	 text-decoration:none;
	 padding-left:12px;
	 padding-right:12px;
	 background-color: inherit;
}
.tab_mobile button{
	float:left;
	border: none;
	outline: none;
	font-family:tahoma, arial;
	font-size:xx-large;
	color:#FFFFFF;
	text-align:center;
	line-height:5vh;
	text-decoration:none;
	padding-left:12px;
	padding-right:12px;
	background-color: inherit;
}
.tab button:hover{
	background:#FFFFFF;
	color:#000000;
	text-decoration:none;
	 border-right:1px dotted #000000;
}
.tab_mobile button.active{
	background:#FFFFFF;
	color:#000000;
	text-decoration:none;
	height:5vh;
	position:relative;
	top:-5px;
	border-right:none;
}
.tab button.active{
	background:#FFFFFF;
	color:#000000;
	text-decoration:none;
	height:40px;
	position:relative;
	top:-5px;
	border-right:none;
}
@keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
  }
.tabcontent{
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
	animation: fadeEffect 1s;
}
.tabcontent_mobile{
	border-style: ridge;
	font-size:xx-large;
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
	animation: fadeEffect 1s;
}
#banner {
    background-image:url(../images/banner.png);
	background-repeat:no-repeat;
	width:960px;
	height:454px;
	float:left;
}
.logo {
    background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:650px;
	height:68px;
	margin-left:4px;
	margin-top:42px;
}
.logo a{
	text-indent:-999999px;
	width:354px;
	height:68px;
	display:block;
}
.h4 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000000;
	margin-top:12px;
	margin-left:50px;
}
.img-container {
	float: left;
	width: 33.33%;
	padding: 5px;
}
.clearfix {
	content: "";
	clear: both;
	display: table;
}