/* basics ------------------------------ */

body {
  margin: 0;
  padding: 0;
  background: url('../img/bg-c.gif') repeat;
  background-color: #FFFFFF;
  font-family: "Arial", Helvetica, sans-serif;
  text-align: center;
  color: #4D4D4D;
  cursor:default;
}

a {
  color: #B06228;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #B03B28;
}

hr {
  height: 1px;
  color: #246C82;
}

img {
  border: 0;
}

table {
  border-collapse: collapse;
}

form {
  margin: 0;
  padding: 0;
}

.specialtext {
  color: #FF0000;
  font-weight: bold;
}

p {
  padding: 0;
}

h1 {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Georgia", serif;
  font-size: 14px;
  font-weight: bold;
  color: #B04C28;
}

h2 {
  margin: 10px 0 10px 0;
  padding: 0;
  font-family: "Verdana", san-serif;
  font-size: 12px;
  font-weight: bold;
  color: #B03B28;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #4F5843;
}

/* top ------------------------------ */

#top {
  width: 100%;
  height: 220px;
  background: url('../img/bg.gif') repeat-x;
}

#logo {
  float: left;
  width: 50%;
  background: url('../img/bg-b.gif') repeat-x;
  margin-left: -150px;
  padding: 110px 0 10px 0;
  text-align: right;
}

#nav {
  float: right;
  width: 50%;
  margin-right: 150px;
  padding: 111px 0 6px 0;
  text-align: left;
}

#mouseovers {
  float: left;
  margin: 0;
  padding: 0;
}

#mouseovers li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* info ------------------------------ */

#info {
  width: 760px;
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: left;
  line-height: 18px;
  font-size: 12px;
}

#info p {
  text-align: justify;
}

#info ul {
  margin: 0;
  padding: 0 0 0 20px;
}

#subnav {
  position: relative;
  top: 7px;
  float: left;
  width: 240px;
  text-align: center;
}

#subnav-info {
  margin: 0 auto;
  width: 200px;
  text-align: left;
}

#article {
  position: relative;
  top: -30px;
  float: right;
  width: 515px;
  padding-left: 5px;
}

#top-bar {
  position: relative;
  width: 520px;
  height: 37px;
  text-align: left;
}

#contactinfo {
  float: left;
  width: 100px;
  text-align: right;
  font-weight: bold;
  line-height: 24px;
  margin-right: 20px;
  padding: 0;
}

#contactfields {
  float: left;
  width: 300px;
  line-height: 24px;
}

/* footer ------------------------------ */

#footer {
  float: left;
  width: 100%;
  height: 60px;
  border-top: 1px solid #DDDDDD;
  position: relative;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  padding-top: 10px;
  color: #6A7261;
  font-size: 11px;
}

#footer a {
  color: #6A7261;
  font-weight: bold;
}

#footer a:hover {
  color: #7C8472;
  text-decoration: none;
}
