/*dynamic style sheet for colourways related to the current section*/
h2, h3, h4  { 
	color:#008588; /* this will need to vary for each section */
} 
div#level4_nav ul { 
	background-color: #55AEB0;
}
div#level3_nav ul {
    background: #F15F23 url(../images/hes_nav_tab.gif) repeat-x; /* orange bg, green tab */
}
div#level3_nav li.current { 
	background-color: #008588; /*green */
} 
div#level4_nav li { 
	background-color: #008588;  /*green */
} 
div#level4_nav a { 
	border-right: 1em solid #55AEB0; 
} 
div#branding_secondary { 
	right: 498px; /*change this value to position the graphic left or right in the space*/
	top: 30px;
} 
div#branding_secondary h2, div#branding_secondary h3 { 
	/*replace the text with the graphic */
	position: absolute;
	height: 90px;
	width: 624px;
	background: url(../images/hes_heritage_education.gif) no-repeat;
	text-indent: -9999px;
	color: #008588;  /*green */
}
h2, strong, label {
	color: #008588;  /*green */
}
/* the link colour */
div#content_main a, div#content_supplementary a {
	color: #008588;  /*green */
}
div#content_header input {
	color: #008588;  /*green */
}

