@charset "utf-8";

/*
-------------------------------------------------------------=| GLOBAL
*/

 *, div, img, ul, li, a {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    }

 a:focus { outline:none }

 body {
    margin: 0;
    padding: 0;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    text-align: left;
    background: url("img/bg.gif") 0 0 repeat-x #032555;
    }

/*
-------------------------------------------------------------=| LINKS
*/

 a:link, a:visited {
    color: #04357a;
    text-decoration: underline;
    }

 a:hover, a:active {
    color: #efc032;
    text-decoration: none;
    }

/*
-------------------------------------------------------------=| TEXT & COLORS
*/

 .txt-blue { color: #04357a; }
 .txt-yellow { color: #efc032; }

 .txt-blue-b { color: #04357a; font-weight: bold; }
 .txt-yellow-b { color: #efc032; font-weight: bold; }

/*
-------------------------------------------------------------=| STRUCTURE
*/

 #box {
    width: 710px;
    background: url("img/bg_page.jpg") 0 0 repeat-y;
    }

 #box #header {
    width: 710px;
    height: 230px;
    background: url("img/bg_header.jpg") 0 0 no-repeat;
    }

 #box #sidebar {
    width: 180px;
    padding: 0 10px 0 20px;
    float: left;
    }

 #box #content {
    width: 460px;
    padding: 0 20px 0 20px;
    line-height: 18px;
    float: left;
    }

 #box #footer {
    width: 710px;
    height: 41px;
    margin-top: 30px;
    color: #999;
    line-height: 41px;
    background: url("img/bg_footer.jpg") 0 0 no-repeat;
    }

 #box #footer .left {
    width: 200px;
    margin: 0 20px 0 10px;
    text-align: center;
    float: left;
    }
 #box #footer .right {
    width: 480px;
    float: left;
    }

/*
-------------------------------------------------------------=| MENU
*/

 ul.menu { width: 180px; }

 ul.menu li { margin-bottom: 2px; }

 ul.menu li a {
    height: 18px;
    padding-top: 4px;
    color: #04357a;
    text-indent: 8px;
    text-decoration: none;
    border-left: 2px solid #efc032;
    background: #ebeff4;
    display:block;
    }

 ul.menu li a:hover{
    color: #04357a;
    font-weight: bold;
    text-decoration: none;
    border-left: 2px solid #04357a;
    background: #f3f6f9;
    }

 ul.menu li a.active, ul.menu li a.active:link, ul.menu li a.active:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-indent: 11px;
    background: #efc032;
    border: none;
    display:block;
    }

/*
-------------------------------------------------------------=| SUBMENU
*/

 ul.menu li.sub a {
    height: 18px;
    padding-top: 4px;
    color: #04357a;
    text-indent: 22px;
    text-decoration: none;
    border-left: none;
    background: url("img/bg_submenu.gif") 2px 5px no-repeat #ebeff4;
    display:block;
    }

 ul.menu li.sub a:hover{
    color: #04357a;
    font-weight: bold;
    text-decoration: none;
    background: url("img/bg_submenu2.gif") 2px 5px no-repeat #f3f6f9;
    }

 ul.menu li.sub a.active, ul.menu li.sub a.active:link, ul.menu li.sub a.active:hover {
    color: #04357a;
    font-weight: bold;
    text-decoration: none;
    text-indent: 22px;
    border-right: 2px solid #04357a;
    background: url("img/bg_submenu2.gif") 2px 5px no-repeat #f3f6f9;
    display:block;
    }