/* Cascading Style Sheet */
html, body {
  background-color: #dedede;
  background-image: url("imgs/background.jpg");
  background-repeat: repeat-x;
}

#container {
  margin: 0 auto 0 auto;
  min-width: 550px;
  width: 80%;
  padding: 0;
}

.header {
  text-align: left;
  height: 110px;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  font-family: 'Eras Bold ITC', 'Gill Sans MT', Candara, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  color: #0224D0;
  background-color: inherit;
}

.header a, .header a:link {
  border: none;
}

.top-left {
  background-image: url('imgs/tl.jpg');
  background-color: inherit;
  height: 66px;
  width: 66px;
  font-size: 2px;
  padding: 0;
  margin: 0;
}

.top-right {
  float: right;
  margin-top: -66px;
  background-image: url('imgs/tr.jpg');
  background-color: inherit;
  height: 66px;
  width: 66px;
  font-size: 2px;
  padding: 0;
}

.top-centre {
  margin-top: -66px;
  margin-left: 66px;
  background-image: url('imgs/tm.jpg');
  background-color: inherit;
  background-repeat: repeat-x;
  background-position: 66px 0;
  height: 66px;
  font-size: 2px;
  padding: 0;
}

.bottom-left {
  background-image: url('imgs/bl.jpg');
  background-color: inherit;
  height: 66px;
  width: 66px;
  font-size: 2px;
  margin-right: 66px;
  padding: 0;
}

.bottom-right {
  background-image: url('imgs/br.jpg');
  background-color: inherit;
  background-position: 100% 0;
  background-repeat: no-repeat;
  height: 66px;
  font-size: 2px;
  margin-top: -66px;
  padding: 0;
}

.bottom-center {
  background-image: url('imgs/bm.jpg');
  background-color: inherit;
  background-position: 66px 0;
  background-repeat: repeat-x;
  height: 66px;
  font-size: 2px;
  margin-top: -66px;
  margin-left: 66px;
  padding: 0;
}

.inside {
  margin-left: 66px;
  margin-right: 66px;
  background: #fff;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.inside-left {
  background-image: url('imgs/ml.jpg');
  background-color: inherit;
  background-repeat: repeat-y;
  padding: 0;
}

.inside-right {
  background-image: url('imgs/mr.jpg');
  background-color: inherit;
  background-repeat: repeat-y;
  background-position: 100% 0;
  padding: 0;
}

.notopgap {
  margin-top: 0;
}

.nobottomgap {
  margin-bottom: 0;
  font-size: 0px;
}

.footer {
  background-color: #0224D0;
  background-image: url('imgs/footer.jpg');
  background-repeat: repeat-y;
  width: 100%;
  height: 2em;
}

.footer p {
  text-align: right;
  background: inherit;
  color: #fff;
  font-size: 0.8em;
  margin: 0;
  padding: 0.3em;
}

.footer a, .footer a:link {
  color: #fff;
  background-color: inherit;
  border-bottom: dotted 1px #fff;
}

.footer .tester {
  border-bottom: solid 1px #fff;
}

.footer a:visited {
  color: #fff;
  background-color: inherit;
  border-bottom: dotted 1px #fff;
}

.footer a:hover {
  color: #F8B005;
  background-color: inherit;
  border-bottom: dotted 2px #fff;
}

.leftcontent {
  width: 40%;
  float: left;
  text-align: left;
}

.footerimg {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 1em;
}

li {
  display: inline;
  list-style-type: none;
  list-style: none;
  padding-left: 25px;
  padding-right: 20px;
  font-family: 'Eras Bold ITC', 'Gill Sans MT', Candara, Arial, sans-serif;
  font-size: 0.9em;
}

.bullet {
  background-image: url('imgs/bullet.gif');
  background-repeat: no-repeat;
  background-color: #fff;
}

.bullet:hover {
  background-image: url('imgs/bullethover.gif');
  background-repeat: no-repeat;
  background-color: #fff;
}

.menu {
  min-height: 110px;
  background-color: #fff;
}



.menubutton {
  float: left;
  margin-top: 32px;
  padding-bottom: 2em;
}

.menubutton2 {
  float: left;
  padding-bottom: 2em;
}

.menubutton a:link, .menubutton a {
  border: none;
}

.menubutton p
{
  font-family: 'Eras Bold ITC', 'Gill Sans MT', Candara, Arial, sans-serif;
}


.menubutton  p a:link {
  text-align: center;
  font-family: 'Eras Bold ITC', 'Gill Sans MT', Candara, Arial, sans-serif;
  border-bottom: dotted 1px #585858;
}

.menubutton  p a:visited {
  border-bottom: dotted 1px #585858;
}

.menubutton  p a:hover {
  text-align: center;
  border-bottom: dotted 2px #585858;
}