﻿body {
    margin: 0px;
    padding: 0px;
    background-color: #442E10;
    color: #32180D;
    font-size: 14px;
    font-family: Calligraph421 BT, Times New Roman, Serif;
    line-height: 2.0em;
}

/* Set these properties for links and images so that 
   images that are links don't have a "link colored 
   border" around them */
a, img {
    border: none;
    outline: 0px;
}

/* Set the default page link properties */
a:link, a:visited {
    color: #77351B;
    text-decoration: none;
}

a:hover, a:active {
    color: #999999;
}

p {
    margin: 0px 0px 8px;
}

th {
    text-align: left;
    padding: 1px 3px;
    vertical-align: top;
    font-weight: bold;
}

h1 {
    margin: 0px 0px 10px;
    color: #7A5328;
    font-size: 16px;
    font-family: Verdana, Helvetica, Sans-Serif;
}

h2 {
    margin: 0px 0px 10px;
    border-bottom: 2px solid #442E10;
    color: #A47D4A;
    font-size: 14px;
    font-family: Verdana, Helvetica, Sans-Serif;
}

h2.propSearchHeader {
    margin: 0px 0px 3px;
    padding-left: 8px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #442E10;
    color: #FFFFFF;
    font-size: 14px;
    font-family: Verdana, Helvetica, Sans-Serif;
}

h3.lotSearchResultsHeader {
    margin: 0px 0px 3px;
    padding-left: 8px;
    border-top: 1px solid #442E10;
    border-bottom: 1px solid #442E10;
    background-color: #A47D4A;
    color: #ECDFB2;
    font-size: 13px;
    font-family: Verdana, Helvetica, Sans-Serif;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

input.submit {
    padding: 1px 3px;
    border: 1px solid #A47D4A;
    background-color: #442E10;
    color: #ECDFB2;
}

input.submit:hover {
    background-color: #ECDFB2;
    color: #442E10;
    cursor: pointer;
}

input.altSubmit {
    padding: 1px 3px;
    border: 1px solid #442E10;
    background-color: #A47D4A;
    color: #ECDFB2;
}

input.altSubmit:hover {
    background-color: #ECDFB2;
    color: #442E10;
    cursor: pointer;
}

.validator {
    color: #910000;
    font-weight: bold;
    font-style: italic;
}

.success {
    display: inline-block;
    margin: 10px 0px;
    padding: 4px 8px;
    width: auto;
    background-color: #C7E08B;
    border: 1px dashed #658222;
    color: #658222;
    font-size: 13px;
    font-weight: bold;
}

.error {
    color: #910000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: italic;
}

.note {
    color: #666666;
    font-style: italic;
}

/* Specify main master page area properties */

/* WRAPPER: Used to "wrap" the entire layout for 
     enclosing the entire page content (and for 
     centering purposes). */
#wrapper {
    margin: 0px auto; /* auto for left/right margin to center it */
    padding: 0px;
    width: 877px;
}

/* HEADER: Containing block for header image and menu. */
#header {
    float: left;
    width: 877px;
    height: 353px;
    margin: 0px;
    padding: 0px;
    background: url( "../Images/header_bkgnd.jpg" ) no-repeat top left;
}

/* IMAGEROTATOR: Place holder for header image rotator. */
#header .imageRotator {
    float: left;
    position: absolute;
    top: 72px;
    width: 795px;
    height: 251px;
    margin: 0px 0px 0px 43px;
    padding: 0px;
    background: url( "../Images/csp_header.jpg" ) no-repeat top left;
}

/* CSMASK: Used to mask the CS and "An Exclusive Schad/Rypkema 
     Development" box overtop the image rotator. There is an 
     additional style for IE6 to make the background PNG 
     transparent (in the ie6.css file). */
#header .CSMask {
    float: left;
    position: absolute;
    top: 0px;
    width: 877px;
    height: 325px;
    margin: 0px 0px 0px 43px;
    background: url( "../Images/csmask.png" ) no-repeat top left;
    z-index: 999999;
}

/* MENU: Main menu for the site. */
#header .menu {
    float: left;
    position: absolute;
    top: 324px;
    width: 877px;
    height: 32px;
    margin: 0px;
    padding: 8px 0px 0px;
    font: 12px Arial, Helvetica, Sans-Serif;
    text-align: center;
}

#header .menu ul {
    margin: 0px;
    padding: 0px;
}

#header .menu li {
    display: inline;
    margin: 0px 10px 0px;
    padding: 0px;
    list-style-type: none;
}

#header .menu a:link, #header .menu a:visited {
    color: #32180D;
}

#header .menu a:hover, #header .menu a:active {
    color: #888888;
}

#headerFadeText {
    float: left;
    position: absolute;
    top: 245px;
    width: 512px;
    height: 60px;
    margin: 0px 0px 0px 293px;
    padding: 0px;
    color: #684215;
    font-size: 22px;
    font-style: italic;
    z-index: 9999999;
}

#headerFadeText span {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 2px 6px;
    border: 1px solid #684215;
    background-color: #ede1b7;
    text-align: center;
    -moz-opacity:.75;
    filter:alpha(opacity=75);
    opacity:.75;
}

/* MAIN: Containingg block for the page content. Also used
     to display a gradient background (content class will
     have the gradient background, main will have the 
     remaining filler background for when content extends
     down past the height of the gradient background). */
#main {
    float: left;
    width: 877px;
    margin: 0px;
    padding: 0px;
    background: url( "../Images/main_bkgnd.jpg" ) repeat-y top left;
}

#main .content {
    float: left;
    width: 717px;
    min-height: 288px;
    margin: 0px;
    padding: 20px 80px 0px;
    background: url( "../Images/content_bkgnd.jpg" ) no-repeat top left;
}

/* LEFTSIDE: Used to split up the content from the logo on 
     the home page. */
#main .content .leftSide {
    float: left;
    width: 460px;
}

#main .content .photos {
    margin: 20px 0px 10px -5px;
    padding: 0px;
}

#main .content .logo {
    float: right;
    margin: 0px 0px 10px 15px;
}

#main .content .staffListing {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    line-height: 1.0em;
}

#main .content .staffListing .staff {
    width: 100%;
    padding: 5px;
}

#main .content .staffListing .altStaff {
    width: 100%;
    padding: 5px;
    border-top: 1px solid #442E10;
    border-bottom: 1px solid #442E10;
    background-color: #EFE3BD;
}

#main .content .staffListing .staff .image, #main .content .staffListing .altStaff .image {
    padding-right: 10px;
    width: 127px;
}

#main .content .staffListing .staff .info, #main .content .staffListing .altStaff .info {
    vertical-align: top;
}

#main .content .linksListing {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    line-height: 1.0em;
}

#main .content .linksListing .link {
    width: 100%;
    padding: 5px;
}

#main .content .linksListing .altLink {
    width: 100%;
    padding: 5px;
    border-top: 1px solid #442E10;
    border-bottom: 1px solid #442E10;
    background-color: #EFE3BD;
}

#main .content .documentsDownload {
    line-height: 1.0em;
}

#main .content .documentsDownload .document {
    width: 100%;
    padding: 5px;
}

#main .content .documentsDownload .altDocument {
    width: 100%;
    margin: 5px 0px 0px;
    padding: 5px;
    border-top: 1px solid #442E10;
    border-bottom: 1px solid #442E10;
    background-color: #EFE3BD;
}

#main .content .documentsDownload .filename {
    margin: 0px 0px 5px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Sans-Serif;
}

#main .content .documentsDownload .filename img {
    vertical-align: -10px;
}

#main .content .documentsDownload .description {
    width: 100%;
}

#main .content .login {
    margin: 0px auto;
}

/* FOOTER: Used to display the bottom "footer" of the page. */
#footer {
    float: left;
    width: 877px;
    height: 84px;
    margin: 0px;
    padding: 0px;
    background: url( "../Images/footer.jpg" ) no-repeat top left;
}

#propertyMap {
    position: relative;
}

#propertyMap img {
    border: 1px solid #442E10;
}

#lotPreview {
    position: absolute;
    float: left;
    top: 10px;
    left: 10px;
    width: 175px;
    height: auto;
}

#lotPreview div {
    float: left;
    height: auto;
    width: 100%;
    padding: 5px;
    border: 1px solid #442E10;
    background-color: #ECDFB2;
}

#lotPreview img {
    float: left;
    width: 100px;
    margin: 0px 5px 5px 0px;
}

#lotPreview span {
    white-space: nowrap;
}

#propertySearch {
    margin: 10px 0px 20px;
    padding: 0px;
}

#propertySearch .searchTypes {
    margin: 0px;
    padding: 0px 15px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #442E10;
    color: #FFFFFF;
    font-size: 13px;
    font-family: Verdana, Helvetica, Sans-Serif;
}

#propertySearch .searchTypes .heading {    
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: 12px;
}

#propertySearch .searchTypes .typesList {
    display: inline;
    font-size: 12px;
}

#propertySearch .searchTypes .typesList label {
    vertical-align: 1px;
}

#propertySearch .searchBox {
    padding: 0px 15px;
    background-color: #A47D4A;
    border-bottom: 1px solid #442E10;
}

#propertySearch .searchBox h1 {
    margin: 0px 0px 5px;
    padding: 3px 0px 0px;
    font-size: 13px;
    color: #EDE0B4;
}

#propertySearch .searchBox .searchCriteria {
    width: 687px;
    margin: 0px;
    background-color: #FFFFFF;
}

#propertySearch .searchBox .searchCriteria table {
    width: 100%;
    margin: 5px;
}

#propertySearch .searchBox .searchCriteria th {
    width: 90px;
    text-align: right;
}

#propertySearch .searchBox .searchCriteria td.buttons {
    width: 100px;
    text-align: center;
    vertical-align: middle;
}

#propertySearch .searchBox .clear {
    height: 15px;
}

.lotSearchResults {
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.0em;
}

.lotSearchResults .propertyImage {
    width: 155px;
    padding-top: 3px;
    padding-right: 5px;
}

.lotSearchResults .propertyImage img {
    float: left;
    width: 148px;
    border: 1px solid #442E10;
}

.lotSearchResults .propertyImage span {
    display: block;
    float: left;
    width: 144px;
    height: 18px;
    padding: 1px 3px;
    background-color: #72624B;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.lotSearchResults .lotNumber span {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-style: italic;
    color: #666666;
}

.lotSearchResults .price {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-style: italic;
    color: #666666;
}

.lotSearchResults .address {
    font-style: italic;
    color: #666666;
}

.lotSearchResults .acres span {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-style: italic;
    color: #666666;
}

.lotSearchResults .bedrooms span {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-style: italic;
    color: #666666;
}

.lotSearchResults .bathrooms span {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-style: italic;
    color: #666666;
}

.lotSearchResults .moreInfo {
    padding-left: 10px;
    background-color: #EDE0B4;
}

#propertyInfo {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 10px 0px 20px;
}

#propertyInfo .imagesMapArea {
    float: left;
    width: 270px;
    margin: 0px;
    padding: 0px;
}

#propertyInfo .imagesMapArea .previewImage {
    float: left;
    width: 250px;
    margin: 0px;
    padding: 0px;
}

#propertyInfo .imagesMapArea .previewImage img {
    float: left;
    width: 248px;
    border: 1px solid #442E10;
}

#propertyInfo .imagesMapArea .previewImage span {
    display: block;
    float: left;
    width: 228px;
    padding: 1px 10px;
    border-right: 1px solid #442E10;
    border-bottom: 1px solid #442E10;
    border-left: 1px solid #442E10;
    background-color: #72624B;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

#propertyInfo .imagesMapArea .propertyMap {
    float: left;
    width: 250px;
    margin: 10px 0px 0px;
    padding: 0px;
}

#propertyInfo .imagesMapArea .propertyMap img {
    width: 248px;
    border: 1px solid #A47D4A;
}

#propertyInfo .imagesMapArea .imageGallery {
    float: left;
    width: 238px;
    margin: 10px 0px 0px;
    padding: 5px;
    border: 1px solid #A47D4A;
    background-color: #F5EFD9;
}

#propertyInfo .imagesMapArea .imageGallery h1 {
    margin: -3px 0px 0px 5px;
    padding: 0px;
    font-size: 12px;
}

#propertyInfo .imagesMapArea .imageGallery .image {
    float: left;
    width: 69px;
    margin: 5px;
    padding: 0px;
}

#propertyInfo .imagesMapArea .imageGallery .image img {
    float: left;
    width: 67px;
    border: 1px solid #442E10;
}

#propertyInfo .imagesMapArea .imageGallery img:hover {
    background-color: #FFFFFF;
    filter: alpha(opacity=55);
    opacity: 0.55;
    -moz-opacity: 0.55;
    -khtml-opacity: 0.55;
}

#propertyInfo .imagesMapArea .imageGallery .clear {
    clear: both;
    float: left;
    height: 2px;
}

#propertyInfo .infoDescription {
    float: left;
    width: 447px;
    margin: 0px;
    padding: 0px;
}

#propertyInfo .infoDescription .siteAndHomeInfo {
    float: left;
    width: 447px;
    margin: 0px;
    padding: 0px;
}

#propertyInfo .infoDescription .siteAndHomeInfo table {
    width: 100%;
}

#propertyInfo .infoDescription .siteAndHomeInfo .lotNumber span {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-style: italic;
    color: #666666;
}

#propertyInfo .infoDescription .siteAndHomeInfo .price {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-style: italic;
    color: #666666;
}

#propertyInfo .infoDescription .siteAndHomeInfo .address {
    font-style: italic;
    color: #666666;
}

#propertyInfo .infoDescription .siteAndHomeInfo .acres span {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-style: italic;
    color: #666666;
}

#propertyInfo .infoDescription .homeInfo {
    float: left;
    width: 447px;
    margin: 10px 0px 0px;
    padding: 10px 0px 0px;
    border-top: 2px solid #A47D4A;
}

#propertyInfo .infoDescription .homeInfo table {
    width: 100%;
}

#propertyInfo .infoDescription .homeInfo td span {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-style: italic;
    color: #666666;
}

#propertyInfo .infoDescription .description {
    float: left;
    width: 447px;
    margin: 10px 0px 0px;
    padding: 10px 0px 0px;
    border-top: 2px solid #A47D4A;
}

#propertyInfo .infoDescription .backToSearch {
    float: left;
    width: 447px;
    margin: 10px 0px 0px;
    padding: 10px 0px 0px;
    border-top: 2px solid #A47D4A;
    font-family: Verdana, Helvetica, Sans-Serif;
}

.FAQListing td.question {
    color: #888888;
    font-style: italic;
}
