#top-nav {
    z-index: 1;
    height: 437px;
    position: relative;
    background: #142C50 url(/media/img/layout/top/blue_background.jpg) no-repeat center top;
}
#featured-wrapper {
    height: 437px;
    border: 0px;
    margin: 0px auto;
    width: 1002px;
    position: relative;
}
#featured-window {
    position: absolute;
    top: 47px;
    left: 10px;
    width: 740px;
    height: 310px;
    background: url(/media/img/layout/top/image_backdrop.jpg) no-repeat center center;
}
.featured-pane {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
}
#featured-navigation {
    position: absolute;
    top: 147px;
    right: 10px;
    width: 220px;
    height: 210px;
    text-align: center;
}
#featured-navigation .link {
    font-family: Georgia, Times, "Times New Roman", Garamond, serif;
    font-size: 16px;
    color: #fff;
    opacity: .5;
    padding: 10px 5px;
}
#featured-navigation .link:hover {
    cursor: pointer;
}
#featured-navigation .selected {
    background: url(/media/img/layout/top/leftarrow.png) no-repeat left center;
    opacity: 1.0;
}
#featured-navigation hr {
    border: none;
    height: 2px;
    width: 201px;
    background: url(/media/img/layout/top/headline_divider.png) no-repeat scroll center;
}