/* footer.css */

.dvfooter {
  background-color: #3E025D;
  color: #ffffff;
  font-family: verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.dvfooter a {
  color: #000000;
  text-decoration: none;
}

.dvfooter a:link, .dvfooter a:visited {
  color: #000000;
  text-decoration: none;
}

.dvfooter a:hover, .dvfooter a:active {
  color: #000000;
  text-decoration: underline;
}

.dvfooter p {
  color: #ffffff;
  font-family: verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 24px 5px 24px;
  margin: 0px;
}

div.dvdestinations {
  background-color: #fe9e19;
  padding: 12px 24px 12px 24px;
}

div.dvdestinations table {
  margin: 0px;
}

.destinationsdescriptions td {
  padding: 6px 0px 6px 0px;
}

.dvfooter td.box {
  background-color: #cec0d7;
  font-family: verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 4px;
}

.dvfooter div.adnfooter {
  background-color: #ffffff;
  text-align: center;
  font-weight: normal;
  padding: 2px 24px 2px 24px;
}

div.adnfooter td, div.adnfooter p {
  vertical-align: bottom;
  font-family: verdana, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
}

.adnfooter a {
  color: #6699ff;
  text-decoration: none;
}

.adnfooter a:link, .adnfooter a:visited {
  color: #6699ff;
  text-decoration: none;
}

.adnfooter a:hover, .adnfooter a:active {
  color: #6699ff;
  text-decoration: underline;
}

