﻿/*master.css*/
/*styles for content frame, main navigation, main footer*/

/*DEBUG STYLES*/
.debug
{
    /*display:none;*/
}
div#debug_footer
{
    clear:both;
}

/*MAIN STYLES*/
* 
{
    padding:0;
    margin:0;
}
    
body 
{
    /*background:#004833;*/
    font-family:Arial, sans-serif;
    margin:0;
    padding:0;
    height:100%;
}
#status_bar
{
    text-align:right;
    padding:2px 0;
    width:100%;
    clear:both;
    font-size:10px;
    background:#d4dcd8;
    color:#004833;
}
#status_bar a
{
    color:#004833;
    font-weight:bold;
}
#status_bar span
{
    margin:0 8px 0 0;
}
#ol_logo
{
    border:0;
    padding:4px;
}
#GoogleSiteSearch 
{
    font-size:.6em;
    margin:16px;
    float:right;
    width:322px;
}
#GoogleSiteSearch_glass 
{
    width:35px;
    height:25px;
    background:url(../../images/searchbar/google_glass.jpg) top left no-repeat;
    float:left;
    position:relative;
    left:8px;
}
input#FakeSearchBox
{
    padding:4px 4px 0 4px;
    width:237px;
    height:25px;
    background:url(../../images/searchbar/google_input.jpg) top left no-repeat;
    color:#000000;
    border:0;
    float:left;
    position:relative;
    left:8px;
}
#GoogleSiteSearch input#FakeSubmit
{
    width:42px;
    height:25px;
    background:url(../../images/searchbar/go_btn.jpg) top left no-repeat;
    border:0;
    float:left;
    clear:right;
    cursor:pointer;
}    
div#page 
{
    background:#ffffff;
    width:990px;
    float:left;
    position:relative;
    left:50%;
    margin:0 0 0 -495px;
}
div#page_header {}
div#page_header h1
{
    display:inline;
    font-size:16pt;
    position:relative;
    top:-8px;
    left:4px;
}
div#ol_title
{
    float:left;
}
div#page_navigation 
{
    clear:both;
}
div#page_content 
{
    float:left;
    clear:both;
    padding:10px 0 10px 0;
    width:100%;
    overflow:hidden 
}
div#page_footer, div#login_footer 
{
    background:#d4dcd8;
    float:left;
    clear:both;
    width:100%;
}
div#login_footer
{
    margin:20px 0 0 0;
    background:url(../../images/login/login_footer.jpg) top left repeat-x;
    height:73px;
}
em.category
{
    font-weight:bold;
}

/*MENU STYLES*/
.MainMenu
{
    font-size:9px;
    text-align:center;
    text-transform:uppercase;
}
.MainMenu_static{}
.MainMenu_staticitem
{
    background:url(../../images/MainMenu_btn.gif) top right repeat-x;
    width:198px;
    height:26px;
}
.MainMenu_staticitem a
{
    color:#ffffff;
    background:transparent;
    font-weight:bold;
    position:relative;
    left:-2px;
}
.MainMenu_dynamic
{
    background:#eeeae3;
    border:1px solid #004833;
    min-width:198px;
}
.MainMenu_dynamicitem
{
    color:#004833;
    font-size:12px;
    padding:2px 3px;
    min-width:198px;
}
.MainMenu_dynamichover
{
    background:#919295;
    font-size:12px;
    color:#ffffff;
}
    

/*FOOTER STYLES*/
div.footer_column
{
    float:left;
    padding:10px;
}

div.footer_column a
{
    display:block;
    clear:left;
    text-decoration:none;
    color:#004833;
}
div.footer_column a:hover, div.footer_column a:active
{
    text-decoration:underline;
}
span.footer_block
{
    display:block;
    margin:0 0 8px 0;
    color:#004833;
    font-size:10pt;
}
a.footer_category
{
    font-size:9pt;
    font-weight:bold;
}
a.footer_item 
{
    font-size:9pt;
}
div#footer_contact_info
{
    float:right;
}

#topright
{
    float: right;
    height: 33px;
    margin-top: 35px;
    margin-left: 360px;
    width: 220px;
}
