/* 
    Document   : formatting-layer2
    Created on : 18-Apr-2008, 7:26:49 AM
    Author     : Jamey Gillis
    Description:
        Represents new stylesheet definitions since the April 2008 new look & feel design
*/

body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    height: 100%;
    font-family: arial, verdana, sans-serif;
}
p {
    margin: 0px;
}
#container {
    position: relative;
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
#top_banner {
    width: 100%;
    height: 92px;
    background-image: url("../images/top_bg.gif");
    background-position: top;
    background-repeat: repeat-x;
}
#utility_links {
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: right;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}
#navigation {
    position: absolute;
    left: 178px;
    top: 57px;
    width: 775px;
    z-index: 75;
}
#navigation p {
    display: inline;
}
#navigation a {
    margin: 0px 5px 0px 0px;
    padding: 5px 25px 5px 25px;
    background-image: url("../images/nav_bg.gif");
    background-position: top;
    background-repeat: repeat-x;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}
#navigation a:hover, #navigation p.seltab a
{
    color: #ffffff;
    background-image: none;
    background-color: #d36d01;
}
#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 192px;
    height: 121px;
    z-index: 50;
}
#main_container {
    position: relative;
    width: 100%;
    padding-bottom: 31px;
    margin: 0px;
}
#left_column {
    position: relative;
    float: left;
    width: 178px;
}
#breadcrumb {
    margin: 40px 0px 0px 0px;
}
#breadcrumb h2 {
    margin: 0px 15px 0px 15px;
    color: #333333;
    font-size: 14px;
}
#breadcrumb hr {
    margin: 5px 15px 5px 15px;
    height: 0px;
    border-top: 1px dashed #cccccc;
}
#breadcrumb p {
    margin: 0px 15px 0px 15px;
    font-size: 12px;
}
#breadcrumb .clicked {
}
#main_content {
    position: relative;
    margin-left: 0px;
    height: inherit;
}
#footer {
    position: absolute;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background-color: #cccccc;
    border-top: 1px solid #666666;
    text-align: right;
}
#footer p {
    vertical-align: middle;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    color: #333333;
    margin: 8px 10px 8px 0px;
}
#footer a {
    color: #333333;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
