/*@import url(./reset.css);*/
@import url(./menu.css);

/*
 * ***** Tag selectors
 */

body
    {
    margin: 0;
    font-family: Arial,Verdana,sans-serif;
    color: black;
    background-color: #eee;
    background-color: #d9dbd8;
    width: 100%;
    }
img
    {
    padding: 0;
    margin: 0;
    display: block;
    }

#wrapper
    {
    width: 796px;
    font-size: 80%;
    margin: 10px auto auto auto;
    padding: 0;
    border-top: 2px solid #d9dbd8;
    border-left: 2px solid #d9dbd8;
    border-right: 2px solid #d9dbd8;
    border-bottom: 2px solid #d9dbd8;
    background-color: #e2e2e2;
    background-color: #d9dbd8;
    min-height: 0px;
    }

/* 
 * ***** Banner Section
 */ 
#banner
    {
    margin: 0;
    padding: 0;
    height:  75px;
    position: relative;
    }
#banner img
    {
    padding: 0;
    margin: 0;
    display: block;
    }
#bannerClientLogo
    {
    position: absolute;
    left: 0px;
    top: 10px;
    padding: 0;
    margin: 0;
    border: 0;
    }
#bannerText
    {
    position: absolute;
    left: 215px;
    top: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    }
#bannerBpLogo
    {
    position: relative;
    left: 630px;
    top: 55px;
    padding: 0;
    margin: 0;
    border: 0;
    }

/*
 * ***** Custom styles
 */
.copyright
    {
    clear: both;
    color: black;
    text-align: center;
    font-size: 70%;
    padding: 0 0 20px 0;
    }
br.clear
    {
    clear: both;
    }

/*************************************************** 
 *
 * Two-column pages, uses full middle/right portions.
 */

#c2_leftcontent
    {
    float:left;
    width:180px;
    border-top: 0px solid #666666;
    border-left: 0px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 0px solid #666666;
    display: inline;
    padding: 0;
    margin: 0;
    }

#c2_rightcontent
    {
    /*float:left;
    width: 615px;*/
    float: right;
    border-top: 0px solid #666666;
    border-left: 0px solid #666666;
    border-right: 0px solid #666666;
    border-bottom: 0px solid #666666;
    display: inline;
    padding: 0;
    margin: 0;
    }

/*************************************************** 
 *
 * Three-column pages... 
 */

#c3_leftcontent
    {
    clear: both;
    float:left;
    width:180px;
    border-top: 0px solid #666666;
    border-left: 0px solid #666666;
    border-right: 0px solid #666666;
    border-bottom: 0px solid #666666;
    display: inline;
    }

#c3_centercontent
    {
    float: left;
    width:434px;
    border-top: 0px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 0px solid #666666;
    display: inline;
    }

#c3_rightcontent 
    {
    float:left;
    /*clear:left;*/
    width:179px;
    border-top: 0px solid #666666;
    border-left: 0px solid #666666;
    border-right: 0px solid #666666;
    border-bottom: 0px solid #666666;
    display: inline;
    }

#c2_leftcontent h1, #c2_rightcontent h1,
#c3_leftcontent h1, #c3_centercontent h1, #c3_rightcontent h1
    {
    margin: 10px;
    font-size: 10pt;
    font-weight: bold;
    color: #000066;
    color: black;
    }

#c2_leftcontent p, 
#c3_leftcontent p, #c3_rightcontent p
    {
    margin: 10px;
    font-size: 9pt;
    font-weight: normal;
    }

#c2_rightcontent p,
#c3_centercontent p
    {
    margin: 10px;
    font-size: 10pt;
    font-weight: normal;
    }

#c2_leftcontent a, #c2_rightcontent a, 
#c3_leftcontent a, #c3_centercontent a, #c3_rightcontent a
    {
    color: #00529b;
    background-color: #e2e2e2;
    text-decoration: none;
    font-weight: bold;
    }

#c2_leftcontent a:hover, #c2_rightcontent a:hover, 
#c3_leftcontent a:hover, #c3_centercontent a:hover, #c3_rightcontent a:hover
    {
    color: #e2e2e2;
    background-color: #00529b;
    text-decoration: none;
    font-weight: bold;
    }
#otherServices
    {
    line-height: 0px;
    color: #d9dbd8;
    font-size:0px;
    }

