#siteWrapper {
    padding: 0;
    margin: 0 auto;
    /* nav (182) + content (722) + shadow (19) */
    /* width: 923px; */
    width: 950px;
    text-align: left;
}



/* left column - logo and main nav
   ============================================================ */
#left-col {
    padding: 0;
    margin: 0;
    float: left;
    width: 182px;
}
#logo {
    padding: 13px 0 0 9px;
}
#main-nav {
    padding: 30px 0 0 0;
}
#office-info {
    /* padding: 16px 40px 35px 9px; */
    margin: 30px 0 0 0;
    width: 182px;
    background: #754d29;
    color: #fff;
}
#office-info-copy {
    padding: 10px 15px 15px 9px;
    font-size: 12px;
}
#office-info-copy h3 { font-size: 14px; color: #fff; }
#office-info-copy a { color: #fff; }



/* content
   ============================================================ */
#contentColumn {
    float: left;
    margin: 0 0 0 -19px;
    width: 770px;
}
#contentShadow {
    width: 741px;
    *width: 760px;
    /* background: url(../images/bg-content.png) repeat-y; */
/*
    margin: 0 0 0 -19px;
*/
    padding: 0 0 0 19px;
}

/* home */
#home #content {
    width: 722px;
    height: 708px;
    background: url(../images/bg-content-index.jpg) no-repeat;
    position: relative;
}
#home #seal {
    position: absolute;
    top: 500px;
    left: 10px;
}
#home #content-copy {
    position: absolute;
    top: 202px;
    left: 22px;
    width: 565px;
    color: #4e331b;
}

/* siteplan */
#siteplan #content {
    width: 722px;
    height: 708px;
    background: url(../images/bg-content-siteplan.jpg) no-repeat;
    position: relative;
}
#siteplan #content-copy {
    position: absolute;
    top: 155px;
    left: 22px;
    width: 570px;
    color: #4e331b;
}
#siteplan #pdf {
    position: absolute;
    top: 225px;
    left: 466px;
    width: 110px;
    color: #000;
}
#siteplan #pdf a {
    color: #000;
}

/* design */
#design #content {
    width: 722px;
    min-height: 708px;
    height: auto !important;
    height: 708px;
    background: url(../images/bg-content-design.jpg) no-repeat;
}
#design #sub-nav {
    padding: 90px 0 0 0;
    width: 722px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    color: #000;
    text-align: center;
}
#design #sub-nav a {
    color: #000;
}
#design #content-copy {
    padding: 5px 35px 15px 25px;
}
.design-copy {
    clear: both;
    padding: 25px 0 0 0;
}
.top-link { padding: 10px 0 0 0; }
.right-link {
    clear: both;
    float: right;
    color: #29382f;
}
.right-link a {
    color: #29382f;
    text-decoration: none;
}
.right-link img {
    vertical-align: middle;
}
.design-name { padding: 0 10px 0 0; font-size: 24px; color: #0e1f18; }
.design-footage { font-size: 14px; color: #0e1f18; }
.renderingImgs {
    clear: both;
    padding: 5px 0 0 0;
}
.renderingImg1, .renderingImg2 {
    float: left;
    position: relative;
}
.renderingImg1 {
    padding: 0 12px 0 0;
}
.renderingImg2 {
    padding: 0 0 5px 0;
}
.eleA, .eleB {
    position: absolute;
    top: 10px;
    left: 240px;
    font-size: 14px;
    color: #fff;
}

/* model home */
#modelhome #content {
    width: 722px;
/*
    min-height: 708px;
    height: auto !important;
    height: 708px;
*/
    background: #fff url(../images/bg-content-design.jpg) no-repeat;
}
#modelhome #sub-nav {
    padding: 90px 0 0 0;
    width: 722px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    color: #000;
    text-align: center;
}
#modelhome #sub-nav a {
    color: #000;
}
#modelhome #content-copy {
    padding: 5px 35px 15px 25px;
}
.modelhome img {
    margin: 0 8px 8px 0;
}

/* related info */
#info #content {
    width: 722px;
    height: 708px;
    background: url(../images/bg-content-info.jpg) no-repeat;
    position: relative;
}
#info #content-copy {
    position: absolute;
    top: 168px;
    left: 23px;
    width: 565px;
    color: #4e331b;
}

/* ref form */
#regform #content {
    width: 722px;
    min-height: 708px;
    height: auto !important;
    height: 708px;
    background: url(../images/bg-content-design.jpg) no-repeat;
}
#regform #content-copy {
    padding: 90px 35px 15px 25px;
    font-size: 12px;
}
#regform #content-copy b { font-size: 14px; }
#regform #content-copy .floatLeft { float: left; }
#regform #content-copy label {
    float: left;
    width: 110px;
}
#regform #content-copy label.longLabel { padding: 0 0 0 3px; width: 180px; }
#regform #content-copy #regform-top input {
    float: left;
    margin: 0 10px 6px 0;
}




#bottomShadow {
    width: 760px;
    height: 9px;
    /* background: url(../images/bottom-shadow.png) no-repeat; */
}

#footer {
    width: 710px;
    padding: 14px 0 14px 26px;
    font-size: 11px;
    color: #fff;
    line-height: 18px;
}
#footer a {
    color: #fff;
    text-decoration: none;
}