#navBar {
  width: 199px;
  font-size: 0.8em;
  margin-left: 88px;
  margin-top: 7px;
  background: #6e8c4a url('navBarTop.gif') no-repeat scroll top;
  /*float: left;*/
}

#navBar a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

#navBar a:hover {
  text-decoration: underline;
}

#navBar h2 {
  padding: 2px 0 2px 25px;
  margin: 0;
  font-size: 1.6em;
}

#navBar h2 a {
  color: #fff;
  font-weight: bold;
}

#navBar #mainMenu {
  border: 0;
  width: 156px;
  margin: 0 0 0 10px;
  padding: 15px 10px 0px 13px;
  list-style: none;
  background: #fff url('navBarMenuBg.gif') no-repeat scroll top left;
}

#navBar #mainMenu li {
  border: 0;
  margin: 0;
  padding: 0;
  padding-left: 21px;
  margin-bottom: 6px;
  background-image: url('leafBullet.gif');
  background-repeat: no-repeat;
  background-position: 0 2px;

}

#navBar #directory {
  width: 100%;
  height: 55px;
  margin: 0;
  margin-top: -6px;
  padding-top: 30px;
  text-align: center;
  background: #6e8c4a url('navBarDirectoryBg.gif') no-repeat scroll top;
}

#navBar #directory h3 {
  margin: 0;
  margin-bottom: 3px;
  font-size: 1.2em;
}

#navBar #directory h3 a {
	color: #fff;
	font-weight: bold;
}

#navBar #directory form {
  margin: 0;
}

#navBar #directory form * {
  vertical-align: middle;
}

#navBar #directory form select {
	width: 149px;
}

#navBar #directoryBottom {
  width: 199px;
  height: 16px;
  background: #6e8c4a url('navBarDirectoryBottom.gif') no-repeat scroll top;
}

#navBar #contactInfo {
  width: 168px;
  margin: 0px 0 0 10px;
  padding: 0 0 12px 11px;
  background: #fff url('navBarContactBg.gif') no-repeat scroll bottom left;
}

#navBar #contactInfo h3 {
  padding-left: 2px;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}

#navBar #contactInfo .vcard {
  margin-top: 6px;
}

#navBar #contactInfo .org {
  display: none;
}

#navBar #contactInfo .tel span, #navBar #contactInfo .email span {
  display: none;
}

#navBar #contactInfo .value, #navBar #contactInfo .adr *  {
  display: inline;
  padding-left: 23px;
  padding-top: 2px;
  margin-bottom: 6px;
  background-repeat: no-repeat;
  font-size: 0.89em;
}

#navBar #contactInfo .tel .value {
  display: block;
  background-image: url('iconTel.png');
  background-position: 0px 1px;
  min-height: 14px;
}

#navBar #contactInfo .fax .value {
  background-image: url('iconFax.png');
  background-position: 0px 0px;
}

#navBar #contactInfo .email .value {
  display: block;
  background-image: url('iconEmail.png');
  background-position: 0px 2px;
}

#navBar #contactInfo address {
  margin: 6px 0 6px;
  font-style: normal;
}

#navBar #contactInfo .adr span {
  display: block;
  margin-bottom: 0;
}

#navBar #contactInfo .adr .street-address {
  background-image: url('iconPost.png');
  background-position: 0px 1px;
}

#navBar #contactInfo .formLink a {
  border-bottom: 1px dashed #000;
}

#navBar #contactInfo .formLink a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;

}

#navBar #navBarBottom {
  width: 199px;
  height: 18px;
  margin-top: -8px;
  background: #6e8c4a url('navBarBottom.gif') no-repeat scroll top;
}
