/* Glossary Homepage CSS */
div#home {
    height: 725px;
}

/* Header */
.resourceTitle.home {
    margin-left: 5px;
}

/* Section Page Title */
section.pageTitle.home {
    height: 285px;
    padding-left: 0px;
}

#breadcrumHome {
    margin-top: 5px;
    padding-left: 50px;
}

#productName.home {
    display: block;
    margin: 57px auto 0;
    width: 272px;
    text-align: center;
    color: #D85925;
    font-weight: normal;
    font-size: 30px;
}

.pageName.home {
    float: none;
    margin: 0 auto;
    line-height: 60px;
}

form.home {
    width: 272px;
    margin: 10px auto 0;
}

#searchBoxHome {
    margin: 10px 0 0;
    clear: both;
    float: none;
}

#subTitle.home {
    clear: both;
    padding-top: 8px;
    width: 268px;
    margin: 0 auto;
    display: block;
}

/* Section Strand Nav */
#strandMenuHome {
    width: 272px;
    margin: 0 auto;
    float: none;
    display: block;
    position: relative;
}

#outsideFooter {
    display: block;
    line-height: 25px;
    width: 1190px;
    margin: 0 auto;
    padding-left: 10px;
}