﻿@charset "UTF-8";
/* basic styles: */

body {
	background-image: url(/images/bison_background.jpg);
}
/* layout id-based styles: */

#wrapper {
	margin: 20px;
}
#page {
	width: 935px;
	margin: auto;
}
#sidebar {
	width: 212px;
	float: left;
	text-align: center;
	padding: 5px;
	background-color: #CC9933;
}
#content {
	width: 689px;
	float: right;
	padding: 5px;
	background-color: #CCCC99;
}
/* appearance class-based styles: */

.copyright {
	text-align: center;
}
.home {
	text-align: center;
}
.information {
	width: 210px;
}
.information ul {
	list-style: none;
	padding: inherit;
	border: 1px solid #000000;
	margin: 1px;
	background-color: #CCCC99;
	display: block;
}
.information li {
	padding-bottom: 0.2em;
}
.masthead {
	width: 95%;
	text-align: center;
	border: 5px solid #000000;
	padding: 5px;
	background-image: url(/images/bison_background.jpg);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.masthead address {
	font-weight: bold;
}
.navigation {
	width: 210px;
}
.navigation ul {
	list-style: none;
	margin: auto;
	padding: 0px;
}
.navigation ul li {
	border: 1px solid #000000;
	margin: 1px;
	background-color: #CCCC99;
	display: block;
}
.navigation ul li ul {
	width: 80%;
	list-style: none;
	margin-left: 35px;
	padding: inherit;
}
.navigation ul li ul li {
	border: 0px;
	margin: 1px;
	background-color: #CCCC99;
	display: block;
	text-align: right;
	font-style: italic;
	border-top: 1px dotted #999999;
}
.rates {
	width: 90%;
	margin: auto;
	padding: 5px;
	border: 5px double #CC9933;
	background-color: #EEEEEE;
}
.rates caption {
	font-weight: bold;
}
.rates table {
	background-color: #CCCCCC;
}
.rates td {
	text-align: left;
}
.rates th {
	text-align: left;
	background-color: #FFFFCC;
}
.smallprint {
	width: 80%;
	margin: auto;
	text-align: justify;
	font-style: italic;
}
.summer-only {
	color: #0C0;
}
