
/* CSS Items for Current Section */

/* The following rule defines the image file to show in the header */
#sectionHeader {
     background-image: url(/global-images/section-headers/pacific.jpg);
}

/* 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;
}