@charset "utf-8";
body {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background: url(../images/bg.jpg) #924d0c;
	background-position:top center;
	background-repeat:no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	text-transform: uppercase;
}


#container {
	width: 960px;
	margin: 0 auto;
	text-align: left; 
	height: auto;
}


#header {
	padding: 0;
	height: 100px;
	/*background-image: url(../images/logo_top.png);
	background-position: 50% bottom;
	background-repeat: no-repeat;*/
} 
#mainContent {

}
#left-col {
	padding: 0px;
	float: left;
	height: 100%;
	width: 50%;
	z-index: -9999;
}
#right-col {
	width: 50%;
	float: left;
	clear: none;
	height: 400px;
	background: #000000;
	position: relative;
}
#page {
	font-size: 10px;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 50px;
	height: 330px;
	padding-bottom: 10px;
	overflow: auto;
	line-height: 17px;
	position: relative;
}
#page a {
	color: #9B5814;
	text-decoration: none;
}

.highlight {
	color: #9B5716;
	text-decoration: none;
}

.highlight a {
	color: #9B5716;
	text-decoration: none;
	}
.highlight a:hover {
	color: #9B5716;
	text-decoration: underline;
	}

#logo-link {
	position: absolute;
	width: 258px;
	margin-left: -129px;
	left: 50%;
	top: 20px;
	z-index: 10;
}

#logo_br {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	overflow: hidden;
	float: left;
	height: 66px;
	width: 117px;
	background-image: url(../images/logo_br.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#footer {
	padding: 10px 0 0 0;
	width:100%;
	position:relative;
} 
#social {
	position:absolute;
	top:0;
	left:0;
	width: 350px;
	padding-top: 10px;
	font-size: 11px;
	line-height: 1em;
	text-align:left;
}
#email {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #924D0C;
	border: 1px solid #FFFFFF;
	width: 175px;
	padding: 2px;
}
#submit {
	font-family: "Times New Roman", Times, serif;
	color: #924D0C;
	background-color: #FFFFFF;
	border: 1px solid #924D0C;
	height: 24px;
	width: 30px;
}

#footer-right {
	float: right;
	width: 550px;
	position:relative;
}
#navigation {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 90px;
}

#navigation ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0px;
}
#navigation li {
	display: inline;
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 14px;
}
#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #000000;
	text-decoration: none;
}
#social a {
	color: #FFFFFF;
	text-decoration: none;
}

#social {
	float:left;
	position:relative;
}
#address {
	width:auto;
	clear: both;
	font-size: 12px;
	text-align:center;
}
.menu {
	clear: none;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	text-align:center;
	padding-bottom: 20px;
}
label {
	text-align: right;
	float: left;
	margin-right: .5em;
	display: block;
	width: 8em;
}
#footer label {
	margin:0;
	padding:0;
	width:0;
}
.submit {
	margin-left: 8.5em;
	background-color: #333333;
	width: 5em;
	border: 1px dashed #924D0C;
	color:#fff;
}
.contact {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px dashed #934E0D;
	width: 200px;
}
#event-nav {
	position: absolute;
	top: 10px;
	right: 20px;
}

#event-nav a {
	color:#ccc;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	}
#event-nav a:hover {
	color:#fff;
	}
#holder, #page {
	overflow:hidden;
}


#news-ticker {
	position:absolute;
	top:0;
	left:20px;
	width:98%;
	z-index:10;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	}
#news-ticker a {
	color:#FFF;
	text-decoration:none;
	margin-right:50px;
	}
.date {
	color:#009900;
	font-weight:bold;
	}
	
