/*
Section: 	centres - Our centres and our people
Colours: 	orange - FF9900
*/

/* Main Content 
------------------------------------------ */
#mainContent h2,
#mainContent a,
#extra a {
	color: #f90;
	}

#mainContent a:hover {
	color: #333;
	}

#mainContent h3 {
	}

#mainContent h3.arrow {
	background: url(arrow.gif) bottom right no-repeat;
	}

#navSecondary li { 
	border-bottom: 2px solid #fff;
	}

#navSecondary li a#current {
	background: #f90;
	}
	
/* Nav Secondary - Left hand side
------------------------------------------ */
#navSecondary a:hover {
	background-color: #FF9900;
	}
	#navSecondary a#current {
		background: #FF9900;
		}
		#navSecondary ul ul a {
			background-image: url(bullet.gif);
			}
		
/* Extra Content - Right hand side 
------------------------------------------ */
#extra h4 {
	border-top: 8px solid orange;
	}
#extra h4.arrow {
	background: url(arrow.gif) bottom right no-repeat;
	}
