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

body {
	text-decoration: none;
	background-color: #000;
	background-image: url(images/bg_timber.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


.header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	display: block;
	overflow: hidden;
	font-size: 14pt;
	font-weight: bold;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
}

.contact_link {
	float: right;
	width: 140px;
	margin-top: 15px;
}

.contact_tel {
	float: right;
	width: 220px;
	margin-left: 25px;
	margin-top: 15px;
}


.header a:link, contact a:visited {
	color: #C00;
}

.header a:hover {
	text-decoration: underline;
}


a:link {
	text-decoration: none;
}



.logo {
	float: left;
}


.maincontent {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	display: block;
	overflow: auto;
	height: 100%;
}

.banner {
	margin: 0px;
}

.whatsnew {
	width: 100%;
}

.txt600 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	float: left;
	width: 550px;
	background-color: #FFF;
	margin-left: 50px;
	margin-top: 20px;
	
}

.txt600 a:hover, .footer a:hover {
	color: #F00;
	text-decoration: underline;
}

.txt900 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	float: left;
	width: 95%;
	background-color: #FFF;
	margin-left: 50px;
	margin-top: 20px;
}
.main {
	float: left;
}
.year {
	font-weight: bold;
	color: #900;
	float: left;
	width: 18%;
	padding-top: 10px;
	padding-left: 10px;
}

.history_txt {
	padding-top: 10px;
	float: right;
	width: 80%;
}


.redbold {
	font-weight: bold;
	color: #C00;
}
.txt10 {
	font-size: 10pt;
}

.history_box {
	background-color: #f1f1f1;
	width: 75%;
	font-size: 9pt;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #900;
	margin-right: auto;
	margin-left: auto;
	min-height: 40px;
	overflow: auto;
	clear:both;
	
}
.events {
	background-color: #f1f1f1;
	width: 75%;
	font-size: 9pt;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #900;
	margin-right: auto;
	margin-left: auto;
	min-height: 40px;
	overflow: auto;
	clear: both;
}


.footer {
	background-color: #FFF;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	display: block;
	padding-top: 20px;
	line-height: 2em;
	clear: both;
	
}

.footer a:link, .footer a:visited {
	color: #666;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	background-color: #DCEBF2;
	background-repeat: no-repeat;
	width: 250px;
	background-image: url(bg_h3.jpg);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #006699;
}
.fb {
	float: right;
	margin-top: 20px;
	width: 325px;
	text-align: center;
}

.menu {
	height: 50px;
	background-color: #000;
	font-size: 14pt;
	font-weight: bold;
	color: #FFF;
	line-height: 2em;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	
}
.menu ul li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;

	*display:inline;
	position: relative;
	width: 150px;
	font-size: 12pt;
	height: 40px;
	color: #FFF;
	border: 0px inset #003;
	font-weight: bold;
	line-height: 4em;
}

.menu ul li a {
	display: block;
	line-height: 3em;
	color: #F00;
}

.menu ul li a:hover {
	background-color: #ccc;
	display: block;
	color: #000;
	text-decoration: none;
}

.menu ul li ul {
	position: absolute;
	left: 0;
	z-index: 99999;
	text-align: left;
	display: none;
}

.menu ul li ul li {
	min-width: 230px;
	background-color: #000;
	padding-left: 20px;
	font-size: 11pt;
	margin-left: -20px;
}

.menu ul li ul li ul {
	left: 100%;
	top: 0;
}



.menu ul li:hover > ul {
	display: block;
}

.menu select {display:none;}
.txt250 {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

/* @media Queries
------------------------------------------- */

/* MOBILE */
@media only screen and (max-width: 480px) {

	
.container{
		width: 100%;
		
	}
	
.logo{
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	text-align: center;
}
	
.header {height:auto;}

.logo img {
	width:325px;
	height:auto;
}
		
.contact_link{
	width: 95%;
	float: none;
	clear: both;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
	border: thin solid #000;
	font-size: 14pt;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/bg_button.jpg);
}

.contact_tel {
	width: 95%;
	float: none;
	clear: both;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F1F1F1;
	border: thin solid #000;
	font-size: 14pt;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/bg_button.jpg);
}

.slider {
	display:none;
}


.menu ul     { display: none; }
.menu ul li {
		display: none;
		width: 300px;
		float: none;
		font-size: 120%;
	}
	
	.menu ul     { display: none; }
    .menu select { display: inline-block; }
	.menu select {
	font-size: 125%;
	width: 250px;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	margin-top: 10px;
	}
	
	.menu ul li a {
		padding: 3px;
	}

.maincontent {
	width:100%;
}

.txt600{
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}

.txt900 {
	width:90%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

.whatsnew img {
	height: auto;
	width: 325px;
	margin-right: auto;
	margin-left: auto;	
}

.fb {
	float:none;
	width:100%;
	clear:both;
	margin-right: auto;
	margin-left: auto;
}

.history_box, .history_box75 {
	width: 75%;
	margin-bottom: 5px;
	border:none;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color:#fff;
}

.footer{
	float:none;
	width:90%;
	clear:both;
}





	
}
form {
	background-image: url(images/bg_table.jpg);
}
.leftbox {
	float: left;
	height: auto;
	width: 420px;
}
.leftboxcopy {
	float: left;
	height: auto;
	width: auto;
}
.rightbox {
	float: right;
	height: auto;
	width: 420px;
	margin-right: 20px;
}
.rightboxcopy {
	float: right;
	height: auto;
	width: 250px;
	margin-right: 50px;
	
}

h1 {
	clear: both;
}
