@import "resources/reset.css";

body {
  background-color: #444;
  color: white;
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", "Times Roman", serif;
  font-size: 14px;
}
#grayFill {
  position: absolute;
  background-color: #666;
  color: white;
  width: 100%;
  height: 546px;
  top: 151px;
}
#mainBlock {
  position: relative;
  left: 0;
  width: 985px;
  margin: 0 auto;
}
#menu {
  position: absolute;
  top: 68px;
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #BA8255;
  background-color: transparent;
}
#menu li {
  float: left;
  margin: 0 0.5em;
  list-style: none;
  font-style: italic;
}
#menu a {
  color: #eee;
  background-color: transparent;
  text-decoration: none;
  border-bottom: none;
}
#menu a:hover {
  color: #BA8255;
  background-color: transparent;
}
#title {
  position: absolute;
  top: 43px;
  left: 454px;
}
#photoBox {
  position: absolute;
  top: 102px;
  left: 0;
  color: white;
  background-color: #333;
  width: 431px;
  height: 648px;
}
#photoBox a {
  border-bottom: none;
}
#photoBox small a {
  font-size: 0.9em;
  color: #444;
  background-color: transparent;
  text-decoration: none;
}
#photoBox small a:hover {
  color: #BA8255;
  background-color: transparent;
}
#content {
  position: absolute;
  margin: 0;
  padding: 0 1em 0 0;
  top: 151px;
  left: 457px;
  width: 400px;
  height: 546px;
  background-color: #666;
  color: white;
}
h1 {
  display: block;
  font-style: italic;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 12px 0 47px 0;
}
h1.contact {
  margin-bottom: 0;
}
h3 {
  display: block;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-weight: bold;
}
p {
  display: block;
  margin-bottom: 1em;
  line-height: 1.5em;
}
.indent {
  margin-left: 2em;
}
.pirobox_gall {
  display: block;
  float: left;
  margin: 13px 0 0 13px;
}
#amenities {
  margin: 0 0 0 2em;
  padding: 0;
}
#amenities li {
  list-style: circle;
  padding: 0 0 1em 1em;
}
#leasingInfo {
  margin: 2em 0;
}
#leasingList {
  margin: 2em 0 0 2em;
  font-size: 1.2em;
}
#leasingList li {
  margin: 0.5em 0 0 0;
}
#contactForm input,
#contactForm select,
#contactForm textarea {
  background-color: #ccc;
  color: black;
  border: none;
  margin: 0 0 6px 0;
  padding: 2px;
}
#contactTable td {
  vertical-align: top;
  padding: 0 1em 0 0;
}
#contactTable td.fieldName {
  white-space: nowrap;
}
#contactTable td.buttons input:hover {
  color: black;
  background-color: #BA8255;
}
#contactTable .note {
  padding-top: 2em;
}
#hpn {
  /*position: absolute;
  bottom: 2.5em;*/
  margin-top: 10em;
  font-size: 0.8em;
  color: #ccc;
  background-color: transparent;
}
#hpn a {
  color: #ccc;
  background-color: transparent;
}
#hpn a:hover {
  text-decoration: none;
  color: #ccc;
  background-color: transparent;
}
.hpnMember {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  color: #ddd;
  background-color: transparent;
}
a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 1px solid #999;
}
a:hover {
  color: #FFB375;
  background-color: transparent;
  border-bottom: none;
}
a.link_to {
  display: none;
}
.strong {
  font-weight: bold;
}
#footFill {
  position: absolute;
  background-color: #222;
  color: white;
  height: 77px;
  width: 70%;
  top: 697px;
  left: -24px;
}
#footFillRt {
  position: absolute;
  background-color: #222;
  color: white;
  height: 77px;
  width: 50%;
  top: 685px;
  right: 0;
  border-top: 12px solid #906542;
}
#footer {
  position: absolute;
  background-color: #222;
  color: #6f6f6f;
  top: 685px;
  left: 432px;
  border-top: 12px solid #906542;
  padding: 1em 1em 0 1em;
  margin: 0;
  height: 63px;
  line-height: 1.5em;
  white-space: nowrap;
}
#footer a {
  background-color: transparent;
  color: #6f6f6f;
  text-decoration: none;
  border-bottom: none;
}
#footer a:hover {
  background-color: transparent;
  color: #906542;
}
#subFoot {
  position: absolute;
  background-color: transparent;
  color: #555;
  top: 780px;
  left: -20px;
  padding: 0 0 1em 0;
  margin: 0;
  font-size: 0.8em;
}
#subFoot a {
  background-color: transparent;
  color: #555;
  border-bottom: none;
}

