/* no-nav.css */

html, body {
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background: #FFFFFF;
}

#header {
    position: relative;
    width: 100%;
}

#site-header-row {
    margin-bottom: 0px;
}

#site-img {
    height:60px;
    width:60px;
}

#site-title {
    margin-top: 20px;
}

#site-product-title .section-title {
    margin-top: 20px;
    margin-left: 80px;
}

#enterpriseTitle {
    font-size: 18pt;
    margin-top: 1.5em;
    margin-left: 1em;
    float: left;
    max-width: calc(100% - 570px);
}

.no-nav-fixed-image {
    height: 100px;
    float: left;
}

#no-nav-wrapper {
    width: 100%;
    clear: both;
    display: block;
    padding: 10px 0 10px 0;
}

#no-nav-panel {
    overflow: auto;
    margin: 0 auto;
    width: 90%;
    background-color: #FFFFFF;
    border-color: #7F8284;
    border-style: solid;
    border-width: 2px;
}

#no-nav-content {
    margin: 10px;
    padding: 10px 20px;
}

#no-nav-narrow {
    margin: 5px;
    padding: 5px 10px;
}

.no-nav-clear {
    clear: both;
}

#no-nav-footer {
    clear: both;
    padding: 8px 0 5px 0;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}

#no-nav-footer #copyright a {
    color: #69B5DD;
    text-decoration: none;
}

#no-nav-footer #copyright a:hover {
    text-decoration: underline;
}

.tableCell {
    padding: 8px 5px 5px 5px;
    vertical-align: top;
}

#no-nav-title {

}