/* ------------- RESET -------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

* {
  margin: 0;
  outline: none;
}

html, body {
  height: 100%;
}

/* ----------- PAGE LAYOUT ----------- */

#wrapper {
  width: 960px;/* Width of main container */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -28px;/* The bottom margin is the negative value of the footer's height */
  margin-bottom: -1px;
  overflow: hidden;
}

.gutter1 {
  float: left;
  height: 1px;
  width: 100px;
}

.gutter2 {
  float: left;
  height: 1px;
  width: 30px;
}

#page {
  background: url(img/arrow.gif) no-repeat 100px 3px;
  float: left;
  padding: 0 0 0 200px;
  width: 760px;
}

#column1, #column2 {
  float: left;
  min-height: 500px;
  height: auto !important;
  height: 500px;/* Needs to match the min height pixels above */
}

#column1 {
  float: left;
  width: 550px;
}

#column2 {
  float: left;
  width: 180px;
}

/* STICKY FOOTER */

#footer {
  margin: 0 auto;
  padding-top: 8px;
  text-align: center;
  width: 960px;
}

#footer, #push {
  height: 28px;/* #push must be the same height as #footer */
}

/* -------------- HEADER ------------- */

#header {
  background: url(img/header.jpg) no-repeat 0% 0%;
  float: left;
  height: 230px;
  width: 100%;
}

#header h1 {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1em;
  margin: 0 0 10px 0;
  padding: 15px 0 0 0;
}

/* SLIDESHOW */

.slideshow {
  margin-top: 80px;
}

/* ------------ NAVIGATION ----------- */

/* NAVIGATION 1 - HORIZONTAL */

#navigation1 {
  float: left;
  height: 33px;
  margin: 10px 0 40px 0;
  width: 960px;
}

ul#navlist
{
  float: right;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#navlist li
{
  display: inline;
  list-style-type: none;
}

#navlist a { padding: 4px 11px; }

#navlist a:link, #navlist a:visited
{
  color: #bfbba5;
  text-decoration: none;
}

#navlist a:hover
{
  border: 1px solid #bfbba5;
  color: #fff;
  padding: 3px 10px;
  text-decoration: none;
}

/* ---------- FONTS/COLORS ----------- */

body {
  background: #5f541f url(img/bg_body.png) repeat-x 0% 0%;
  color: #fff;
  font: normal 13px/1.4em arial, helvetica, sans-serif;
  word-spacing: 0.15em;
}

h1, h2, h3, h4, h5, h6 {
  color: #bfbba5;
  line-height: 1em;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

h1 {
  font-size: 240%;
  font-weight: normal;
}

h2 {
  font-size: 180%;
  margin-top: 0;
  font-weight: normal;
}

h3 {
  font-size: 140%;
  font-weight: normal;
}

h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 5px;
}

/* ------------- LINKS ------------- */

a, a:link, a:visited {
  color: #ffc;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}

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

strong, bold, i, em {
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 1px;
  font-variant: small-caps;
}

em {
  border-bottom: 2px dotted #333;
  font-style: normal;
}

/* ----------- SITE STYLES ----------- */

p {
  margin-bottom: 20px;
  width: 100%;
}

#column2 ul {
  clear: both;
  padding-left: 0;
  margin: 10px 0;
}

#column2 li {
  list-style-type: square;
  margin: 5px 0 5px 25px;
}

blockquote {
  padding: 0 20px;
}

blockquote p {
  font-size: 100%;
  letter-spacing: 1px;
}

img {
  border: 0;
}

/* ------------- CLASSES ------------- */

.img-left {
  float: left;
  margin: 5px 10px 0 0;
}

.img-center {
  margin: 0 auto 20px auto;
  display: block;
}

.img-right {
  float: right;
  margin: 5px 0 0 10px;
}

.border-bottom {
  background: url(img/border_bottom.gif) no-repeat bottom left;
  margin-bottom: 15px;
  padding-bottom: 23px;
}

/* FORM */

input {
  margin: 5px 0 10px;
  padding: 2px;
  width: 200px;
}

textarea {
  font: normal 13px/1.4em arial, helvetica, sans-serif;
  height: 150px;
  margin: 5px 0 10px;
  padding: 2px;
  width: 300px;
}

.shadow { 
  color: #000;
  background-image: url(img/shadeform.gif);
  border: 1px solid #bfbba5;
}

.submit-button {
  background: url(img/button.png);
  font-weight: bold;
  color: #000;
  text-align: center;
  cursor: pointer;
  padding: 2px;
  border: 1px solid #000;
  width: auto;
}

.submit-buttonon {
  background: url(img/buttonon.png);
  font-weight: bold;
  color: #000;
  text-align: center;
  cursor: pointer;
  padding: 2px;
  border: 1px solid #000;
  width: auto;
}

/* GALLERY */

#gallery {
  margin: 10px 0 10px 0;
  width: 100%;
}

#gallery img { float: left; height: 75px; margin: 0 5px 5px 0; width: 100px; }

#galleryPopup {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0;
  margin: 0;
  border: 1px solid #c0c0c0;
  background-color: #fff;
  z-index: 100;
}

#galleryLoader {
  z-index: 101;
}

#galleryPopup .content {
  padding: 10px;
}

#galleryPopup h1 {
  font-size: 18px;
  border-bottom: 2px solid #c9c9c9;
  margin: 0;
  margin-bottom: 2px;
}

/* ------------- CLEARFIX ------------ */

.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  display: inline-block;
}

* html .clear {
  height: 1%;
}