@charset "UTF-8";
@media all
{
    * {
        margin:0; padding: 0;
    }
    html * { font-size: 100.01%; }

    body {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        /*font-size: 75.00%;*/
        font-size: 11px;
        color: #666;
        background-color: #FCE7D5;
    }
    
    img {
        border: 0;
    }

    h1,h2,h3,h4,h5,h6 {
        font-weight: bold;
        color: #666;
        margin: 0 0 0.25em 0;
        padding: 0;
    }

    h1 { 
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
        margin: 0 0 11px 0;
        color: #6f6f6f;
    }
    h2 {
        font-weight: normal;
        font-size: 13px;
        border-bottom: 1px dotted #7d7d7d !important;
        margin: 0 0 10px 0;
        padding: 18px 0 0 0;
        /* border: 1px solid #000; */
        padding-bottom: 2px;
        color: #666;
    }
    h3 { 
        font-size: 11px;
        margin: 0 0 6px 0;
        color: #666;
    }
    h4 {
        font-size: 11px;
        margin: 0 0 6px 0;
        color: #666;
    }
    h5 { font-size: 116.67% }                     /* 14px */
    h6 { font-size: 100%; font-style:italic }     /* ?px */

    p { 
        margin: 0 0 11px 0;
    }
    
    .smallbottom {
        margin: 0 0 5px 0;
    }
    
    
    a.jumpup {
        color: #666;
    }
    .jumpup img{
        display: block;
        margin: 4px 0 11px 0;
        vertical-align: top;
    }

    ul {
        margin: 0 0 11px 8px;
        padding: 0 0 0 8px;
    }
    
    ul li {
        line-height: 14px;
        margin: 0 0 4px 0;
    }
    
    dl { line-height: 1.5em; margin: 0.3em 0 0.7em 1em }
    
    ol { list-style-position: outside; }
    
    ol li {
        line-height: 14px;
        margin: 0 0 12px 20px;
        /* font-weight: bold; */
    }

    dt { font-weight: bold }
    dd { margin: 0 0 1em 2em }

    cite {
        display: block;
        font-style: italic;
        color: #F38926;
        margin: 0 0 11px 0; 
    }
    blockquote { margin: 0 0 1em 1.5em }

    strong,b { font-weight: bold }
    em,i { font-style:italic }

    pre, code { font-family: monospace; font-size: 1.1em; }

    acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
    }

    address {
      font-style: normal;
    }

    a {color: #834D04; text-decoration:none;}
    a:focus,
    a:hover,
    a:active {color:#F47920; text-decoration:none;}

    table { width: auto; border-collapse:collapse; margin-bottom: 16px; }
    table tr, table td { font-size: 11px; }

    hr {
    color: #fff;
    background: transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
    }
    
    #main {
        /* position: absolute;
        top: 21px;
        left: 170px; */
        width: 767px;
        background-color: #fff;
        padding: 10px;
        overflow: hidden;
        margin: 21px 0 21px 170px !important;
    }
    
    #headimg {
        margin:0;
        padding: 0;
    }
    
    #main #subcol {
        float: right;
        width: 162px;
        background-color: #CFD0D4;
    }
    
    #main #subcol #subnav {
        margin: 16px 8px;
        border-top: 1px dotted #747474;
    }
    
    #main #subcol #subnav ul {
        padding: 0;
        margin: 0;
        font-size: 10px;
        line-height: 10px;
        list-style: none;
    }
    
    #main #subcol #subnav ul li {
        margin: 0;
        padding: 3px 4px 3px 18px;
        border-bottom: 1px dotted #747474;
        background-image: url(/img/subcolnav_arrow.gif);
        background-position: 0 4px;
        background-repeat: no-repeat;
        font-weight: bold;
    }
    
    #main #subcol #subnav ul li ul li {
        margin: 0;
        border: 0;
        background: none;
        font-weight: normal;
        padding: 1px 4px 1px 10px;
    }
    
    #main #subcol #subnav ul li a {
        color: #666;
        text-decoration:none;
    }
    
    #main #subcol #subnav ul li a:hover{
        color:#F47920;
        text-decoration:none;
    }
    
    #main #news {
        border-top: 1px solid #F38926;
        border-bottom: 1px solid #F38926;
        background-color: #fff;
        background-image: url(/img/newsbg.jpg);
        background-position: top left;
        background-repeat: repeat-x;
        width: 162px;
        overflow: hidden;
    }
    
    #main #news h1 {
        font-size: 18px;
        color: #6f6f6f;
        margin: 10px 0 4px 9px;
        font-weight: normal;
    }
    
    #main #news img.news {
        margin: 0 0 0 9px;
    }
    
    #main #news .newstext {
        margin: 10px 0 0 9px;
        font-size: 10px;
        overflow: hidden;
    }
    
    
    #main #content {
        /*background-color: #eee; */
        width: 501px;
        margin: 44px 41px 21px 62px;
        line-height: 18px;
    }
    
    #main #feet {
        clear: both;
        overflow: visible;
        width: 501px;
        border-top: 1px dotted #7d7d7d;
        margin: 32px 41px 21px 62px;
        padding: 6px 0 0 0;
    }
    #main #feet .copyright{
        float: right;
    }
    #main #feet img {
        margin: 4px 8px 0 0;
        vertical-align: top;
    }
    
    #main #feet a {
        color: #666;
    }
    
    #navigation {
        position: absolute;
        top: 240px;
        left: 10px;
        width: 148px;
        border-top: 1px dotted #747474;
        font-size: 10px;
        line-height: 10px;
    }
    
    #navigation a { color: #666; }
    #navigation a:hover { color: #F47920; }
    
    #navigation ul {
        margin: 0;
        padding: 0;
        font-size: 10px;
        line-height: 10px;
        list-style: none;
    }
    
    #navigation ul li {
        margin: 0;
        padding: 3px 4px 3px 14px;
        border-bottom: 1px dotted #747474;
    }
    
    #navigation ul li.active {
        background-image: url(/img/active-bg.gif);
        background-position: top left;
        background-repeat: no-repeat;
    }
    
    #navigation ul li.active a{
       font-weight: bold;
    }
    
    #navigation ul li.activepath {
        background-image: url(/img/active-bg.gif);
        background-position: top left;
        background-repeat: no-repeat;
    }
    
    #navigation ul li ul li {
        margin: 0;
        border-bottom: 0;
        padding: 1px 4px 1px 12px;
    }
    
    #navigation ul li.active ul li a {
        font-weight: normal;
    }
    
    #navigation ul li ul li.active {
        background: none;
    }
    
    #navigation ul li ul li.active a {
        font-weight: bold;
    }
    
    #navigation ul li ul li.activepath {
        border-left: 6px solid #FCE7D5;
    }
    
    #logo {
        position: absolute;
        top: 32px;
        left: 14px;
    }
    
    /* custom styles: submenu */
    /*.submenu {
        width: 100%;
        overflow: hidden;
        float: left;
        display: inline;
        line-height: 0;
    }*/
    
    ul.submenu {
        clear: left;
        display: block;
        overflow: hidden;
        margin: 32px 0 0 0;
        padding: 0;
    }
    
    ul.submenu li {
        display: inline;
        /*float: left;*/
        list-style-type: none;
    }

    ul.submenu li a {
        color: #fff;
        padding: 4px 6px;
        margin: 0;
        background-color: #F38926;
        font-weight: bold;
        text-decoration: none;
        width: auto;
        display: block;
        float: left;
        margin: 0 8px 4px 0;
    }
    
    ul.submenu li a:hover {
        color: #fff;
    }
    
    /* custom styles: customers */
    
    table.customers {
        border-top: 1px dotted #7d7d7d;
        width: 100%;
    }
    
    table.customers th {
        font-weight: normal;
        text-align: center;
        padding: 8px;
        border-bottom: 1px dotted #7d7d7d;
    }
    
    table.customers td {
        text-align: left;
        padding: 8px;
        border-bottom: 1px dotted #7d7d7d;
    }
    
    /* custom styles: news */
    
    .newsitem {
        clear: left;
        overflow: hidden;
        border-top: 1px dotted #7d7d7d;
    }
    .newsitem .newsimage {
        margin: 7px 20px 7px 0;
    }
    .newsitem .newscontent {
        margin: 7px 0;
        float: right;
        width: 370px;
    }
    .newsitem .newscontent a:hover.newsdoc {
        color: #F47920;
    }
    .newsitem .newscontent a.newsdoc {
        background-image: url(/img/pdf.gif);
        background-repeat: no-repeat;
        background-position: 0;
        padding: 4px 0 4px 24px;
        color: #666;
    }

}

@media print
{
    * { margin:0; padding: 0 }
    body {
        font-size: 11px;
        color: #000;
        background: #fff;
        text-align: left;
        margin: 0;
        padding: 0;
    }
    
    h1,h2,h3,h4,h5,h6,p,ul,li,td,th,dl,dt,dd,div,a {
        color: #000;
        border: 0;
    }
    a {
        text-decoration: underline;
    }
    #logo {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    #headimg {
        display: none;
    }
    #subcol {
        display: none;
    }
    #news {
        display: none;
    }
    #main {
        clear: both;
        width: 501px !important;
        /* top: 0;
        left: 3cm; */
        position: relative;
        margin: 0 0.5cm 0 3cm !important;
        padding: 0;
        overflow:visible;
        display: block;
    }
    #main #content {
       clear:both;
       margin: 0;
       padding: 0;
       width: 100% !important;
       overflow:visible;
       display: block;
    }
    #main #feet {
        border-top: 1px dotted #7d7d7d !important;
        margin: 0.5cm 0 0.25cm 0;
    }
    #main #feet a {
        display: none;
    }
    #navigation {
        display: none;
    }
}
