﻿.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/*** START: Top Horizontal Nav Bar ***/
.hNav
{
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #7f7224;
  background-color: #b6a433;
  color: #ffffff;
  font-size: 75%;
  font-weight: bold;
  text-align: left;
}
/*** END: Top Horizontal Nav Bar ***/
.masthead
{
  background: url(  "assets/mh-rpt.gif" ) repeat-x;
}
.masthead IMG
{
  float: left;
  display: block;
}
a.LnkHome:hover
{
  border-bottom: none;
}
.textSizeBar
{
  padding-top: 5px;
  display: block;
  height: 24px;
  margin-right: 20px;
  overflow: visible;
  color:#24457f; /*New Style*/
  font-weight: bold; /*New Style*/
  text-align: left; /*New Style*/
}
.TextSizeButton
{
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-top: 0;
  padding-bottom: 0;
}
.masthead IMG.NoSearchBotRHCurve /*New Style*/
{
  float: right;
  margin-top: 19px;
}
.searchBox
{
  position: relative;
  float: right;
  background-color: #c6b241;
  text-align: center;
  /*padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;*/
  padding-top: 5px;
  width: 22%;
}
.searchBox IMG.SearchBotLHCurve
{
  display: block;
}
.searchBox IMG.SearchBotRHCurve
{
  float: right;
  /*margin-top: -10px;*/ /* height of curve image */
}
.locationBar
{
  display: block;
  margin-top: 4px;
  margin-left: 287px;
}
.lblLocation
{
  display: inline;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: #ffffff;
  color: #b32a59;
}
.SiteMapPath
{
  padding-left: 0.5em;
  padding-right: 0.5em;
  display: inline;
  width: inherit;
}
.hNav A
{
  color: #ffffff;
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
.hNav A:hover
{
  color: #d1e2ff;
  border-bottom: none;
}
.SiteMapPath A
{
  display: inline;
  text-decoration: underline;
}
.SiteMapPath A:hover
{
  text-decoration: none;
  border-bottom: none;
}
