/* CSS Document */

.clear_float {
  clear: both;
}

#contact_form {
  margin: 0;
  padding: 0;
  width: 260px;
  float: left;
}
#contact_form label {
  color: #000000;
}
#contact_form input {
  margin-bottom: 5px;
}
#contact_form input, #contact_form textarea {
  width: 250px;
}
#contact_form input.submit {
  width: auto;
}

.contact_p {
  padding: 40px 0 0 25px;
  float: left;
}

iframe {
  margin: 20px 0 0 0;
  width: 588px;
  height: 500px;
  clear: both;
  border: 0;
}

#photo_gallery a {
  margin: 22px;
  width: 150px;
  float: left;
  border: 1px solid #CCCCCC;
}
#photo_gallery a:hover {
  border: 1px solid #FD9340;
}
#photo_gallery img {
  display: block;
  border: 0;
}


.listing {
  padding-bottom: 15px;
  border-bottom: 1px dotted #CCCCCC;
}
.listing img {
  margin: 3px 5px 2px 0;
  float: left;
  border: 1px solid #CCCCCC;
}
.listing img:hover {
  border: 1px solid #FD9340;
}

