/* colour scheme: GREEN */

#horiznavbar, div.yuimenubar {
background-color:#96D045;
}
div.yuimenubar li.selected {
background-color:#DCFF8B; /* make background match scheme on topmenu */
}
DIV.yuimenu LI.hassubmenu EM.submenuindicator
{
	background-image: url(/images/pa_rebrand/map_alt.gif);
}

/* JA needed to give the correct colour dropdown arrow i.e. menus with black text rather than white(default)*/
div.yuimenu li.hassubmenu em.submenuindicator, div.yuimenubar li.hassubmenu em.submenuindicator {
	background-image:url(/images/pa_rebrand/map_alt.gif);
}
#globalNav a, #globalNav a:hover, #globalNav a:active, #globalNav a:visited{
	color:#231F20;
}
#rightnav a {
	color:#76AD28; /* was #96D045, but this is more legible */
}
#rightnav {
	background-color: #FCFCFA; /* pale grey background for submenu */
}
hr {
  background: #96D045;
  border-top: 1px solid #96D045;
}
.rightnavroothead {
	border-bottom: 1px solid #96D045;
}

img.right {
	float:right;
	margin-left:10px;
}

p.highlightbox1 {
	background: #FAF9F5;
	border-top: 1px dotted #96D045;
	padding: 12px;
}

p.highlightbox1a {
	background: #FAF9F5;
	border-top: 1px solid #96D045;
	padding: 12px;
}

p.highlightbox1b {
	background: #FAF9F5;
	border-top: 1px dotted #96D045;
	border-bottom: 1px dotted #96D045;
	padding: 12px;
}

p.highlightbox2 {
	background: #e3f2cf;
	border-top: 1px dotted #96D045;
	padding: 12px;
}

p.highlightbox2a {
	background: #e3f2cf;
	border-top: 1px solid #96D045;
	padding: 12px;
}

p.highlightbox2b {
	background: #e3f2cf;
	border-top: 1px dotted #96D045;
	border-bottom: 1px dotted #96D045;
	padding: 12px;
}

table.highlightbox1 {
	background: #FAF9F5;
	border-top: 1px dotted #96D045;
	padding: 12px;
}

table.highlightbox1a {
	background: #FAF9F5;
	border-top: 1px solid #96D045;
	padding: 12px;
}

table.highlightbox1b {
	background: #FAF9F5;
	border-top: 1px dotted #96D045;
	border-bottom: 1px dotted #96D045;
	padding: 12px;
}

table.highlightbox2 {
	background: #e3f2cf;
	border-top: 1px dotted #96D045;
	padding: 12px;
}

table.highlightbox2a {
	background: #e3f2cf;
	border-top: 1px solid #96D045;
	padding: 12px;
}

table.highlightbox2b {
	background: #e3f2cf;
	border-top: 1px dotted #96D045;
	border-bottom: 1px dotted #96D045;
	padding: 12px;
}

table.examplebox { 
	border-top: #96d045 1px dotted; 
	background-color:#faf9f5; 
	margin-bottom:20px;
}


