/*-----Custom changes-MB-16 September 2016----*/
/*---update display of image in accordions because project css cuts off top section of image---*/
/* ------ All bars STATIC ------ */

div#accordion h2.ui-state-default a {
	color:#004645;
}

/* ------ H2 Bar 1 ------ */

div#accordion h2.ui-state-default:nth-of-type(1),
div#accordion h2.ui-state-active:nth-of-type(1) a {
	background: url(graphics/h2Bkgrnd.jpg) no-repeat left 0 #ffffff; 
	color: #004645;
}

/* ------ H2 Bar 2 ------ */

div#accordion h2.ui-state-default:nth-of-type(2),
div#accordion h2.ui-state-active:nth-of-type(2) a {
	background: url(graphics/h2Bkgrnd.jpg) no-repeat left -40px #ffffff;
	color: #004645;
}

/* ------ H2 Bar 3 ------ */

div#accordion h2.ui-state-default:nth-of-type(3),
div#accordion h2.ui-state-active:nth-of-type(3) a { 
	background: url(graphics/h2Bkgrnd.jpg) no-repeat left -77px #ffffff;
	color: #004645;
}

/* ------ H2 Bar 4 ------ */

div#accordion h2.ui-state-default:nth-of-type(4),
div#accordion h2.ui-state-active:nth-of-type(4) a { 
	background: url(graphics/h2Bkgrnd.jpg) no-repeat left -115px #ffffff;
	color: #004645;
}

/* ------ H2 Bar 5 ------ */

div#accordion h2.ui-state-default:nth-of-type(5),
div#accordion h2.ui-state-active:nth-of-type(5) a {
	background: url(graphics/h2Bkgrnd.jpg) no-repeat left -154px #ffffff;
	color: #004645;
}

/* ------ H2 Bar 6 ------ */

div#accordion h2.ui-state-default:nth-of-type(6),
div#accordion h2.ui-state-active:nth-of-type(6) a {
	background: url(graphics/h2Bkgrnd.jpg) no-repeat left -192px #ffffff;
	color: #004645;
}

/* ------ H2 Bar 7 ------ */

div#accordion h2.ui-state-default:nth-of-type(7),
div#accordion h2.ui-state-active:nth-of-type(7) a {
	background: url(graphics/h2Bkgrnd.jpg) no-repeat left -230px #ffffff;
	color: #004645; 
}

/* ------ H2 Bar 8 ------ */

div#accordion h2.ui-state-default:nth-of-type(8),
div#accordion h2.ui-state-active:nth-of-type(8) a {
	/*background: url(graphics/h2Bkgrnd.jpg) no-repeat left -315px #ffffff;*/
	background: url(graphics/h2Bkgrnd.jpg) no-repeat left 0px #ffffff;
	color: #004645;
}

/*--keep line height in sections with tabbed items 
same as sections without tabbed items--*/
#main p {
	line-height: 1.4;
}
/*--make line-height in shows same as on main page--*/
#show p {
	line-height: 1.4;
}
/*--close up distance between list items--*/
#show ul li p {
	margin-top: 0px;
}

/*--footer invert--*/


#DET img {
   /* filter: invert(100%); */
}

ol {
    list-style-type: lower-alpha;
}

#ui-accordion-accordion-header-0{

display:none;

}