﻿/*This style sheet handles the basic site layout*/

body
{
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #333; /*background-color: #003399;*/
    margin: 0; /*background-image: url('bg.png');*/
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(images/bgfadeup.jpg);
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#Holder
{
    width: 860px;
    margin-right: auto;
    margin-left: auto;
}

#container
{
    width: 860px; /*margin: 18px auto 18px auto;*/
    text-align: left; /* this overrides the text-align: center on the body element. */
}

#header
{
    height: 115px;
    width: 860px;
}


#leftCol
{
    /*border: 1px solid #C0C0C0;*/
    display: block;
    float: left;
    /*width: 200px;*/
    padding: 0;
    margin: 0 8px 8px 0;
    text-align: center;
}

#rightCol
{
    border: 1px solid #C0C0C0;
    display: block;
    float: right;
    width: 640px;
    padding: 4px;
    margin: 0 0 8px 0;
    overflow: auto;
}

/*Column for login page */
#SingleCol
{
    display: block;
    width: 840px;
    padding: 0;
    margin: 0 0 8px 0;
}

.clear
{
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

#footer
{
    clear: both;
    color: #fff;
    font-size: 11px;
    width: 860px;
    height: 61px;
    text-align: left;
    background-color: #333333;
    background-image: url(images/bg-footernavbar.jpg);
    background-repeat: repeat;
}

#footer a:link, #footer a:visited
{
    color: #999;
    text-decoration: none;
    font-weight: normal;
}
#footer a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.LogoFooter
{
    float: right;
}

form
{
    padding: 0px;
    margin: 0px;
}

p
{
    padding: 0;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 8px;
}

#logo
{
    width: 100%;
    padding: 0;
    margin: 0;
}

#navigationLogin
{
    display: block;
    float: right;
    height: 43px;
    width: 642px;
    padding: 20px 0 0 0;
    color: #8C8C8C;
    font-size: 10px;
    text-align: right;
    vertical-align: middle;
    line-height: 28px;
}
#navigationLogin a, #navigationLogin a:link, #navigationLogin a:visited
{
    color: #8C8C8C;
    text-decoration: underline;
}
#navigationLogin a:hover
{
    color: #8C8C8C;
    text-decoration: none;
}
#navigationLogin input
{
    color: #8C8C8C;
    font-size: 10px;
    height: 21px;
    width: 105px;
    padding: 7px 5px 0 5px;
    border: 0;
    background-image: url(../images/bg-login-box.gif);
    background-repeat: no-repeat;
}
#navigationLogin #go
{
    height: 28px;
    width: 36px;
    padding: 0;
    border: 0;
    background-image: none;
}
#navigationMenu
{
    /*display: block;     float: right;     width: 635px;*/
    height: 27px; /*background-color: #000099;*/
    background-image: url('images/bg1.png');
    background-position: center center;
    padding: 0 0 0 0px;
    margin: 0 0 0 0;
}

#BreadCrumb
{
    display: block;
    float: right;
    width: 100%;
    height: 27px; /*background-color: #000080;*/
    background-position: center center;
    padding: 0 0 0 0px;
    margin: 0;
    color: #FFFFFF;
}


img
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
}

#Spacer
{
    height: 12px;
    width: 100%;
    position: relative;
}

#copyrightfooter
{
    height: 33px;
    width: 860px;
    font-size: 9px;
    color: #BBB;
    text-align: center;
    padding-top: 11px; /*padding-bottom: 22px;*/
}

p
{
    text-align: justify;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 15px;
}

#copyrightfooter a:link, #copyrightfooter a:visited
{
    color: #BBB;
    text-decoration: none;
    font-weight: normal;
}

#copyrightfooter a:hover
{
    color: #333;
    text-decoration: none;
}

#FooterNav
{
    float: left;
    width: 600px;
    margin-top: 22px;
    margin-bottom: 18px;
    height: 21px;
    margin-left: 12px;
    color: #999;
}

#FooterNav a:link, #FooterNav a:visited
{
    color: #999;
    text-decoration: none;
    font-weight: normal;
}

#FooterNav a:hover
{
    color: #06C;
    text-decoration: none;
}
