/* 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/teachers.jpg);
}

#breadcrumbs
{
	background:url(/global-images/section-headers/teachers-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:#617b34;

}
html body h1
{
	border-color:#617b34;
}