/* CSS Items for Current Category */


/* The following rule defines the image file to show in the header */

#sectionHeader {
     background-image: url(/global-images/section-headers/research.jpg);
}

#breadcrumbs
{
	background:url(/global-images/section-headers/research-breadcrumb-bg.png) top right no-repeat;

}
/* The following rule hides the text and makes the entire header image click-able */
#sectionHeader a {
     display: block;
     width: 648px;
     padding-top: 67px;
     height: 0px;
     overflow: hidden;
}
html body .sectionColor
{
	background:#273939;

}
html body h1
{
	border-color:#273939;
}