/* ------------- 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-weight: normal;
  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 {
  background-color: #fff;
  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;
  border-left: 2px solid #484e2c;
  border-right: 2px solid #484e2c;
}

.gutter {
  float: left;
  height: 1px;
  width: 20px;
}

#column1, #column2, #column3 {
  float: left;
  min-height: 500px;
  height: auto !important;
  height: 500px;/* Needs to match the min height pixels above */
}

#column1 {
  float: left;
  width: 180px;
}

#column2 {
  float: left;
  width: 480px;
  background-color: #FFF;
  margin: 5px;
}

#column3 {
  float: left;
  width: 220px;
}

/* STICKY FOOTER */

#footer {
  background-color: #6699CC;
  border: 2px solid #484e2c;
  color: #fff;
  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.png) no-repeat 0% 0%;
  float: left;
  height: 200px;
  width: 100%;
}

#header h1 {
  display: block;
  color: #333;
  font-size: 36px;
  font-weight: bold;
  line-height: 1em;
  margin: -41px 0 20px 10px;
  padding: 0;
}

#header span {
  color: #bcc4cb;
  display: block;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin: 8px 0 0 13px;
}

#header h2 {
  color: #fff;
  font-size: 140%;
  margin: 0 0 0 10px;
}

/* ------------ NAVIGATION ----------- */

/* NAVIGATION 1 - HORIZONTAL */

#navigation1 {
  float: left;
  margin: 0 -1px 20px -1px;
  width: 962px;
}

ul#menu1 {
  background: #808000 url(img/bg_navTop.png) repeat-x 0% 0%;
  height: 26px;
}

ul#menu1, ul#menu1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: 1px solid #808000;
}

ul#menu1 li { 
  line-height : 1.4em;
  position: relative;
  float: left;
  border-bottom: 1px solid #808000;
  z-index: 999;
}

ul#menu1>li li {
  float: none;
}

#menu1 a {
  background: #cdc673 url(img/bg_navTopButton.png) repeat-x 0% 0%;
  outline: none;
  font: bold 13px arial, helvetica, sans-serif;
  display: block;
  color: #333;
  padding: 4px 1em;
  text-decoration: none;
  border-top: 1px solid #808000;
  border-right: 1px solid #808000;
}

ul#menu1 a:hover {
  background-color: #6699CC;
  background-image: none;
  color: #000;
}

ul#menu1 li li a {
  color: #666;
  background-image: none;
  background-color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 4px 0.5em;
  width: 160px;
  border-top-width: 0;
}

ul#menu1 li li a:hover {
  background-color: #6699CC;
  color: #808000;
}

ul#menu1 li ul {
  position: absolute;
  margin-top: 1px;
  left: -999em;
}

#menu1 li:hover ul ul, #menu1 li.sfhover ul ul {
  left: -999em;
}

#menu1 li:hover ul, #menu1 li li:hover ul, #menu1 li.sfhover ul, #menu1 li li.sfhover ul {
  top: 0;
  left: -1px;
  margin-left: 100%;
}

#menu1 li:active ul, #menu1 li:hover ul, #menu1 li.sfhover ul {
  background-color: #f0f0f0;
  top: 100%;
  margin-left: 0;
}

/* NAVIGATION 2 - VERTICAL */

#navigation2 {
  border-bottom: 1px solid #808000;
  float: left;
  margin-bottom: 15px;
  position: relative;
}

#menu2 {
  left: 0;
  padding: 0;
  height: auto;
  text-align: left;
  width: 180px;
}

ul#menu2, ul#menu2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul#menu2 li { 
  border: 1px solid #808000;
  border-bottom-width: 0;
  line-height: 1.4em;
  position: relative;
  float: left;
}

ul#menu2>li li {
  float: none;
}

#menu2 a {
  outline: none;
  display: block;
  font-weight: bold;
  padding: 4px 8px;
  width: 162px;
  color: #FFFFFF;
  background-color: #6699cc;
  text-decoration: none;
}

ul#menu2 a:hover {
  color: #FFFFFF;
  background-color: #003399;
}

ul#menu2 li li a {
  color: #FFFFFF;
  background-color: #6699cc;
  display: block;
  font-size: 12px;
  font-weight: normal;
  width: 142px;
  border-top-width: 0;
}

ul#menu2 li li a:hover
{
  background-color: #003399;
  color: #FFFFFF;
}

ul#menu2 li ul {
  border-bottom: 1px solid #738494;
  position: absolute;
  left: -999em;
  margin-top: -1px;
}

#menu2 li:hover ul, 
#menu2 li li:hover ul, 
#menu2 li.sfhover ul, 
#menu2 li li.sfhover ul {
  top: 0;
  left: 0;
  margin-left: 100%;
}

/* ---------- FONTS/COLORS ----------- */

body {
  background: #eee9bf url(img/bg.png) repeat 0% 0%;
  color: #333;
  font: normal 13px/1.4em arial, helvetica, sans-serif;
  word-spacing: 0.1em;
}

h1, h2, h3, h4, h5, h6 {
  color: #8b864e;
  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%;
}

h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 5px;
}

#column1 h4, #column3 h4, .block-left h4, .block-right h4 {
  border: 0;
  margin: 0 0 5px 0;
}

/* ------------- LINKS ------------- */

a, a:link, a:visited {
  color: #cb8d82;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: underline;
}

a:hover {
  color: #f89077;
  text-decoration: none;
}

#footer a, #footer a:link, #footer a:visited {
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: underline;
}

#footer a:hover {
  color: #fff;
  text-decoration: none;
}

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%;
  font-style: italic;
  letter-spacing: 1px;
}

img {
  border: 0;
}

/* ------------- CLASSES ------------- */

#column1 .box {
  background-color: #f4f1d6;
  margin-bottom: 20px;
  padding: 5px 10px;
}

#column3 .box {
  background: #eee9bf url(img/bg_box1.png) repeat-x 0% 0%;
  border: 1px solid #8b864e;
  margin-bottom: 20px;
  padding: 5px 10px;
}

.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-top {
  border-top: 1px solid #8b864e;
  margin-top: 15px;
  padding: 15px 0 0 0;
}

.border-bottom {
  border-bottom: 1px solid #8b864e;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}

/* GALLERY*/

.gallery {
  float: left;
  margin: 10px 0 10px 0;
  width: 100%;
}

.gallery img { float: left; height: 75px; margin: 0 5px 5px 0; width: 100px; }

/* ------------- CLEARFIX ------------ */

.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  display: inline-block;
}

* html .clear {
  height: 1%;
}