/* blue style - blue.css */

/*#top { background:url(blue/bg-top-tile.gif) repeat-x top left; border-bottom:1px solid #004080; }*/
#top { background: #FFFFFF; border-bottom:1px solid #004080; }

/*#top .content { background:url(blue/bg-top.png) no-repeat top center; }*/
#top .content { background: #FFF; }

#featured { background:#859EBE; border-top:1px solid #97c1df; border-bottom:1px solid #506f86; }
#featured .content { background:url(blue/bg-slider.jpg) no-repeat top center; }
#nav a { color:#EEEEEE; }
#nav a:hover, #nav li.current_page_item a, #nav li.current_page_parent{ 
	color:#fff; background:#004080; 
	border-bottom: 1px solid #004080;
	line-height: 20px; font-size: 10px;
}

