/* *************************************************************

NAME: aquatic.css
DATE: 07/13/2005
DESCRIPTION: specific styles for about Shoreline Aquatic Center

************************************************************* */

/*Place your section color here*/
h1, h2, h5, { 
	color: #0D4CB2;
} 

#contents { 
	border-top: 10px solid #0D4CB2;
}

/*Place your 50% section color here*/
#contents.topbar { 
	border-top: 10px solid #85A5D8;
	padding-top: 20px;
} 

/*Choose the right dot background image*/
#contents-title {	
	background: url(about.css) no-repeat; 
}

#dotgraphicshort {	
	background: url(../aquatic/images/dotsshort.gif) no-repeat; /*Choose the right dot background image*/
}

#leftNav b, #leftNav a {
	background: url(../aquatic/images/dot.about.gif) top repeat-x;
	color: #0D4CB2;
}
#leftNav a:hover {
	background-color: #85A5D8;
	color: #0D4CB2;
}
