﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #b9cfa1;
	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: 152px;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	position: static;
}
#navigation {
	clear: both;
	overflow: hidden;
	padding-left:15px;
}
#gator {
	clear:both;
}
#gatorIcon {
	float:left;
}
#gatorNavigation {
	float:left;
	padding-left:15px;
	overflow: hidden;
}
#page_content {
	clear:both;
	position: relative;
	width: 100%;
	padding-left:15px;
	overflow: hidden;
}
#wideColumn {
	width: 720px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:30px;
	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;
}
#SpecialNotice {
	width:95%;
	margin-right: auto;
	margin-left: 0px;
	background-color: #d1eec4;
	padding: 5px;
	border: 2px solid #339966;
	overflow: hidden;
}
#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: #339966;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
#gatorNavigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	float: left;
}
#gatorNavigation li {
	float: left;
}
#gatorNavigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #339966;
	text-align: center;
}
#gatorNavigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}






/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
#content h1 {
	color: #455;
}
#content img {
}




/* 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;
}





/* 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: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
#morepictures {
	border-color: #C0C0C0;
	border-style: ridge;
	text-align:center;
	padding: 10px;
	margin:15px;
	width:240px;
}
