/* ------------- 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; }

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

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#wrapper {
  background: url(img/bg_wrapper.jpg) no-repeat 0% 270px;
  width: 960px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#column1, #column2, #column3 {
  float: left;

  min-height: 500px;
  height: auto !important;
  height: 500px;/* Needs to match the min height pixels above */

  margin: 0; 
}

#column1 { float: left; width: 180px; }
#column2 { float: left; width: 700px; }
#column3 { float: left; width: 180px; }

.gutter-horizontal { float: left; height: 20px; width: 100%; }
.gutter-vertical { float: left; height: 1px; width: 30px; }

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

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

#header h1 {
  display: block;
  color: #069;
  font-weight: bold;
  line-height: 1em;
  margin: 8px 16px 8px 0;
  text-align: right;
}

#header h2 {
  color: #000;
  font-size: 120%;
  line-height: 1.1em;
  margin: 0 16px 0 0;
  text-align: right;
}

/* -------------- FOOTER ------------- */

#main {padding-bottom: 60px;}  /* must be same height as the footer */

#footer {
  background: url(img/bg_footer.jpg) no-repeat 0% 0%;
  position: relative;
  margin: 0 auto;
  margin-top: -60px; /* negative value of footer height */
  height: 60px;
  clear: both;
  padding: 40px 0 0 0; 
  text-align: center; 
  width: 960px;
}

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

/* NAVIGATION 1 HORIZONTAL */

#navigation1 {
  float: left;
  margin: 0;
  width: 100%;
}

ul#menu1, ul#menu1 ul { padding: 0; margin: 0; list-style: none; }

ul#menu1 li {
  float: left;
  line-height: 1.4em;
  position: relative;
  z-index: 10;
}

ul#menu1>li li { float: none; }

#menu1 a, #menu1 a:link, #menu1 a:visited {
  outline: none;
  display: block;
  color: #cccccc;
  padding: 4px 1em;
  text-decoration: none;
}

ul#menu1 a:hover { background-color: #929280; background-image: none; color: #000; }

ul#menu1 li li { border-width: 0; }

ul#menu1 li li a, ul#menu1 li li a:link, ul#menu1 li li a:visited {
  color: #000;
  background-color: #929280;
  font-weight: normal;
  padding: 4px 0.5em;
  width: 160px;
}

ul#menu1 li li a:hover { background-color: #d6e5d6; color: #000; }

ul#menu1 li ul { position: absolute; margin-top: 0; 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: 0;
  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 FLYOUT RIGHT */

#navigation2 {
  float: left;
  margin-bottom: 15px;
  margin-left: 6px;
  position: relative;
}

ul#menu2 {
  left: 0;
  padding: 0;
  height: auto;
  text-align: left;
}

ul#menu2, ul#menu2 ul { padding: 0; margin: 0; list-style: none; }

ul#menu2 li { 
  line-height: 1.4em;
  position: relative;
  float: left;
}

ul#menu2>li li { float: none; }

#menu2 a, #menu2 a:link, #menu2 a:visited {
  outline: none;
  display: block;
  font-weight: bold;
  padding: 4px 8px;
  width: 154px;
  color: #fff;
  text-decoration: none;
}

ul#menu2 a:hover { color: #000; background-color: #99bf99; }

ul#menu2 li li a, ul#menu2 li li a:link, ul#menu2 li li a:visited {
  background-color: #fff;
  color: #000;
  display: block;
  font-weight: normal;
  line-height: 1.4em;
  padding: 4px 8px;
}

ul#menu2 li li a:hover { background-color: #d6e5d6; color: #000; }

ul#menu2 li ul {
  position: absolute;
  left: -999em;
  margin-top: 0;
}

#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%;
}

/* NAVIGATION 3 VERTICAL FLYOUT LEFT */

#navigation3 {
  float: left;
  margin-bottom: 15px;
  position: relative;
}

ul#menu3 {
  left: 0;
  margin-right: 6px;
  padding: 0;
  height: auto;
  text-align: left;
}

ul#menu3, ul#menu3 ul { padding: 0; margin: 0; list-style: none; }

ul#menu3 li { 
  float: left;
  line-height: 1.4em;
  list-style: none;
  position: relative;
}

ul#menu3>li li { float: none; }

#menu3 a, #menu3 a:link, #menu3 a:visited {
  outline: none;
  display: block;
  font-weight: bold;
  padding: 4px 8px;
  width: 154px;
  color: #fff;
  text-decoration: none;
}

ul#menu3 a:hover { background-color: #99bf99; border-bottom-width: 0; color: #000;  }

ul#menu3 li li a, ul#menu3 li li a:link, ul#menu3 li li a:visited {
  background-color: #fff;
  color: #000;
  display: block;
  font-weight: normal;
  line-height: 1.4em;
  padding: 4px 8px;
}

ul#menu3 li li a:hover { background-color: #d6e5d6; color: #000; font-weight: normal; }

ul#menu3 li ul {
  background-color: #fff;
  position: absolute;
  right: 999em;
  margin: 0;
}

#menu3 li:hover ul, 
#menu3 li li:hover ul, 
#menu3 li.sfhover ul, 
#menu3 li li.sfhover ul {
  top: 0;
  right: 0;
  margin-right: 100%;
}

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

body {
  background: #161410;
  color: #929280;
  font: 13px/1.4em trebuchet ms, times new roman, times, serif;
  word-spacing: 0.05em;
}

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

h1 { font-size: 240%; font-weight: normal; }
h2 { font-size: 180%; margin-top: 0; font-weight: normal; }
h3 { font-size: 140%; }

h4, h5, h6 {
  color: #aaa;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 8px;
}

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

a, a:link {
  color: #CCCCCC;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: underline;
}

a:hover { color: #FF9900; text-decoration: none; }
a:active { color: #E9DF55; textdecoration: none;}

strong, bold {
  color: #ccc;
  font-weight: normal;
  letter-spacing: 1px;
  font-variant: small-caps;
}

i, em {
  font-weight: bold;
  color: #8594b2;
  font-style: normal;
  letter-spacing: 1px;
}

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

p { margin-bottom: 16px; 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 { border-left: 5px solid #99bf99; font-size: 100%; font-style: italic; letter-spacing: 1px; padding-left: 10px; }

img { border: 0; }

code { color: #c00; font-family: courier new, courier, monospace; font-size: 100%; }

/* ------------- 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; }

.img-thumb-landscape { 
  background: #000 url(img/shadow_thumb_landscape.gif) no-repeat bottom right; 
  height: 75px;
  padding-bottom: 5px;
  padding-right: 5px; 
  width: 100px; 
}

.img-large-landscape { 
  background: #000 url(img/shadow_large_landscape.gif) no-repeat bottom right; 
  height: 375px;
  padding-bottom: 5px;
  padding-right: 5px; 
  width: 500px;
}

.img-thumb-portrait { 
  background: #000 url(img/shadow_thumb_portrait.gif) no-repeat bottom right; 
  height: 100px;
  padding-bottom: 5px;
  padding-right: 5px; 
  width: 75px; 
}

.img-large-portrait { 
  background: #000 url(img/shadow_large_portrait.gif) no-repeat bottom right; 
  height: 500px;
  padding-bottom: 5px;
  padding-right: 5px; 
  width: 375px;
}

.border-top { border-top: 1px solid #8594b2; margin-top: 16px; padding-top: 16px; }
.border-bottom { border-bottom: 1px solid #8594b2; margin-top: 16px; padding-bottom: 16px; }

#column1 .box {
  float: left;
  border: 1px solid #333333; 
  padding: 5px 10px;  
  margin: 0 0 18px 6px; 
  width: 148px;
}

#column2 .box { 
  border: 1px solid #333333; 
  margin-bottom: 18px; 
  padding: 5px 10px; 
  width: auto; 
}

#column3 .box {
  float: left;
  border: 1px solid #333333;
  padding: 5px 10px;
  margin: 0 6px 18px 0;
  width: 148px;
}

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

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

.clear { display: inline-block; }

/* Hides from IE-mac \*/

* html .clear { height: 1%;}

.clear {display: block;}

/* End hide from IE-mac */
