﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 1.5em;
    color: #000000;
    margin: 0px 0px 0px 0px;
    background-color: #303030;
}

/* layout */
#container-s
{
    width: 780px;
    height: inherit;
    left: 50%;
    margin-left: -390px; /* half the width of the div */
    margin: 10px auto;
    border: solid 1px black;
}
#site-header
{
    width: 100%;
    min-height: 166px;
    background-image: url(../images/bg-header.gif);
    background-repeat: no-repeat;
}

.header-logo
{
    float: left;
    margin-left: 20px;
}
.header-quicklinks
{
    float: right;
    margin-top: 122px;
}
#grey-hr
{
    clear: both;
    width: 100%;
    height: 23px;
    background-image: url(../images/greyhr.gif);
    background-repeat: no-repeat;
}

#main-menu
{
    clear: both;
    width: 100%;
    height: 35px;
    background-image: url(../images/bg-menu.gif);
    background-repeat: repeat-x;
}
#site-content
{
    clear: both;
    width: 100%;
    background-color: #ffffff;
    background-image: url(../images/bg-content.gif);
    background-repeat: repeat;
display: table;
}
.content-text
{
    padding-left: 15px;
    padding-right: 15px;
}
#site-news
{
    float: left;
    width: 198px;
    background-color: #ccd858;
    min-height: 100%;
}
#the-content
{
    float: right;
    width: 579px;
    text-align: left;
}
.text-padding
{
    padding-left: 15px;
    padding-right: 15px;
}
.grey-rule
{
    width: 100%;
    height: 29px;
    background-color: #bcbcbc;
}
.grey-rule-cm
{
    width: 100%;
    height: 29px;
    background-color: #bcbcbc;
}
.grey-rule-cm a
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.grey-rule-cm a:hover
{
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

/* footer */
#footer
{
    clear: both;
    width: 100%;
}
.gr-hr
{
    width: 100%;
    height: 7px;
    background-color: #ccd757;
    border-top: solid 2px #ffffff;
    border-bottom: solid 2px #b2a94b;
}
.footer-content
{
    width: 100%;
    height: 105px;
    background-color: #054192;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
}
.footer-content a
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}
.footer-content a:hover
{
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}

/* service manager login */
#serviceman-login
{
    width: 100%;
    height: 140px;
    background-image: url(../images/bg-service.gif);
    background-repeat: repeat-x;
}
.login-panel
{
    float: right;
    width: 290px;
    height: 140px;
    background-image: url(../images/bg-service-custlogin.gif);
    background-repeat: no-repeat;
    padding-top: 50px;
}
.login-info
{
    float: left;
    width: 481px;
}

/* news */
.news-title
{
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.news-content
{
    padding-left: 5px;
    padding-right: 5px;
}
.news-link
{
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
}
.news-link a
{
    font-weight: bold;
    text-decoration: none;
    color: #054192;
}
.news-link a:hover
{
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
