address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li,
menu, ol, p, pre, td, th, tr, ul {
  color: #000000;
  font-family: "Helvetica Regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

body {
  background-color: #58CBF1;
  background-image: url(images/background-tile.jpg); /* background-position: top left;*/
  background-repeat: repeat;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0;
}

p {
  margin: 0 0 1em 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #BC874C;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 10px;
}

h6 {
  font-size: 8px;
}

a:link {
  color: #BC874C;
  text-decoration: underline;
}

a:visited {
  color: #BC874C;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

a:active {
  color: #000000;
  text-decoration: underline;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

.copyright {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.clear {
  clear: both;
}

#container {
  background-color: #FFFFFF;
  background-image: url(images/aweb4u.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 910px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 1020px;
}

#pageheading {
  padding: 40px 0 60px 0;
}

#headingname {
  color: #BC874C;
  font-family: "Georgia Normal", Georgia, Times, "Times New Roman", serif;
  font-size: 26px;
  float: left;
  margin: 0 0 0 20px;
}

#nav-top-buttons {
  float: left;
  margin: 10px 0 0 50px;
}

#nav-top-buttons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav-top-buttons li {
  float: left;
  height: 30px;
  margin-right: 45px;
  text-align: left;
}

#nav-top-buttons a {
  background-image: url(images/nav-off.gif);
  background-position: top left;
  background-repeat: no-repeat;
  color: #000000;
  display: block;
  font-family: "Georgia Normal", Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  height: 30px;
  padding-left: 10px;
  text-decoration: none;
}

#nav-top-buttons a:hover, #nav-top-buttons a:active, #nav-top-buttons a:focus {
  background-image: url(images/nav-on.gif);
  background-position: top left;
  background-repeat: no-repeat;
  color: #BC874C;
}

#pagetext {
  margin: 0 130px 0 245px;
}

#pagetext p {
  color: #646261;
  line-height: 160%;
}

#sidebar {
  float: left;
  margin: 0 0 0 0;
  width: 240px;
}

.homeimg {
  float: left;
  margin: 0 80px 0 0;
}

@media screen and (max-width:1020px) {
  #container {
    width: 100%;
    height: initial;
  }
}

@media screen and (max-width:768px) {
  #pagetext {
    margin: 0 20px;
  }
}

@media screen and (max-width:640px) {
  #pageheading {
    height: auto;
    padding: 10px 0 40px 0;
  }

  #headingname {
    float: none;
  }

  #nav-top-buttons {
    float: none;
    margin: 10px 0 0 20px;
  }
}

@media screen and (max-width:550px) {
  .homeimg {
    float: none;
    margin: 0 0 20px 0;
  }
}