body {
  padding: 0;
  text-align: center;
  background: #d1cfba;
}

#Container {
  text-align: left;
  margin: 4px auto 0 auto;
  width: 920px;
  background: url(../images/body_bg.png) repeat-y;
}

.Clear {
  overflow: hidden;
  height: 1px;
  clear: both;
}

#Header {
  background: url(../images/header.jpg) no-repeat;
  height: 138px;
}

#Navigation {
  float: left;
}

* html ul#MainNav {
  height: 300px;
}

ul#MainNav {
  list-style: none;
  margin: 0 0 0 35px;
  padding: 10px 0 0 0;
  width: 165px;
  min-height: 300px;
}
ul#MainNav li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e2dfcd // stupid ie 6;
}
ul#MainNav li a {
  font-size: 14px;
  color: #333333;
  display: block;
  padding: 3px 0 3px 13px;
  background-position: 0 center;
  background-repeat: no-repeat;
}
ul#MainNav li a:hover {
  color: #871b00;
}
ul#MainNav li ul {
  list-style: none;
  margin: 0 0 0 13px;
  padding: 0 0 3px 0;
}
ul#MainNav li ul a {
  font-size: 13px;
  padding: 1px 0 1px 13px;
}
ul#MainNav li.active a,
ul#MainNav li.open a {
  font-weight: bold;
}
ul#MainNav li.active a,
ul#MainNav li.open li.active a {
  color: #871b00;
  background-image: url(../images/nav_on.gif);
}
ul#MainNav li.off a {
  font-weight: normal;
  color: #333333;
}
ul#MainNav li.off a,
ul#MainNav li.open a {
  background-image: url(../images/nav_off.gif);
}
ul#MainNav li.active a:hover,
ul#MainNav li.open a:hover,
ul#MainNav li.off a:hover {
  color: #871b00;
}

* html #Right {
  margin-right: 12px;
}

#Right {
  width: 213px;
  float: right;
  margin: 0 25px 0 0;
  background: url(../images/slogan.png) no-repeat;
  background-position: center bottom;
  padding: 0 0 80px 0;
}
#Right h3 {
  background: url(../images/box_head.png) no-repeat;
  height: 47px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}
#Right #Boxes {
  background: url(../images/box_bottom.png) no-repeat;
  background-position: 0 bottom;
  padding: 0 0 26px 0;
}
#Right .Box {
  background: url(../images/box_bg.png) repeat-y;
  padding: 0 15px;
}
#Right .Box h2 {
  border-top: 1px solid #faf7e0;
  padding: 8px 3px 0 3px;
}
#Right .Box .BoxContent {
  padding: 0 3px 3px 3px;
}
#Right .Box a.More {
  display: block;
  text-align: right;
  padding: 0 3px 8px 0;
  color: #555;
}
#Right .Box a.More:hover {
  color: #871b00;
}

#Center {
  margin: 0 250px 0 210px;
  padding: 6px 0 0 0;
}
#Center p {
  margin: 0 0 3px 0;
}
#Center .Half {
  width: 50%;
  float: left;
}
#Center table {
  width: 100%;
}
#Center table td {
  vertical-align: top;
}

.TeaserContent {
  border: 1px solid #871b00;
  background: #d1cfba;
  padding: 4px 7px;
  margin: 10px 0 0 0;
}

body #EzContactForm input,
body #EzContactForm textarea {
  width: 300px;
}

#EzMap {
  width: 100%;
  height: 250px;
  border: 1px solid #871b00;
  margin: 0 0 10px 0;
}

#Footer {
  background: url(../images/footer_bg.png) no-repeat;
  background-position: 0 70px;
  height: 187px;
  text-align: center;
}

ul#FooterNav {
  margin: 0;
  padding: 0;
  background: url(../images/footer_deco.png) no-repeat;
  background-position: center 20px;
  padding: 70px 0 0 0;
  list-style: none;
}
ul#FooterNav li {
  display: inline;
  padding: 0 20px;
  font-weight: bold;
}
ul#FooterNav li a {
  color: #333333;
  font-size: 13px;
}
ul#FooterNav li a:hover {
  color: #871b00;
}
