body {
  background-attachment: fixed;
  background-image: url(../images/interior-gardens-san-antonio-background_shorter.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0px;
  padding: 0px;
  font-family: CabinRegular, san-serif;
  color: #000000;
  background-color: #2D460E;
}

#container {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF;
}
#container #header {
  background-image: url(../images/header_image.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 507px;
}
#container #header #slideshow {
  height: 367px;
  width: 540px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/slider_image_1.html);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 140px;
}
#container #navigation {
  width: 800px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  /* text-align: center; */
  font-size: 1em;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: lighter;
}

#container #navigation .moduletable {
  margin-left: 50px;  
}
#container #navigation a {
  color: #000;
  text-decoration: none;
}
#container #navigation a:hover {
  color: #25390c;
  text-decoration: underline;
  font-weight: bold;
}

#container #navigation ul {
list-style-type: none;
  padding: 3px 0px 0px 0px ;
  margin-top: 0px;
}

#container #navigation li {
  display: block;
 /* text-align: center; */
}

#container #navigation ul li {
  /* background-image: url(/images/spacer.png); */
   background-repeat: no-repeat;
   background-position: left;
  display: inline;
  text-decoration: none;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
}

/* #container #navigation ul li {
   background-image: url(../images/spacer.png);
   background-repeat: no-repeat;
   background-position: left;
   display: inline !important; 
   margin: 0;
   padding-left: 5px;
   padding-right: 5px;
}

#container #navigation ul li:first-child {
   background-image: none;
} */

#container #content #text_bg {
  background-image: url(../images/text_center.jpg);
  width: 590px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 0px;
  background-repeat: repeat-y;
  background-position: center top;
  font-size: 1em;
  font-family: CabinRegular, san-serif;
}

#container #content #text_bg_top {
  background-image: url(../images/text_bg_top.jpg);
  height: 33px;
  width: 590px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center top;
}

#container #content #text_bg_btm {
  background-image: url(../images/text_bg_btm.jpg);
  height: 37px;
  width: 590px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}


#container #content p {
  margin:0;
  padding:0;
}


#container #content #text_bg .text_bg_margin {
  padding-left: 15px;
  padding-right: 20px;
} 
#footer {
  background-image: url(../images/footer_background_image.png);
  background-position: center;
  height: 77px;
  width: 960px;
  margin-right: auto;
  background-repeat: no-repeat;
  margin-left: auto;
  text-align: right;
  vertical-align: text-bottom;

}
#footer p {
  color: #FFF;
  font-size: .7em;
  padding-top: 0px;
  padding-right: 23px;
  padding-bottom: 0px;
  padding-left: 23px;
}

#footer a {
  color: #FFF;
  text-decoration: none;
}
#footer a:hover {
  color: #CCC;
}

strong {font-family: CabinSemiBold;}

.quote_signature {font-family: DesyrelRegular;}

.fb_icon {
 float:right; 
  border: 0;
  padding-top: 65px;
  padding-right: 130px;
}