* {
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}
a {
  color: black;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
body {
  background-color: #DCDBAC;
  color: #494D38;
  line-height: 1.6;
  font-size: small;
  margin: 0;
  padding: 0;
  text-align: center;
}
h1,h2,h3,h4,h5,h6 {
  color: black;
  display: block;
  font-size: 130%;
  font-weight: bold;
  text-align: left;
  margin: 0 auto;
  padding: 0.3ex 0;
  width: 95%;
}
h2 {
  font-size: 120%;
}
h3 {
  font-size: 110%;
}
big {
  font-size: 120%;
}
small {
  font-size: 90%;
}
div {
  margin: 0;
  padding: 0;
}
p,table {
  margin: 0 auto;
  padding: 1ex 0;
  text-align: left;
  width: 95%;
}
form {
  display: block;
  margin: 0;
  padding: 0.2ex 0;
  width: 100%;
}
li {
  list-style: circle outside;
  text-align: left;
}
h2 span {
  color: #922E0F;
  font-size: 120%;
  font-weight: normal;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}
hr {
  background-color: #DCDBAC;
  border: 1px solid #DCDBAC;
  height: 1px;
  width: 100%;
}

#header {
  background-color: #922E0F;
  background-image: url("images/bg_header.gif");
  background-position: bottom;
  background-repeat: repeat-x;
  border-bottom: 1px solid white;
  padding: 1ex 0;
  width: 100%;
}
#header p {
  padding: 0;
  text-align: right;
}
#header a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
#header a:hover {
  text-decoration: underline;
}
#header img {
  padding-left: 2ex;
}
#wrapper {
  background-image: url("images/bg_wrapper.gif");
  background-position: top;
  background-repeat: repeat-x;
  margin: 0 auto;
  padding: 1ex 0;
  width: 100%;
}
#logo1 {
  color: #494D38;
  font-size: 160%;
  margin: 0 auto;
  padding: 0;
  width: 760px;
}
#logo2 {
  color: #838C60;
  font-size: 110%;
  margin: 0 auto;
  padding: 0 0 1ex 0;
  width: 760px;
}
#behind {
  background-color: #636A49;
  border: 2px solid white;
  margin: 0 auto;
  padding: 5px 0;
  width: 770px;
}
#main {
  background-image: url("images/bg_main.gif");
  background-position: left;
  background-repeat: repeat-y;
  margin: 0 auto;
  width: 760px;
}
#navigator {
  background-color: #838C60;
  background-image: url("images/bg_divider.gif");
  background-position: bottom;
  background-repeat: repeat-x;
  color: #484D35;
  font-size: 110%;
  padding: 0;
  width: 100%;
}
#navigator p {
  line-height: 1;
  padding: 1ex 0;
}
#navigator a {
  color: white;
  font-weight: bold;
  padding: 0.2ex 1ex;
  text-decoration: none;
  text-transform: uppercase;
}
#navigator a:hover {
  background-color: #6C220B;
}
#navigator b {
  color: #DCDBAC;
  font-size: 90%;
}
#navigator strong {
  text-decoration: underline;
}
#mainmenu {
  background-color: #DCDBAC;
  background-image: url("images/bg_wrapper.gif");
  background-position: top;
  background-repeat: repeat-x;
  border-top: 1px solid #838C60;
  border-bottom: 1px solid #838C60;
  padding: 1ex 0;
  text-align: left;
  width: 100%;
}
#mainmenu a {
  background-image: url("images/bg_menu.gif");
  background-position: left center;
  background-repeat: no-repeat;
  color: #494D38;
  font-weight: bold;
  margin-left: 0.5ex;
  padding: 0.5ex 0.5ex 0.5ex 16px;
  text-align: center;
  text-decoration: none;
}
#mainmenu a:hover {
  color: black;
  text-decoration: underline;
}
#mainmenu a.selected {
  background-color: #6C220B;
  color: white;
}
#services {
  background-color: #838C60;
  line-height: 1.6;
  padding: 0 0 3ex 0;
  width: 100%;
}
#services h2 {
  background-image: url("images/bg_divider.gif");
  background-position: bottom;
  background-repeat: repeat-x;
  color: #DCDBAC;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.1;
  margin: 0 0 5px 0;
  padding: 1.1ex 0;
  text-align: center;
  width: 100%;
}
#services img {
  display: none;
}
#services a {
  background-color: #636A49;
  background-image: url("images/bg_menu.gif");
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #959C6F;
  color: #DCDBAC;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  padding-left: 16px;
  text-align: left;
  text-decoration: none;
  width: 85%;
}
#services a:hover {
  background-color: #6C220B;
  color: white;
}
#content {
  background-color: white;
  float: left;
  padding-bottom: 2ex;
  width: 560px;
}
#log {
  margin: 0;
  padding: 0;
  width: 100%;
}
#log li {
  background-color: #DCDBAC;
  background-image: url("images/bg_wrapper.gif");
  background-position: top;
  background-repeat: repeat-x;
  border-top: 1px solid #838C60;
  font-size: 150%;
  list-style: none;
  margin: 0;
  margin-bottom: 1px;
  padding: 0;
  text-align: center;
  width: 100%;
}
#sidebar {
  float: left;
  width: 200px;
}
#footer {
  clear: both;
  color: #838C60;
  text-align: center;
  width: 760px;
}
#sms {
  background-color: #DCDBAC;
  border: 1px solid #838C60;
  font-size: 120%;
  margin: 1ex auto;
  width: 95%;
}

.divider {
  background-image: url("images/bg_divider.gif");
  background-position: top;
  background-repeat: repeat-x;
  line-height: 1px;
  height: 30px;
  width: 100%;
}
.divider2 {
  background-image: url("images/bg_divider2.gif");
  background-position: top;
  background-repeat: repeat-x;
  line-height: 1px;
  height: 20px;
  width: 100%;
}
.calc {
  background-color: #DCDBAC;
  background-image: url("images/bg_wrapper.gif");
  background-position: top;
  background-repeat: repeat-x;
  border-top: 1px solid #838C60;
  border-bottom: 1px solid #838C60;
  line-height: 1.3;
  margin: 0 auto;
  padding: 0.5ex 0;
  width: 100%;
}
.picture {
  background-color: white;
  border: 1px solid #959C6F;
  padding: 4px;
}
