﻿
/*========================== General ===============================*/

body {
	margin: 0;
	padding: 5px 0 30px 0;
	font: normal 15px/16px Georgia, "Times New Roman", Times, serif;
	background-image: url('images/bkg.png');
}

img
{
	border:5px #333333 solid;
}

span {
	padding:0; margin:0;
}
h7 {
	padding:0; margin:0;
}

h6 {
	padding:0; margin:0;
}

h5 {
	padding:0; margin:0;
}

h4 {
	padding:0; margin:0;
}

h3 {
	padding:0; margin:0;
}

h2 {
	background: #CE9E34;
	margin: 5px ;
	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;line-height: 25px;

}

h1 {
	font-size: 18px;
}


li {
	padding:0; margin:0;
}

ul {
	padding:0; margin:0;
}

form {
	padding:0; margin:0;
}

a {
	padding:0; margin:0;
}

img {
	padding:0; margin:0;
}

p {
	padding:0; margin:0;
}
a {
	text-decoration:none;
}
ul {
	list-style:none;
}
a:link {color: #304012;}
a:active {color: #304012;}
a:visited {color: #304012;}
a:hover {color: #9C9941; font-weight:bold;}

/*========================= HEADER =============================*/
.header {
	padding: 15 0 25px 0;
	color: #FFFFEC;
	height: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
		text-align: center;
	vertical-align: top;
}
.header a:link{
		color: #FFFFEC;
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
		}
.header a:active{
		color: #FFFFEC;
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
		}
.header a:visited{
		color: #FFFFEC;
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
		}
.header a:hover{
	background: #EDDFB9;
	color: #9C9941;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

/*--------------- TOP MENU ---------------------*/
.navbuttons {
	margin-top:20px; 
	width: 200px;
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #673408;
	vertical-align: top;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url('images/buttonbkg.png');
	height: 20px;
	padding-left:5px;
}
.navbuttons a:link{
		font-weight: bold;
	color: #673408;
	text-decoration:none;	}

.navbuttons a:active{
		font-weight: bold;
	color: #673408;
	text-decoration:none;	}

.navbuttons a:visited{
		font-weight: bold;
	color: #673408;
	text-decoration:none;	}
.navbuttons a:hover{
		font-weight: bold;
	color: #673408;
	text-decoration:none;	
		}
/*=========================== FOOTER ================================*/

.footer {
	background-image: url('images/footerbkg.png');
	background-repeat:repeat-x;
	background-color: #58503B;
	padding: 25px 0 0 0;
	margin: 0 0 5px 0;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 11px;
		text-align: center;
	vertical-align: middle;
	color: #FFFFEC;
}

.footer a:link {
	color:#FFFFEC;	
	text-decoration:none;}
.footer a:visited {
	color:#FFFFEC;	
	text-decoration:none;}
.footer a:active {
	color:#FFFFEC;	
	text-decoration:none;}

.footer a:hover {
	color:#FFFFEC; 	
	}

.maintext {
	padding: 30px 5px 5px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	vertical-align: top;
	text-align: left;
}
.maintext a:link{
		font-size: 14px;
	color: #333333;
	}
.maintext a:active{
		font-size: 14px;
	color: #333333;
	}

.maintext a:visited{
		font-size: 14px;
	color: #333333;
	}

.maintext a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background: #EDDFB9;

	}


.maintextmiddle {
	padding: 15px 15px 15px 30px;
	color: #333333;
	margin: 0px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	vertical-align: top;
}
.flash {
	padding: 5px;
}

.sidebar {
	width: 200px;
	vertical-align: top;
}

.ratetable {
	vertical-align: top;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-top-color: #8B8B5E;
	padding: 5px;
}

.seasonrates {
	background-color: #F0EBD7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CE9E34;
}
.offseason {
	background-color: #BFBF9F;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CE9E34;
}
.cellborder {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CE9E34;
}


