body, div, p, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a, a:visited, a:hover {
	text-decoration: none;
}

body {
	background: #89a9c1;
}

#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border-left: 4px solid #708a9f;
	border-right: 4px solid #708a9f;
	border-top: 0;
	border-bottom: 0;
}

#banner, #mainNav, #subNav, #content {
	width: 950px;
}

div.banner {
	height: 160px;
}
#homeBanner {
	background: url(/img/banners/banner.home.00.jpg) top center;
}
#programsBanner {
	background: url(/img/banners/banner.programs.00.jpg) top center;
}
#boathouseBanner {
	background: url(/img/banners/banner.boathouse.00.jpg) top center;
}
#organizationBanner {
	background: url(/img/banners/banner.organization.00.jpg) top center;
}
#contactBanner {
	background: url(/img/banners/banner.contact.00.jpg) top center;
}

#logo {
	position: absolute;
	top: 1px;
	left: 12px;
}
img.nw {
	position: absolute;
	top: 0;
	left: 0;
}
li {
	margin-left: 0;
	margin-right: 2px;
}

#mainNav {
	height: 35px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
#mainNav ul {
	clear: both;
	position: absolute;
	top: 15px;
	left: 245px;
	list-style: none;
	font: bold 18px sans-serif;
}
#mainNav li {
	display: inline;
}
#mainNav span {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-top: 5px;
	position: relative;
	bottom: 4px;
	cursor: default;
}
#mainNav li.current span {
	background: #555 url(/img/mainNav.corner.ne.00.png) no-repeat top right;
}
#mainNav a {
	color: #555;
}
#mainNav li.current a {
	color: #fff;
	cursor: default;
}

#subNav {
	height: 26px;
	position: relative;
	overflow: hidden;
	background: #555;
}
#subNav ul {
	position: relative;
	top: 4px;
	margin-left: 248px;
	list-style: none;
	font: bold 15px sans-serif;
}
#subNav li {
	display: inline;
}
#subNav span {
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 8px;
	padding-top: 4px;
	position: relative;
	top: 3px;
	cursor: default;
}
#subNav li.current span {
	background: #777 url(/img/subNav.corner.ne.00.png) no-repeat top right;
}
#subNav a {
	color: #fff;
}
#subNav li.current a {
	color: #ffd;
	cursor: default;
}

.hoverShow {
	visibility: hidden;
}
.hover .hoverShow {
	visibility: visible;
}
#mainNav li.hover span {
	background: #7685b8 url(/img/mainNav.hover.corner.ne.00.png) no-repeat top right;
	cursor: pointer;
}
#mainNav li.hover a {
	color: #fff;
}
#subNav li.hover span {
	background: #717da6 url(/img/subNav.hover.corner.ne.00.png) no-repeat top right;
	cursor: pointer;
}
#subNav li.hover a {
	color: #ffc;
}

#footer {
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#footer ul {
	list-style: none;
}
#byline {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font: 9px sans-serif;
}
#byline a, #byline a:visited {
	color: #adc7db;
}
#byline a:hover {
	color: #cfe8fb;
}

#content {
	background-color: #eee;
	color: #111;
	width: 950px;
	border-top: 3px solid #777;
	font: 14px sans-serif;
	line-height: 20px;
	padding: 20px 0;
	position: relative;
}
#specific {
	margin-left: 255px;
	margin-right: 90px;
}
#content h2 {
	color: #333;
	padding-top: 2px;
	margin-bottom: 8px;
}
#content h3 {
	color: #222;
	padding-top: 2px;
	margin-bottom: 4px;
}
#content h4 {
	color: #222;
	margin-bottom: 4px;
}
#content p {
	padding-top: 2px;
	margin: 4px 0 12px;
}
#content a, #content a:visited {
	color: #171d5a;
	border-bottom: 1px dotted #171d5a;
	/* color: #1927ac; */
}
#content a:hover {
	background-color: #ffd;
	color: #171d5a;
	border-bottom: 1px solid #171d5a;
	/* color: #101b88; */
}
/*
#content a.directions, #content a.directions:visited {
	background-color: #ddd;
}
#content a.directions:hover {
	background-color: #ffd;
}
*/
#content ul {
	margin-left: 20px;
	margin-bottom: 5px;
}

#alert {
	position: absolute;
	left: 40px;
	top: 15px;
	width: 160px;
	font-size: 11px;
	line-height: 16px;
}

#debugDiv {
	position: absolute;
	bottom: 10px;
	left: 20px;
	font: 14px courier;
}

ul.address {
	list-style: none;
	margin-top: -5px;
	padding-left: 10px;
	padding-bottom: 10px;
}

div.bio {
	padding: 3px 0;
}
img.coach {
	float: left;
	margin-right: 12px;
	border: 1px solid #aaa;
}

#content div.announcement {
	border-bottom: 1px solid #b6bcc4;
	padding: 5px 0 20px;
}
#content div.announcement h1 {
}
#content div.announcement h2 {
	margin: 4px 0 6px;
	font-size: 17px;
	color: #555;
}
#content div.announcement span.date {
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #666;
}
#content div.announcement p {
	margin: 2px 0 6px;
}
#content div.announcement b {
	color: #000;
}
.announcement img {
	padding-top: 15px;
}

table.calendar {
	border-collapse: collapse;
}
table.calendar td {
	padding: 4px 6px;
}
table.calendar tr.odd td {
	background-color: #dce1e7;
}
table.calendar td.season {
	font-size: 17px;
	background-color: #c1ccd9;
	border-bottom: 2px solid #b6c0cb;
	border-top: 15px solid #eee;
}
table.calendar td.date {
	font-size: 15px;
}

table.boats {
	border-collapse: collapse;
}
table.boats tr {
	background-color: #d3d9e0;
}
table.boats tr.odd {
	background-color: #eee;
}
table.boats td {
	border-top: 1px solid #ddd;
	padding: 1px 4px 1px 6px;
}
table.boats tr.odd td {
	padding: 2px 4px 2px 6px;
}
table.boats tr.type td {
	border-top: 15px solid #eee;
}
table.boats tr.header td, table.boats td.type {
	border-top: none;
}
table.boats tr.header {
	font-weight: bold;
	color: #333;
	background-color: #eee;
}
table.boats td.typeHeader {
	text-align: center;
}
table.boats td.type {
	background-color: #c1ccd9; 
	font-size: 16px;
	font-weight: normal;
	color: #3c4c63;
	border-right: 2px solid #b6c0cb;/*#b3bcc6;*/
	text-align: center;
}
table.boats img {
	padding: 5px 0;
}

table.council {
	border-collapse: collapse;
	margin: 10px 5px 20px;
}
table.council tr.header td {
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #b6c0cb;
}
table.council td {
	border-bottom: 1px solid #ddd;
	padding: 1px 4px 1px 6px;
}
table.council img {
	padding: 0;
	position: relative;
	top: 2px;
}
span.caption {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	position: relative;
	top: -5px;
}


table.fees {
	border-collapse: collapse;
	border-bottom: 2px solid #ccc;
	margin: 10px 5px 15px;
}
table.fees tr td {
	border-top: 1px solid #ccc;
}
table.fees tr.group td {
	border-top: 2px solid #ccc;
}
table.fees td {
	padding: 1px 4px;
}
#content table.fees a, #content table.fees a:visited {
	border-bottom: 0;
	color: #222d93;
}
#content table.fees a:hover {
	border-bottom: 0;
	color: #1927ac;
}
/*
table.fees td.type {
	border-left: 2px solid #ddd;
}
table.fees td.label {
	border-right: 2px solid #ddd;
}
*/

.weather table {
	border-collapse: collapse;
}
.weather td {
	padding: 1px 3px 2px 5px;
	border-bottom: 1px solid #ddd;
}
.weather tr.highlight {
	background-color: #e1e4e8;
}
.weather td.day {
	background-color: #d3d9e0;
	border-bottom: 0;
	border-top: 2px solid #b6c0cb;
}
span.weatherSource {
	font-size: 11px;
}

#privateLogin {
	font-size: 9px;
	position: relative;
	left: 580px;
	top: 22px;
}

ol.safety {
	padding-left: 1.5em;
}
ol.safety li.section {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
}
ol.safety ol {
	list-style-type: lower-alpha;
}
ol.safety ol ol {
	list-style-type: lower-roman;
}
