/* Start of CMSMS style sheet 'DefiniteBlue - Home' */
/* Promo */
#middle .promo {
    background: url('/images/content/grow-promo.jpg');
    width: 758px;
    height: 205px;
    margin: 0 auto;
}

/* Home Featured */
#home_featured .box {
    width: 232px;
    height: 194px;
    float: left;
    margin: 8px;
}

#home_featured .box .inner {
    padding: 10px;
}

#home_featured .box h2 {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

#home_featured .box h2 span {
    padding-bottom: 3px;
}

#home_featured .box1 {
    background: url('/images/content/redbox.jpg') no-repeat;
}

#home_featured .box1 h2 span {
    color: #8d1e00;
    border-bottom: 2px solid #ff3600;
}

#home_featured .box2 {
    background: url('/images/content/greenbox.jpg') no-repeat;
}

#home_featured .box2 h2 span {
    color: #3a7400;
    border-bottom: 2px solid #b2f242;
}

#home_featured .box2 h2 {
    color: #3a7400;
}

#home_featured .box3 {
    background: url('/images/content/bluebox.jpg') no-repeat;
}

#home_featured .box3 h2 span {
    color: #073e67;
    border-bottom: 2px solid #42cef2;
}

/* Home Bottom */
#home_bottom {
    margin-top: 20px;
}

#home_bottom .left {
    width: 420px;
    float: left;
    padding-right: 10px;
    border-right: 1px solid #dcdce0;
}

#home_bottom .right {
    width: 300px;
    float: right;
}
/* End of 'DefiniteBlue - Home' */

