/* Start of CMSMS style sheet '_head_styles' */
/* ~~~~~~~~~~~~~~~~~~~ common header styles ~~~~~~~~~~~~~~~~~~~ */
#topblock {
  background-color: #fff; 
  height: 50px; 
  width: 920px; 
  margin: 0 auto;
  text-align: left;
  background: #fff url(_imgs/topblock_bg.gif) top right no-repeat;
  }

#topblock h1 {
   font-size: 1.35em; 
   color: #666; 
   float:left; 
   padding: 8px 0 0 10px;
   font-family: georgia, "times new roman", times, serif;
   letter-spacing: 0.025em;
   }

#head {
  height: 122px;
  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: 124px;
  }

div#standardmenu {
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  float: right;
  width: 921px;
  }

a.stdmenuitem {
      float: right;
      display: block;
      margin: 0px 0px 0px 0;
      padding: 12px 7px 8px 7px;
      border-top: 0;
      border-right: 0;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;

      background-color: #d4d6d6;  /* 525a5c  ead8b4 */
      color: #54514c;             /* c0c8ca  6a5343 */

      letter-spacing: 0.045em;
      font-size: 0.7401em;
      text-transform: uppercase;
      font-weight: normal;
      }

a.stdmenuitem:hover {
      color: #333;
      text-decoration: none; 
      border-bottom: 0px solid #787a7a;
      background: #d9e0e4 url(_imgs/stdmenuhover_bg.gif) repeat-x;
      }
 
/* ~~~~~ to assign separate bg colors for each link. County is turned on for the curvy corner ~~~~~ */
 a.stdmenuitem.cou {background: #d4d6d6 url(_imgs/tabcorner-left3.gif) top left no-repeat;}
 a.stdmenuitem.cou:hover {background: #f3f1e9 url(_imgs/stdmenuhover_county_bg.gif) top left no-repeat;}
/* 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 ~~~~~~~~~~~~~ */
#head_county  #standardmenu a.stdmenuitem.cou {background: #efdf9b url(_imgs/stdmenuactive_county_bg.gif) repeat-x; color: #222; border-bottom: 0px solid #486089;}
#head_tourism #standardmenu a.stdmenuitem.tou {background: #efdf9b url(_imgs/stdmenuactive_bg.gif) repeat-x; color: #222; border-bottom: 0px solid #527046;}
#head_chamber #standardmenu a.stdmenuitem.cha {background: #efdf9b url(_imgs/stdmenuactive_bg.gif) repeat-x; color: #222; border-bottom: 0px solid #568ab7;}
#head_united  #standardmenu a.stdmenuitem.uni {background: #efdf9b url(_imgs/stdmenuactive_bg.gif) repeat-x; color: #222; border-bottom: 0px solid #449089;}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



div#homelink {
  width: 880px;
  height: 32px;
  margin-left: 20px;
  margin-top: 20px;
  }
  
  div#homelink a {
  display: block;
  text-indent: -999em;
  width: 600px;
  height: 32px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  }

div#homelink a:hover {background-color: transparent;}

div#strip { 
  background: #ccb897 url(_imgs/strip_bg.jpg) center center repeat-x; 
  height: 14px; 
  width: 920px; 
  margin: 0 auto;
  }

div#stripcounty { 
  background: #ccb897 url(_imgs/strip_bg_county.jpg) left 2px repeat-x; 
  height: 19px; 
  width: 920px; 
  margin: 0 auto;
  }

/* ~~ COUNTY ~~~~~~~~~~~~~~~~~~~ */
#head_county {
  background: transparent url(_imgs/bg_county_gradient_wimgs.gif) bottom center no-repeat;
  }
  
div#head_county #homelink {
  background: transparent url(_imgs/welcome-county.gif) no-repeat;
  }

/* ~~ TOURISM ~~~~~~~~~~~~~~~~~~~ */
#head_tourism {
  background: transparent url(_imgs/bg_tourism_gradient.gif) bottom center no-repeat;
  }

div#head_tourism #homelink {
  background: transparent url(_imgs/welcome-tourism.gif) no-repeat;
  }

/* ~~ CHAMBER ~~~~~~~~~~~~~~~~~~~ */
#head_chamber {
  background: transparent url(_imgs/bg_chamber_gradient.gif) bottom center no-repeat;
  }
  
div#head_chamber #homelink {
  background: transparent url(_imgs/welcome-chamber.gif) no-repeat;
  }

/* ~~ UNITED ~~~~~~~~~~~~~~~~~~~ */
#head_united {
  background: transparent url(_imgs/bg_united_gradient.gif) bottom center no-repeat;
  }

div#head_united #homelink {
  background: transparent url(/_imgs/welcome-united.gif) no-repeat;
  }

/* End of '_head_styles' */

