/*GLOBAL RESETS ------------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, dl, dt, dd, ol, ul, li, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
address, tt, var, applet, object, iframe, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0;}
.clear {clear: both;}
.clearfix {height: 1%;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
*> .clearfix {min-height: 1px; height: auto;}
a {text-decoration: none;}
a img {border: none;}
ul {list-style: none;}



/* LAYOUT ------------------------------------------------------ */
body {
    background: #FFF;
    font-family: Arial;
    color: #4C4C4C;
    font-size: 12px;
}
.landingBG {
    background: url(../images/bg_landingBody.png) repeat-x;
}
.simpleBG {
    background: url(../images/bg_simpleBody.png) repeat-x;
}
.customBG {
    background: url(../images/bg_customBody.png) repeat-x;
}

#container {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

/* HEADER ------------------------------------------------------ */
.header {
    height: 97px;
    width: 100%;
}
#ahsLogo {
    position: absolute;
    left: 15px;
    top: 30px;
    display: block;
    width: 233px;
    height: 43px;
    overflow: hidden;
    text-indent: -999em;
}

#headerCopy {
    position: absolute;
    left: 345px;
    top: 40px;
    display: block;
    width: 165px;
    height: 35px;
    text-align: left;
}

#headerCopy p.number {
    font-family: Arial Narrow, Arial;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

/* HEADRO  ----------------------------------------------- */

#leadinIcons img{
    height: 164px;
    width: 614px;
    position: absolute;
    left: 20px;
    top: 240px;
    display: block;
}
#veriSign img{
    position: absolute;
    left: 830px;
    top: 118px;
    display: block;
}
#headroFull {
    height: 537px;
    width: 1000px;
    margin: 0 auto;
    z-index: -10;
}	
#headroFullcustomize {
    height: 722px;
    width: 1000px;
    margin: 0 auto;
    z-index: -10;
}
#leftHeadro {
    height: 419px;
    width: 665px;
}

/* MAIN COLUMN STRUCTURE ------------------------------------------ */

#leftColumn {
    width: 665px;
    height: auto;
    float: left;
}

#sidebarColumn {
    width: 335px;
    height: auto;
    float: left;
}
#sidebarContainer {
    height: 694px;
    width: 335px;
    z-index: -999;
}
#sidebar {
    background: url(../images/sidebar.png) no-repeat 0px 20px;
    height: 725px;
    width: 330px;
    position: absolute;
    z-index: 999;
    margin: 0 0 0 5px;
}


/* STARBURSTS ----------------------------------------------- */
#starBurst {
    display: block;
    height: 190px;
    width: 150px;
    float: right;
}
#starBurst .starTop {
    margin-top: -67px;
    z-index: 999;
}
#starBurst .starTop a {
    background: url(../images/starburst_new.png) no-repeat;
    display: block;
    width: 120px;
    height: 120px;
    cursor: pointer;
}
#starBurst .starTop a:hover {
    background: url(../images/starburst_newOver.png) no-repeat;
    display: block;
    width: 120px;
    height: 120px;
    cursor: pointer;
}
#starBurst .starBottom {
    margin-top: 5px;
    z-index: 999;
}
#starBurst :focus {
    outline-style: none;
}


/* FOOTER ------------------------------------------------------ */
#footer {
    position: relative;
    display: block;
    clear: both;
    width: 1000px;
    height:auto;
    min-height: 100px;
    margin: 0 auto;
}
#footerRuler{
    position: relative;
    border-top: 1px solid #AAA;
    display: block;
    clear: both;
    width: 1000px;
    height:auto;
    min-height: 100px;
    margin: 0 auto;
}

#footerLogo {
    position: absolute;
    left: 15px;
    top: 18px;
    display: block;
    width: 35px;
    height: 13px;
    overflow: hidden;
    text-indent: -999em;
}

#footerCopy {
    position: absolute;
    left: 60px;
    top: 18px;
    display: block;
    width: auto;
    height: 13px;
}



