/* --- red theme --- */
ul#links li.selected { background: #676566; }

/* -- active cat nav link -- */
#catNav ul li.selected { background: #FFC600; }

/* -- content elements -- */
#content h1 { color: #FFC600; }
#contentWrapper h2#pageTitle { color: #FFC600; }
	#contentWrapper #content a { color: #FFC600; }
	#contentWrapper #content ul { list-style-type: none; margin: 10px 0 10px 13px; background: #fff; }
	#contentWrapper #content ul li ul { margin: 2px 0 2px 3px; }
	#contentWrapper #content ul li { background: transparent url(/pics/content-ul-li-yellow.gif) 0px 4px no-repeat; padding-left: 12px; }
	
#contentWrapper #tools #subpageSearch { background: transparent url(/pics/subpagesearch-bg-yellow.gif) bottom left no-repeat; }
#contentWrapper #tools #subpageSearch h3 { background: transparent url(/pics/subpagesearch-bg-yellow.gif) top left no-repeat; }

/* -- active navigation link -- */
#nav ul li a.selectLink { background: #FFC600; }
#nav ul ul li { background: transparent url(/pics/li-arrow-yellow.gif) 8px 7px no-repeat; }
#nav ul ul li a.selectLink { color: #FFC600; }
#nav ul ul li a:hover { color: #FFC600; }


/* -- text emphasis -- */
#content span.strong, #content span.highlight { background: #FFEEB2; }
