#cu_directory {
  font-family: arial;
}

#cu_directory h3 {
  margin: 0 0 5px 7px;
  padding-top: 15px;
  font-size: 16px;
}

#cu_directory h3.first {
  padding-top: 2px;
}

.credit_union {
  padding: 5px 7px;
  margin: 0 5px 10px 5px;
  background: #F1F5FD;
}

#cu_directory .credit_union h3 {
  color: #CD1041;
  margin: 0 0 0.2em 0;
  padding: 0;
  font-size: 14px;
}

.credit_union h3 a {
  color: #CD1041;
  text-decoration: none;
  border-bottom: 1px solid #E6B0C4;
  padding-bottom: 1px;
}

.credit_union h3 a:hover {
  border-bottom-color: #DA6083;
}

.credit_union div {
  line-height: 1.4em;
  font-size: 11px;
}

.credit_union div.contact {
  text-align: right;
  float: right;
  position: relative;
  top: -20px;
}

.credit_union div.address {
  margin: 0 0 0 1em;
}

/* Company
------------------------*/

#company_directory {
  font-family: arial;
}

.company {
  padding: 5px 7px;
  margin: 0 5px 10px 5px;
  background: #F1F5FD;
}

.company h3 {
  color: #CD1041;
  margin: 0 0 0.2em 0;
  font-size: 14px;
}

.company h3 a {
  color: #CD1041;
  text-decoration: none;
  border-bottom: 1px solid #E6B0C4;
  padding-bottom: 1px;
}

.company h3 a:hover {
  border-bottom-color: #DA6083;
}

.company div {
  line-height: 1.4em;
  font-size: 11px;
}

.company div.contact {
  text-align: right;
  float: right;
  position: relative;
  top: -20px;
}

.company div.address {
  margin: 0 0 0 1em;
}