﻿@font-face {
  font-family: 'Warnock Pro Light';
  src: url('../fonts/warnockpro-light-webfont.eot');
  src: local('☺'),
         url('../fonts/warnockpro-light-webfont.woff') format('woff'), url('../fonts/warnockpro-light-webfont.eot.ttf')  format('truetype');
}

html {
  height: 100%;
  padding: 0px;
  margin: 0px;
  }
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  background: #dd6600;
  }
#logo {
  padding: 37px 25px 0px 405px;
  }
#base {
  margin: 24px 25px 0px 25px;
  }
#panel {
  background: #d5ccb3;
  padding: 11px 11px 6px 11px;
  }
#feature_image {
  position: absolute;
  padding: 0px;
  margin: 0px;
  border: 2px solid #000000;
  border-right: 1px solid #000000;
  }
#main {
  margin-left: 372px;
  height: 342px;
  font-family: Arial, Helvetica, sans-serif;
  background: #ded6be;
  border: 2px solid #000000;
  border-left: 1px solid #000000;
  text-align: left;
  font-size: 76%;
  clear: left;
  }


#nav {
  margin-left: 370px;
  margin-bottom: 3px;
  background: #000000;
  height: 25px;
  padding-left: 5px;
  overflow: visible;
  white-space: nowrap;
  z-index: 9;
  }
#nav a {
  background: #000000;
  margin-bottom: 3px;
  font-family: Georgia, Times, serif;
  float: left;
  text-decoration: none;
  color: #ffa640;
  padding: 5px 5px;
  font-size: 76%;
  }
#nav a.here {
  color: #ffffff;
  }
#nav a:hover {
  color: #ffffff;
  }

#subnav {
  float: right;
  width: 30%;
  border-left: 1px solid #000000;
  height: 340px;
  overflow: auto;
  padding-top: 2px;
  }
#subnav ul {
  list-style-type: none;
  margin: 0px;
  }
#subnav li {
  border-bottom: 1px solid #666666;
  margin: 0px 5px;
  }
#subnav li li {
  border-bottom: none;
  border-top: 1px dashed #999999;
  margin: 0px;
  }
#subnav li a {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  color: #000000;
  padding: 5px 2px 5px 5px;
  font-weight: bold;
  }
#subnav li li a {
  font-weight: normal;
  }
#subnav a:hover {
  background: #e6dec6;
  }
#subnav a.here {
  background: #e6dec6;
  }


#subnav img {
  display: none;
  }
#subnav li:hover img {
  display: block;
  position: absolute;
  top: 68px;
  right: 5%;
  z-index: 2;
  }
#subnav li.here img {
  display: block;
  position: absolute;
  top: 68px;
  right: 5%;
  z-index: 1;
  }
p.cd_note {
  padding-left: 10px;
  padding-right: 0px;
  }




#slogan {
  margin-top: 5px;
  text-align: right;
  }


#content {
  padding: 10px 0px 10px 20px;
  margin: 0px 0px 0px 0px;
  height: 322px;
  overflow: auto;
  }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  font-family: Garamond, Georgia, Times, serif;
  color: #993333;
  font-weight: normal;
  margin: 10px 0px 8px 0px;
  }
#content h1 {
  font-size: 1.7em;
  line-height: 1em;
  margin: 0px;
  padding-bottom: 8px;
  }
#content h2, #content h3 {
  font-size: 1.5em;
  }
#content h4, #content h5, #content h6 {
  font-size: 1.3em;
  }
#content p {
  padding-right: 15px;
  margin: 0pt 0pt 8pt 0pt;
  line-height: 1.6em;
	font-family: 'Warnock Pro Light';
  }


#content a.email_link, #content a:visited.email_link {
  display: block;
  width: 5em;
  padding: 3px 6px;
  margin: 10px 0px 40px 0px;
  text-align: center;
  color: #ffffff;
  background: #dd6600;
  border: 1px solid #c05800;
  border-top: 1px solid #f1c299;
  border-left: 1px solid #f1c299;
  }
#content a:hover.email_link {
  color: #ffffff;
  background: #e58c3f;
  text-decoration: none;
  }

#gallery img {
  margin: 0px 6px 6px 0px;
  border: 1px solid #333333;
  }
#map img {
  margin: 0px 16px 6px 0px;
  }
img.contour {
  float: right;
  margin: 0px 20px 20px 0px;
  border: none;
  }
