
/* ~~~~~~~~~~~~~~~~~~~ common header styles ~~~~~~~~~~~~~~~~~~~ */

#head {
  height: 125px;
  color: #606d82;
  width: 920px;
  margin: 0 auto; /* ~~~~~ adjust top margin to lower the whole page in _common.css, e.g., for a banner ad ~~~~~ */
  }

#head div {
  /* float: left; */
  }
  
#headwrapper {
  height: 125px;
  }

div#standardmenu {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  margin-top: 6px;
  float: right;
  width: 568px;
  }

a.stdmenuitem {
      float: right;
      display: block;
      margin: 0px 0px 0px 0;
      padding: 6px 7px 1px 7px;
      border-top: 0;
      border-right: 0;
      border-bottom: 1px solid #ececee;
      border-left: 0px solid #fff;

      background-color: ;  /* 525a5c  ead8b4 */
      color: #54514c;             /* c0c8ca  6a5343 */

      letter-spacing: 0.045em;
      font-size: 0.7401em;
      text-transform: uppercase;
      font-weight: normal;
      }

a.stdmenuitem:hover {
      color: #000;
      text-decoration: none; 
      border-bottom: 1px solid #787a7a;
      }
 
/* ~~~~~ to assign separate bg colors for each link. County is turned on for the curvy corner ~~~~~ */
/*  a.stdmenuitem.cou {background: #cacab7 url(/_imgs/tabcorner-left3.gif) top left no-repeat; border-left: 0px;}*/
/*  a.stdmenuitem.cou:hover {background: #9a593b; color: #fff;} */
/* a.stdmenuitem.tou {background-color: transparent;} */
/* a.stdmenuitem.cha {background-color: transparent;} */
/* a.stdmenuitem.uni {background-color: transparent;} */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~ change the active link indicator for the current site ~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~ UNITED ~~~~~~~~~~~~~~~~~~~ */
#head_united {
  background: transparent url(/_imgs/u_headerbg_3.jpg) top center no-repeat;
  width: 946px;
  margin: 0 auto;
  }

div#head_united #homelink a {
  background: transparent;
  border: 0px solid black;
  width: 336px;
  height: 110px;
  display: block;
  text-indent: -999em;
  text-decoration: none;
  float: left;
  }

div#head_united #homelink a:hover {background-color: transparent;}