/* template.css */
/* updated: 2008/02/07 - 12:42 - baf */
/* prev ver: template_12.css */

body {
  margin: 0;
  padding: 0;
}

/* global styles */
h1, h2, h3, h4, h5, h6 { margin: 10px; }

h1#website-title { margin: 0; }

ul {
  margin: 10px;
  padding: 0 0 0 20px;
}

.clearer { clear: both; }

.clearleft { clear: left; }

.clearright { clear: right; }

#pagewrap {
  position: static;
  background-color: #FFFFFF;
  display: block;
  float: left;
  width: 100%;
  height: 900px;
/*debug  border: 1px red solid;*/
}

#headertop {
/*  background-image: url(../images/header-background.png);*/
  background-image: url(../images/bpv_header.jpg);
  background-repeat: no-repeat;
  background-position: 1em 0;
  height: 182px;
  width 100%;
/*  border-bottom: solid #FFFFFF 2px;*/
/*debug  border: 1px black solid;*/
}

#headertop #title h1#website-title {
  float: left;
  padding: 2px 5px 0 180px;
/*  padding: 10px 5px 0 120px; use for lake_mountains.jpg */
/*  border: 1px white solid;*/
}

#img-and-page-container {
  overflow: auto;
}

/*-- left column holds images --*/
#img-wrapper {
  float: left;
  padding: 0 50em 0 1em;
/*  background: yellow;*/
}

/*-- right column holds text content --*/
#content-wrapper {
  float: left;
  width: 48em;
  margin: 0 0 1em -49em;
/*  background: red;*/
}

#footer {
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  padding: 1em 1em 1em 1em;
  overflow: hidden;
  width: 536px;
}

/*-- input form --*/
#form_wrapper {
  border: 1px black solid;
  padding: 1em 1em 1em 1em;
  background: #BFBFBF;
  width: 440px;
}

#checkboxes {
  float: left;
/*  border: 1px black solid;*/
  padding: 1em 1em 1em 1em;
  background: #ffffff;
  width: 540px;
}