/*
  #b84545
  #b86464
  #711313
  #552020
  #490606
  
  #133333
  #042c2c
  #0b4444
  #3da1a1
  #58a1a1
  
  #3f4f1e
  #304506
  #4c6912
  #8fb444
  #99b462
*/

* {
  margin: 0;
  padding: 0;
}

a, a:visited{
  color: #00f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.small {
  font-size: smaller;
}

.clear {
  clear: both;
}

p {
  margin-bottom: 1em;
}

p:last-child {
  margin-bottom: 0;
}

html {
  min-height: 100%;
}
  
body {
  /*    
  background-color: #1a441a;
  background-color: #6a7053;
  background-color: #507700;
  background-color: #304506;
  background-color: #4C6912;
  background-color: #3F4F1E;
  background-image: url('/bg.png');
  background-image: url('/body.png'); 
  background-repeat: repeat-x;
  background-size: 100% 100%;
  background: linear-gradient(to bottom, #3f4f1e, #000);
  background: -webkit-linear-gradient(top, #4c6912, #3f4f1e); 
  background: -webkit-linear-gradient(top, #99b462, #3f4f1e); 
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#ffffff);
  */
  background-attachment:  fixed !important;
  background-color: #4c6912;
  background: linear-gradient(top, #4c6912, #000); 
  background: -moz-linear-gradient(top, #4c6912, #000); 
  background: -webkit-linear-gradient(top, #4c6912, #000); 
  font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}

#container {
  margin: 0px auto 0px auto;
  width: 964px;
  width: 1128px;
  /* 
  border: 2px solid #711313;
  border: 2px solid black;
  border-radius: 15px;
  */
  box-shadow: 5px 5px 5px 0px;
  overflow: hidden;
}

#header {
/*
  background-color: #bbb;
*/
  background-size: cover;
  padding: 20px 20px 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 10px solid #ccc;
  border-color: #711313;
  overflow: hidden;
}

#home #header, #contact #header, #about #header {
  background-image: url('/images/property/4-4.jpg');
  background-position: 50% 25%;
}

#property-0 #header {
  background-image: url('/images/property/0-0.jpg');
  background-position: 50% 20%;
}

#property-1 #header {
  background-image: url('/images/property/1-0.jpg');
  background-position: 50% 30%;
}

#property-2 #header {
  background-image: url('/images/property/2-0.jpg');
  background-position: 50% 70%;
}

#property-3 #header {
  background-image: url('/images/property/3-0.jpg');
  background-position: center;
}

#property-4 #header {
  background-image: url('/images/property/4-0.jpg');
  background-position: center;
}

#property-5 #header {
  background-image: url('/images/property/5-0.jpg');
  background-position: center;
}

#logo {
  height: 117px;
  width: 396px;
}

#navigation  {
  /* background-color: rgba(256, 256, 256, .75); */
  background-color: #eee;
  border: solid #bbb;
  border-width: 0px 0;
  margin: 20px -20px 20px -20px;
  box-shadow: 0 0 8px 2px;
}

#navigation a {
  color: #711313;
  color: #000;
  font-size: larger;
  display: inline-block;
  padding: 5px 10px;
  float: left;
  border-right: 1px solid #000;
}

#navigation a:last-child {
  float: none;
}

#navigation a:hover, .sub-menu a:hover {
  color: #fff;   
  /* background-color: rgba(128, 128, 128, .75); */
  background-color: #eee;
  background-color: #711313;
  text-decoration: none;
   /* text-shadow: 0 0 10px #fff; */
  text-shadow: 0 0 10px #000;
}

.sub-menu {
  display: none;
  position: absolute;
  /* background-color: rgba(256, 256, 256, .75); */
  background-color: #eee;
  border: solid #000;
  border-width: 1px 1px 0 1px;
}

.sub-menu a {
  color: #000;
  font-size: larger;
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #000;
}

#content {
  background-color: #eee;
  padding: 20px 20px 20px 20px;
}

.content-column {
  width: 534px;
  margin-right: 20px;
  padding-right: 0px;
  float: left;
}

#sub-header {
  margin: -10px -10px 0 -10px;
  padding: 20px;
  background-image: url('home.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

h1, h2 {
  color: #fff;
  white-space: pre-line;
  text-shadow: 0px 0px 10px #000;
}

#footer {
  clear: both;
  border-top: 10px solid #ccc;
  border-color: #711313;
  background-color: #bbb;
  padding: 5px;
  text-align: center;
}

.section {
  line-height: 1.5em;
  background-color: #777;
  background-color: #711313;
  border: 2px solid #711313;
  margin: 0px 0px 20px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 3px 0px #bbb;
}

.section-content {
  background-color: #fff;
  padding: 10px;
}

.section:last-child {
  margin: 0;
}

.section  h3 {
  color: #eee;
  padding: 5px 10px;
  text-shadow: 0px 0px 10px #000;
}

td .value {

}
  
#intro {
	width: 50%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#intro .section-content:first-letter, #description .section-content:first-letter {
  color: #711313;
  font-size: 1.5em;
  font-weight: bold;
}

#properties {
  background-color: #eee;
  border-radius: 0;
  line-height: normal;
  width: 100%;
}

#properties a:hover {
  text-decoration: none;
}

.home #map-canvas {
  width: 695px;
  height: 533px;
}

.properties #map-canvas, .contact #map-canvas {
  width: 510px;
  height: 510px;
}

#property-list {
  background-color: #eee;
  width: 392px;
  height: 533px;
  float: right;
  overflow: auto;
  border-left: 1px solid #ddd;
  position: relative;
}

#properties .property-content {
  
}

#map-canvas .property-content {

}

#property-list .property {
  border-bottom: 1px dashed #fff;
  clear: both;
}

#property-list .property-content {
  padding: 10px;
}

.property-highlight .property-content {
  background-color: #fff;
}

#property-list div:last-child {
  border-bottom-width: 0;
}

#property-list .suite-count {
  display: none;
}

.property-content td {
  vertical-align: top;
}

#properties .property-content img {
  height: 60px;
  width: 80px;
  margin-right: 10px;
}

.infoWindow img {
  
}

.property-content {
  cursor: pointer;
}

.property-content  .title {
  display: block;
  white-space: pre-line;
  font-size: 16px;
}

.property-content  .title:hover {
  text-shadow: 0 0 0px #00f;
}

.property-content .address {
  display: block;
  color: #000;
  white-space: pre-line;
  font-size: 10px;
}

.property-content .suite-count {
  font-size: 12px;
}

.property-content  .address:hover {
  text-shadow: 0 0 0px #000;
}

#photos  .section-content {
  padding: 10px 0 0 10px;
}

#photos a {
  float: left;
  display: block;
  background-color: #ccc;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 0;
  padding: 0px;
}

#photos a:hover {
  background-color: #888;
}

#photos img {
  height: 90px;
  width: 120px;
}

#features {

}

#suites {
  margin: 0 auto;
}

.section-content table {
  background-color: #fff;
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: none;
}

.section-content th {
  background-color: #ccc;
  padding: 0 5px;
}

#features th, #information th{
  padding: 2px 5px;
  text-align: left;
  white-space: nowrap;
}

#suites th {
}

.section-content tr:nth-child(odd) {
  background-color: #eee;
}

.section-content td {
  padding: 0 5px;
}

#suites td {
  text-align: center;
}

#contact {

}  

#form-contact label {
  font-weight: bold;
  display: block;
}

#form-contact input[type="text"] {
  width: 506px;
}

#form-contact textarea {
  width: 508px;
}

#contact-done {
    text-align: center;
    display: none;
}

#contact-done h1, #contact-done h2 {
  color: #000;
  text-shadow: none;
  padding: 15px;
}

.buttons {
  text-align: right;
}

.buttons .ui-button {
  margin-left: .1em;
  margin-right: 0;
}

#map {
  line-height: normal;
}

#contact #map {
  margin: 0;
}

#about .photo .section-content{
  line-height: 0;
}

a img {
  border-width: 0;
}
