* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFF7E6;
  color: #53382C;
  font: 62.5% Georgia, serif;
  text-align: center;
}

h2 {
  font-size: 1.8em;
  font-weight: normal;
  font-style: italic;
}

a {
  color: #9D803C;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

p {
  margin: 15px 0;
  line-height: 1.7em;
}

ul,ol {
  margin: 15px 40px;
}

li {
  line-height: 1.7em;
}

hr {
  display: none;
}

#page-container {
  margin: 0 auto;
  width: 760px;
  background: url(../_img/page-back.png) repeat-y;
}

#head-container {
  margin: 0 auto;
  width: 700px;
  background: url(../_img/head-back.jpg);
  text-indent: -9999px;
  height: 180px;
}

#head-container a {
  display: block;
  line-height: 180px;
  height: 180px;
}

#nav-container {
  margin-left: 30px;
  border-top: 1px solid #FFF;
  width: 220px;
  float: left;
  display: inline; /*IE Double Margin Bug*/
  background: url(../_img/nav-back.png) repeat-x top;
  text-align: left;
}

#nav {
  margin: 16px 5px;
  width: 210px;
  list-style: none none;
}

#nav li {
  width: 210px;
  list-style: none none;
  display: block;
  text-indent: -9999px;
}

#nav li a {
  margin-bottom: 2px;
  display: block;
  background: url(../_img/nav.png) no-repeat;
  height: 34px;
}

#nav li#nav-home a:hover,
#nav li#nav-home a:focus,
#sect-home #nav li#nav-home a {
  background-position: -210px 0;
}

#nav li#nav-services a {
  background-position: 0 -34px;
}

#nav li#nav-services a:hover,
#nav li#nav-services a:focus,
#sect-services #nav li#nav-services a {
  background-position: -210px -34px;
}

#nav li#nav-amenities a {
  background-position: 0 -68px;
}

#nav li#nav-amenities a:hover,
#nav li#nav-amenities a:focus,
#sect-amenities #nav li#nav-amenities a {
  background-position: -210px -68px;
}

#nav li#nav-location a {
  background-position: 0 -102px;
}

#nav li#nav-location a:hover,
#nav li#nav-location a:focus,
#sect-location #nav li#nav-location a {
  background-position: -210px -102px;
}

#nav li#nav-menu a {
  background-position: 0 -136px;
}

#nav li#nav-menu a:hover,
#nav li#nav-menu a:focus,
#sect-menu #nav li#nav-menu a {
  background-position: -210px -136px;
}

#nav li#nav-employment a {
  background-position: 0 -170px;
}

#nav li#nav-employment a:hover,
#nav li#nav-employment a:focus,
#sect-employment #nav li#nav-employment a {
  background-position: -210px -170px;
}

#nav li#nav-contact a {
  background-position: 0 -204px;
}

#nav li#nav-contact a:hover,
#nav li#nav-contact a:focus,
#sect-contact #nav li#nav-contact a {
  background-position: -210px -204px;
}

#nav-address {
  margin: 0 10px;
  width: 200px;
  background: url(../_img/address.png) no-repeat;
  text-indent: -9999px;
  height: 130px;
}

#gallery {
  margin: 16px 10px;
}

#content-container {
  margin-right: 30px;
  border-top: 1px solid #FFF;
  width: 480px;
  float: left;
  background: url(../_img/cont-back.png) repeat-x top;
  text-align: left;
}

#content {
  padding: 20px;
  font-size: 1.2em;
}

#content hr {
 display: block;
}

#foot-container {
  clear: both;
  margin: 0 auto;
  width: 700px;
  background: url(../_img/foot-back.png) repeat-x top;
  background-color: #BFA260;
}

#foot {
  margin: 0;
  padding: 6px 0;
  color: #FFF7E6;
  text-align: center;
  line-height: 1.7em;
}

#foot a {
  color: #FFF7E6;
  font-weight: normal;
  text-decoration: underline;
}

#foot a:hover {
  color: #000;
  text-decoration: none;
}

.pull {
  margin: 15px 0 15px 15px;
  width: 200px;
  float: right;
  background: url(../_img/mission.png) no-repeat;
  color: #7D6D52;
  height: 190px;
}

.pull p {
  margin: 0;
  padding: 40px 12px 0;
  font-style: italic;
  font-size: 1.2em;
}

.alert {
  padding: 4px;
  background: #FF0;
  color: #C00;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

