/* Imports
-------------------------------------------------------------- */
@import url(css/normalize.css);
@import url(css/nav.css);


/* Global styling
-------------------------------------------------------------- */

html, body {
    margin: 0;
    padding: 0;
}

html {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    overflow-y: scroll; /* force scrollbars to stop page jumping */
    background-color: #494a4b;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    color: #abcce3;
}

h1 {
    border-bottom: 2px solid #789bba;
}

img {
    display:inline-block; border:none;
}

a {
    color: #8ba0b7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear { clear: both; }

.highlight {
    color: #6d2d8d;
}

.larger {
    font-size: 1.4em;
}

/* remove once integrated with wp */
.left { display: block; float: left; margin: 0 10px 10px 0; }


/* Global layout
-------------------------------------------------------------- */

#global {
    margin: 0 auto;
    width: 968px;
}

#headerWrapper {
    position: relative;
    z-index: 2;
    height: 167px;
}

#logo {
    position: absolute;
    top: 20px;
    left: 10px;
}

#headerCertifiedIcon {
    position: absolute;
    right: 194px;
    top: 36px;
}

#headerCreditCardsIcons {
    position: absolute;
    right: 10px;
    top: 30px;
}

#contactInfo {
    position: absolute;
    right: 10px;
    top: 70px;
    font-size: 27px;
    line-height: 27px;
    text-shadow: 2px 2px 2px #222;
}

#navWrapper {
    left: 10px;
    bottom: 1px;
    width: 968px;
    height: 48px;
    line-height: 44px;
    font-size: 1.1em;
    position: absolute;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#footerWrapper {
    overflow: hidden;
    min-height: 125px;
    padding-top: 25px;
    color: #afafaf;
    font-size: 0.85em;
    background: url(images/siteimages/footer-bg.png) repeat-x;
}

.cta {
    display: block;
    width: 249px;
    height: 64px;
    margin-top: 20px;
    padding: 8px;
    background: url(images/siteimages/cta-bg.png) no-repeat;
}

.cta:hover {
    text-decoration: none;
}

.cta img {
    margin-right: 12px;
    float: left;
}

.cta p {
    margin: 0;
    padding: 0;
    color: #abcce3;
    font-size: 12px;
}

.cta h3 {
    color: #fff;
    font-weight: normal;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.cta p+h3 {
    margin-top: 5px;
}

#footerWrapper a {
    color: #afafaf;
    text-decoration: none;
}

#footer {
    width: 948px;
    margin: 0 auto;
}

#footerLeft {
    float: left;
    width: 380px;
}

#footerLeft p {
    margin-top: 0;
}

#footerRight {
    float: right;
    width: 410px;
    text-align: right;
}


/* Home page layout
-------------------------------------------------------------- */

#homePage #siteWrapper {
    background: #15457c url(images/siteimages/home-sitewrapper-bg.png) repeat-x;
}

#homeWrapper {
    padding-bottom: 8px;
}

#homeFocus {
    z-index: 1;
    position: relative;
    margin-top: 8px;
    padding: 2px 10px 0 10px;
    overflow: hidden;
    height: 388px;
    background: url(images/siteimages/home-focus-bg.png) no-repeat;
}

#homeFocus #focusLeft {
    float: left;
    width: 247px;
    height: 354px;
    padding: 0 16px;
    text-shadow: 1px 1px 2px #222;
    background: url(images/siteimages/home-focus-left-bg.jpg) no-repeat;
}

#homeFocus #focusHead {
    margin-top: 27px;
    line-height: 35px;
    font-size: 22px;
}

#homeFocus .emphasis {
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}

#homeFocus ul {
    margin-top: 15px;
}

#homeFocus #focusSubhead {
    margin-top: 5px;
    font-size: 38px;
    text-align: center;
    line-height: 1.2;
}

#homeFocus #btnScheduleAppointment {
    display: block;
    margin: 20px auto 0 auto;
    width: 202px;
}

#homeFocus #focusPhoto {
    float: right;
}

#homeCTAWrapper {
    float: left;
    width: 265px;
}

#homeContentWrapper {
    padding: 10px;
    overflow: hidden;
}

#homeContent {
    width: 610px;
    float: right;
}

#affiliates {
    padding: 0 0 0 65px;
    clear: both;
    margin: 0 auto;
    width: 613px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    background: url(images/siteimages/affiliates-bg.png) no-repeat;
}

#affiliates img {
    margin: 0 12px;
    display: inline-block;
    vertical-align: middle;
}

#bbb {
    margin: -60px 0 0 -28px;

}

/* Interior pages layout
-------------------------------------------------------------- */

#interiorPage #siteWrapper {
    background: #15457c url(images/siteimages/interior-sitewrapper-bg.png) repeat-x;
}

#iWrapper {
    padding-bottom: 8px;
}

#iFocus {
    z-index: 1;
    position: relative;
    margin-top: 8px;
    padding: 2px 10px 0 10px;
    overflow: hidden;
    height: 257px;
    background: url(images/siteimages/interior-focus-bg.png) no-repeat;
}

#iFocus #focusLeft {
    float: left;
    width: 438px;
    height: 216px;
    padding: 0 16px;
    position: relative;
    text-shadow: 1px 1px 2px #222;
    background: url(images/siteimages/interior-focus-left-bg.jpg) no-repeat;
}

#iFocus #focusHead {
    margin-top: 24px;
    line-height: 35px;
    font-size: 22px;
}

#iFocus .emphasis {
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}

#iFocus ul {
    margin: 0;
    padding-left: 20px;
}

#iFocus #focusSubhead {
    margin-top: 5px;
    font-size: 38px;
    line-height: 1.2;
}

#iFocus #btnScheduleAppointment {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

#iFocus #focusPhoto {
    float: right;
}

#iCTAWrapper {
    float: left;
    width: 265px;
}

#iContentWrapper {
    padding: 10px;
    overflow: hidden;
}

#iContent {
    width: 610px;
    float: right;
}

