/* CSS Document */
body {
  margin-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000; /*
 background: #bddfac;*/
  padding: 10px 0;
}
h1 {
  font-size: 155%;
  color: #000;
  font-weight: bold;
}
h2 {
  font-size: 140%;
  color: #000;
  font-weight: bold;
  font-style: italic;
}
a {
  color: blue;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
div#topline-ad-container {
  margin: 0 auto;
  width: 965px;
  text-align: center;
}
div#container {
  font-family: Arial, Helvetica, sans-serif;
  width: 965px;
  background: -moz-linear-gradient(
    right,
    #f7ed98 0%,
    #f7ed98 10%,
    #bddfac 95%,
    #bddfac 100%
  );
  background: -webkit-gradient(
    linear,
    left,
    left bottom,
    color-stop(15%, #f7ed98),
    color-stop(10%, #f7ed98),
    color-stop(95%, #bddfac),
    color-stop(100%, #bddfac)
  );
  background: -webkit-linear-gradient(
    left,
    #f7ed98 0%,
    #f7ed98 10%,
    #bddfac 95%,
    #bddfac 100%
  );
  background: -o-linear-gradient(
    right,
    #f7ed98 0%,
    #f7ed98 10%,
    #bddfac 95%,
    #bddfac 100%
  );
  background: -ms-linear-gradient(
    right,
    #f7ed98 0%,
    #f7ed98 10%,
    #bddfac 95%,
    #bddfac 100%
  );
  background: linear-gradient(
    to right,
    #f7ed98 0%,
    #f7ed98 10%,
    #bddfac 95%,
    #bddfac 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ed98', endColorstr='#bddfac',GradientType=0 );
  margin: 0 auto;
  padding: 5px 30px 0 30px;
  position: relative;
}
div.container {
  width: 965px;
  margin: 0 auto;
}
div#header {
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  background: url("../images/header-bg.png") bottom right no-repeat;
  min-height: 270px;
  position: relative;
  z-index: 15;
}
#header p {
  font-size: 18px;
}
div#headline {
  width: 100%;
  padding-top: 10px;
  font-family: "Times", "Times New Roman", serif;
  color: #ffffff;
}
div#headline > div.cell {
  vertical-align: top;
}
div#headline > div.cell:first-child {
  width: 200px;
}
div#headline img {
  position: relative;
  -webkit-box-shadow: 6px 13px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 6px 13px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 6px 13px 5px 0px rgba(0, 0, 0, 0.5);
  z-index: 20;
}
div#headline div#header-text {
  /* float: left; */
  padding-left: 10px;
}
div#headline div#header-text:after {
  content: "";
  clear: both;
}
div#headline h1 {
  font-size: 550%;
  color: #ffffff;
  padding: 0;
  margin: 0 0 0.1em 0;
  font-weight: normal;
  font-style: normal;
  text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
}
div#headline h2 {
  font-size: 350%;
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-weight: normal;
  text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
  font-style: normal;
}
div#topnav_bg {
  position: absolute;
  top: 185px;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: right;
  color: #ffffff;
  background-color: #1e74b7;
  height: 33px;
  line-height: 23px;
  padding: 10px 0;
  font-weight: lighter;
  border-top: 3px solid #000000;
  border-bottom: 5px solid #000000;
}
div#topnav {
  position: absolute;
  top: 204px;
  z-index: 25;
  text-align: right;
  font-size: 130%;
}
div#topnav > div,
div.navigation > div {
  display: inline-block;
  border-right: 1px solid #ffffff;
  margin: 0 0 0 10px;
  padding: 0 10px 0 0;
  text-align: center;
}
div#topnav > div:last-child,
div.navigation > div:last-child {
  border-right: none;
}
#topnav a {
  /* color: #FFFFFF;*/
  color: #bddfac;
  text-decoration: none;
}
#topnav a:hover {
  text-decoration: underline;
}
div#main-content-container {
  width: 940px;
  padding: 10px;
  background: #ffffff;
  margin: 0 auto;
}
#slideshow {
  width: 940px;
  padding: 0;
  margin: 0 auto;
}
#slideshow div {
  padding: 0;
  width: 100%;
}
div#main-content {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
div#main-content > div:first-child {
  background: -webkit-linear-gradient(
    #c0e59c,
    #f9fdeb
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#c0e59c, #f9fdeb); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    #c0e59c,
    #f9fdeb
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#c0e59c, #f9fdeb); /* Standard syntax */
}
div#sponsors {
  background: #e9f5d1;
  width: 309px;
  text-align: center;
  padding: 5px 0;
}
div#sponsors div {
  margin: 1.5em auto;
}
div.sponsors-heading {
  background: #ffde2d;
  border: 1px solid #000000;
  border-radius: 15px;
  padding: 2px 0;
  width: 80%;
  margin: 5px auto;
  font-size: 150%;
  font-weight: bold;
}
td.left_col div.sponsors-heading {
  padding-left: 5px;
  padding-right: 5px;
}
div#footer {
  padding: 5px 0px;
  width: 100%;
  text-align: center;
  background: #1e74b7;
  font-size: 12px;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
table#footer-nav {
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
}
#footer-nav td {
  padding: 5px;
}
#footer-nav a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
#footer-nav a:link,
#footer-nav a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
#footer-nav a:hover {
  color: #00adef;
}
div#main_content {
  background-color: #ffffff;
}
.shadow_box {
  background-color: #f2f2f2;
  border-radius: 15px;
  box-shadow: 7px 7px 3px #000000;
}
.table {
  display: table;
}
.row {
  display: table-row;
}
.cell {
  display: table-cell;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
div.fltleft {
  float: left;
}
div.picture-left {
  float: left;
  text-align: center;
  padding: 3px;
}
div.picture-right {
  float: right;
  text-align: center;
  padding: 10px 3px 0 0;
}
h1#parade-entries-title {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
a#return-to-browse-homes {
  text-decoration: none;
  color: #6f990c;
  font-weight: bold;
  text-align: left;
  margin: 0.75em 0;
  float: left;
}
a#return-to-browse-homes > div > div {
  vertical-align: middle;
}
a#return-to-browse-homes > div > div:first-child {
  width: 38px;
}
div#content-container {
  width: 99%;
  margin: 3px auto;
}
div#content-container > div {
  vertical-align: top;
}
div#content-container > div#right-col {
  width: 320px;
}

div#left-col-info-container {
  background: -moz-linear-gradient(top, #e9f5d1 0%, #ffffff 40%, #ffffff 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #e9f5d1),
    color-stop(40%, #ffffff),
    color-stop(100%, #ffffff)
  );
  background: -webkit-linear-gradient(
    top,
    #e9f5d1 0%,
    #ffffff 40%,
    #ffffff 100%
  );
  background: -o-linear-gradient(top, #e9f5d1 0%, #ffffff 40%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e9f5d1 0%, #ffffff 40%, #ffffff 100%);
  background: linear-gradient(to bottom, #e9f5d1 0%, #ffffff 40%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f5d1', endColorstr='#FFFFFF',GradientType=0 );
  padding: 5px 3%;
  width: 94%;
  margin: 0 auto;
}
div.listing-heading {
  background: #64bb60;
  text-align: left;
  color: #ffffff;
  padding: 3px 0.3em;
  font-size: 140%;
  margin: 1.5em auto 0.5em auto;
  display: table;
  width: 100%;
}
div.listing-heading > div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
div.listing-heading > div:first-child {
  width: 40px;
  text-align: center;
}
/*div.listing-info-container{
    -webkit-box-shadow: 0px 10px 5px -4px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 10px 5px -4px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 10px 5px -4px rgba(50, 50, 50, 0.75);
}*/
div.listing-info {
  position: relative;
  -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.3);
}
/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
div.listing-info:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
  bottom: 0px;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 50%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
div.listing-shadow {
  width: 100%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  height: 10px;
  background: -webkit-linear-gradient(#cdcdcd, #f1f1f1);
  background: -o-linear-gradient(#cdcdcd, #f1f1f1);
  background: -moz-linear-gradient(#cdcdcd, #f1f1f1);
  background: linear-gradient(#cdcdcd, #f1f1f1);
}
div#inside-right-col {
  background: #e9f5d1;
  width: 325px;
  padding: 10px;
}
table#home-details-table {
  color: #000000;
  width: 100%;
  margin: 0 auto;
}
table#home-details-table td {
  width: 50%;
  padding: 2px;
}
table#home-details-table tr:nth-child(even) {
  background: #ffffff;
}
table#home-details-table tr:nth-child(odd) {
  background: #f7fdf2;
}
table#home-details-table tr > td:first-child {
  font-weight: bold;
}
table#home-details-table tr:nth-child(odd) > td:first-child {
  color: #5b7639;
}

div#contact-form {
  margin-top: 2em;
}
div#contact-form > div {
  padding: 3px;
}
div#contact-form > div:first-child {
  background: #e3efc3;
}
div#contact-form > div {
  background: #ffffff;
}
div#contact-form > div.dark-row {
  background: #f5f4e9;
}

a.map-index {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
a.map-index:hover {
  text-decoration: none;
}
a.map-info {
  color: #00f;
  text-decoration: underline;
}
.entry_header {
  background: #5c7abb;
  color: #ffffff;
  text-shadow: 0px 0px 12px #223393, 0px 0px 6px #0f1a83;
  height: 44px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.entry_header a {
  color: #ffffff;
  text-decoration: none;
}
.entry_header a:hover {
  text-decoration: underline;
}
.entry_info {
  border: 1px solid #000000;
  padding: 2px;
  margin: 0;
}
div#entry-nav {
  text-align: center;
}
div#entry-nav > div {
  display: inline-block;
  padding: 0.5em;
}
table#parade-entries-table {
  background: #ffffff;
  width: 100%;
}
table#parade-entries-table > tbody > tr > td {
  padding: 1em 0;
}
table#parade-entries-table table.parade-entry-heading tr > td:first-child {
  width: 45px;
}
td#main-col {
  margin: 0;
  padding: 10px;
  width: 732px;
  background-color: #efefef;
  text-align: left;
  border-right: 1px solid #888;
}
td#main-col-home {
  margin: 0;
  padding: 10px;
  width: 526px;
  background-color: #efefef;
  text-align: left;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
}
td#right-col {
  margin: 0;
  padding: 10px;
  width: 186px;
  background-color: #efefef;
  text-align: center;
}
div.entry-list-info {
  text-align: left;
  padding-bottom: 1em;
}
div#model-name-container {
  font-weight: bold;
  font-size: 200%;
  clear: both;
}
div#builder-logo-image {
  width: 90%;
  margin: 10px auto;
  text-align: center;
}
div#builder-logo-image img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 150px;
}
p#floorplan-image-container {
  text-align: center;
}
img#floorplan-image {
  max-width: 526px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

img.parade-entry-image {
  width: 100%;
  height: auto;
}
table#content {
  width: 100%;
}
div#aperture-estate-video {
  width: 100%;
  height: 393px;
}

/* .header-box {
  display: flex;
} */

