/*html, body {
  height: 100%;
}*/

body {
  color: #7A7777;
  font-family: Verdana, Arial;
  font-size: 70%;
  line-height: 1em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* default styling */

h1,h2,h3,h4,h5 {
  color: #3D860D;
}
h1 a,h2 a,h3 a,h4 a,h5 a {
  color: #3D860D;
}
h1 {
  text-transform: lowercase;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 1em;
}

h2 {
  font-size: 1.6em;
  line-height: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.4em;
  line-height: 1em;
  margin-bottom: 1em;
}

h4, h5 {
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}

p, ol, ul {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 1em;
}

p.grey {
  color: #8B8B8B;
}

p a, li a {
  color: #6DB33F;
}

p a:hover, li a:hover {
  color: #3D860D;
}

/* site layout */

#wrap {
  width: 948px;
  margin: auto;
}

#header {
  height: 140px;
  overflow: none;
}

#header h1,
#header h1 a {
  display: block;
  width: 549px;
  height: 67px;
  text-indent: -500em;
}

#header h1 {
  height: 109px;
  padding-top: 42px;
}

#header h1 a {
  background: transparent url(../img/VPF_logo.gif) no-repeat scroll top left;
}

#main {
  background: transparent url(../img/background.gif) repeat-y scroll top left;
}

#navigation {
  /*margin-top: 2em;*/
  width: 150px;
  float: left;
}

#navigation ul {
  font-size: 1em;
}

#navigation ul li.no, #navigation ul li.act {
  /*font-size: 1.8em;
  line-height: 1.5em;*/
  font-size: 19px;
  line-height: 30px;
}

#navigation ul li.act ul {
  padding-left: .7em;
  margin: .25em 0;
}

#navigation ul li.act ul li {
  font-size: 13px;
  line-height: 18px;
}

#navigation ul li a,
#navigation ul li.act ul li a {
  color: #6DB33F;
}

#navigation ul li.act a,
#navigation ul li.no a:hover,
#navigation ul li.act ul li.cur a {
  color: #3D860D;
  text-decoration: none;
}

#content {
  width: 498px;
  margin: 0 36px;
  float: left;
}

#right {
  width: 180px;
  margin-left: 18px;
  float: left;
}

#footer {
  margin-top: 10em;
  margin-bottom: 2em;
}

#footer p {
  background: transparent url(../img/footer-bg.gif) no-repeat scroll top right;
  height: 38px;
  color: #B0AAAA;
  font-size: .9em;
  line-height: 2em;
}

img.header {
  margin-bottom: 2em;
}

#search p {
  font-size: .9em;
  color: #6DB33F;
  margin-bottom: 0.1em;
}

#search form {
  border: 1px solid #6DB33F;
  width: 110px;
  padding: 1px;
}

#search form input {
  display: block;
  float: left;
  border: none;
  width: 95px;
  font-size: 12px;
  height: 14px;
  color: #6DB33F;
}

#search form button {
  display: block;
  float: right;
  text-indent: -500em;
  width: 10px;
  height: 14px;
  background: white url(../img/search-button.gif) no-repeat scroll top left;
  border: none;
  cursor: pointer;
}

#accordion {
  background: transparent url(../img/accordion-bg.gif) no-repeat scroll bottom left;
}

#accordion h2.toggler {
  font-size: 1.3em;
  color: #6DB33F;
  text-transform: lowercase;
  cursor: pointer;
  background: transparent url(../img/accordion-leave.gif) no-repeat scroll top left;
  padding-left: 28px;
  padding-top: 2px;
  height: 19px;
  margin-bottom: 0;
}

#accordion h2.toggler.active {
  color: #3D860D;
  background-image: url(../img/accordion-leave-active.gif);
}

#accordion div.element {
  padding-left: 28px;
}

#content ul li, #right ul li {
  background: transparent url(../img/light-leave.gif) no-repeat scroll top left;
  padding-left: 24px;
  margin-bottom: .5em;
  min-height: 19px;
  height: auto !important;
  height: 19px;
}

#content ul li {
  margin-bottom: 1em;
}
/*
#events {
  padding-top: 1em;
}
*/

#right h3,
h3.events,
#events h3 {
  color: #7A7777;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 2em;
  margin-top: 2em;
}


#events div.event h4, #right div.event p, #right h4, #right p {
  font-size: 1em;
}

#right h4, #events div.event h4, #right div.event h4 a, #right div.event h4 a:hover {
  color: #FA0505;
  font-weight: normal;
}

#events div.event p.more {
  font-size: .85em;
  margin-bottom: 2em;
}

/* typo3 stuff */

.mailform div.field {
  margin-bottom: .5em;
  clear: both;
}

.mailform div.field label,
.mailform div.field input.input,
.mailform div.field select.select,
.mailform div.field p.radiogroup,
.mailform div.field fieldset,
.mailform div.field textarea.text {
  float: left;
}

.mailform div.field label {
  width: 180px;
}

.mailform div.field input.input,
.mailform div.field select.select,
.mailform div.field textarea.text {
  width: 240px;
}

.mailform div.field fieldset legend {
  display: none;
}

.mailform div.field fieldset label,
.mailform div.field fieldset input {
  float: none;
}

.mailform div.field textarea.text {
  height: 100px;
}

.required label {
  color: red;
}


strong.tx-indexedsearch-redMarkup {
  color: #FA0505;
  font-weight: bold;
}

.search-browse {
  text-align: center;
  margin-bottom: 1em;
}

.search-browse a {
  text-decoration: none;
  color: #FA0505;
}

.search-browse a:hover {
  text-decoration: underline;
}

.searchbox form {
  border: 2px solid #6DB33F;
  padding: 1em;
  margin-bottom: 1em;
}

.searchbox-form {
  float: left;
}

.searchbox-form  label,
.searchbox-form input/*,
.search-submit input*/ {
  font-size: 1.4em;
  line-height: 1.3em;
}

.searchbox-form input {
  border:1px solid #666666;
  padding-left: .5em;
  width: 300px;
}

.search-submit {
  float: left;
  margin-left: 1em;
}

.search-submit input {
  width: auto;
}

.tx-indexedsearch-whatis {
  display: none;
}

h3.search, h3.search a {
  color: #3D860D;
  margin-bottom: 0.1em;
}

/* paypal form */

fieldset label, fieldset input {
  display: block;
  float: left;
  width: 250px;
  margin-bottom: 0.5em;
}

fieldset input {
  border: 1px solid #3D860D;
}

fieldset label {
  clear: both;
  width: 100px;
  font-size: 1.1em;
  line-height: 1.2em;
}

fieldset.donate label {
  width: 20px;
  font-size: 1.2em;
  font-weight: bold;
}

fieldset.donate input {
  width: 150px;
}

form, fieldset, table.paypal {
  margin-bottom: 1em;
}

table.paypal {
  font-size: 1.1em;
  line-height: 1em;
}

table.paypal th, table.paypal td {
  padding-bottom: 0.5em;
}

table.paypal th {
  font-weight: bold;
}

.alert, .validation-advice {
  border: 1px solid #E57F7F;
  color: #660000;
  padding: 5px 5px 5px 35px;
  margin-bottom: 1em;
  width: 95%;
}

/* utility classes */

.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.cl { clear: left; }
.cr { clear: right; }

.ta_r { text-align: right !important; }
.ta_l { text-align: left !important; }
.ta_c, .align-center { text-align: center !important; }

.mb_0 { margin-bottom: 0 !important; }
.mt_0 { margin-top: 0 !important; }

.mb_1 { margin-bottom: 1em !important; }
.mt_1 { margin-top: 1em !important; }

.lower { text-transform: lowercase; }

.w_half { width: 50%; }
.red { color: #FF3333;}
.green { color: #339933; }
#slides-html { display: none; }