@charset "utf-8";
/* CSS Document */

html, body {
    padding:0px;
    margin:0px;
    font-family:Arial, Helvetica, sans-serif;
}

#page-container {
    width:970px;
    margin:0 auto;
    padding:0px;
}

#topBG {
    background-color:#05359C;
    height:120px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:-1;
}

#header {
    height:120px;
    float:left;
    width:100%;
    margin-bottom:6px;
}

    #header h1 {
        float:left;
        margin-top:20px;
        margin-left:5px;
    }
    
    #logo {
        float:right;
    }

#body-container {
    clear:both;
}

/* Column Layous */

#leftcol{
    width:169px;
    float:left;
}

#centercol{
    width:551px;
    float:left;
    margin-left:22px;
}

#rightcol{
    width:221px;
    float:right;    
}

#footer {
    clear:both;
    font-size:10px;
    color:#666666;
    text-align:center;
    padding: 8px 0; 
}

    #footer a{
        color:#05359C;
        text-decoration:none;
    }
    
    #footer a:hover {
        color:#859BCD;
        text-decoration:underline;
    }

/* Menu */

#menu-container {
    clear:both;
    float:right;
    z-index: 100;
}

#login_box { 
    font-size: 12px;
    color: #333333;
    display:block;
    width:148px;
    margin-left:24px;
    margin-top:20px;
    clear:right;
}

#login_box a { color:#8BA0D0 }

#login_box a { color:#8BA0D0 }
#login_box div.welcomeMsg { font-size:13px; }
#login_box div.welcomeMsg span { color:#05359C;font-size: 14px; font-weight:bold; }

/* Specifc Styles */

#search-form {

}

    #search-form label{
        color:black;
        font-size:12px;
        float:left;
        width:50px;
        text-align:right;
        margin-top:2px;    
    }
    
    #search-input {
        width:110px;
        border:1px solid #999999;
        float:right;
        background-image:url(../images/form_bg.jpg);
        background-color:transparent;
        background-repeat:repeat-x;
        color:#000000;
        font-family:Arial,Helvetica,sans-serif;
        padding:1px;
        margin:0px;
        font-size: 12px;
    }
    
    #search-go {
        clear:both;
        float:right;
        margin-top:4px;
    }

/* Main Styles */

.highlight {
    color:#E0293F;
    font-weight:bold;
}

ul.highlight li {
    color:#E0293F;
    font-weight:bold;
}

#centercol, #centercol td {
    color:#333333;
    font-size:14px;
}

#centercol table.noboder td { border:none}

    #centercol h1{
        border-bottom:1px dotted #05359C;
        font-size:20px;
        color:#05359C;
        padding-bottom:5px;
        font-weight:normal;
    }
    
    #centercol h2{
        border-bottom:1px dotted #05359C;
        font-size:17px;
        color:#05359C;
        padding-bottom:3px;
        font-weight:normal;
    }
    
    #centercol a { color:#05359C; text-decoration:none; }
    #centercol a:hover { color:#859BCD;    text-decoration:underline;        }
    #centercol table { border-collapse: collapse; }
    #centercol td { border: 1px solid #ccc; }
    #centercol ul li { list-style-image:url(../images/bullet_red_arrow.gif); padding-bottom:3px; }
    #centercol ol li {  padding-bottom:5px; }
    
#rightcol h1 {
    font-size:20px;
    color:white;
    height:12px;
    line-height:12px;
    border-bottom:1px solid white;
    padding:10px;
    background-color:#05359C;
    font-weight:normal;
}

    #news-block {
        width:195px;
        background-color:#859BCD;
        margin-left:10px;
    }
    
    #news-block h1 {
        margin-top:0px;
    }
    
    ul#newslisting {
        list-style:none;
        padding:0 13px 13px 13px;
        margin:0px;
        color:white;
        font-size:12px;
    }
    
    ul#newslisting li {
        border-bottom:1px dotted white;
        margin-bottom:10px;
        padding-bottom:10px;
    }
    
    ul#newslisting li a {
        color:white;
    }
    
    ul#newslisting li a:hover {
        color:#05359C;
    }
    
    ul#newslisting li p {
        margin-top:0px;
    }
    
    #newslisting h2{
        line-height:13px;
        margin:0px;
        font-size:12px;
    }

/* Search Styles */

.content div#search-results form {
    font-weight: bold;
    margin-bottom: 10px;
}

.content div#search-results form input[type=submit] {
    background-color:#859BCD;
    background-image:none;
    border:3px double #05359C;
    color:white;
    cursor:pointer;
    font:bold 14px Arial;
    height:28px;
    margin:1px;
    overflow:visible;
    padding:1px 8px;
    text-align:center;
    white-space:nowrap;
    width:auto;
}

.content div#search-results div {
    background-color: #EEEEEE;
    padding: 5px;
}

.content div#search-results div span {
    font-style: italic;
}

.content div#search-results div.paginationControl {
    text-align: center;
}

.content div#search-results div.paginationControl span {
    font-style: normal;
}

/* Extra Styles */
.prettyform textarea, .prettyform select { color: #666666; font-size:11px; }
#centercol table.noborder    {
    
}
#centercol table.noborder    td {
    border: none;
}

.prettyform DD { width:200px; }

#staff td a img, img.border {
    border:1px solid #CCCCCC;
    padding:3px;
} 

#staff td a:hover img {
    border:1px solid #05359C;
    background-color:#859BCD;
    padding:3px;
} 

#errors h2 { color:red; }
#errors { color:red; }