/*  Typo
----------------------------------------------- */
a:link, a:visited
{
    text-decoration: underline;
    color:#EC4413;
}
a:active { text-decoration: underline; }
a:hover { text-decoration:none; }


h1 { font:bold 20px/140% Trebuchet, "Trebuchet MS", Arial, sans-serif; }
h2 { font:bold 16px/140% Trebuchet, "Trebuchet MS", Arial, sans-serif; }

p { font: 13px/140% Trebuchet, "Trebuchet MS", Arial, sans-serif; }

/*  Layout
----------------------------------------------- */

body {
    background: #200D5D;
    padding:35px 0 0 0;
    margin:0;
    font: 13px/140% Trebuchet, "Trebuchet MS", Arial, sans-serif;
}
body, div, p {
    color:#111;
}
#content div,
#content p
{
    color:#111 !important;
}

#container
{
    margin:0 auto;
    width:834px;
    background:white;
    border: 4px solid #301D6D;
    border-top: none;
}

#header
{
    background: #5A85C2 url(https://u.jimcdn.com/cms/o/s8ee601ce47dd63cd/userlayout/img/header.jpg?t=1288730719) bottom right no-repeat;
    height: 130px;
    padding: 20px 0px 0px 20px;
    margin: 0px;
    border-bottom: 1px solid #44474C;
    color:#ffffff;
    font-family:Trebuchet, "Trebuchet MS", Arial, sans-serif;
    font-size:16px;
}

#header h1,
#header a
{
    padding:0;
    font-family:Trebuchet, "Trebuchet MS", Arial, sans-serif;
    font-weight:bold;
    text-decoration:none;
    line-height:1.3em;
    color:#ffffff;
    text-align:left;
}
#header h1 {
    font-size:30px;
    font-weight:bold;
}
#header a:hover { text-decoration:none; }


#navigation
{
    background: #ffffff url(https://u.jimcdn.com/cms/o/s8ee601ce47dd63cd/userlayout/img/sidebar.gif?t=1276355440) top left repeat;
    float:right;
    width:220px;
    padding:17px;
}
#sidebar
{
    padding-top:10px;
}

#content
{
    float:right;

    width:530px;
    padding:17px;

}
#content h1
{
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 8px;
    color: #EE5C20 !important;
}
#content h2 {
    color: #EE5C20 !important;
}

#footer
{
    clear:both;
    margin-top:10px;
    background:url(https://u.jimcdn.com/cms/o/s8ee601ce47dd63cd/userlayout/img/footer-bg.gif?t=1276353080) repeat-x top;
    height:65px;
}

#footer .gutter 
{
    height:30px;
    padding:35px 15px 0 17px;
}
#footer p, #footer p a { color: #a0a0a0; }

/*  Navigation
----------------------------------------------- */

ul.mainNav1,
ul.mainNav2
{
    margin:0;
    padding: 0;
}


ul.mainNav1 li,
ul.mainNav2 li
{
    list-style: disc url(https://u.jimcdn.com/cms/o/s8ee601ce47dd63cd/userlayout/img/diamond.gif?t=1276372626) inside;
    font-weight: bold;
    color: #3C3776;
    margin: 0;	
    padding: 2px 0px 4px 0px;
    border-bottom:1px solid #CCC;
}
ul.mainNav2 li:first-child
{
    list-style: none;
}
ul.mainNav1 li a,
ul.mainNav2 li a
{
    font:normal 13px/140% Trebuchet, "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    display: inline;
    color: #EE5C20;
}

ul.mainNav1 li a:visited,
ul.mainNav2 li a:visited
{
    font-weight: bold;
    color: #EE5C20;
    text-decoration: none;
}
ul.mainNav1 li a:hover,
ul.mainNav2 li a:hover
{
    font-weight: bold;
    color: #EE5C20;
}
ul.mainNav1 li a.current,
ul.mainNav2 li a.current
{
    font-weight:bold !important;
    color: #3C3776 !important;
}

ul.mainNav1 li a { padding:4px 4px 4px 4px; }
ul.mainNav2 li a { padding:4px 4px 4px 14px; }
ul.mainNav3 li a { padding:4px 4px 4px 24px; }

ul.mainNav1 li:hover
{
    background:#EEE;
    color:black;
}

div#imprint { display:none; }