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

NAME: media.css
DATE: 07/13/2005
DESCRIPTION: specific styles for about shoreline section

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

/*Place your section color here*/
h1, h2, h5, #contents-nav b, #contents-nav a { 
	color: #a22cd8;
} 

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

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

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

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

#contents-nav b.nolink, #contents-nav a {
	background: url(../about/images/dot.about.gif) top repeat-x;
}

#contents-nav a:hover {
	background: url(../about/images/dot.about.gif) top repeat-x #99D09B; /*Place your 50% section color here*/
}
