#homegrid {
    color: #fff;
    height: 350px; /* 322px; */
    margin: 10px 0;
    position: relative;
    width: 1050px; /* 966px; */
}
#homegrid a {
    color: #fff;
    display: block;
    height: 175px; /* 161px; */
    text-align: center;
    text-decoration: none;
    width: 175px; /* 161px; */
}
#homegrid a:hover {
    text-decoration: underline;
}
#homegrid #gridLeft {
    background-color: #2d8e23;
    height: 350px; /* 322px; */
    position: absolute;
    width: 525px; /* 483px; */
}
#homegrid #gridRight {
    background-color: #3180bb;
    height: 350px; /* 322px; */
    position: absolute;
    right: 0;
    width: 525px; /* 483px; */
}
#homegrid #gridLeft div,
#homegrid #gridRight div {
    cursor: pointer; /* assumes all divs in the grid have links */
    font-size: 1.1em;
    height: 175px; /* 161px; */
    position: absolute;
    width: 175px; /* 161px; */
}
#homegrid #gridLeft div.tile1 {
    background: #003308 url(../images/salary_individual_helpnegotiate.png) no-repeat center center;
}
#homegrid #gridLeft div.tile2 {
    background: #085801 url(../images/salary_individual_moving.png) no-repeat center center;
    bottom: 0;
}
#homegrid #gridLeft div.tile3 {
    background: #003308 url(../images/salary_individual_jobsearch.png) no-repeat center center;
    bottom: 0;
    left: 175px; /* 161px; */
}
#homegrid #gridLeft div.tile4 {
    background: #085801 url(../images/salary_individual_salaryinfo.png) no-repeat center center;
    bottom: 0;
    right: 0;
}
#homegrid #gridRight div.tile1 {
    background: #14487a url(../images/salary_business_jvr.png) no-repeat center center;
    right: 0;
}
#homegrid #gridRight div.tile2 {
    background: #14487a url(../images/salary_business_competencies.png) no-repeat center center;
    bottom: 0;
}
#homegrid #gridRight div.tile3 {
    background: #062542 url(../images/salary_business_swp.png) no-repeat center center;
    bottom: 0;
    left: 175px; /* 161px; */
}
#homegrid #gridRight div#monster_ad {
    background-color: #633892;
    bottom: 0;
    right: 0;
}
#homegrid #gridRight div#monster_ad img {
    height: 100%;
    width: 100%;
}
#homegrid #gridLeft div.double {
    background: transparent url(../images/salary_individual.png) no-repeat 25px center;
    right: 0;
    width: 350px; /* 322px; */
}
#homegrid #gridRight div.double {
    background: transparent url(../images/salary_business.png) no-repeat 223px center;
    left: 0;
    width: 350px; /* 322px; */
}
#homegrid #gridLeft div.double h2,
#homegrid #gridRight div.double h2 {
    font-size: 31px !important;
    line-height: 1.5em;
    margin: 18px 22px;
    vertical-align: middle;
    width: 200px;
}
#homegrid #gridLeft div.double h2 {
    float: right;
    text-align: right;
}
#homegrid #gridRight div.double h2 {
    float: left;
    text-align: left;
}
#homegrid h3,
#homegrid p {
    bottom: 12px;
    /* font-size: 17px; */
    line-height: 1.5em;
    margin: 0;
    padding: 0 7%;
    position: absolute;
    text-align: center;
    width: 86%;
}
#sal_ct_hd h1 {
    display: none;
}

/* ------------------------ */

#imu_top {
    float: right;
    margin: 0 10px 10px 10px;
}
/*
#imu_bottom {
    float: left;
    margin: 10px;
}
*/
ul.featured-items {
    background-color: #fff;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 10px;
    width: 620px;
}
ul.featured-items a {
    color: #2c8d24;
    text-decoration: none;
}
ul.featured-items a:hover {
    text-decoration: underline;
}
ul.featured-items li {
    clear: left;
    margin: 0;
}
ul.featured-items li img {
    float: left;
    height: 44px;
    margin-right: 10px;
    margin-bottom: 1em;
    width: 44px;
}
ul.featured-items li.first img {
    height: 85px;
    width: 85px;
}
ul.featured-items span.itemLink {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.2em
}
ul.featured-items p {
    margin: 0 0 1em;
}
.widget-featured-content-widget h1 {
    color: #003504;
    font-size: 16px;
    margin: 10px 0;
}
#imu_middle {
    float: left;
    margin: 10px;
}