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

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 30px;
	min-width: 1100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.hdr_img {
	position: relative;
	height: 100px;
	width: 100%;
	z-index: -100;
}
.hdr_title {
	position: absolute;
	color: #FFF;
	float: left;
	font-size: 45px;
	margin-left: 25%;
}
#main {
	position: relative;
}
#nav {
	float: left;
	width: 15%;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#navbar {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#navbar li {
	border: solid 1px #CCC;
	list-style: none;
	text-align: left;
}
#navbar li a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: .25em;
}
#navbar img {
	display: block;
	position: relative;
	float: right;
	top: 5px;
	border: 0;
}
.statusicon {
	right: 5px;
}
#content {
	padding: 7px;
	float: right;
	width: 83%;
	border-bottom: 1px inset #CCC;
	border-right: 1px inset #CCC;
	text-align: justify;
	padding-right: 10px;
}
#notice {
	padding: 10px;
	font-size: 12px;
	background-color: #FF6;
	color: #000;
	text-align: left;
}
#notice a {
	display: block;
	float: right;
	padding-left: 7px;
	padding-bottom: 10px;
	vertical-align: top;
}
#notice img {
	border: none;
}
#feed {
	float: right;
	width: 21%;
	margin-top: 7px;
	margin-bottom: 3px;
	margin-left: 10px;
	border: solid 1px #CCC;
}
.feed_title {
	text-align: center;
	padding: 7px;
	margin: 3px;
	border: 1px solid #CCC;
}
.feed_content {
	padding: 3px;
}
#gallery {
	color: #FFF;
}
.moreinfo {
	background: #FF9;
	font-size: 11px;
	font-weight: normal;
}
.map_canvas, .contact_text {
	position: relative;
	float: left;
	width: 450px;
	height: 350px;
	margin-right: 10px;
	text-align: left;
}
#extras {
	clear: both;
}
#footer {
	text-align: center;
}
#sponsors {
	position: relative;
	margin-left: 30%;
}
#sponsors a {
	display: block;
	padding: 3px;
	margin: 3px;
	border: solid 1px #CCC;
	float: left;
}
#footer_content {
	padding: 10px;
	font-size: 11px;
	border-bottom: 1px solid #CCC;
}
