/* RIGHT COLUMN start*/

#rightCol {
  width: 173px;
  padding-top: 18px;
  height: 400px;
}
html>body #rightCol {
  height: auto;
  min-height: 400px;
}
#rightCol ul { padding: 10px; }
#rightCol li {
    padding-bottom: 10px;
}
* html #contactInfo li {margin-bottom: 0}
#related_links_h {
    background: url(../images/dogwood/headers/related_links_bg.gif);
    height: 19px;
    padding: 19px 0 0 17px;
    width: 149px;
}
#contact_us_h {
    background: url(../images/dogwood/headers/contact_us_bg.gif);
    height: 17px;
    padding: 21px 0 0 63px;
    width: 103px;
}
#rightCol h2 img {
    height: 15px;
    width: 100px;
}
.box {
  background: #fff;
  color: #777;
  font-size: 11px;
  border: 1px solid #dedede;
  border-top: 0;
  margin-bottom: 5px;
  padding: 10px 10px 58px 10px;
  width: 144px;
}
#contact_info {
  background: url(../images/common/divider_146.gif) bottom no-repeat;
  margin-bottom: 8px;
  padding: 0 0 8px 0px;
}
#contact_notes {
  background: url(../images/common/divider_146.gif) top no-repeat;
  padding: 8px 0 0 0px;
}
.siteMap #rightCol {height: 380px;}
html>body .siteMap #rightCol {height: auto; min-height: 380px;}

/* RIGHT COLUMN end*/