<!-- Drury Lane Oakbrook - dlo_home.css -->

body {
  margin-top: 0px;
  padding-top: 0px;
  border: 0px;
  background-color: #140000;
  background-image: url(/assets/images/HomePageBkgd1.jpg);
  background-repeat: repeat-x
}

div.main {
  margin-top: 0px;
  padding-top: 0px;
  border: 0px;
  background-color: #140000;
  background-image: url(/assets/images/HomePageBkgd1.jpg);
  background-repeat: repeat-x
}

div.box_body {
  margin-left: 15px;
  margin-right: 15px
}

td.home_box_bkgd {
  background-image: url(/assets/images/Drury_Lane_HomeBoxBkgd.jpg);
  background-repeat: no-repeat
}

td.nav_bkgd {
  background-image: url(/assets/images/Drury_Lane_Home1_08.jpg);
  background-repeat: no-repeat;
  height: 50px
}

td.home_box_bkgd2 {
  background-image: url(/assets/images/Drury_Lane_HomeBoxBkgd2.jpg);
  background-repeat: repeat-x
}

td.divider {
  background-image: url(/assets/images/HorizontalDivider.jpg)
}

a.hor_nav {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: normal;
  color: #ab9b5b;
  text-decoration: none
}

a.hor_nav:visited {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: normal;
  color: #ab9b5b;
  text-decoration: none
}

a.hor_nav:hover {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none
}

a.box_links {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: normal;
  color: #ab9b5b;
  text-decoration: none
}

a.box_links:visited {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: normal;
  color: #ab9b5b;
  text-decoration: none
}

a.box_links:hover {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none
}

a.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #74613A;
  text-decoration: underline
}

a.footer:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #74613A;
  text-decoration: underline
}

a.footer:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #ab9b5b;
  text-decoration: underline
}

.box_head_txt {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: normal;
  color: #ab9b5b
}

.box_txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff
}

.footer_txt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #74613A
}

 /* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}