﻿html 
{
    background-color:#e5e5e5;
}
body 
{
    padding:0px 10px 10px 10px;
    margin:0px;
    font-family:Verdana;
    font-size:11px;
}

a 
{
    color:#40b0ff;
    text-decoration:underline;
}

a:hover 
{
    text-decoration:none;
}

.pageWrapper {
    width:765px;
    border:solid 1px #cfcfcf;
    border-top:none;
    background-color:White;
    padding:0px 10px 10px 10px;
    margin:0 auto;
}

.logoImage 
{
    padding-left: 3px;
    padding-bottom: 10px;
}

.navWrapper {
    font-family:Arial Narrow, Arial;
    font-size:11px;
    text-transform:uppercase;
    padding:0px 20px 0px 0px;
    background:White url('../Images/Nav/TopNavBg2.gif') repeat-x;
    text-align:right;   
    bottom:0;
    height:23px;
    _height:26px;
    width:744px;
}

.navWrapper div {
    float:right;
    display:inline-block;
    height:23px;
}
.navWrapper ul {
    list-style-type:none;
    padding:0px;
}

.navWrapper ul li 
{
    float:left;
}    

.subNavWrapper 
{
    background: url(../images/nav/mainnavbar_emptyright.jpg) top right no-repeat;
   
    font-family:Arial Narrow, Arial;
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    height:30px;
    margin-bottom:2px;
    _margin-top:-3px;
    width:764px;
}
.subNavWrapper ul 
{
    list-style-type:none;
    padding:0;
    display:block;
}

.subNavWrapper ul li 
{
    float: left;
    text-align:center;
    display:inline-block;
    height:29px;
}
.subNavWrapper ul li a 
{
    display:block;
}

.footerWrapper 
{
    margin:2px 0px 0px 0px;
    padding:10px 0px 0px 0px;     
    border-top:solid 1px #cccccc;
    color:#999999;
    line-height:14px;   
    font-size:10px;   
    display:inline-block;
    width:764px;    
}

.footerWrapper .footerSection  
{
    padding-top:10px;
    margin:0px;
    display:inline-block;
}

.footerWrapper ul  
{
    list-style-type:none;
    padding:0px;
    margin:0px;
    display:inline-block;
}

.footerWrapper ul li 
{
    float:left;
    margin-right:7px;
    padding-right:7px;
    border-right:1px solid #999999;
}

.footerWrapper ul li.last 
{
    border-right:none;
}

.footerWrapper ul li a 
{
    color:#999999;
    text-decoration:none;
}

.clear 
{
    clear:both;
}

.left 
{
    float:left;
}

.right 
{
    float:right;
}

.noUnderline 
{
    color:#090e80;
}

.bold 
{
    font-weight: bold;
}

.textboxWatermark 
{
    font-style:italic;
    color:#999999;
}  


