﻿/*------------------------------------------*/
/*              General styles              */
/*------------------------------------------*/
body
{
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
form
{
    margin: 0;
    padding: 0;
}
a
{
    color: #6c99ed;
    font-weight:bold;
}
/*------------------------------------------*/
/*                  Header                  */
/*------------------------------------------*/
#headertop
{
    background: url(/img/sc/navigation/top_bg.jpg) no-repeat top left;
    width: 935px;
    height: 111px;
}
ul#headeritems
{
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

#headersiteitems
{
    background: url(/img/sc/navigation/nav_bg.jpg) no-repeat top left;
    width: 935px;
    height: 195px;
}
ul#sitelist
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 30px;
}
ul#sitelist li
{
    float: left;
    padding-right: 5px;
}

/*---------------------------------------------*/
/*                  Left Menu                  */
/*---------------------------------------------*/
ul.menu
{
    list-style-type: none;
    border-top: 1px solid #505E5F;
    border-bottom: 1px solid #505E5F;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
ul.menu li
{
    background-color: #F4F4F6;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
    border-bottom: 1px solid #E0E0E0;
}
ul.menu li.noborder
{
    border-bottom: 0;
}
ul.menu li a
{
    color: #7A7E7F;
    text-decoration: none;
    font-weight:normal;
}
ul.menu li:hover
{
    background-color: #FFFFFF;
}

/*----------------------------------------*/
/*                  Body                  */
/*----------------------------------------*/
#boxtop
{
    width: 700px;
    height: 7px;
    background: url(/img/sc/navigation/body_top.gif) no-repeat top left;
    overflow:hidden;
}
#boxbody
{
    width: 700px;
    background: url(/img/sc/navigation/body_repeat.gif) repeat-y top left;
}
#boxbodycontent
{
}
#boxbodycontent div
{
    padding: 10px;
    text-align: justify;
    color: #505E5F;
    margin-top:0;
    padding-top:0;
    padding-bottom:0;
}
#boxbottom
{
    width: 700px;
    height: 7px;
    background: url(/img/sc/navigation/body_bottom.gif) no-repeat top left;
}
h1
{
    color: #99B71B;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    border-bottom: 1px solid #99B71B;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
}

/*------------------------------------------*/
/*                  Footer                  */
/*------------------------------------------*/
#footer
{
    border-top: 1px solid #a7aeaf;
    color: #697476;
    padding-top: 10px;
    line-height: 20px;
}
#footer a
{
    font-weight: bold;
    color: #697476;
}
