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

NAME: pressroom.css
DATE: 02/01/2010
DESCRIPTION: specific styles for about pressroom 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*/
}

#leftNav b, #leftNav a {
	background: url(../pressroom/images/dot.about.gif) top repeat-x;
	color: #a22cd8;
}
#leftNav a:hover {
	background-color: #d273fe;
	color: #a22cd8;
}


