html, body {
  margin: 0;
  padding: 0;
  font: 12px/150% Verdana, Arial, Helvetica, sans-serif;
  background: #e2cd94;
  color: #000;
  height: 100%;
  text-align: center;
  background-image: url("images/background2.jpg");


}

a:link, a:visited {
  color: #103f77;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #103f77;
  text-decoration: underline;
}

ul.menu a:link, ul.menu a:visited {
  text-decoration: none;
}

ul.menu a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

.meta {
  font-size: 10px;
  color: #FFF;
  background: #a6b7c1;
  float: right;
  padding: 2px 5px;
}

.clear {
  clear: both;
}

/* {{{ input fields */
input {
  font: 12px/100% Verdana, sans-serif;
  background: #EEE;
  color: #000;
  border: inset #FFF 1px;
}
textarea, select {
  background: #EEE;
  color: #000;
  font: 12px/160% Verdana, sans-serif;
  border: inset #FFF 1px;
}
input.form-submit, .teaser-button-wrapper input {
  background: #147ec1;
  color: #FFF;
  font-weight: bold;
  border: outset #FFF 1px;
  cursor: pointer;
  padding: 0 20px;
}
input.form-submit:hover, .teaser-button-wrapper input:hover {
  background: #38b3df;
  color: #FFF;
}
/* }}} input fields */

form {
  display: inline;
  vertical-align: middle;
}

img, input {
  vertical-align: middle;
}

a img {
  border: none;
}

.page-footer a:link, .page-footer a:visited, .page-footer a:hover, .page-footer {
  color: #888;
  font-size: 10px;
}

.no-border {
  border: none;
}

fieldset {
  border: 1px solid #AAA;
  border-top: 1px solid #314373;
  /* background: #B8B8B8 url("images/fieldset-bg.jpg") repeat-x; */
  background: #EEE;
  margin: 0;
}

fieldset.collapsed {
  border: none;
  background: none;
  border-top: 1px solid #AAA;
  padding: 0;
}

fieldset.collapsed a:link, fieldset.collapsed a:visited {
  color: #888;
}

fieldset.collapsed a:hover {
  color: #2F4271;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

.drupal-content ul {
  padding-left: 20px;
}

.drupal-content table {
  width: 100%;
}

table {
  empty-cells: show;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #586202;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  font-weight: normal;
}

h1 {
  font: 170%/100% Verdana, Arial, Helvetica, sans-serif;
}

h2 {
  font: 160%/100% Verdana, Arial, Helvetica, sans-serif;
}

h3 {
  font: 140%/100% Verdana, Arial, Helvetica, sans-serif;
}

h4 {
  font: 130%/100% Verdana, Arial, Helvetica, sans-serif;
}

h5 {
  font: 120%/100% Verdana, Arial, Helvetica, sans-serif;
}

h6 {
  font: 110%/100% Verdana, Arial, Helvetica, sans-serif;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #AAA;
}

a:focus {
  outline: none; /* firefox fix */
}

/* {{{ pate-title */

h1.page-title {
  display: block;
  margin-bottom: 20px;
  padding-top: 10px;
}

h1.page-title a:link, h1.page-title a:visited, h2.teaser-title a:link, h2.teaser-title a:visited {
  text-decoration: underline;
}

h1.page-title span.title,
h1.page-title span.title a:link, h1.page-title span.title a:visited,
h1.page-title a:hover {
}

/* }}} page-title */

.teaser-title {
}

.node-teaser {
  padding-bottom: 30px;
  padding-top: 10px;
}

div.textarea-identifier {
  display: none;
}

div.description {
  line-height: 120%;
}

/* page */

div.page {
  background: url("images/page-content.jpg") repeat-x 0 231px;
  text-align: center;
}

div.page-header {
  height: 231px;
  background: url("images/page-header.jpg") repeat-x center top;
}

#content {
  padding: 100px 100px 100px 100px;
}

div.page-content {
  text-align: left;
  margin: 0 auto;
  width: 1018px;
  background: url("images/page-content-bg2.png") repeat-y top;
  position: relative;
}

div.page-content-wp-top {
  background: url("images/page-content-top3.png") no-repeat top;
}

div.page-content-wp-bottom {
  background: url("images/page-content-bottom2.png") no-repeat bottom;
  min-height: 900px;
}

div.primary-links {
  padding-top: 63px;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 60px;
}

div.primary-links.social {
  float: right;
  padding-right: 40px;
  padding-top: 53px;
}

div.primary-links a {
  color: white;
}

div.primary-links img {
  margin: 0 10px;
}

div#gmap {
  height: 400px;
}
