/* ----- Feature --*/

#home_feature {
    background: white url("/static/images/new-site/home_feature.jpg") center 13px no-repeat;
    width: 930px;
    height: 555px;
    padding-top: 13px;
    border-bottom: 2px solid #e2e0df;
}

#home_feature h2,
#home_feature p { margin-left: 473px;}

#home_feature h2 {
    width: 73px;
    height: 39px;
    margin-top: 20px;
    margin-bottom: 0;
}

p#home_featureLink {
    position: absolute;
    top: 4px;
    left: 4px;
    margin: 0;
}

p#home_featureLink a {
    display: block;
    width: 930px;
    height: 598px;
}

/* ----- Small Features --*/

.home_smallFeature {
  width: 259px;
  height: 173px;
  padding: 25px 25px 0 25px;
  float: left;
}

.home_smallFeature h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

#home_pljukebox p img {
    position: absolute;
    bottom: 4px;
    left: 42px;
}

#home_hiring.home_smallFeature {
    width: 260px;
    border-left: 1px solid #e2e0df;
    border-right: 1px solid #e2e0df;
}

#home_hiring.home_smallFeature p img {
    position: absolute;
    bottom: 25px;
    left: 339px;
}

#home_news ul.blogHeadlines a {
    font-size: 14px;
}

#home_news p a strong {
    text-decoration: underline;
    font-size: 14px;
}



