﻿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: #ffffff;
    /*
    background-image: url(../images/bg-site.gif);
    background-repeat: repeat;
    height: 100%;
    */
}

/* layout */
#container-s
{
    width: 772px;
    height: 100%;
    left: 50%;
    margin-left: -386px; /* half the width of the div */
    margin: 0px auto;
    text-align: left;
    background-image: url(../images/bg-content.gif);
    background-repeat: repeat-y;
}
.header
{
    width: 100%;
    background-color: #ffffff;
}
.content-l
{
    width: 222px;
    float: left;
    background-color: #727271;
    min-height: 100%;
}
.content-r
{
    width: 550px;
    float: right;
    border-top: solid 1px #5e2d8f;
}
.body
{
    padding: 5px 5px 5px 5px;
}
.border
{
    width: 100%;
    text-align: center;
    background-image: url(../images/bg-border.gif);
    background-position: center;
    background-repeat: repeat-y;
}

/* main menu */
.main-menu
{
    width: 100%;
    background-image: url(../images/bg-menu.gif);
    background-repeat: no-repeat;
}
.t-item
{
    margin-left: 40px;
}
.t-item a
{
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}
.t-item a:hover
{
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #0010dc;
}
.s-item
{
    margin-left: 55px;
}
.s-item a
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}
.s-item a:hover
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #0010dc;
}

/* quick search */
.quick-search
{
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: #727271;
}

/* footer */
#footer
{
    clear: both;
    width: 100%;
    background-color: #000000;
}
.gr-hr
{
    width: 100%;
    height: 7px;
    background-color: #35302a;
    border-top: solid 2px #5e2d8f;
    border-bottom: solid 2px #35302a;
}
.footer a
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}
.footer a:hover
{
    color: #0010dc;
    font-size: 11px;
    text-decoration: none;
}
.footer-l
{
    float: left;
    width: 50%;
    height: 80px;
    background-color: #000000;
    color: #ffffff;
    min-height: 100%;
}
.footer-r
{
    float: right;
    width: 50%;
    height: 80px;
    text-align: right;
    background-color: #000000;
    color: #ffffff;
    min-height: 100%;
}

/* search page */
.pnumbers
{
    padding: 3px 7px 3px 7px;
    background-color: #f0f0f0;
    border: solid 1px gray;
    text-decoration: none;
    font-weight: bold;
    color: Teal;
}
.pview
{
    padding: 3px 7px 3px 7px;
    background-color: #f0f0f0;
    border: solid 1px gray;
    text-decoration: none;
    font-weight: bold;
    color: Teal;
}

/* forms */ 
.form-label
{
    float: left;
    width: 25%;
    text-align: left;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 2px;
}
.form-field
{
    float: right;
    width: 70%;
    text-align: left;
}
.form-field input
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5e2d8f;
    padding: 2px 2px 2px 2px;
}
.form-field textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5e2d8f;
    padding: 2px 2px 2px 2px;
}
.form-element
{
    clear: both;
}
.form-comments
{
    clear: both;
    padding-left: 20px;
}
.form-comments input
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5e2d8f;
    padding: 2px 2px 2px 2px;
}
.form-comments textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5e2d8f;
    padding: 2px 2px 2px 2px;
}

/* quicklet */
.quick-let
{
    width: 550px;
    height: 199px;
    background-image: url(../images/id-home.gif);
    background-repeat: no-repeat;
    text-align: center;
    border-bottom: solid 1px black;
}
.quick-let a
{
    color: #ffffff;
    text-decoration: none;
}
.quick-let a:hover
{
    color: #ffffff;
    text-decoration: none;
}
.quick-let-left
{
    float: left;
    width: 47%;
    border: dashed 1px gray;
    text-align: center;
    min-height: 220px;
}
.quick-let-right
{
    float: right;
    width: 47%;
    border: dashed 1px gray;
    text-align: center;
    min-height: 220px;
}
.sidebar
{
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}
