body {
  margin: 0;
  padding: 0;
  background: #cabeb0;
  background-image: url(images/bg.png);
  background-repeat: repeat-y;
  background-position: top left;
}

#header {
  background: black;
  border-bottom: 1px solid white;
}

#container {
  width: 100%;
  float: right;
  margin-left: -201px;
}

#sidebar {
  width: 190px;
  padding: 5px;
  float: left;
  background: black;
}

#content {
  position: relative;
  margin-left: 201px;
  background: #cabeb0;
  padding: 5px;
}

#tagline {
  color: white;
  position: absolute;
  top: 10px;
  right: 0px;
  left: 301px;
  text-align: center;
  font-size: x-large;
}

#tagline ul li {
  display: inline;
}

#tagline li:before {
  content: " \2022  ";
}

#tagline li.first:before {
  content: "";
}

ul.navMenu, ul.navMenu ul {
  cursor: default;
  background-color: #303030;
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 180px;
  border: 1px solid white;
  border-bottom: 0;
  margin-left: 5px;
}

ul.navMenu li {
  list-style-type: none;
  margin: 0px;
  position: relative;
  border-bottom: 1px solid white;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #303030;
}

ul.navMenu li > ul {
  display: none;
  position: absolute;
  top: -1px;
  left: 175px;
}

li.hassubmenu {
  background-image: url(images/menuarrow.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

ul.navMenu li:hover, ul.navMenu li.CSStoHighlight {
  background-color: #505050;
}

ul.navMenu ul.CSStoShow {
  display: block;
}

ul.navMenu li:hover > ul {
  display: block;
}

ul.navMenu li a {
  text-decoration: none;
  color: white;
}

ul.navMenu li a:visited {
  text-decoration: none;
  color: white;
}

ul.navMenu li a:hover, ul.navMenu li a.CSStoHighLink {
  text-decoration: underline;
  color: #c0c0ff;
}

ul.navMenu li:hover > a {
  text-decoration: underline;
  color: #c0c0ff;
}

#arcengplan ul li {
  display: inline;
  color: white;
}

#arcengplan li:before {
  content: " \2022  ";
}

#arcengplan li.first:before {
  content: "";
}

#address {
  color: white;
  font: helvectica;
  font-size: 10pt;

  position: absolute;
  left: 10px;
  bottom: 10px;
}

#searchform input {
  margin-top: 5px;
}

#content img.singlephoto {
  float: right;
}

#content h1 {
  margin-top: 0px;
  color: #211f18;
  font-size: 18pt;
}

#content h2 {
  margin-top: 0px;
  color: #211f18;
  font-size: 14pt;
}

ol.directions {
  padding: 0px;
}

ol.directions li {
  list-style: none;
  padding-left: 20px;
  text-indent: -20px;
}

#mission {
  margin-top: 40px;
  margin-left: 225px;
  margin-right: 225px;
  text-align: center;
  font-weight: bold;
}

#markets {
  margin-top: 40px;
  margin-left: 225px;
  margin-right: 225px;
  text-align: center;
}

#photosleft {
  position: absolute;
  top: 20px;
  left: 20px;
}

#photosright {
  position: absolute;
  top: 20px;
  right: 20px;
}

ul.sitemap {
  font-family: helvetica, arial;
}

table.contacts {
  border: 1px solid black;
  border-collapse: collapse;
}

table.contacts th {
  text-align: left;
  background-color: #211f18;
  color: white;
  margin: 0px;
  padding: 5px;
}

table.contacts td {
  margin: 0px;
  padding: 5px;
}

table.contacts tr.odd {
  background: #baaea0;
}

table.contacts tr.even {
  background: #aa9e90;
}

#eoenote {
  text-align: center;
  font-weight: bold;
}

#saelogo {
  border: 0px;
}

#flashpuzzle {
  position: absolute;
  top: 50px;
  right: 0px;
}

#dstext {
  margin-right: 220px;
}

label {
  width: 4em;
  float: left;
  text-align: right;
  clear: both;
  font-weight: bold;
}

.gmapper-buttons {
  margin-left: 4em;
}
