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

body, td, th, select, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	line-height: 1.4;
}
input {
}

img {
    border: none;
}
p {
    line-height: 1.4;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #393733;
	background-color: #FFFFFF;
	background-image: url(/img/bg_water.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#shadow_border {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(/img/background-content_white.png);
	background-position: center top;
	background-repeat: repeat-y;
}
#bg_sidewrapper {
	background-image: url(../img/bg_side_main.gif);
	background-repeat: repeat-y;
}
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 290px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 1.4em;
} 
#mainContent li {
	padding-bottom: 5px;
}
#mainContent ul li {
	list-style-type: square;
}
#mainContent ol li {
	padding-bottom: 15px;
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	font-weight: bold;
	color: #005190;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #c8210f;
	text-decoration: none;
}
#mainContent h1 {
	margin-bottom: 0.5em;
	font-size: 155%;
}
#mainContent h2 {
	margin-bottom: 0.5em;
	color: #999900;
	font-size: 125%;
	font-weight: bold;
}
#mainContent h3 {
	margin-bottom: 0.5em;
	color: #333333;
	font-size: 115%;
	font-weight: bold;
}
#fp-entry {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ABABAB;
	margin-bottom: 20px;
	padding-bottom: 5px;
	margin-top: 5px;
	min-height: 200px;
}
#bg_sidewrapper {
	padding-top: 9px;
}
#top_nav #left_top_nav li {
	display: inline;
}
#top_nav #left_top_nav ul {
	margin: 0px;
	padding: 0px;
}
#top_nav #left_top_nav li a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 8px;
}
#top_nav #left_top_nav a:link, #top_nav #left_top_nav a:visited, #top_nav #left_top_nav a:active {
	color: #727272;
	font-weight: bold;
	text-decoration: none;
}
#top_nav #left_top_nav a:hover {
	color: #3A3A3A;
	text-decoration: underline;
}
#left_top_nav {
	float: left;
	font-size: 95%;
	margin-left: 5px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 255px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
/* #mainContent h1 {
	font-weight: normal;
	font-size: 165%;
	padding-bottom: 2px;
} 
#mainContent h2 {
	font-size: 130%;
	font-weight: 600;
	color: #CA220F;
	margin-bottom: 2px;
	margin-top: 3px;
}*/
.thrColFixHdr #footer {
	font-size: 85%;
	background-image: url(/img/footer_bg.gif);
	text-align: right;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
	height: 50px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
#footer a:link, #footer a:visited, #footer a:active {
	font-weight: normal;
	color: #005190;
	text-decoration: underline;
}
#footer a:hover {
	color: #333333;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 35px;
	margin-right: 8px;
}
.bold {
	font-weight: 500;
	color: #666666;
	margin-bottom: 0px;
	font-size: 110%;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#blu_divider {
	height: 4px;
	background-image: url(/img/blu_divider.gif);
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-top: 20px;
	clear: right;
	padding-top: 20px;
}
.margin_top {
	padding-top: 30px;
	background-image: url(/img/header_div_dots.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 33px;
}
#top_latest_news {
	height: 50px;
	background-image: url(/img/latest_news_top.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
#top_archived_news {
	height: 50px;
	background-image: url(/img/archived_news_top.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
#latest_news_bottom {
	height: 50px;
	background-image: url(/img/latest_news_bottom.gif);
	background-repeat: no-repeat;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.dateheader {
	]font-size: 110%;
	font-weight: 600;
	line-height: 1.4em;
}
.sub-nav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 4px;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	width: 400px;
}
#upcoming {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 5px;
	padding: 2px;
	font-size: 90%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999900;
	border-bottom-color: #999900;
	height: 300px;
	overflow: auto;
	overflow-x: hidden;
}
#upcoming li {
	list-style-image: url(/img/arrow_72.gif);
}
#upcoming a:link, #upcoming a:visited, #upcoming a:active {
	
	color: #005190;
	text-decoration: underline;
}
#upcoming a:hover {
	color: #c8210f;
	text-decoration: none;
}
#table_padding {
	border: 1px solid #CCCCCC;
}
#swim_calendar {
	padding-top: 4px;
	padding-bottom: 4px;
}
#swim_calendar b {
	color: #000099;
}

.fp-box-div img {
	border: solid 1px #eaeaea;
	padding: 5px; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(/img/icon_pdf.gif) no-repeat center right; }
.hr-style {
	color: #E8E8E8;
}
.form_text {
	font-size: 120%;
	border: 1px solid #666666;
}
#mainContent a[target="_blank"] {
	display:inline-block;
	line-height:12px; /* check your icon height */
	background:url(/img/external_12.gif)  center right no-repeat;
	padding-right:20px;
} 
#practice {
	padding: 5px;
	border: 1px dotted #999999;
	border-collapse:collapse;	
}
#practice td {
	padding: 3px; }
.clear { clear: both; }
#date_container {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
	padding-bottom: 5px;
	margin-bottom: 5px;
	min-height: 36px;
	clear: left;
}
#date {
	background-image: url(/img/bg-post-day-calendar.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 26px;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}
.month {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	font-weight: 400;
	margin-right: auto;
	width: 26px;
	margin-left: auto;
	text-align: center;
	padding-top: 1px;
}
.day {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: -3px;
	padding-top: 0px;
	font-weight: 400;
}
.divider {
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.grey_border {
	border: 1px solid #999999;
}
