/* Copyright (c) 2006, LangbeinPA.com All rights reserved.  */

/** Adjust MapQuest style to my style. */
body {
  font-size: 80%;
}
html>body{
  font-size: 80%; }
li {
  font-family: arial, verdana, sans-serif;
  font-size: 83%;
  margin: 0;
}
ul>li {
  font-family: arial, verdana, sans-serif;
  font-size: 83%;
  margin: 0;
}
/* My Style Start */
#hd img {
  float: left;
  width: 350px;
  border: 0px;
  vertical-align: bottom;
}

#ft .address {
  float:left;
  width: 500px;
  font: 1.2em Arial, Verdana, sans-serif;
}

/* Easy links for header and footer */
div.links {
  font: bold .8em Arial, Verdana, sans-serif;
  padding-top: 2em;
  padding-bottom: 1em;
  float: right;
  display:inline;
}

div.links ul {
  list-style:none;
}

div.links li {
  font-size: em;
  margin:0 1em 0 0;
  display:inline;
}

div.links a {
  color: #678b3f;
  text-decoration:none;
}
div.links a:hover {
  color: #8cb85c;
}


/** From dynamicdrive.com */
#ddcolortabs{
  clear: both;
  margin-left: 4px;
  padding: 0;
  width: 100%;
  background: transparent;
  voice-family: "\"}\"";
  voice-family: inherit;
  padding-left: 5px;
  padding-top: 1em;
}

#ddcolortabs ul{
  font: bold 11px Arial, Verdana, sans-serif;
  margin:0;
  padding:0;
  list-style:none;
}

#ddcolortabs li{
  display:inline;
  margin:0 2px 0 0;
  padding:0;
  text-transform:uppercase;
}

#ddcolortabs li:first-child {
  margin-left: 1px;
}


#ddcolortabs a{
  float:left;
  color: white;
  background: #678b3f url(../images/color_tabs_left.gif) no-repeat left top;
  margin:0 2px 0 0;
  padding:0 0 1px 3px;
  text-decoration:none;
  letter-spacing: 1px;
}

#ddcolortabs a span{
  float:left;
  display:block;
  background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
  padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
  float:none;
}


#ddcolortabs a:hover {
  background-color: #8cb85c;
}

#ddcolortabs a:hover span{
  background-color: #8cb85c;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
  background-color: #460000;
}

#ddcolortabsline{
  clear: both;
  padding: 0;
  width: 100%;
  height: 8px;
  line-height: 8px;
  background: #678b3f;
  border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

#bd h1 {
  font-size: 150%;
  color: #6299af;
  font-family: georgia;
  padding:.25em .5em;
}

#bd h2 {
  border-left: #8cb85c thick solid;
  border-bottom: #678b3f double;
  width: 60%;
  padding:.25em .5em;
  font-size: 150%;
  font-family: georgia;
}

#bd .content {
  font: 1.2em Arial, Verdana, sans-serif;
  padding: 1em;
}

#bd .content div {
  font-size: 1em;
  padding: 1em .5em;
  line-height:1.5em;
  text-indent:1em;
}

#bd .content div.first {
  text-indent:2em;
}

#bd .content div.first:first-letter {
  font: 2em Arial, Verdana, sans-serif;
}

#bd .content img {
  float:right;
  margin:0px 5px 5px 5px;
  background-color:#fff;
  padding:8px;
  border-right:.1em solid #ccc;
  border-bottom:.05em solid #ccc;
  border-top:.1em solid #efe;
  border-left:.05em solid #efe;
}

#bd .content ul {
  font: bold Arial, Verdana, sans-serif;
  border: #678b3f double;
  background-color: #eee;
  padding: 1em 3em;
  text-decoration: underline;
}

#bd .email_address {
  border: #678b3f solid;
  background-color: #eee;
}

#bd .address dl {
  border: #678b3f solid;
  background-color: #eee;
}

#bd .address dd {
  padding: .5em 3em;
  text-decoration: underline;
}

#get_directions_box {
  border: 1px solid gray;
  width: 480x;
  background: #FBFCFA;
  font: 11px verdana, sans-serif;
  color: #443;
  outline: none;
}

#get_directions_button {
  cursor:pointer;
  border:outset 1px #ccc;
  background:#eee;
  font-size:.9em; color:#000;
  font-weight:bold;
}

#map {
 padding: 1em 4em; 
}
@media print {
  #container {
    page-break-before: always;
  }
}
