body {
  color: #333333;
  margin: 0;
  background: #faf7ec url(../images/background.jpg) repeat-x; }

p {
  font-size: 12px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  margin: 0 0 1.5em 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  color: #177370;
  margin: 0 0 .5em 0; }

h2 {
  font-size: 300%;
  margin-bottom: 10px; }

a {
  color: #177370;
  text-decoration: none; }

p.justify {
  text-align: justify; }

table tr td {
  border: 0 none; }

.clear {
  clear: both; }

.center {
  text-align: center; }

img.left, img.right {
  padding: 10px;
  background: #e6e4ca; }

img.left {
  float: left;
  margin: 0 20px 10px 0; }

img.right {
  float: right;
  margin: 0 0 10px 20px; }

.blue {
  color: #8D92F3; }

.uppercase {
  text-transform: uppercase; }

.container {
  width: 790px;
  margin: 25px auto; }

.header .navigation ul {
  margin: 0;
  padding: 0;
  white-space: nowrap; }
.header .navigation ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: 1.25em;
  background: #940000;
  border-right: 1px solid white;
  border-bottom: 2px solid white; }
.header .navigation ul li a {
  display: block;
  width: 130px;
  height: 30px;
  padding-top: 8px;
  color: #FFFFFF;
  text-decoration: none; }
.header .navigation ul li a#current, .header .navigation ul li a:hover {
  color: #333333;
  font-weight: bold;
  background: #d4d2b9; }
.header .navigation ul li.last {
  border-right: 0 none; }
.header .navigation ul li.last a {
  width: 135px; }

h1 {
  position: absolute;
  top: 250px;
  display: inline;
  width: 300px;
  font-size: 26px;
  text-align: right;
  margin-left: 440px; }

h2 {
  font-size: 16px; }

html > body h1 {
  margin-left: -330px; }

.sidebar {
  padding: 5px;
  font-size: 10px;
  border: 1px solid #777777;
  background: #FFFFFF; }
.sidebar h3 {
  color: #FFFFFF;
  font-size: 13px;
  text-align: center;
  margin: -5px -5px 5px -5px;
  padding: 7px;
  background: #777777; }
.sidebar img {
  margin: -5px -5px 20px -5px; }
.sidebar ul {
  list-style-type: none;
  margin: 0 0 10px 0; }
.sidebar .field {
  margin-bottom: 10px; }
.sidebar .field label {
  display: block;
  font-weight: normal; }
.sidebar .field input {
  width: 150px; }

fieldset {
  margin-bottom: 20px; }

.field {
  margin-bottom: 10px; }
.field label {
  display: block;
  float: left;
  width: 150px;
  margin-right: 20px;
  text-align: right;
  font-weight: normal; }
.field input {
  width: 150px; }

.controls {
  margin-left: 180px; }

#map {
  width: 390px;
  height: 300px;
  margin-bottom: 20px; }

#directions {
  width: 390px;
  margin-bottom: 20px; }

.footer {
  clear: both;
  margin: 15px 0;
  padding: 15px;
  background: #e6e4ca; }
.footer p {
  margin: 0;
  text-align: left;
  font-size: 10px; }
.footer .navigation ul {
  list-style-type: none;
  margin: 0; }
.footer .navigation ul li {
  float: left;
  margin: 0 10px 0 0;
  padding-bottom: 10px; }
.footer .navigation ul li a#current {
  font-weight: bold; }
