@charset 'utf-8';

@media all {
    body, html {
        margin: 0;
        padding: 0;
        width:  100%;
        height: 100%;
    }
    body {
        background: #F2F2F2; /* #EEEEF0 */
        font: 9pt Verdana, Arial, sans-serif;
    }
    
    #outer {
        width: 100%;
        background: #FFF;
        border-bottom: 1px solid #DDD;
    }
    #inner {
        width: 800px;
        margin: 0 auto;
        margin-bottom: -80px;
        position: relative; /* ie6 negative margin fix */
    }
    
    #header {
        height: 160px;
        padding-top: 60px;
        margin-bottom: 20px;
    }
    #header strong {
        display: block;
        height: 120px;
        width: 480px;
        background: url('images/logo.png') no-repeat 0 0;
        text-indent: -10000px;
        margin: 20px auto 0;
        padding-right: 105px;
    }
    #header a {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
    }
    
    #links {
        position: absolute;
        width: 950px;
        text-align: center;
        top: 5px;
        margin-left: -75px;
        white-space: nowrap;
    }
    #links ul {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #links li {
        margin: 0;
        padding: 0;
        display: inline;
        height: 17px;
    }
    #links a {
        margin: 0;
        padding: 0 2px 0 6px;
        border-left: 1px solid #CCC;
        color: #AAA;
        font-family: sans-serif;
        font-size: 8pt;
        text-decoration: none;
    }
    #links li:first-child a {
        border-left: none;
        padding-left: 0;
    }
    #links li:last-child a {
        padding-right: 0;
    }
    #links a:hover {
        text-decoration: underline;
        color: #666;
    }
    
    #search {
        position: relative;
        width: 560px;
        height: 90px;
        background: #c4205f;
        padding: 5px 10px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }
    #search strong {
        color: #FFF;
        font-size: 14pt;
        font-weight: normal;
    }
    #search form, #search fieldset {
        margin: 0;
        padding: 0;
        border: 0;
    }
    #search .keyword {
        display: block;
        position: absolute;
        left: 30px;
        top: 42px;
        width: 440px;
    }
    #search .go {
        display: block;
        position: absolute;
        left: 490px;
        top: 20px;
        width: 66px;
        height: 66px;
        border: 0;
        background: url('images/search.gif') no-repeat 0 10px;
        color: #A0005D;
        padding-left: 14px;
        margin: 0;
        font-size: 14pt;
    }
    html>/* not for ie */body #search .go {
        padding-left: 18px;
    }
    #search .go:active {
        background-position: 1px 11px;
    }
    
    #container {
        width: 100%;
        clear: both;
    }
    
    #main {
        float: left;
        width: 580px; /* 20px empty space at right */
    }
    
    #sidebar {
        float: right;
        width: 190px;
        padding: 0 0 20px 15px;
    }
    
    #signin {
        padding: 15px 0 0 0;
        height: 85px;
    }
    #signin a {
        color: #000;
        font-size: 12pt;
    }
    #signin p {
        margin: 10px 0 0 0;
        padding: 0;
        color: #707070;
        font: 8pt Verdana, Arial, sans-serif;
        line-height: 10pt;
    }
    
    #notes {
        margin: 30px 0;
    }
    #notes h2 {
        font-size: 9pt;
        padding: 0;
        margin: 20px 0 5pt 0;
    }
    #notes p {
        font-size: 8pt;
        margin: 0 0 5pt 0;
        padding: 0;
        color: #333;
    }
    
    
    #content {
        margin: 20px 20px;
        min-height: 250px;
    }
    h1 {
        font-size: 13pt;
        font-weight: normal;
        color: #000;
    }
    h1 a {
        color: #000;
        text-decoration: underline;
    }
    h2 {
        font-size: 11pt;
        color: #000;
    }
    
    #industries {
        width: 100%;
        overflow: hidden;
    }
    #industries ul {
        display: block;
        width: 45%;
        float: left;
        list-style: none;
        padding: 0;
        margin: 1px 5% 0 0;
    }
    #industries li {
        margin: 0 1px;
        padding: 0;
    }
    #industries a {
        color: #444;
        line-height: 13pt;
    }
    #industries a:hover {
        color: #A0005D;
    }

    #latest {
        margin: 30px 0 20px 0;
    }
    #latest .more {
        display: block;
        margin-top: 10px;
        font-size: 8pt;
        color: #00F;
    }
    
    #sites {
        margin: 10px 0 20px 0;
    }
    #sites ul, #latest ul {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #sites li, #latest li {
        margin: 0;
        padding: 0;
    }
    #sites li a, #latest li a {
        color: #444;
        font-size: 10pt;
        line-height: 15pt;
    }
    #sites li a:hover, #latest li a:hover {
        color: #A0005D;
    }
    
    #sites .noresults {
        display: block;
        margin: 50px 0 0 30px;
        font-size: 10pt;
        font-weight: normal;
    }
    
    #pagination-top, #pagination-bottom {
        margin: 15px 0 15px 10px;
        width: 100%;
        overflow: hidden;
        min-height: 5px;
    }
    #pagination-top {
    }
    #pagination-top ul, #pagination-bottom ul {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 8pt;
    }
    #pagination-top li, #pagination-bottom li {
        display: block;
        float: left;
        margin: 0 1px;
        padding: 0;
        color: #404040;
        border: 1px solid #AAA;
        background: #FFF;
    }
    #pagination-top li.current, #pagination-bottom li.current {
        color: #101010;
        background: #CCC;
        padding: 2px 5px;
    }
    #pagination-top li.previous, #pagination-bottom li.previous {
        margin-right: 10px;
        border-color: #FFF;
        padding: 2px 5px;
    }
    #pagination-top li.next, #pagination-bottom li.next {
        margin-left: 10px;
        border-color: #FFF;
        padding: 2px 5px;
    }
    #pagination-top a, #pagination-bottom a {
        display: block;
        padding: 2px 5px;
        color: #101010;
    }
    #pagination-top li.next a, #pagination-bottom li.next a, 
            #pagination-top li.previous a, #pagination-bottom li.previous a {
        padding: 0;
    }
    #pagination-top a:hover, #pagination-bottom a:hover {
        color: #A0005D;
    }
    
    #footer {
        clear: both;
        display: block;
        height: 60px;
        padding: 10px 0;
        font-size: 7pt;
        overflow: hidden;
    }
    #footer ul {
        margin: 0 40px 0 0;
        padding: 0;
        float: left;
    }
    #footer li {
        list-style: none;
        padding: 1px 0;
    }
    #footer a {
        color: #555;
        text-decoration: none;
    }
    #footer a:hover {
        text-decoration: underline;
    }
    #footer .copyright {
        color: #555;
        margin: 0 0 2pt;
        line-height: 55px;
        text-indent: 10px;
    }
    #footer .powered-by {
        float: left;
        margin: 7px 0;
        opacity: 0.65;
    }
    #footer:hover .powered-by {
        opacity: 1.0;
    }
}
