﻿* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #DEE2F0;
    /*color: #364F81;*/
    color: #004B8D;
    font-family: Arial, Lucida Sans Unicode, Verdana;
    font-size: 12px;
}
a {
    color: #004B8D;
}
#OuterPageWrap {
    width: 820px;
    margin: 30px auto;
}
#InnerPageWrap {
    clear: both;
    width: 820px;
    padding: 0 20px 0 20px;
    background: url(../images/MidBG.jpg) repeat-y;
}
#TopBorder {
    width: 820px;
    clear: both;
    height: 22px;
    background: url(../images/Top.jpg) repeat-y;    
}
#BottomBorder {
    width: 820px;
    height: 29px;
    background: url(../images/Bottom.jpg) repeat-y;    
}
#Header {
    border-bottom: solid 2px #3F78A9;
    width: 768px;
    overflow: hidden;
    height: 160px;
}
#LogoWrap {
    float: left;
    width: 230px;
}
#Content {
    overflow: hidden;
    padding: 0 0 15px 0;
    width: 768px;
}
#SubContent {
    overflow: hidden;
    padding: 15px 0 15px 0;
    width: 768px;
    margin: -100px 0 0 0;
    clear: both;
}
#Footer {
    clear: both;
    font-size: 10px;
    text-align: center;
}
/*--------------------- formatting ----------------------*/
h1 {
    font-size: 12px;
    font-weight: bold;
}
h2 {
    font-size: 12px;
    font-weight: bold;
}
.TopSpace5 {
    margin-top: 5px;
}
.TopSpace10 {
    margin-top: 10px;
}
.TopSpace15 {
    margin-top: 15px;
}
.TopSpace20 {
    margin-top: 20px;
}
.LeftColumn {
    float: left;
    width: 235px;
    font-size: 11px;    
}
.CenterColumn {
    float: left;
    width: 428px;
    padding: 0 10px 0 5px;
    min-height: 320px;  
    height: auto !important; /*ie hack*/
    height: 320px; /*ie hack*/
}
.SubCenterColumn {
    float: left;
    width: 428px;
    padding: 0 10px 0 5px;
}
.RightColumn {
    float: right;
    width: 90px;
}
.Tagline {
    color: #F2AF13;
    font-weight: bold;
    font-style: italic;
}
.Center {
    text-align: center;
}
ul {
    margin-top: 10px; 
    list-style-type: disc;
    padding-left: 1em;
    margin-left: 1em;
}
.ulLeft {float: left; width: 180px;}
.ulRight {float: left; width: 180px;}
img {
    border: none 0px;
}
.YellowText {
    color: #F2AF13;
}
td {
    padding: 3px 3px 3px 0;
}
.ErrorSummary {
    clear: both;
    margin: 5px 0 0 0;   
}
.ErrorSummary ul {
    margin-top: 0px; 
    list-style-type: disc;
}
.Quote {
    padding: 5px 30px 5px 10px;
}
.Quotation {
    font-style: italic;
}
.QuoteAuthor {
    clear: both;
    text-align: right;
    padding-top: 5px;
}
.QuotationMarkTop {
    padding: 0 2px 0 0;
}
.QuotationMarkBottom {
    padding: 0 0 0 2px;
    vertical-align: bottom;  
}
.NavLink {
    text-align: right;
    padding-right: 10px;
}    
.NavLink a {
    color: #004B8D;
    text-decoration: none;
    font-style: italic;
}
.NavLink a:hover {
    text-decoration: underline;   
}
/*--------------------- page specific ----------------------*/
.ServicesListBox {
    width: 214px;
    float: left;
}
.Partner {
    padding-top: 20px;
}
.TeamTable td {
    vertical-align: top;
}
/*--------------------- top nav ----------------------*/
#TopLinkWrap {
    float: right;
    width: 536px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
}
#TopNavWrap {
    float: right;
    width: 536px;
    height: 30px;
    line-height: 30px;
    margin: 110px 0 0 0;
    font-size: 12px;
}
#SubNavWrap {
    float: right;
    width: 450px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
}
ul.TopNav {
    list-style-type: none;
    float: right;
    display: block;
    margin: 0px;
    padding: 0px;
}
ul.TopNav li {
    display: inline;
    font-weight: normal;
}
ul.TopNav li.TopNavDivider {
    display: inline;
    text-align: center;
    float: left;
    color: #004B8D;
}
a.TopNavLink:link, a.TopNavLink:visited {
    display: block;
    float: left;
    padding: 0px 5px 0px 5px;
    margin: 0 5px 0 5px;
    text-decoration: none;
    color: #004B8D;
}
a.TopNavLink:hover {
    display: block;
    float: left;
    padding: 0px 5px 0px 5px;
    margin: 0 5px 0 5px;
    text-decoration: underline;
    color: #004B8D;
}

