/** layout.css
    Contains references to page layout
		- hr is used as an alternative to a cleaner class
*/


/* Base elements 
*/
/*a span, div span*/
a span
{
    visibility: hidden;
}

div .hr
{
    clear: both;
    width: auto;
    height: 1px;
    margin: 0px;
    padding: 0px;
    visibility: hidden;
    background-color: red;
}
div .hr hr
{
    display: none;
}

#holder
{
    display: block;
    width: 806px;
    margin: 0px auto;
}


/* Header 
*/
#header
{
    display: block;
    width: auto;
    height: 55px;
    position: relative;
}
#header .headerLogo
{
    float: left;
    display: block;
    width: 400px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#header .headerLogo a img
{
    border: 0px;
}
#header .headerPhoneNumber
{
    width: 175px;
    height: 20px;
    display: block;
    background-image: url("../images/layout/header_phonenumber.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    float: right;
    position: absolute;
    top: 30px;
    right: 5px;
}

#header .headerPhoneNumber span
{
    visibility: hidden;
}



/* Footer
*/
#footer
{
    text-align: justify;
    display: block;
    width: auto;
    margin: 0px;
    padding: 20px 0px;
}
#footer h5
{
    text-align: justify;
    font-size: 10px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
#footer ol
{
    margin: 0px 0px 10px 25px;
    padding: 0px;
    display: block;
}
#footer li, #footer p
{
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-size: 9px;
    font-weight: normal;
}
#footer li a, #footer p a
{
    color: #000000;
}
#footer li a:hover
{
    text-decoration: underline;
}
#footer a.footerLogo
{
    width: 220px;
    height: 50px;
    background-image: url("../images/layout/footer_logo.gif");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
    float: right;
    text-decoration: none;
    overflow: hidden;
}

/* Backgrounds and border
*/
.borderTop
{
    display: block;
    width: auto;
    height: 50px;
    background: transparent url("../images/layout/bg_main_top.png") top left no-repeat;
}
.borderMiddle
{
    display: block;
    width: 806px;
    background: transparent url("../images/layout/bg_main_mid.png") top left repeat-y;
    padding: 0px 17px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 772px;
}
html > body .borderMiddle
{
    width: 772px;
}
.borderBtm
{
    display: block;
    width: auto;
    height: 50px;
    background: transparent url("../images/layout/bg_main_btm.png") bottom left no-repeat;
}
.bodyGradientTop
{
    display: block;
    width: auto;
    background: transparent url("../images/layout/bg_body_top.gif") top left repeat-x;
}
.bodyGradientBtm
{
    display: block;
    text-align: left;
    width: 772px;
    background: transparent url("../images/layout/bg_body_btm.gif") bottom left repeat-x;
    padding: 0px 17px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 736px;
}
html > body .bodyGradientBtm
{
    width: 736px;
}


/* Banners
*/
.bannerHolder
{
    width: 736px;
    height: 58px;
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
    background: white url("../images/layout/bg_home_banner.gif") top left no-repeat;
}



/* HEADINGS */
h1.h1MainHeading
{
    color: #2d355a;
    font-size: 1.05em;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-weight: bold;
}

h1.h1Main, h1.h1Main span, h1.h1Main.sIFR-replaced
{
    color: #2d355a;
    font-size: 0.79em;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-weight: bold;
}

h2.h2SubHeading span, h2.h2SubHeading
{
    color: #2d355a;
    font-size: 1em;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    visibility: visible;
}

h3.h3SubHeading
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.cardItem h3.h3SubHeading
{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
}

h3.h3SubHeading span, h3.h3SubHeading
{
    color: #2d355a;
    font-size: 1em;
    font-weight: bold;
    visibility: visible;
}

.internalSideBody div .internalPuff h3.h3SubHeading
{
    color: #2d355a;
    font-size: 0.98em;
    font-weight: bold;
}


.internalPuff h3.h3SubHeading span
{
    color: #2d355a;
    font-size: 1em;
    font-weight: bold;
}



.featureCardItem h2, .promoPuffItem h2
{
    color: #2d355a;
    font-size: 1em;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
}

.faqContent h4
{
    color: #2d355a;
    font-size: 1em;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
}


.floatCopy
{
    display: block;
    float: left;
    width: 300px;
}
.floatLogo
{
    float: right;
    padding-top: 20px;
    border: 0px;
}


.floatCopyRight
{
    display: block;
    float: right;
    width: 370px;
}
.floatLogoLeft
{
    float: left;
    /*padding-top: 20px;*/
    padding-bottom:10px;
    border: 0px;
}
