/*


*/

a:link {
    color: #3886E0;
}

a:hover, {
    text-decoration: underline;
    color: #FF0000;
}

a:visited {
    color: #3886E0;
}

*
{

    margin: 0;
}

body
{
    background: #ffffff url(images/back_all.jpg) repeat-x top;
    font: 15px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}

#main
{
    margin: 0 auto;
    width: 912px;
    background: url(images/table_back.jpg) repeat-y;
}

#top{
    padding-top: 30px;
}

#header
{
    background: url(images/header.jpg) no-repeat;
    width: 912px;
    height: 262px;
}

#logo
{
    padding-left: 40px;
    text-align: left;
    padding-top: 40px;
    height: 40px;
}

#logo a {
    text-decoration: none;
    text-transform: uppercase;
    font-style: Verdana;
    font-size: 56px;
    color: #000000;
    font-weight:bold;
}


#logo H2 a
{
    font-size: 10px;
}

#buttons
{
    padding-top: 140px;
    height: 40px;
    padding-left: 40px;
}

#buttons li {
    display: inline;
}

#buttons a {
    display: block;
    float: left;
    width: 150px;
    height: 30px;
    margin-left: -20px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;

}

#buttons a:hover {
    text-decoration: underline;
    color: #FF0000;
}

#content
{
    width: 900px;
    padding: 10px;
}

#left
{
    width: 620px;
    padding: 10px;
}

#left H1
{
    color: #99A067;
    margin: 0;
    padding: 0;
    font-size: 24px;
}
#left H2
{
    color: #99A067;
    margin: 0;
    padding: 0;
    font-size: 18px;
    padding-top: 10px;
}

#left a
{
    color: #99A067;
}

#left a:hover, {
    text-decoration: none;
    color: #FF0000;
}

#left a:visited {
    color: #99A067;
}

.small
{
    margin: 15px;
    padding: 5px;
    border: 1px solid #99A067
}

#right
{
    float: right;
    width: 254px;
}

#sidebar 
{
    width: 254px;
}

#sidebar ul 
{
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(images/title_back.gif) no-repeat;
}

#sidebar li 
{
    margin-bottom: 15px;

}

#sidebar li ul {
    padding: 10px;
    border-top: none;
}

#sidebar li li {
    margin: 0;
    padding: 3px 0;
}


#sidebar li h2 {
    height: 34px;
    margin: 0;
    padding: 10px 0 0 20px;
    background: #ffffff url(images/title.gif) no-repeat;
    font-size: 18px;
    color: #000000;
}

#sidebar a:link {
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: underline;
}
#sidebar a:visited {
    text-decoration: none;
}

#sidebar li a {
    padding-left: 10px;
    background: url(images/img09.gif) no-repeat 1px 5px;
}


#footer
{
    background: url(images/footer.gif) repeat-x;
    height: 52px;
    font-size: 10px;
    color: #99A067;
    padding-top: 20px;
    text-align: center;
    border-top: #99A067 solid 5px;

}

#footer a
{
    color: #99A067;
    font-size: 10px;
    text-decoration: none;
}
.padding
{
    padding: 10px;
    color:#FF0000;
    font-weight: bold;
}

.mobile-menu-button{
    display: none;
}
.mobile-menu-toggle,
.mobile-menu-close,
.main-menu{
    display: none;
}
.mobile-menu-toggle{
    border: none;
    background: #ffffff;
    /*border: 1px solid #3886E0;*/
}
.mobile-menu-close{
    background: none;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
}
#top table tr td .mobile-menu-toggle img{
    width: 30px;
    height: 34px;
}
#top table tr td h3 a{
    text-decoration: none;
    color: rgb(25, 25, 112);
}
#top table tr td h3 span{
    margin-left: 20px;
}
#top table tr td h3 span:first-of-type{
    margin-left: 0;
}
p.top{
    clear: both;
    padding: 20px 10px;
}
@media (max-width: 900px){
    body.noscroll{
        overflow: hidden;
    }
    .mobile-menu-toggle,
    .mobile-menu-close,
    .main-menu{
        display: block;
    }
    #main,
    #header,
    #content,
    #left{
        width: 100%;
        box-sizing: border-box;
    }
    #header{
        background-size: contain;
    }
    #header{
        position: fixed;
        top: 0;
        height: auto;
        background-image: none;
        background-color: #ffffff;
    }
    #header #logo{
        display: none;
    }
    #buttons{
        display: none;
    }
    #content{
        margin-top: -30px;
    }
    #left H1 {
        font-size: 12px;
    }
    #right{
        float: none;
        position: fixed;
        top: 0;
        left: -100%;
        background: #ffffff;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #right.active{
        left: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #sidebar{
        overflow-y: scroll;
        width: 100%;
        height: 100%;
        padding: 30px;
        box-sizing: border-box;
    }
    #sidebar ul{
        background: none;
    }
    #sidebar ul.main-menu{
        margin-bottom: 20px;
    }
    #sidebar ul li{
        margin-bottom: 0;
    }
    #sidebar ul.main-menu li{
        margin-bottom: 18px;
    }
    #sidebar ul li ul{
        display: none;
    }
    #sidebar ul li ul.active{
        display: block;
    }
    #sidebar ul li ul li a{
        display: block;
        padding: 0 0 0 10px;
        font-size: 16px;
        color: #3886E0;
    }
    #sidebar ul li h2{
        background: none;
        padding-left: 0;
    }
    #sidebar ul li h2:before{
        content: '+';
        display: block;
        width: 20px;
        float: left;
    }
    #sidebar ul li h2.active:before{
        content: '-';
    }
    #sidebar ul li a{
        height: 34px;
        margin: 0;
        padding: 10px 0 0 20px;
        font-size: 18px;
        color: #000000;
        font-weight: bold;
        background: none;
    }
    #sidebar ul.main-menu li a{
        padding-left: 0;
        padding-top: 0;
        font-size: 16px;
    }
    #top{
        padding-left: 20px;
        padding-right: 20px;
    }
    #top table{
        width: 100%;
    }
    #top table tr td{
        width: 70%;
        text-align: center;
        vertical-align: top;
    }
    #top table tr td:first-of-type,
    #top table tr td:last-of-type{
        width: 15%;
        max-width: 50px;
    }
    #top table tr td img{
        width: 40px;
        height: auto;
    }
    #top table tr td h1{
        font-size: 20px;
    }
    #top table tr td h3{
        font-size: 12px;
    }
    #top table tr td h3 span{
        font-size: 24px;
        display: block;
        margin-bottom: 4px;
        margin-left: 0;
    }
    #top table tr td h3 span.header-email{
        font-size: 16px;
    }
    .mobile-menu-button{
        display: table-cell;
    }
    #content table{
        width: 100%;
        font-size: 10px;
    }
    #content img{
        width: 100%;
        height: auto;
    }
    #content .mobile-menu-close img{
        width: 20px;
    }
}