/* Default styles */
a
  {
  color: #788a6b;
  text-decoration: none;
  }
a:hover
  {
  text-decoration: underline;
  }
body
  {
  font-family: Georgia, Times, serif;
  font-size: small;
  }
h1, h2, h3, h4
  {
  color: #788a6b;
  }
h1
  { font-size: 1.5em; }
/* Custom ID styles */
#container
  {
  width: 600px;
  margin: 0 auto;
  }
#content
  {
  margin: 10px 0;
  }
#footer
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 0.8em;
  text-align: center;
  border-top: 1px #aec49e solid;
  }

/* Custom class styles */
.banner
  {
  background: url(../images/banner.gif) no-repeat top center;
  height: 100px;
  }
.banner h1
  {
  display: none;
  }
.clearer
  {
  clear: both;
  }
.contact
  {
  font-size: 1.2em;
  }
.content_header
  {
  padding-left: 1.5em;
  }
.content_header h1, .content_header h2, .contact h2
  {
  font-size: 1.3em;
  margin: 0;
  }
dl.news
  {
  width: 300px;
  height: 160px;
  float: left;
  }
dl.news dt
  {
  color: #788a6b;
  font-size: 1.5em;
  }
dl.news dd
  {
  font-size: 0.8em;
  margin-left: 0;
  }
.email
  {
  background: url(../images/mouse.gif) no-repeat left;
  padding-left: 12px;
  }
.facebook
  {
  background: url(../images/fb.gif) no-repeat left;
  padding-left: 12px;
  }
.fax
  {
  background: url(../images/fax.gif) no-repeat left;
  padding-left: 12px;
  }
.twitter
  {
  background: url(../images/twitter.gif) no-repeat left;
  padding-left: 12px;
  }
.frame
  {
  padding: 5px;
  border: 1px #ccc solid;
  }
.left_align
  {
  margin-right: 1em;
  float: left;
  }
.menu
  {
  color: #788a6b;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  width: 100%;
  border-bottom: 1px #aec49e solid;
  }
.menu a
  {
  color: #788a6b;
  text-decoration: none;
  padding: 0 0.8em;
  }
.menu a:hover
  {
  text-decoration: underline;
  }
.phone
  {
  background: url(../images/phone.gif) no-repeat left;
  padding-left: 12px;
  }
.right_align
  {
  margin-left: 1em;
  float: right;
  }
.tagline
  {
  font-size: 0.9em;
  font-style: italic;
  }
.thumbnails
  {
  text-align: center;
  }
.thumbnails img
  {
  padding: 9px;
  border: 1px #ccc solid;
  }
.thumbnails img:hover
  {
  background-color: #aec49e;
  }
