@charset "UTF-8";

a {
  text-decoration: none;
}

fieldset {
  border-width: 0;
  line-height: 2;
  font-size: 20px;
}

body {
  background-color: #052e65;
  line-height: 1;
  color: #000000;
  font-family: 'Actor', sans-serif;
  margin: 0;
  padding: 0;
}

div.header {
  background-image: url('/assets/images/seamless4.jpg');
    background-repeat: repeat;
  color: #000000;
  font-size: 130%;
  font-family: 'Handlee',cursive;
  font-style: italic;
  margin-left: 1%;
  margin-top: 0.5em;
  width: 97%;
  z-index:-2;
  padding: 0.5ex;
  -webkit-border-radius: 0.5ex;
  -moz-border-radius: 0.5ex;
  border-radius: 0.5ex;
}

div.header strong {
  font-size: 150%;
}

div.headerleft {
  float:left;
  white-space:nowrap;
  z-index:0;
  text-align:left;
  padding-top:2ex;
}
div.headercenter {
  position:absolute;top:0;left:0;
  width:100%;
  white-space:nowrap;
  z-index:0;
  text-align:center;
  padding-top:2ex;
}

div.headerimg {
  position:relative;top:0;left:0;
  overflow:show;
  float:right;
  height:6em;
}

div.headerimg img {
  height:4.5em;
  position: absolute;
  top: 1em;
  left: -18em;
}

div.footerright {
  position:relative;top:0;left:0;
  white-space:nowrap;
  z-index:0;
  background: rgba(0,0,0,0.5);
  -webkit-border-radius: 0.5ex;
  -moz-border-radius: 0.5ex;
  border-radius: 0.5ex;
  padding: 0.5ex;
  color: #ffffff;
  font-size: 130%;
  font-family: 'Handlee',cursive;
  font-style: italic;
  float: right;
}

div.footer {
  background-image: url('/assets/images/seamless4.jpg');
    background-repeat: repeat;
  color: #000000;
  margin-left: 1%;
  width: 97%;
  padding: 0.5ex;
  -webkit-border-radius: 0.5ex;
  -moz-border-radius: 0.5ex;
  border-radius: 0.5ex;
  margin-bottom: 0.5ex;
  clear:both;
}

div.footer li {
  float: left;
  margin-right: 4ex;
  margin-bottom: 1ex;
  font-weight: bold;
}

div.menu {
  clear:both;
}

ul.B_crumbBox {
  list-style-type: none;
  display: inline;
}

ul.B_crumbBox li {
  list-style-type: none;
  display: inline;
}

div#booked-calendar-widget {
  display:none;
}

div.main div#booked-calendar-widget {
  display: block;
}

div.menu ul {
  list-style-type: none;
}

div.menu li {
  padding: 5px 10px;
  text-decoration: none;
  font-family: 'Handlee',cursive;
  vertical-align: middle;
  float: left;
  margin-right:1ex;
  margin-bottom: 1ex;
  font-weight: bold;
}

.content, .contentbox {
  background: #ffffff;
  padding: 1ex;
  margin: 1%;
}

.contentbox li {
  margin-top: 1ex;
}

.contentbox {
  width:46%;
  float:left;
  overflow:hidden;
}

.contentbox h1 {
  width:110%;
  background-color:#ffffff;
  position:relative;
  padding-top:1ex;
  padding-bottom:0.5ex;
  padding-left:2ex;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #000000;
  top: -2ex;
  left: -1ex;
  margin-bottom: -2ex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.contentbox img.button {
  width:140px;
}

@media only screen and (max-width: 800px) {
  .contentbox {
    width:96%;
  }
}

div.box, div.boxv {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#aaaaaa));
  background: -webkit-linear-gradient(top, #ffffff, #aaaaaa);
  background: -moz-linear-gradient(top, #ffffff, #aaaaaa);
  background: -ms-linear-gradient(top, #ffffff, #aaaaaa);
  background: -o-linear-gradient(top, #ffffff, #aaaaaa);
  padding: 1ex;
  margin-top: 2ex;
}

div.boxv {
  max-width: 30%;
  float: left;
  margin-right: 1ex;
}

img.left {
  float: left;
  margin: 1ex;
}

img.right {
  float: right;
  margin: 1ex;
}

div.navbutton {
  width: 24ex;
  height: 4ex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  margin: 1ex;
  text-align: center;
  padding-top: 2ex;
  overflow: hidden;
  padding-bottom: 0;
}

div.navbutton a {
  position:relative;
  font-size: 120%;
  color: #ffffff;
  font-weight: bold;
}

.content, .contentbox, div.box, div.boxv, .header, .footer, div.navbutton {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0,0,0,1) 2px 2px 0;
  -moz-box-shadow: rgba(0,0,0,1) 2px 2px 0;
  box-shadow: rgba(0,0,0,1) 2px 2px 0;
}

div.menu li a {
  color: #000000;
}

div.main {
  margin-top: 1ex;
  clear: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

span.info {
  display: none;
}

.error {
  color:#bb0000;
}

table.businessdir tr:nth-child(even) td {
  background-color:#DDDDDD;
}

table.businessdir tr:nth-child(odd) td {
  background-color:#BBBBBB;
}