/* @charset "utf-8";
CSS Document */


body
{
    font: 12px/1.3em Arial, Helvetica, sans-serif;
    color: #000000;
    background: url(images-Design/sitebg.gif) repeat center top;
    margin: 0px;
    padding: 0px;
}

a img
{
    border-style: none;
}

hr.clear
{
    visibility: hidden;
    clear: both;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
}

h2, h3, h4, h5 { line-height: normal; }

h3 { font-size: 1.2em; }

#outerWrap
{
    background: url(images-Design/sitebgtop.gif) repeat-x center top;
}
#wrap
{
    display: block;
    margin: 0px auto;
    padding: 0px;
    width: 776px;
}
#contentWrap
{
    background: #FFFFFF;
    width: 750px;
    padding: 0px 7px; /*margin-bottom: 50px;*/
    border-left: 6px solid #666666;
    border-right: 6px solid #666666;
    border-bottom: 6px solid #666666;
}

/************************************* HEADER *********************************/
#header
{
    background: url(images-Design/header.jpg) no-repeat;
    height: 96px;
}

#logo
{
    float: left;
    margin-top: 9px;
    margin-left: 12px;
}

#header h1
{
    font-size: 24px;
    color: #666666;
    margin: 27px 0px 0px 10px;
    float: left;
}

#header a
{
    color: #666666;
    text-decoration: none;
}


#tagline
{
    float: right;
    font-size: 1.1em;
    line-height: 2em;
    margin-top: 20px;
    text-align: right;
}


/************************************ NAVIGATION *****************************************/
#nav
{
    clear: both;
    height: 35px;
    background: url(images-Design/toprounded.gif) no-repeat center bottom;
    padding-left: 13px;
}

#nav ul
{
    margin: 0px 8px;
    padding: 0px;
    list-style: none;
}

#nav li
{
    float: left;
    background: url(images-Design/background-Nav.png) repeat-x;
    margin-right: 2px;
    margin-left: 2px;
}

#nav ul a
{
    line-height: 29px;
    color: #FFFFFF;
    background: url(images-Design/navTab-left.png) no-repeat left top;
    text-align: center;
    display: block;
    height: 29px;
    text-decoration: none;
    font-size: 16px;
    margin: 0px;
    padding: 0px 15px 0 20px;
    float: left;
}

.rightTab
{
    float: left;
    margin: 0;
    padding: 0;
}

/********************************* CONTENT *********************************/
#blueLine
{
    background: #333399;
    background: White;
    height: 6px;
    border-top: 1px solid #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    clear: both;
}

#banner
{
    border-bottom: 1px solid #aecee7;
}

#content
{
    margin: 1em;
}

h2#pageTitle
{
    font-size: 1.7em;
    color: #321893;
}

div.homeLinks
{   border: none !important; padding: 0 !important;
}

div.homeLinks a
{
    text-transform: uppercase;
    text-align: right;
    font-size: .9em;
    display: block;
    background: #321893;
    border: solid 1px #ac96fe;
    margin: 0 0 1em 0;
    padding: .7em;
    color: #fff;
    text-decoration: none;
    width: 70%;
    float: right;
    clear: right;
}

#threeColumns
{
    clear: both;
    margin-top: 11px;
}

#threeColumns div
{
    float: left;
    width: 221px;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #aecee7;
}

#threeColumns div#last
{
    border-right-style: none;
}

#partnerLogos
{
    clear: both;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

#partnerLogos img
{
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.imgRight
{
    float: right;
    margin: 1em;
}
.imgRightBord
{
    float: right;
    margin: 1em;
    border: solid 2px #7877ba;
}
.imgLeft
{
    float: left;
    margin: 1em;
}
.imgLeftBord
{
    float: left;
    margin: 1em;
    border: solid 2px #7877ba;
}
#serviceCall
{
    width: 475px;
}

dl
{
    margin: 2em;
}
dt
{
    font-weight: bold;
}
dd
{
    margin: 0 0 1.5em 0;
}

/******************************** FOOTER ********************************/

#footer
{
    margin: 5px 0px 0px;
    padding: 5px 10px 10px;
    clear: both;
    text-align: center;
}




