input, textarea {
  border: 1px solid #9CBE7B;
  background: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #333333;
}
hr {
  border: none;
  color: #CCC;
  background-color: #CCC;
  height: 1px;
  margin: 20px 0;
}

#content h1, #content h2, #content h3, #content h4 {
  margin-top: 0.5ex;
  margin-bottom: 0.5ex;
  padding: 0;
  font-family: Georgia, 'Lucida Grande', 'Times New Roman', Times, serif;
  font-weight: bold;
  color: #336C37;
}
#content h1 {
  font-size: 200%;
}
#content h2 {
  font-size: 160%;
}
#content h3 {
  font-size: 130%;
}
#content h4 {
  font-size: 100%;
}
#content p, #content ul, #content table, #content form {
  margin-bottom: 2ex;
}
#content li {
  margin-left: 3em;
  margin-bottom: 1ex;
  list-style: square;
}

.indented {
  padding-left: 110px;
}
.testimonial {
  font-style: italic;
  width: 99%;
}

.listing-summary td {
  padding: 0 10px 10px 0;
}
.listing-summary img {
  width: 80px;
  margin-top: 5px;
}
.listing-summary .address {
  margin-bottom: 0;
  font-weight: bold;
}
.listing-summary .excerpt {
  margin-top: 0;
}

form .row {
  clear: both;
  padding: 4px 0;
  width: 100%;
}
form .row label {
  float: left;
  width: 150px;
  padding-right: 10px;
  text-align: right;
}
form .row textarea {
  width: 300px;
}
form .row .errortext {
  display: block;
  padding: 4px 10px 4px 160px;
  color: #B22;
  font-size: 90%;
  font-weight: bold;
}
form .error input,
form .error textarea {
  border: 1px solid #B22;  
}
.errornote {
  color: #B22;
  font-weight: bold;
}
.submit-row {
  clear: both;
  padding: 4px 4px 4px 110px;
}

table.outlined {
  border-collapse: collapse;
  border-right: 1px solid #336C37;
  border-bottom: 1px solid #336C37;
}
table.outlined tr {
  margin: 0;
}
table.outlined th, table.outlined td {
  margin: 0;
  padding: 5px;
  border-left: 1px solid #336C37;
  border-top: 1px solid #336C37;
}
table.outlined th {
  background-color: #9CBE7B;
  text-align: left;
}
table.outlined td {
  background-color: #FFF;
  text-align: left;
}

#buttons {
  padding: 10px 0;
}
#buttons .button {
  padding: 10px 0;
}
#buttons .button a {
  padding: 5px;
  border-top: 1px solid #BBB;
  border-right: 1px solid #777;
  border-bottom: 1px solid #555;
  border-left: 1px solid #999;
  background: #DDD url('/media/app/images/button-bg.gif') repeat-x;
  color: #000;
  text-decoration: none;
}
#buttons .button a:hover {
  background: #9CBE7B;
  color: #000;
}
