html, body, th, td, select, textarea, input, button {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
}
body {
    background: #523d25;
    margin: 32px 0px 0px;
    color: #FFF;
}
.clear {
    clear: both;
    line-height: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin: 0;
}
h1 {
    font-size: 18px;
    padding-bottom: 10px;
}
p {
    margin-top: 0px;
    margin-bottom: 1.5em;
}
#primary-wrapper {
    width: 822px;
    margin-right: auto;
    margin-left: auto;
}
#navigation {
    padding-bottom: 10px;
    text-align: right;
    color: #D1AF7E;
    font-size: 12px;
}
#navigation a:link {
    color: #D1AF7E;
    text-decoration: none;
}
#navigation a:visited {
    color: #D1AF7E;
    text-decoration: none;
}
#navigation a:hover {
    color: #D1AF7E;
    text-decoration: underline;
}
#secondary-wrapper {
    background: #d1af7e;
    padding: 5px;
    color: #5a462b;
}
.hp #secondary-wrapper {
    padding: 0;
    color: #FFFFFF;
    background: #d1af7e url(images/homepage-bg.jpg) no-repeat left top;
    height: 478px;
}
.hp #secondary-wrapper .colA {
    float: left;
    padding-top: 86px;
    width: 274px;
}
.hp #secondary-wrapper .colB {
    float: right;
    width: 471px;
    min-height: 237px;
    padding-top: 215px;
    line-height: 1.4;
}
.hp #secondary-wrapper .colB .colBpadding {
    padding-right: 25px;
    padding-left: 30px;
}
.hp #secondary-wrapper .colB .registerBlock {
    color: #d1af7e;
    background: #004026;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}
.hp #secondary-wrapper .colB .registerBlock a:link {
    text-decoration: none;
    color: #d1af7e;
}
.hp #secondary-wrapper .colB .registerBlock a:visited {
    text-decoration: none;
    color: #d1af7e;
}
.hp #secondary-wrapper .colB .registerBlock a:hover {
    text-decoration: underline;
    color: #d1af7e;
}
.l2 #secondary-wrapper {
    padding-bottom: 40px;
}
.l2 #secondary-wrapper .full-col {
    padding-top: 20px;
    line-height: 1.4;
}
.l2 #secondary-wrapper .full-col-padding {
    padding-left: 20px;
    padding-right: 20px;
}
.l2 #secondary-wrapper .colA {
    float: left;
    width: 566px;
    padding-top: 50px;
    line-height: 1.4;
}
.l2 #secondary-wrapper .colApadding {
    padding-left: 20px;
    padding-right: 20px;
}
.l2 #secondary-wrapper .colB {
    float: right;
    width: 245px;
}
.floorplan-list-title {
    font-weight: bold;
}
.floorplan-list-links {
    font-size: 80%;
}
#footer {
    color: #d1af7e;
    position: relative;
}
#footer .colA {
    font-size: 11px;
}
#footer .colB {
    position: absolute;
    right: 0px;
    bottom: 1px;
    font-size: 10px;
}
#footer .colB a:link {
    color: #D1AF7E;
    text-decoration: none;
}
#footer .colB a:visited {
    color: #D1AF7E;
    text-decoration: none;
}
#footer .colB a:hover {
    color: #D1AF7E;
    text-decoration: none;
}
.field-container {
    padding-bottom: 7px;
}
.field-container label {
    display: block;
}
.field-container label.noblock {
    display: inline;
}
.submit-container {
    margin-top: 15px;
    padding: 5px;
    color: #d1af7e;
    background: #004026;
}