/* Homepage */
#header {
  height: 108px;
  background: #FFFFFF;
}
#logo {
  height: 92px;
  background: #FDB813;
}
/* Left nav */
#leftNav {
  width: 290px;
  background: url('../../images/leftNavBg.gif') no-repeat top left;
}
#leftNavText {
  width: 191px;
  height: 375px;
}
.leftNavBgText {
  background: url('../../images/leftNavRollover.gif') no-repeat 18px 185px;
}
.homepageSearchWrapper {
  height: 240px;
}

/* Main content */
.hp_rightImgNoRo, .hp_rightImgRo {
  width: 121px;
  height: 121px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.hp_rightImgRo img {
  position: relative;
  top: -121px;
}

.hp_botImgNoRo, .hp_botImgRo {
  width: 148px;
  height: 34px;
  overflow: hidden;
  position: relative;
  margin-top: 12px;
}
.hp_botImgRo img {
  position: relative;
  top: -34px;
}

.hp_mainText {
  padding: 39px 0px 0px 16px;
}
.hp_rightRollovers {
  padding: 44px 72px 0px 45px;
}

.hp_mainText, .hp_focusText {
  font-size: 15px;
  font-weight: bold;
  color: #666666;
}
.hp_focusText {
  color: #B32317;
  text-transform: uppercase;
}

.hp_list3col {
  width: 100%;
  margin-top: 35px;
}
.hp_list3col .col1, .hp_list3col .col3 {
  width: 148px;
}
.hp_list3col .col1 {
  padding-left: 16px;
}
.hp_list3col .col2 {
  width: 100%;
}
.hp_list3col .col3 {
  padding-right: 72px;
}
.hp_list3col .col2 .hp_botFeature {
  margin: 0 auto;
}
.hp_botFeature {
  width: 148px;
}

.hp_mainText, .hp_focusText, .hp_list3col td div {
  line-height: 1.8 !important;
}
