.headerimage {background-image: url("/images/sreb_header_orange.jpg"); }
.navbgimage {background-image: url("/images/navbg_orange.jpg"); }
.footerimage {background-image: url("/images/sreb_footer_orange.jpg"); }


/* styles for top navigation */

          .topnavwhite { font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: 14px; color: #ffffff; font-weight: bold; padding: 5px 15px 5px 0}
   a.topnavwhite { color: #ffffff; font-weight: bold; text-decoration: none; }
a.topnavwhite:visited { color: #ffffff; font-weight: bold; text-decoration: none; }
  a.topnavwhite:hover { color: #FCC963; font-weight: bold; text-decoration: none; }

          .topnavwhiteon { font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: 14px; color: #95003d; font-weight: bold; padding: 5px 15px 5px 0}
   a.topnavwhiteon { color: #FCC963; font-weight: bold; text-decoration: none; }
a.topnavwhiteon:visited { color: #FCC963; font-weight: bold; text-decoration: none; }
  a.topnavwhiteon:hover { color: #ffffff; font-weight: bold; text-decoration: none; }

         .topnavblack { font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: 14px; color: #000000; font-weight: bold; padding: 5px 15px 5px 0;}
   a.topnavblack { color: #000000; font-weight: bold; text-decoration: none; }
a.topnavblack:visited { color: #000000; font-weight: bold; text-decoration: none; }
  a.topnavblack:hover { color: #FCC963; font-weight: bold; text-decoration: none; }

          .topnavblackon { font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: 14px; color: #FCC963; font-weight: bold; padding: 5px 15px 5px 0;}
   a.topnavblackon { color: #FCC963; font-weight: bold; text-decoration: none; }
a.topnavblackon:visited { color: #FCC963; font-weight: bold; text-decoration: none; }
  a.topnavblackon:hover { color: #000000; font-weight: bold; text-decoration: none; }

/* right table headers */
          .rightheader { background: #cc9933; font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: 13px; color: #ffffff; font-weight: bold;}
   a.rightheader { color: #ffffff; font-weight: bold; text-decoration: none; }
a.rightheader:visited { color: #ffffff; font-weight: bold; text-decoration: none; }
  a.rightheader:hover { color: #ffffff; font-weight: bold; text-decoration: underline; }




/* for sub menus in top nav - ORANGE */

div.menu {
  background-color: #cc9933;
  border: 1px solid #999999;
  left: 0px;
  padding: 1px 1px 1px 1px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #FFFFFF;
  font-family: Trebuchet MS, Helvetica, Sans-Serif;
  cursor: pointer;
  display: block;
  padding: 3px 1em;
  font-weight: bold;
  text-decoration: underline;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #333333;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}
div.menu a.menuItem2 {
  color: #CCCCCC;
  font-family: Trebuchet MS, Helvetica, Sans-Serif;
  font-size: 12px;
  cursor: default;
  display: block;
  padding: 3px 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem2:hover, div.menu a.menuItem2Highlight {
  background-color: #CC9933;
  font-weight: bold;
  font-style: normal;
  color: #CCCCCC;
}




          .greyheader { background: #CCCCCC; font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: 14px; color: #95003d; font-weight: bold;}
   a.greyheader { color: #95003d; font-weight: bold; text-decoration: none; }
a.greyheader:visited { color: #95003d; font-weight: bold; text-decoration: none; }
  a.greyheader:hover { color: #95003d; font-weight: bold; text-decoration: underline; }




.show {
	display:inline;
}
.hide {
	display:none;
}	
	

