h1 {
}

h2 {   
}

h3 {
}

.sidebarBox {
      border: 2px solid silver;
      margin-bottom: 10px;
      -moz-border-radius: 14px;
      -webkit-border-radius: 14px;
      border-radius: 14px;
      _height: 10%;
      +display: inline-block;
}

.sidebarBox h2 {
      font-size: 1.2em;
      text-align: left;
      margin-bottom: 13px;
      margin: 0px;
      padding: 4px 0px 0px 4px;
	color: orange;
}

.sidebarBox p {
      padding: 0px 5px 0px 5px;
      color: #1d1d1d;
      text-align: left;
}


.directory_record,
.locator_results {
      border: 4px solid #f2f2f2;
      margin-bottom: 15px;
      padding-left: 8px;
      -moz-border-radius: 14px;
      -webkit-border-radius: 14px;
      border-radius: 14px;
      _height: 10%;
      +display: inline-block;
      line-height: 6px;
}

.directory_list {
      line-height: 180%;
      list-style-type: square;
}

.sidebar_form {
      border: 2px solid silver;
      margin-bottom: 15px;
      padding-left: 8px;
      padding-top: 0px;
      -moz-border-radius: 14px;
      -webkit-border-radius: 14px;
      border-radius: 14px;
      _height: 10%;
      +display: inline-block;

}

.sidebar_form h2 {
      font-size: 1.3em;
      text-align: left;
      margin-bottom: 15px;
      margin: 0px;
      padding: 4px 0px 0px 4px;
	color: #21536a;
}

.locator_form {
      border: 2px solid silver;
      margin-bottom: 15px;
      padding-left: 8px;
      padding-top: 0px;
      -moz-border-radius: 14px;
      -webkit-border-radius: 14px;
      border-radius: 14px;
      _height: 10%;
      +display: inline-block;
}