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

html, body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
img {
	padding: 0px;
	margin: 0px;
	border: none;
}
h3 {
	font-size: 18px;
	color: #FFCC00;
	margin: 2px;
}
em {	
	color: #CCEEFF;
}
table {
	width: 100%;
}

p {
	margin: 8px;
}

.main {
	background: transparent;
	height: 575px;
}
.main tr td {
	vertical-align: top;
}

.summer-collage {
	width: 150px;
}
.winter-collage {
	width: 150px;
}

.display {
	padding: 0px;
}
.display div {
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.sidebar {
	width: 100px;
}
.sidebar .element ul {
	margin: 5px;
	padding: 0px;
	/*background-color: #666666;*/
}
.sidebar .element li {
	list-style: none;
	text-align: center;
	line-height: 1.5;
}

.sidebar h3 {
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
#summer h3 {
	background-image: url('../images/summer.png');
}
#winter h3 {
	background-image: url('../images/winter.png');
}

/*.page {
	padding: 20px !important;
	padding-top: 0px !important;
}
.page .left_header {
	padding: 0px;
	margin: 0px;
	background: transparent url('../images/panel/summer_header.png') no-repeat bottom left;
}
.page .right_footer {
	margin: 0px;
	padding: 0px;
	background: transparent url('../images/panel/winter_footer.png') no-repeat top right;
}
.page .right_footer .page_text {
	margin: 15px;
	min-height: 200px;
}

.info .main_wakeboard {
	background: #336699 url('../images/panel/wakeboard.jpg') no-repeat bottom right;
}*/

/*url('../images/panel2/panel_05.png') no-repeat bottom right*/
.panel {
	background: #203850;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.panel img.subheading {
	margin-top: -20px;
	margin-bottom: 5px;
	margin-left: 15px;
	display: block;
}
.top_header {
	background: url('../images/panel2/panel_02.png') repeat-x;
}
.top_center {
	background: url('../images/panel2/panel_02.png') repeat-x;
}
.bottom_center {
	background: url('../images/panel2/panel_08.png') repeat-x;
}
.left_side {
	background: url('../images/panel2/panel_04.png') repeat-y;
}
.right_side {
	background: url('../images/panel2/panel_06.png') repeat-y;
}

.panel .hours {
	float: left;
	display: inline;
	width: 45%;
}

.address {
	text-align: center;
	width: 100%;
	color: #2d4a68;
}

.streak {
	text-align: center;
	height: 130px;
}
.streak img {
	cursor: pointer;
	display: inline;
}
.streak .menu {
	margin: 0px;
	padding: 0px;
}
.streak .menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
