
/**
 * Home Equity
 */

#home-equity {
  position: relative;
  padding-right: 10px;
}

#home-equity .icon {
  position: absolute;
  width: 67px;
  height: 82px;
  top: 0px;
  right: 20px;
}

#home-equity H2 {
  color: #8ca2a2;
  margin-top: -4px;
  margin-bottom: 32px;
}

#home-equity .overview {
  width: auto;
  height: 85px;
  padding: 0px 20px;
}

#home-equity TABLE {
  border-collapse: collapse;
  background: #eeece2 url('/images/bgs/table/thead.gif') left top no-repeat;
}

#home-equity TABLE THEAD TR TD {
  border-bottom: 3px solid #e4e1d4;
  font-size: 11px;
  line-height: 14px;
  padding: 12px 8px;
  text-align: center;
}

#home-equity TABLE THEAD TR TD.title {
  border-bottom: 3px solid #336666;
  padding-left: 50px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

#home-equity TABLE THEAD TR TD.title B {
  color: #336666;
  font-size: 16px;
}

#home-equity TABLE TBODY {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#home-equity TABLE TBODY TR TD {
  background: #f9f8f3;
  border: 1px solid #e4e1d4;
  padding: 20px;
}

#home-equity TABLE TBODY TR TD B {
  color: #cc3300;
}

#home-equity TABLE TBODY TR TD STRONG {
  color: #336666;
}

#home-equity TABLE TBODY TR.alt TD {
  background: #fcfcf9;
}

#home-equity TABLE TFOOT TR {
  background: #eeece2 url('/images/bgs/table/tfoot.gif') left bottom no-repeat;
}

#home-equity TABLE TFOOT TR TD {
  border-top: 3px solid #e4e1d4;
  color: #cc3300;
  font-size: 16px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
}

#home-equity P.call-now {
  margin: 32px 0px;
  padding-left: 20px;
}

#home-equity P.call-now B,
#home-equity P.call-now STRONG {
  color: #cc3300;
}



