body {
   margin:0px;
   background-color: #b3b488; 
   color: #5E5E56;
   text-align: left;
 }
  
#header {
   color: #FDF8D8;
   background-color: #4B532A;
   max-width: 744px;
   padding: 0px;
   margin-left: auto;
   margin-right: auto;
   position: relative;
 }

.header-title {
 font-size: 200%;
 text-align: left;
 float: left;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 padding-left: 5px;
 }
 
.header-subtitle {
 font-size: 100%;
 text-align: right;
 vertical-align: top;
 padding-right: 5px;
 }

 .header-subtitle a:link {
 color: #FDF8D8; 
 }
 .header-subtitle a:visited {
 color: #FDF8D8; 
 }

 .header-subtitle a:hover {
 color: #FDF8D8;
 text-decoration: none;
 }

#mainContent {
	background-color: #e7e6d7;
	max-width: 744px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

.property-title {
   font-size: 200%;
   color: #8E0700;
   text-align: left;
   vertical-align: top;
   padding-left: 10px;
}
 

.property-title a:visited {
   color: #8E0700;
}

.property-title a:link {
   color: #8E0700;
}

.property-title a:hover {
   color: #8E0700;
   text-decoration: none;
}

.property-subtitle {
   padding-left: 10px;
 }

.container-card {
	background-color: #FFFEFD;
	border: 1px solid #BDBCAB;
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding-bottom: 5px;
}

.card-header {
   color: #4B532A;
   font-size: 125%;
   font-weight: bold;
   padding-left: 5px;
   border-bottom: 1px solid #BDBCAB;
}

.card-contents {
	/* margin-right: 50%; */
	/* overflow: auto; */
	padding-left: 5px;
	padding-right: 5px;
}

.card-contents-left {
	/* margin-right: 50%; */
	overflow: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.card-image {
	float: right;
	width: 50%;
	/* display: inline; */
}

.card-image img {
   padding: 3px;
   border-left: 1px solid #BDBCAB;
   border-right: 1px solid #BDBCAB;
   border-top: 1px solid #BDBCAB;
   border-bottom: 1px solid #BDBCAB;
}

div.feature {
  	border-bottom: 1px solid #BDBCAB;
  	padding-top: 2px;
  	padding-bottom: 2px;
  	overflow: auto;
   font-size: 90%;
   font-weight: bold;
}
 
div.feature-secondary ul>li{
  width:50%;  
  float:left;
}

div.image-list ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.image-list ul>li{
  width:50%;  
  float:left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#footer {
   text-align: center;
   color: #FDF8D8;
   background-color: #4B532A;
   max-width: 744px;
   padding: 0px;
   margin-left: auto;
   margin-right: auto;
   position: relative;
}
 
 
#footer  a:link {
 color: #FDF8D8; 
 }
#footer  a:visited {
 color: #FDF8D8; 
 }

#footer  a:hover {
 color: #FDF8D8;
 text-decoration: none;
 }

 .missing-field {
   color: rgb(255,0,0);
   text-align: left;
 }

 .section-header {
   color: #4B532A;
   font-size: 125%;
   vertical-align: top;
   font-weight: bold;
   text-align: left;
 }
 
 .section-header-sub {
   color: #4B532A;
   font-size: 125%;
   vertical-align: top;
   font-weight: bold;
   text-align: right;
 }

 .text-block {
   color: #5E5E56;
   font-size: 90%;
   text-align: left;
 }
 
 .main-picture td {
   vertical-align: top;
 }
 
 .main-picture img {
   padding: 8px;
   border-left: 1px solid #BDBCAB;
   border-right: 1px solid #BDBCAB;
   border-top: 1px solid #BDBCAB;
   border-bottom: 1px solid #BDBCAB;
}
 
 .picture-title {
   font-size: 80%;
   color: #5E5E56;
   text-align: center;
 }
 
 .block-table {
   border-left: 1px solid #BDBCAB;
   border-right: 1px solid #BDBCAB;
   border-top: 1px solid #BDBCAB;
   border-bottom: 1px solid #BDBCAB;
   background-color: #FFFEFD;
 }
 
 .block-table table {
   /*width: 693px; */
   border: none;
   padding: 4px;
   border-spacing: 0px;
 }
 
 .sub-table {
   width: 100%;
   padding: 3px;
   border-spacing: 0px;
 }

 .rental-feature {
   width: 33%;
   font-size: 90%;
   color: #5E5E56;
 }
 
 .adtnl-pictures {
  height: 262px;
  font-size: 80%;
  color: #5E5E56;
   padding-left: 2px;
   padding-right: 2px;
   padding-top: 2px;
   padding-bottom: 2px;
 }
 
 .right-table {
   width: 350px;
   padding: 0px;
   border-spacing: 1px;
   border-left: 2px solid #FFFEFD;
   border-right: 1px solid #e7e6d7;
   border-top: 1px solid #e7e6d7;
   border-bottom: 1px solid #e7e6d7;
   background-color: #e7e6d7;
 }
 
 .bottom {
 background-color: #4B532A; 
 color: #FDF8D8; 
 padding-left: 5px; 
 padding-right: 5px; 
 padding-top: 2px; 
 padding-bottom: 2px;
 }

 .bottom a {
 color: #FDF8D8; 
 }

 .bottom a:link {
 color: #FDF8D8; 
 }
 .bottom a:visited {
 color: #FDF8D8;  	
 }
 
 .bottom a:hover {
 color: #FDF8D8;
 text-decoration: none;
 }

 .prompt {
   color: #4B532A;
   text-align: left;
 }
 
 .prompt-req {
   font-weight: bold;
   color: #4B532A;
   text-align: left;
 }

 .field {
   font-size: 90%;
   font-weight: normal;
   color: #4B532A;
   text-align: left;
 }
 
 .comment-form {
   color:  #4B532A;
   text-align: left;
 }
 
 label {
   display: inline-block;   
   width: 200px;
   vertical-align: top;
 }
 
 label.error {
   color: red;
   margin-left: 205px;
 }
 
 .comment-form input.submit {
   margin-left: 204px;
 }
 
  .comment-form input.submit2 {
   margin-left: 204px;
 }
 
  .comment-form div.result {
   color:  #4B532A;
   font-weight: bold;
   margin-left: 204px;
  }
 
  .comment-form img.throbber {
   margin-left: 204px;
  }

 input.error {
   border: 1px dotted red;
 }

 label.required {
   font-weight: bold;
 }
 
.message {
 	border-style: dashed;
	border-width: medium;
	width: 734px;
   	text-align: center;
   	padding: 0px;
   	margin-left: auto;
   	margin-right: auto;
	color: red;
	background-color: #e7e6d7;
	font-size: 125%; 
 }
