/*

   Palette:
light = 70B34C
dark  = 007647

*/

/*******************************structure**************************************/

* {
    margin:0;
    padding:0;
    border: none;
}

a {
  outline: none;
}

html, body {
    height:100%;
}

body {
    color:#007647;
    font-family: Arial,sans-serif;
    font-size: small;
    margin:0;
}

#container {
    border: 1px solid #70B34C;
    border-top: none;
    border-bottom: none;
    margin:0 auto;
    min-height: 100%;
    padding:0 30px;
    width:900px;
}

* html #container {
    height:100%;
}

#clear-both {
  clear: both;
}


#logo {
  position: absolute;
  top: 30px;
  left: 173px;
}

#logo_container {
  height: 156px;
  position: relative;
}


#navigation {
  display: block;
  height: 2em;
  width: 100%;
  z-index: 100;
}


.nav {
  display: inline;
  float: left;
  padding-left: 38px;
  background-image: url(images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 18px .5em;
  text-align: center;
  padding-bottom: 1px; /* to show border in IE < 8 */

}

#nav_first {
  padding-left: 0;
  background-image: none;
}


#navigation a:link, #navigation a:visited, #navigation a:active, .subnav a {
    color: #007647;
    border: none;
    text-decoration: none;
}

#navigation a:hover, .subnav a:hover {
    border-bottom: 1px dotted #70B34C;
}

#main {
    padding-top: 25px;
    position: relative;
}

#text {
    width: 704px;
    position: relative;
    min-height: 570px;
    padding-bottom: 30px;
}

#images {
    width: 166px;
    position: absolute;
    right: 0;
    top: 20px;
    padding-top: 6px;
}

#images img {
    border: 1px solid #70B34C;
    margin-bottom: 27px;
}

#images .bottom {
    margin-bottom: 5px;
}

/*******************************footer*****************************************/

#images .copyright {
    font-size: xx-small;
    text-align: right;
    color: #70B34C;
}


#images a:link, #images a:active, #images a:visited {
    color: #70B34C;
    border-bottom: 1px dotted #70B34C;
    text-decoration: none;
}

#images a:hover {
    color: #007647;
    border-bottom: 1px dotted #007647;
}


/**************************** calendar ****************************************/

#left {
  width: 48%;
  position: relative;
  float: left;
  margin-right: 2%;
}

#right {
  width: 48%;
  position: relative;
  float: left;
  margin-left: 2%;
}

.cal_date, .cal_title, .cal_price{
  display: block;
  padding: 0 !important;
  margin: 0 0 .2em 0 !important;
}

.cal_title {
  font-weight: bold;
}

.cal_price {
  display: inline;
  margin: 0 !important;
}


.cal_more {
  float: right;
  margin: 0 !important;
  padding-bottom: 1px;
}

 .cal_description{
  display: block;
  clear: both;
  margin-top: 10px;
 }

/****************************** contact ***************************************/

#contact_form {
  position: relative;
  padding-top: 30px;
}

input, textarea, select {
  font-family: Arial,sans-serif;
  font-size: small;
  position: absolute;
  border: solid 1px #70B34C;
  left: 300px;
  width: 400px;
  padding: 2px;
}

.narrower {
  width: 150px;
}


#contact_form p {
  width: 270px;
}


#yes_no {
  padding-top: .2em;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#where {
  padding-top: 7.6em;
}

#updates {
  left: auto;
  right: 0;
  position: absolute;
  width: 404px !important;
}

#spam {
  left: auto;
  right: 0;
  margin-top: 4em;
  position: absolute;
  width: 404px !important;
}

#submit {
  margin: 2em 0;
}

.error {
  color: #FF3399;
}

#recaptcha_area {
  margin: 7em 0 0 300px;
}

/******************************************************************************/

a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(images/pdf-icon.gif) center left no-repeat;
}

a[href$='.doc'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(images/doc-icon.gif) center left no-repeat;
}