@charset "utf-8";
/* CSS Document */

/****** Footer rules for homepage only */

*:first-child+html #footerSlideContainer {  /* IE7 */
    bottom:0;
}

#footerSlideButton {
    background: url(/images/site/footer_arrow_sprite.png) no-repeat scroll left top transparent;
    border: medium none;
    bottom: -40px;
    cursor: pointer;
    height: 13px;
    margin: 0 auto;
    position: relative;
    width: 26px;
}
#footerSlideContent {
    background-color: #1B1818;
    border: medium none;
    color: black;
    font-size: 1em;
    height: 200px; /* Was 45px, but we need to show fully expanded first */
}

#footerSlideText {
    margin-left: 120px;
    overflow: hidden;
    padding: 10px 15px 15px;
}