
/* TOP ====================================================================== */
div#top {
    background: url(../images/background_gradient_v2.gif) repeat-x;
    width: 900px;
    height: 94px;
    float: left;
}

div#top div#thegroupery {
    position: absolute;
    top: 25px;
    height: 92px;
    font-family: "Myriad Pro", "Myriad Web", Myriad, "HelveticaNeue-light", "Helvetica Neue", "Lucida Grande", geneva, helvetica, arial, sans-serif;
    font-size: 30px;
    line-height: 1.1em;
    color: #0072BC;
    font-weight: bold;
}

div#top div#hdrText {
    position: absolute;
    top: 35px;
    height: 92px;
    left: 212px;
    font-family: "Myriad Pro", "Myriad Web", Myriad, "HelveticaNeue-light", "Helvetica Neue", "Lucida Grande", geneva, helvetica, arial, sans-serif;
    font-size: 20px;
    line-height: 1.1em;
    color: #0072BC;
}

div#top div#logo {
    position: absolute;
    width: 213px;
    height: 92px;
    top: 0px;
    z-index: 10;
}

div#top div#goText {
    position: absolute;
    width: 230px;
    top: 25px;
    left: 242px;
    font-family: "Myriad Pro", "Myriad Web", Myriad, "HelveticaNeue-light", "Helvetica Neue", "Lucida Grande", geneva, helvetica, arial, sans-serif;
    font-size: 20px;
    line-height: 1.1em;
    color: #0072BC;
    font-weight: bold;
}

div#top div#goTopBtn {
    position: absolute;
    width: 119px;
    height: 42px;
    top: 25px;
    left: 480px;
    z-index: 10;
}

div#top div#liveChat {
    position: absolute;
    width: 156px;
    height: 54px;
    top: 33px;
    left: 740px;
    z-index: 10;
}

div#top div#signin {
    font-family: "Myriad Pro", "Myriad Web", Myriad, "HelveticaNeue-light", "Helvetica Neue", "Lucida Grande", geneva, helvetica, arial, sans-serif;
    font-weight: bold;
    width: auto;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 770px;
}

div#top div#signinImg {
    position: absolute;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 755px;
}

div#top div#login a#loginlink,
div#top div#login a#loginlink:hover,
div#top div#login a#loginlink:visited {
    color: #FFCC00;
}


/* MAIN ===================================================================== */

div#main {
    float: left;
    width: 930px;
}

div#main-start {
    width: 900px;
    height: 19px;
    background: url(../images/contentwindow_top.gif) no-repeat;
}

div#main-content {
    padding: 2px 30px 30px 30px;
    width: 836px;
    height: 600px;
    border-left: 2px solid #FFCC00;
    border-right: 2px solid #FFCC00;
}

div#main-content a {
    color: #972D07;
}

div#main-end {
    background: url(../images/contentwindow_bottom.gif) bottom no-repeat;
    width: 900px;
    height: 19px;
    clear: both;
}

/* FOOTER =================================================================== */

div#footer {
    float: left;
    width: 900px;
    font-family: "Myriad Pro", "Myriad Web", Myriad, "HelveticaNeue-light", "Helvetica Neue", "Lucida Grande", geneva, helvetica, arial, sans-serif;
}

div#footer div#links {
    position: relative;
    top: 16px;
    margin-left: 5px;
    font-size: small;
    color: #972D07;
}

div#footer div#links a,
div#footer div#links a:hover {
    color: #972D07;
    text-decoration: none;
}

div#footer div#copyright {
    position: relative;
    top: 20px;
    margin-left: 5px;
    font-size: x-small;
    color: #972D07;
}

div#footer div#logo {
    float: right;
}

