@charset "utf-8";
/* CSS Document */

body {
	background-color:#27a2d0;
	padding:0;
	margin:0;
	}
	
p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin:0;
	padding:0;
	}
	
	
	
#mainContainer {
	background-image:url(shared_images/background_typical.gif);
	background-repeat:repeat-y;
	background-position:center top;
}

#secondaryMainContainer {
	background-image:url(shared_images/background_water.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#tertiaryMainContainer {
	background-image:url(shared_images/background_bottom.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}


#upperNavigation, #upperImage, #secondaryNavigation, #mainContent {
	width:920px;
	margin:0 auto;
}

#upperNavigation {
	height:40px;
}

#upperNavigation ul {
	list-style-type:none;
	float:right;
}

#upperNavigation ul li {
	float:left;
	margin-top:20px;
}

#upperNavigation ul a {
	display:block;
	font-family:"Trebuchet MS";
	font-size:11px;
	text-decoration:none;
	color:#000000;
	padding:0 10px;
}

#upperNavigation ul a:hover {
	text-decoration:underline;
	}

#upperImage {
	height:274px;
	}
	
#secondaryNavigation {
	height:36px;
	background-color:#344a72;
}

#secondaryNavigation ul.links {
	list-style-type:none;
	margin-left:62px;
}

#secondaryNavigation ul.french {
	margin-left:35px;
}

#secondaryNavigation ul.links li {
	float:left;
	margin-top:10px;
}

#secondaryNavigation ul li.home {
	background-image:url(shared_images/line_vertwhite001.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:1px;
	}

#secondaryNavigation ul.links a {
	display:block;
	font-family:"Trebuchet MS";
	font-size:11px;
	text-decoration:none;
	color:#fff;
	padding:0 11px 0 10px;
	background-image:url(shared_images/line_vertwhite001.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

#secondaryNavigation ul.links a:hover {
	text-decoration:underline;
	}

#secondaryNavigation ul.icons {
	list-style-type:none;
	float:right;
	width:580px;
	}
	
#secondaryNavigation ul.icons li {
	float:left;
	width:72px;
	height:33px;
	background-position:left bottom;
	background-repeat:no-repeat;
}

#secondaryNavigation ul.icons li.canoe {
	background-image:url(shared_images/icon_canoe.gif);
	}
	
#secondaryNavigation ul.icons li.canoepolo {
	background-image:url(shared_images/icon_canoepolo.gif);
	}
	
#secondaryNavigation ul.icons li.openwaterswimming {
	background-image:url(shared_images/icon_openwaterswimming.gif);
	}
	
#secondaryNavigation ul.icons li.triathlon {
	background-image:url(shared_images/icon_triathlon.gif);
	}
	
#secondaryNavigation ul.icons li.kayak {
	background-image:url(shared_images/icon_kayak.gif);
	}
	
#secondaryNavigation ul.icons li.rowing {
	background-image:url(shared_images/icon_rowing.gif);
	}
	
#secondaryNavigation ul.icons li.dragonboat {
	background-image:url(shared_images/icon_dragonboat.gif);
	}
	
#secondaryNavigation ul.icons li.waterpolo {
	background-image:url(shared_images/icon_waterpolo.gif);
	}
	
#secondaryNavigation ul.icons li a {
	width:30px;
	height:33px;
	display:block;
	background-image:url(shared_images/icon_over.gif);
	background-repeat:no-repeat;
	background-position:left -400px;
	}
	
#secondaryNavigation ul.icons li a span {
	display:none;
	}
	
#secondaryNavigation ul.icons li a:hover,
body.canoe #secondaryNavigation ul.icons li.canoe a,
body.canoepolo #secondaryNavigation ul.icons li.canoepolo a,
body.openwaterswimming #secondaryNavigation ul.icons li.openwaterswimming a,
body.triathlon #secondaryNavigation ul.icons li.triathlon a,
body.kayak #secondaryNavigation ul.icons li.kayak a,
body.rowing #secondaryNavigation ul.icons li.rowing a,
body.dragonboat #secondaryNavigation ul.icons li.dragonboat a,
body.waterpolo #secondaryNavigation ul.icons li.waterpolo a {
	background-position:left bottom;
	}

#mainContent {
	padding-bottom:34px;

	}
	
#mainContent2 {
	background-image:url(shared_images/background_maincontent.gif);
	background-repeat:repeat-y;
	background-position:30px top;
}
	
#mainContent #leftNavigation {
	width:286px;
	float:left;
	padding-left:30px;
}

#mainContent #leftNavigation ul {
	list-style-type:none;
	line-height:27px;
	margin:24px 0px;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
	}
	
#mainContent #leftNavigation ul li {
	display:inline;
	}
	
#mainContent #leftNavigation ul a {
	display:block;
	color:#000000;
	text-decoration:none;
	background-image:url(shared_images/background_leftnav.gif);
	background-repeat:no-repeat;
	background-position:left -2000px;
	padding:0px 20px 0px 76px;
	}
	
#mainContent #leftNavigation ul a:hover {
	background-position:left 8px;
}

body.venue_link #mainContent #leftNavigation ul a.venue_link,
body.sports_link #mainContent #leftNavigation ul a.sports_link,
body.events_link #mainContent #leftNavigation ul a.events_link, 
body.programs_link #mainContent #leftNavigation ul a.programs_link,
body.news_link #mainContent #leftNavigation ul a.news_link,
body.volunteer_link #mainContent #leftNavigation ul a.volunteer_link,
body.gallery_link #mainContent #leftNavigation ul a.gallery_link {
	background-image:url(shared_images/background_leftnav_on.gif);
	background-position:left 8px;
}
	
#mainContent #mainContentRightContainer {
	width:580px;
	float:right;

	}
	
#mainContent #mainContentRight {
	width:336px;
	float:left;
	background-color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:19px;
	padding-top:34px;
	padding-bottom: 30px;
	}

#mainContent #mainContentRight h1, #mainContent #rightColumn h1 {
	font-family:"Trebuchet MS";
	font-size:14px;
	letter-spacing:4px;
	text-transform:uppercase;
	padding-bottom:10px;
}

#mainContent #rightColumn h1 {
	font-size:12px;
	}

#mainContent #mainContentRight h2,
#mainContent #rightColumn h2,
#mainContent #mainContentRight strong.sanserif,
#mainContent #mainContentRight b.sanserif,
#mainContent #mainContentRight p.sanserif strong,
#mainContent #mainContentRight p.sanserif b {
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
	color:#333;
}

	
#mainContent #mainContentRight p, #mainContent #rightColumn p {
	color:#555;
	padding-bottom:14px;
}

#mainContent #mainContentRight a, #mainContent #rightColumn a {
	color:#29569A;
	}
	
#mainContent #mainContentRight a:hover, #mainContent #rightColumn a:hover {
	color:#ED3944;
	}

#mainContent #mainContentRight ul {
	color:#555;
	padding-bottom:14px;
	list-style-type:none;
}

#mainContent #mainContentRight ul ul {
	padding-top:4px;
	padding-bottom:0;
	}

#mainContent #mainContentRight ol {
	color:#555;
	padding-bottom:14px;
	margin-left:20px;
}

#mainContent #mainContentRight ul li {
	padding-left:13px;
	background-image:url(shared_images/bullet_horzred001.gif);
	background-repeat:no-repeat;
	background-position:left 9px;
	padding-bottom:6px;
}

#mainContent #mainContentRight ol li {
	padding-bottom:4px;
}
	
#mainContent #rightColumn {
	width:180px;
	float:right;
	margin-right:16px;
	background-color:#fff;
	padding-top:34px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:19px;
}	


#lowerNavigation {
	clear:both;
	font-family:"Trebuchet MS";
	padding-top:5px;
	padding-bottom:20px;
	}
	
#lowerNavigation div.copyright {
	text-align:center;
	color:#333333;
	width:286px;
	float:left;
	padding-left:30px;
	font-size:9px;
	font-weight:bold;
	letter-spacing:0px;
	}
	
#lowerNavigation div.privacy {
	float:right;
	width:180px;
	margin-right:16px;
	}
	
#lowerNavigation div.privacy ul {
	list-style-type:none;
	}
	
#lowerNavigation div.privacy ul li {
	float:right;
	}
	
#lowerNavigation div.privacy ul li a {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	padding:0 11px 0 10px;
	background-image:url(shared_images/line_vertgrey001.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

#lowerNavigation div.privacy ul li a:hover {
	text-decoration:underline;
}

#mainContent table.schedule {
	margin-bottom:10px;
	font-family:'Trebuchet MS', Trebuchet;
	font-size:13px;
}

#mainContent table.schedule caption {
	font-family:'Trebuchet MS', Trebuchet;
	padding:4px 10px;
	font-weight:bold;
	text-align:left;
	background-color:#499FCD;
	color:#FFFFFF;
	}
	
#mainContent table.schedule tr.dark {
	background-color:#C8E7F0;
	}
	
#mainContent table.schedule tr.light {
	background-color:#E8F4F9;
	}
	
#mainContent table.schedule td.left {
	padding:2px 10px 5px 10px;
	width:65%;
}

#mainContent table.schedule td.right {
	padding:2px 10px 5px 0px;
	width:35%;
}	

.clear:after {
	content: ".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
	}
	
.clear {
	min-height: 1px;
	}
	
* html .clear {
	height: 1px;
	}
