﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #F0F0F0;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat;
}
#container {
	border-bottom: 2px solid #363636;
	background-color: #fff;
	margin-top:-15px;
}
#masthead {
	width: 770px;
	height: 230px;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	position: static;
}
#navigation {
	clear: both;
	overflow: hidden;
	padding-left:15px;
}
#dayselector {
	clear: both;
	overflow: hidden;
	padding-left:15px;
}
#page_content {
	clear:both;
	position: relative;
	width: 100%;
	padding-left:15px;
	overflow: hidden;
}
#wideColumn {
	width: 755px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
}
#content {
	float: left;
	width: 350px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
#sidebar {
	float: left;
	width: 350px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:30px;
	overflow: hidden;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}

#activecontentnotice {
	border-color: #808080;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 5px;
	overflow: hidden;
	position: static;
}
#swimSchedule {
	border-style: solid;
	border-width: 1px 2px 2px 1px;
}



/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}





/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #0066FF;
}
#navigation a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0033CC;
}



/* DaySelecot Styles */
#dayselector ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#dayselector li {
	float: left;
}
#dayselector a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #996600;
}
#dayselector a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC9900;
}




/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #000000;
}
#content h1 {
	color: #455;
}
#content img {
}
li.reasons {
	margin-top:20px;
}



/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-left:10px;
	padding-left:10px;
}



/* Class Styles */
.widepicture {
	position:relative;
	width: 340px;
	height: 230px;
	overflow: visible;
	background-repeat:no-repeat;
}
.narrowpicture {
	position: relative;
	float: right;
	width: 182px;
	height: 100%;
	margin:10px;
	overflow: visible;
}
.slideshow {
	position:relative;
	overflow: visible;
}
.displayOn {
	display: block;
}
.displayOff {
	display: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.notice {
	width:95%;
	background-color: #FFCC99;
	overflow: hidden;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	padding-left: 10px;
	padding-right: 10px;

}



/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}






/* Link Styles */
a {
	color: #0033FF;
	text-decoration: underline;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}
#morepictures {
	border-color: #C0C0C0;
	border-style: ridge;
	text-align:center;
	padding: 10px;
	margin:15px;
	width:240px;
}
