#home_splash {
  height: 274px;
  /*background: url(../images/home_higher_bg.gif) repeat-x;*/
  position: relative;
}
#home_rightsplash {
  position: absolute;
  top: 13px;
  right: 0px;
}
#home_leftsplash {
  position: absolute;
  top: 0px;
  left: 0px;
}
#home_lower {
  position: relative;
}
.h3_strikethrough {
  background: url(../images/h3_strikethrough.gif) repeat-x;
}
#h3_financingproducts {
  text-indent: -10000px;
  background: url(../images/h3_financingproducts.gif) no-repeat;
  margin: 10px 0px 10px 0px;
}
#h3_press {
  text-indent: -10000px;
  background: url(../images/h3_press.gif) no-repeat;
  margin: 10px 0px 16px 0px;
}

#home_financingproducts {
  width: 600px;
  height: 326px;
  position: relative;
  float: left;
}
.home_financingproduct {
  width: 290px;
  height: 126px;
  background: url(../images/home_productslist_bg.gif) no-repeat right;
  position: relative;
}
#home_consumerfinance {
  position: absolute;
  height: 126px;
  top: 35px;
  left: 0px;
}
#home_businessfinance {
  position: absolute;
  top: 35px;
  left: 300px;
}
#home_assetfinance {
  position: absolute;
  top: 163px;
  left: 0px;
}
#home_refinance {
  position: absolute;
  top:163px;
  left:300px;
}
.home_productcategory {
  margin:0px 0px 7px 0px;
  padding:0;
  text-indent: -10000px;
  height: 25px;
}
#h4_homeconsumerfinance {
  background: url(../images/h4_homeconsumerfinance.gif) no-repeat;
}
#h4_homebusinessfinance {
  background: url(../images/h4_homebusinessfinance.gif) no-repeat;
}
#h4_homeassetfinance {
  background: url(../images/h4_homeassetfinance.gif) no-repeat;
}
#h4_homerefinance {
  background: url(../images/h4_homerefinance.gif) no-repeat;
}

.home_productslist {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 145px;
}
.home_productslist li {
  background: url(../images/home_bullet.gif) no-repeat;
  padding: 0px 0px 0px 13px;
}
.home_productslist li a {
 color: #9D014A;
 font-size: 13px;
 letter-spacing: 1px;
 text-transform: lowercase;
 text-decoration: none;
}
.home_productslist li a:hover {
 text-decoration: underline;
}
.home_productcategoryimage {
 position: absolute;
 top: 37px;
 right: 20px;
 border: 1px solid #D6D5D5;
 padding:2px;
 display: block;
 height: 68px;
}
.home_productcategoryimage:hover {
 border: 1px solid gray;
}
.home_productcategoryimage img {
 border: 0;
 
}

#home_press {
 float: right;
 width: 290px;
}
.home_presstitle {
 color: #910144;
 font-size: 14px;
 font-family: Verdana;
 letter-spacing: 1px;
 margin:4px 0px;
 padding: 0;
}
.home_presstitle a {
 color: #910144;
 font-size: 14px;
 font-family: Verdana;
 letter-spacing: 1px;
}
.home_presstitle a:hover {
 text-decoration: underline;
}
.home_pressexcerpt {
 padding:5px 0px;
 font-family: Verdana;
 font-size: 12px;
}
.home_pressreadmore {
 font-size: 14px;
 font-family: Arial;
 color: #4462B0;
}
.home_pressreadmore:hover {
 text-decoration: underline;
}


