#home-container {
  overflow: hidden;
}

#home-note-footer {
  float: right;
  width: 435px;
  background: url("../images/note-footer.png") bottom no-repeat;
  padding-bottom: 10px;
  margin-left: 20px;
}

#home-note-bg {
  background: url("../images/note-bg.png") repeat-y;
}

#home-note-content {
  background: url("../images/note-header.png") top no-repeat;
  min-height: 350px;
  padding: 60px 15px 0 25px;
  overflow: hidden;
  color: #555555;
  font-size: 0.9em;
}

#home-basic-info {
  overflow: hidden;
}

ul#home-info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 30px;
}

ul#home-info-list li {
  padding: 0;
  margin: 0;
  font-size: 12pt;
  color: #cc4a4a;
}

ul#home-info-list li img {
  vertical-align: middle;
  margin-right: 10px;
} 

h3.home-when {
  margin: 25px 0 0 15px;
}

div.home-when {
  margin: 25px 30px 0 15px;
}

#home-form {
  margin-top: 25px;
}
