
BODY {
    background: #FFF none no-repeat scroll 0 0;
    overflow-y: visible;
}

#page-wrapper {
    width: 100%;
    padding: 0;
}

#page {
    position: relative;
    width: 100%;
}

#content-wrapper {
    margin: 100px 0 0 0;
    position: relative;
}

#content-inner-wrapper {
    position: relative;
    width: 99%;
}

#content-container {
    margin: 60px 0 0 0;
    width: 99%;
}

#sidebar {
    display: none;
}

#navigation-container {
    display: none;    
}
#content-container #paginator-container-top,
#content-container #paginator-container-bottom {
    display: none;
}

#content {
    background-color: inherit;
    padding-top: 0;
}
#content H3,
#content H4,
#content H5,
#content.wide H5,
#content H6,
#content H6,
#content P,
#content.wide P,
#content UL,
#content.wide UL {
    width: 100%;
}

#content UL LI {
    background-image: none;
    padding-left: 0;
    margin-left: 1.2em;
    list-style-type: disc;
    list-style-position: outside;
}

#content .media UL.menu {
    display: none;
}

#content .result .term-highlight {
    background-color: #BBB;
}

#content .pdf-link {
    display: none;
}

#content .thumbnails .thumb.last-in-row {
    margin-right: 15px;
}

#content #content-tools {
    display: none;
}

#content-footer {
    display: none;
}
#header-container {
    height: 65px;
    margin-top: -100px;
}

#header-container #meta-navigation-container {
    display: none;
}
#header-container #logo img,
#header-container #title img {
    visibility:visible;
}
#header-container #title {
    color: #707173;
}

.clear-without-print {
    clear: none;
}

