/******************************************************************************************************************
Karuna COLOUR Stylesheet

BLUE (About Us)

Developed by Matthew Hill for Electric Putty August 2007
http://www.friskdesign.com/
******************************************************************************************************************/

#banner {
	background:url(../images/section_aboutus_bg.jpg) left top repeat-x;
	}

#imagemid {
	background:url(../images/section_aboutus.jpg) center top no-repeat;
	}





/******************************************************************************************************************
TOP LEVEL NAVIGATION
******************************************************************************************************************/

#navSite li.selected a {
	background-color:#006A92;
}

#navSite li.selected a:hover {
	background-color:#006A92;
}

/******************************************************************************************************************
BREADCRUMBS
******************************************************************************************************************/

#breadcrumbs {
	border-top:4px solid #006A92;
}

/******************************************************************************************************************
LEFT NAVIGATION
******************************************************************************************************************/

#main #navSection li a,
#main #navSection li a:visited {
	color:#006A92;
}

#main #navSection li.selected li a:hover,
#main #navSection li.selected li a:focus,
#main #navSection li.selected li a:active,
#main #navSection li a:hover,
#main #navSection li a:active,
#main #navSection li a:focus {
	color:#FFF !important;
	background-color:#00A2E0 !important;	
}

#main #navSection li.selected a,
#main #navSection li.selected a:visited {
	color:#FFF;
	background:#006A92;
}

#main #navSection li.selected a:hover,
#main #navSection li.selected a:focus,
#main #navSection li.selected a:active {
	background:#006A92 !important;
	color:#FFF;
	text-decoration:none;	
}



#main #navSection li.selected li a {
	color: #006A92 !important;
	background: none !important;
	}



/******************************************************************************************************************
TEXT FORMATTING
******************************************************************************************************************/

#bodyContent ul li {
	background: url(../images/bullet_blue.png) no-repeat 0 5px;
	}

#innerWrap h1, #innerWrap h2, #innerWrap h3, #innerWrap h4, #innerWrap h5, #innerWrap h6 {
	color:#006A92;
}

#additionalContent h2 span,
#additionalContent h3 span {
	background:#006A92;
	color:#FFF;
}

#sectionAreas .panel h3 span {
	background:#006A92;	
}


#additionalContent span a {
	color: #fff !important;
	text-decoration: none;
	}