/* 
    Document   : newlayout
    Created on : Jan 18, 2010, 4:02:31 PM
    Author     : richard oliver
    Description: this the core page css layout.
*/

body, html
{
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: .9em;
    background-color: #f0f0f0;
    font-family: Arial,Helvetica,sans-serif;
}
#container
{
    height: 100%;
    width: 790px;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    background-color: #fff;
    height: auto !important;
}
#header
{
    padding: 10px;
    text-align: center;
}
#mainarea
{
    float: left;
    height: 100%;
    width: 545px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 5px;
    padding-bottom: 40px;
}
#sidenav
{
    float: left;
    height: 100%;
    width: 200px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 40px;
}
#sidenav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#sidenav li
{

    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 5px;
}
#sidenav A:hover
{

    color: #7f7f7f;
}
#footer
{
    bottom: 0px;
    width: 770px;
    height: 40px;
    font-size: .8em;
    position: absolute;
}
#footerside
{

    float: left;
    width: 200px;
    font-size: .9em;
    padding-top: 20px;
    text-align: center;
}
#footermain
{

    font-size: .9em;
    padding-top: 20px;
    text-align: center;
    vertical-align: text-bottom;
}

#boxhdr
{
    background-color: #7f7f7f;
    padding: 4px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
}
#box
{
    border: solid 1px #666666;
    padding: 5px;
    margin-bottom: 25px;
    font-size: .9em;
}

a
{
    text-decoration: none;
    color: #0066cc;
}
P
{
    padding: 0;
    margin-bottom: 10px;
}
H2
{
    color: #0066cc;
    margin-top: 0px;
    margin-bottom: 30px;
}
H3, H4
{
    color: #0066cc;
    margin-top: 0px;
    margin-bottom: 10px;
}
li
{
    padding-bottom: 10px;
}


.centerseal
{
    display: block;
    margin-left: auto;
    margin-right: auto;

}

