﻿.p180overELogo {
    padding-left: 30px;
}
div.main_outer 
{
    width: 795px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}
table.main_outer_table {
    margin: 0px;
    margin-top: 5px;
    width: 100%;
    height: auto;
    background: white;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
}
table.footer_table {
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    width: 100%;
    height: auto;
    background: #e0e0e0;
    text-align: right;
    float: right;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
}
table.footer_table td {
    float: right;
}
div.footer_nav {
    color: #627883;
    border-bottom: solid 1px silver;
    text-transform: uppercase;
    width: 230px;
    word-spacing: 1.8em;
    padding-bottom: 2px;
    font-weight: bold;
    padding: 2px 10px 2px 2px;
    margin-right: 2px;
    float: right;
}
div.footer_nav a { 
    color: #627883;
    text-decoration: none;
}
div.footer_nav a:hover {
    color: Gray;
}
div.footer_copy {
    width: 230px;
    color: Gray;
    margin-top: 2px;
    padding: 2px 10px 0px 2px;
    margin-right: 2px;
    font-weight: bold;
    float: right;
}

div.footer_copy a {
    color: Gray;
}
table.footer_bottom 
{
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    background: #e0e0e0;
    text-align: right;
    float: right;
}



.no_border 
{
    border: solid 0px white;   
    margin: 0px 0px 0px 0px;
}



div.primary_navigation 
{
    margin-left: 20px;
    margin-right: 8px;
    height: 100px;
    background-image: url(../img/navigation_bg_2.gif);
    background-repeat: no-repeat;
}



div.p180overE_motto {
    border-bottom: solid 1px silver;
    width: 100%;
    float: none;
    background: white;
    padding-top: 2px;
    vertical-align: bottom;
    width: 100%;
}

div.p180overE_motto div.motto {
    /*padding-left: 22px;
    padding-right: 23px;*/
    text-align: center;
    background: #DEE7EC;
    border-top: solid 1px silver;
    border-right: solid 1px silver;
    font-size: 110%;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: 190px;
}


div.primary_content {
    padding: 8px;   
}

#main_content {
    float: left;
    width: 70%;
}

#sidebar {
    float: right;
    width: 29%;
    border-left: solid 1px silver; 
    padding-left: 5px;
    margin-bottom: 5px;
    height: 100%;
}
div.sidebar_header {
    margin-top: 7px;
    margin-bottom: 2px;
    font-size: 130%;
    font-weight: bold;
    color: Black; 
    border-bottom: solid 1px #8cacba; 
    /* bug in ajax.asp.net accordionpanel*/
    filter: alpha(opacity=100); 
    opacity: 1.0; 
    background-color: white;
    /* end bug fix */
}
div.sidebar_header:hover 
{
    cursor: pointer;
}
div.sidebar_header_off {
    margin-top: 7px;
    margin-bottom: 2px;
    font-size: 130%;
    font-weight: bold;
    color: #627882; 
    border-bottom: solid 1px #dee7ec; 
    /* bug in ajax.asp.net accordionpanel*/
    filter: alpha(opacity=100); 
    opacity: 1.0; 
    background-color: white;
    /* end bug fix */
    background-image: url(../img/icon/arrow_down.gif);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: left;
}
div.sidebar_header_off:hover 
{
    cursor: pointer;
    color: #627882; 
    border-bottom: solid 1px #8cacba;
}
div.sidebar_content 
{
    font-size: 110%;
    margin-top: 4px;
    margin-bottom: 10px;
    color: #627882;   
    /* bug in ajax.asp.net accordionpanel*/
    filter: alpha(opacity=100); 
    opacity: 1.0; 
    background-color: white;
    /* end bug fix */
}

#footer_left 
{
    float: left;
    width: 49%;
    text-align: left;
    margin-left: 6px;
    padding: 2px 2px 2px 2px;
    /*border: solid 1px #8cacba;*/
}
#footer_left img 
{
    padding-bottom: 6px;
}
#footer_left .SearchBox 
{
    font-size: 80%;
}
#footer_left .WatermarkedSearch 
{
    font-size: 80%;
    color: #8cacba;
}
#footer_right 
{
    float: right;
    width: 49%;
}









/* main content window items */
#main_content_header 
{
    width: 99%;
    font-weight: bold;
    border-bottom: solid 1px #8cacba; 
    font-size: 160%;  
}


.error 
{
    color: Red;
    font-size: 120%;
    font-weight: bold;
}