/* CSS Document */
a.home_nav:link,a.home_nav:visited {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
a.home_nav:hover {
  background-color: #00a260;
}
.home_text_box {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  line-height: 200%;
  background-image: url(images/leafy_bg.jpg);
  padding: 5px;
}
.home_text_headline {
  font-size: 15px;
  font-weight: bold;
}
.home_bottom_box {
  font-family: Times New Roman,serif;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-image: url(images/green_fade_bar.jpg);
}
.home_bottom_box a:link,.home_bottom_box a:visited {
  color: #000;
}
.home_bottom_box a:hover {
  color: #00f;
}
div.footer {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #000;
}
a.footer_nav:link,a.footer_nav:visited {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: blue;
  text-decoration: none;
}
a.footer_nav:hover {
  color: #000;
}
a#reduced-prices {
 font-weight: bold;
 padding: 4px;
 background-color: #FF0;
 color: #F00;
 text-decoration: underline;
}
a#reduced-prices:hover {
 text-decoration: none;
}
