#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: 7px 0 0 20px;
}
#main-nav {
    padding: 24px 0 0 0;
}
#office-info {
    /* padding: 16px 40px 35px 9px; */
    margin: 30px 0 0 0;
    width: 182px;
    background: #7c8bc5;
    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: 760px;
    background: url(../images/bg-content.png) repeat-y;
/*
    margin: 0 0 0 -19px;
*/
    padding: 8px 0 8px 19px;
    font-size: 12px;
    color: #333333;
}
#contentShadow a { color: #333333; }

#content {
    margin: 0 0 0 8px;
    border: 1px solid #939393;
    padding: 12px;
    width: 680px;
    min-height: 708px;
    height: auto !important;
    height: 708px;
    /* background: #f7f4ec url(../images/bg-content.gif) repeat-y; */
    position: relative;
}
#content-header { padding: 44px 0 24px 0; }
#title-img {
    text-align: right;
    margin: 232px 72px 0 0;
}
#content-copy { }
#content-copy p { line-height: 18px; }

/* home */
#home #content-header { text-align: center; }
#home #content-copy { padding: 0 55px; }

/* site plan */
#siteplan #content-header, #design #content-header, #info #content-header { padding-bottom: 0; padding-left: 55px; }
#regform #content-header { padding-left: 55px; }

/* design */
#design #sub-nav {
    text-align: center;
    font-size: 10px;
    color: #2d4584;
}
#design #sub-nav a { color: #2d4584; text-decoration: none; }
.design-copy {
    clear: both;
    padding: 25px 0 0 0;
}
.top-link { padding: 10px 0 0 0; font-size: 10px; }
.right-link {
    clear: both;
    float: right;
    color: #2d4584;
}
.right-link a {
    color: #2d4584;
    text-decoration: none;
}
.right-link img {
    vertical-align: middle;
}
.design-name { padding: 0 10px 0 0; font-size: 24px; color: #5ea1ce; }
.design-footage { font-size: 14px; color: #5ea1ce; }
#model-info {
    float: left;
    width: 394px;
    margin: 0 50px 0 0;
}
#model-list { padding: 60px 0 0 0; }
#model-list a { text-decoration: none; }

.elevation td {
    vertical-align: top;
    text-align: center;
    font-size: 10px;
    color: #2d4584;
}


.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 img {
    margin: 0 8px 8px 0;
}


/* ref form */
#regform #content {
/*
    width: 722px;
    min-height: 708px;
    height: auto !important;
    height: 708px;
    background: #fff url(../images/bg-content-design.jpg) no-repeat;
*/
}
#regform #content-copy {
/*
    padding: 90px 35px 15px 25px;
    font-size: 12px;
    color: #002b54;
*/
}
#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 label.last { float: none; }
#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;
    line-height: 18px;
}
#footer a {
    color: #000;
    text-decoration: none;
}