/******************************************************************************************************************
Karuna COLOUR Stylesheet

TURQUOISE (Find out more)

Developed by Matthew Hill for Electric Putty August 2007
http://www.friskdesign.com/
******************************************************************************************************************/

#banner {
	background:url(../images/section_more_bg.jpg) left top repeat-x;
	}

#imagemid {
	background:url(../images/section_more.jpg) center top no-repeat;
	}









/******************************************************************************************************************
TOP LEVEL NAVIGATION
******************************************************************************************************************/

#navSite li.selected a {
	background-color:#01998a;
}

#navSite li.selected a:hover {
	background-color:#01998a;
}

/******************************************************************************************************************
BREADCRUMBS
******************************************************************************************************************/

#breadcrumbs {
	border-top:4px solid #01998a;
}

/******************************************************************************************************************
LEFT NAVIGATION
******************************************************************************************************************/

#main #navSection li a,
#main #navSection li a:visited {
	color:#01998a;
}

#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:#00c0ab !important;	
}

#main #navSection li.selected a,
#main #navSection li.selected a:visited {
	color:#FFF;
	background:#01998a;
}

#main #navSection li.selected a:hover,
#main #navSection li.selected a:focus,
#main #navSection li.selected a:active {
	background:#01998a !important;
	color:#FFF;
	text-decoration:none;	
}



#main #navSection li.selected li a {
	color: #01998a !important;
	background: none !important;
	}



/******************************************************************************************************************
TEXT FORMATTING
******************************************************************************************************************/
#bodyContent a {
	color: #01998a;
	}
	
#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:#01998a;
}

#additionalContent h2 span,
#additionalContent h3 span {
	background:#01998a;
	color:#FFF;
}

#sectionAreas .panel h3 span {
	background:#01998a;	
}

#additionalContent span a {
	color: #fff !important;
	text-decoration: none;
	}