

#home-box-contain {
    float: left;
    width: 100%;
}

#home-box-contain .box-left {
    margin-right: 32px;
}

#home-box-contain .box {
    box-shadow: 0pt 0pt 5px #888888;
}

#home-box-contain .box {
    background-color: #BBBBBB;
    float: left;
    padding: 2px;
    margin-bottom: 32px;
    border-radius: 4px 4px 4px 4px;
}

#home-box-contain .box h2 {
    display: block;
    margin: 30px 30px 0pt 0pt;
    text-align: right;
    float: right;
    color: white;
    text-transform: uppercase;
    position: absolute;
    width: 420px;
    z-index: 1;
}

#home-box-contain .box-inset {
    width: 450px;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.box-shadow.not-expanded {
    top: 243px;
}

.box-shadow .learn-link a {
    display: block;
    float: right;
    overflow: hidden;
    text-indent: -999px;
    margin: 251px 26px 0pt;
    width: 105px;
    height: 66px;
}

.box-shadow .expand-link a {
    background: url("../images/headersprite.png") repeat scroll 0pt -98px transparent;
    display: block;
    float: right;
    height: 23px;
    margin: 68px 26px 0pt;
    overflow: hidden;
    text-indent: -999px;
    width: 24px;
}

.box-shadow.expanded a {
    display: block;
    overflow: hidden;
    text-indent: -999px;
    float: right;
    height: 72px;
    margin: 249px 26px 0pt;
    width: 106px;
}

.box-shadow, .box-shadow.expanded {
    background: url("../images/boxcornerbg.png") no-repeat scroll 0pt 0pt transparent;
    float: right;
    height: 360px;
    width: 360px;
    overflow: hidden;
    position: relative;
}

#home-box-contain #box-1 .box-inset {
    background: url("../images/box-bg-1.jpg") no-repeat scroll left top transparent;
}

#home-box-contain #box-2 .box-inset {
    background: url("../images/box-bg-2.jpg") no-repeat scroll left top transparent;
}

#home-box-contain #box-3 .box-inset {
    background: url("../images/box-bg-3.jpg") no-repeat scroll left top transparent;
}

#home-box-contain #box-4 .box-inset {
    background: url("../images/box-bg-4.jpg") no-repeat scroll left top transparent;
}