#header-border-left, #header-border-right {
  display: block;
  position: absolute;
  top: 0px;
  width: 1px;
  height: 80px;
}

#header-border-left {
  left: -1px;
}

#header-border-right {
  right: -1px;
}

#header-logo {
  display: block;
  float: left;
  width: 254px;
  height: 84px;
  border: none;
}

#header-inside-border {
  display: block;
  float: left;
  width: 1px;
  height: 84px;
}

#nav_bar {
  float: left;
  margin-top: 55px;
  width: 735px;
  height: 29px;
  background: transparent url('../images/header-nav-bg.png') repeat-x;
}

#nav_bar_tmp {
  display: none; /* this is used on the home page */
}

#nav_bar ul.menu {
  width: 512px;
  list-style: none;
  height: 25px;
  line-height: 25px;
  vertical-align: bottom;
  float: left;
}

#nav_bar ul.menu li {
  float: left;
}

#nav_bar ul.menu li a {
  display: block;
  float: left;
  width: 128px;
  background: transparent url('../images/menu-bg.png') no-repeat;
  text-align: center;
  font: 14px/25px "ff-meta-condensed-web-pro-1","ff-meta-condensed-web-pro-2", Times, "Times New Roman", serif;
  font-weight: bold;
  color: #e3e7ea;
  text-decoration: none;
}

#nav_bar ul.menu li a:hover, #nav_bar ul.menu li a.current {
  display: block;
  float: left;
  width: 128px;
  background: transparent url('../images/menu-bg-hover.png') no-repeat;
  text-align: center;
  font: 14px/25px "ff-meta-condensed-web-pro-1","ff-meta-condensed-web-pro-2", Times, "Times New Roman", serif;
  font-weight: bold;
  color: #439644;
  text-decoration: none;
}

.nav_cblist {
 font-size: 10px;
 display:block;
 position:absolute;
 margin-top: 26px;
 padding: 4px;
 width: 120px;
 background-color: #F90;
 filter: alpha(opacity=70);
 -moz-opacity: 0.85;
 -khtml-opacity: 0.85;
 opacity: 0.85;
 color: #000;
 z-index: 200;
}
 

#search {
  float: left;
  width: 223px;
  height: 25px;
}

#search_fields {
  margin-top: 1px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background: #f4f3ee;
}

#keywords {
  width: 150px;
  height: 14px;
  border: 1px solid #b9c7d4;
  margin-left: 4px;
  margin-top: 4px;
  background: white;
  display: block;
  float: left;
}

#keyword_submit {
  float: left;
  display: block;
  height: 16px;
  width: 62px;
  padding-top: 1px;
  border: 1px solid #b9c7d4;
  border-left: none;
  margin-top: 4px;
  background: white;
  color: #3f9041;
  font-size: 9px;
  line-height: 9px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

@-moz-document url-prefix() {
  #keyword_submit {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}
