/* Blue style sheet for Out and About */
/* URL: www.oaa.co.uk */
/* Created: 13-05-2009 */
/* Last edited: 13-05-2009 */

/* page structure and styling */

	html, body {
		background-color: #EFF8FB;
		background-image: none;
	}
	
/* head section */
	
	#centeredcontent #headWrapper #menuWrapper {
		background-color: #010066;
		color: #EFF8FB;
	}
	
	#headDetails {
		color: #010066;
	}

	/*******
	oaa menu
	*******/
	/*******************************************************
 	Presentation CSS that typically needs to be customized
	*******************************************************/

	#oaaMenuH a { /* all links within the menu wrapper */
		color:#EFF8FB;
	}
	
	#oaaMenuH li li a { /* all item links under the top level */
		background:#EFF8FB; color:#010066; border:1px solid #010066;
	}

	#oaaMenuH li a:hover {
		background:#EFF8FB;
		color: #010066;
	}

	#oaaMenuH li li a:hover {
		background:#EAF0F6; color:#000; border:1px solid #336EA6;
	}

	#oaaMenuH li li li a {
		background:#EAF0F6;
	}

	#oaaMenuH li li li a:hover {
		background:#FDF5DA; color:#000; border:1px solid #336EA6;
	}

	#oaaMenuH li ul { /* second-level lists */
		border-top:1px solid #336EA6;
	}

	#oaaMenuH li ul ul { /* third-and-above-level lists */
		border-top:1px solid #336EA6;
		background-color: #336EA6;
	}
	
	/* end of head section */
	
	/*content section */
	
	#contentWrapper {
		background-color: #EFF8FB;
	}
	
	#contentWrapper #leftContent {
		color: FFFF00;
	}
	
	#contentWrapper #centerContent {
		color: #010066;
	}
	
	#contentWrapper #centerContent h1 {
		color: #010066;
	}
	
	#contentWrapper #rightContent {
		color: #010066;
	}
	
	#contentWrapper #rightContent a:link {
		color: #010066;
	}
	
	/* end of content section */
	
	/* footer section */
	
	#centeredcontent #footerWrapper #footerBar {
		background-color: #010066;;
		color: #EFF8FB;
	}
	
	/* end of footer section */
	
	/* accessibility styles */
	#accessBox {
		color: red; 
	}
	
	#accessBox a:link {
		color:red;
	}
	
	#accessBox a:visited {
		color: red;
	}
	
	#accessBox a:hover {
		color: red;
	}
	
	#accessFull {
		background-color: #EFF8FB;
		border-color: #010066;
	}
	
	a.closeLink:link {
		color: red;
		text-decoration: none;
	}
	
	a.closeLink:visited {
		color: red;
		text-decoration: none;
	}
	
	a.closeLink:hover {
		color: red;
		text-decoration: underline;
	}
	
	#accessFull p {
		color: #010066; 
	}