html, body {height: 100%;}

#GoalPost, #GoalPostWide {
    min-height: 100%;
    
    margin: 0px auto;
    display: block;
    position: relative;
}
#GoalPost {
    width: 940px;
}
#GoalPostWide {
    width: 90%;
}

#ContentBound {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
.IE6 #ContentBound {
    /* http://www.dustindiaz.com/min-height-fast-hack/ */
    height: auto !important;
    height: 800px;
}

.nav {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.nav--user {
    margin-top:-4px;
    text-align: right;
    float: right;
}
    .nav--user > li {
        display: inline;
    }

.nav--main {
    height: 30px;
    position: relative;
    z-index: 50;
    text-align: center;
}
    .btn--main-nav {
        text-align: left;
        padding-right: 2.25em;
        padding-left: 2.25em;
        padding-top: 8px;
        padding-bottom: 7px;
        border-style: none;
        border-left-width: 1px;
        border-left-style: solid;
        display: inline-block;
    }
    /*fixes IE9, 10, 11 padding issues could probably be removed when we change to 'display: table-cell'*/
    .IE9 .btn--main-nav,
    .IE--modern .btn--main-nav {
        padding-bottom: 9px;
    }
    .IE9 .nav--main__contact,
    .IE--modern .nav--main__contact {
        padding: 0;
    }
    .btn--main-nav:first-child {
        border-left: none;
        padding: 0;
    }
    .nav--main__contact {
        padding: 0;
        border-left-style: solid;
    }
    .btn--main-nav > a {
        display: block;
        text-decoration: none;
        padding-left: 2.25em;
        padding-right: 2.25em;
        padding-top: 8px;
        padding-bottom: 7px;
    }
    .IE9 .btn--main-nav > a,
    .IE--modern .btn--main-nav > a {
        padding-bottom: 9px;
    }
    .btn--main-nav:hover > ul {
        display: block;
    }
    .menu {
        cursor: default;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 2em;
        font-weight: normal;
    }
    .IE7 .nav--main {
        float: left;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
    .IE7 .btn--main-nav {
        margin-top: 0;
        float: left;
    }
    .IE7 .nav--main a {
        text-decoration: none;
        border-right-color: none;
    }
    .IE7 .menu {
        margin-left: 0;
        list-style: none;
        padding-left: 0;
    }
    .nav--main__h {
        margin: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .nav--main__h:first-child {
        padding-top: 0;
    }
    .IE7 .nav--main__h {
        font-size: 12px;
    }
    .nav--main__sub-div {
        display: block;
        width: 245px;
        margin: 0 auto;
        float: none;
        padding-right: 40px;
    }
    .nav--main__community {
        left: auto;
        width: 300px;
    }
    .nav--main__toolkit {
        left: auto;
        right: auto;
        width: 432px;
        margin-left: -175px;
    }
    .IE7 .nav--main__toolkit {
        margin-left: -250px;
    }

#ContentBound #NavGradient {
    height: 40px;
    padding-top: 10px;
    padding-right: 100px;
}
#ContentBound #NavGradient #NavGradientMinute #NavGradientMinuteDD {
    height: 200px;
    width: 150px;
    left: -3px;
    top: 18px;
    position: absolute;
    border-left: white 1px solid; 
    border-top: white 1px solid; 
    border-right: gray 1px solid; 
    border-bottom: gray 1px solid;
    z-index: 10000
}
#ContentBound #NavGradient #NavGradientInsider #NavGradientInsiderDD {
    height: 200px;
    width: 150px;
    position: absolute;
    left: -3px;
    top: 18px;
    border-left: white 1px solid; 
    border-top: white 1px solid; 
    border-right: gray 1px solid; 
    border-bottom: gray 1px solid;
    z-index: 10000
}

    #IconKey {
        padding: 10px;
    }
    
    #FooterBlock {
        width: 100%;
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        position: relative;
        bottom: 0px;
        padding: 20px;
        margin: 0px auto;
        height: 40px; /* if this height is changed, please adjust in the sticky footer hack */
        width: 900px;
        clear: both;
    }

 /* ================= Sort Options Styles ================= */

#SortOptions {
    height: 25px;
}

#SortOptions .TabTwoTone {
    left: 0;
}

#SortOptions ul {
    height: 25px;
    font-weight: normal;
}

#SortOptions h5,
#SortOptions li {
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 0;
    font-size: 12px;
    position: relative;
    padding: 0 10px;
    border-right: 1px solid ;   
}

#SortOptions li span { 
    font-weight: normal;
}

#SortOptions li {
    cursor: pointer;
}

#SortOptions li span {
    cursor: pointer;
    position: relative;
}

/* ===Search box===*/

#searchVew, .searchView {
    list-style-type: none;
    margin-top: 0px;
    float: right;
}
