/* ------------- 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: url(img/bg.jpg) no-repeat 0% 0%;
  width: 960px;/* Width of main container */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -35px;/* The bottom margin is the negative value of the footer's height */
  margin-bottom: -1px;
  overflow: hidden;
}

.gutter {
  float: left;
  height: 1px;
  width: 20px;
}

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

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

#column2 {
  float: left;
  margin: 15px 0 0 20px;
  width: 680px;
}

/* STICKY FOOTER */

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

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

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

#header {
  float: left;
  height: 205px;
  width: 100%;
}

#header h1 {
  color: #fff;
  margin: 0 0 5px 0;
  padding: 15px 0 0 0;
}

#header h2 {
  color: #ffc;
  font-size: 120%;
  line-height: normal;
  margin: 0;
}

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

/* NAVIGATION 1 - HORIZONTAL */

#navigation1 {
  float: left;
  margin: 0 -1px 20px 0;
  width: 100%;
 }

ul#menu1 {
  float: right;
  height: 26px;
}

ul#menu1, ul#menu1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: 1px solid #808080;
}

ul#menu1 li { 
  line-height : 1.4em;
  position: relative;
  float: left;
  border-bottom: 1px solid #808080;
  z-index: 999;
}

#menu1 a {
  outline: none;
  font: bold 13px arial, helvetica, sans-serif;
  display: block;
  color: #fff;
  padding: 4px 1em;
  text-decoration: none;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}

ul#menu1 a:hover {
  color: #fc0;
}

/* NAVIGATION 2 - VERTICAL */

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

#menu2 {
  left: 0;
  padding: 0;
  height: auto;
  text-align: left;
  width: 240px;
}

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

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

#menu2 a {
  background-color: #fff;
  outline: none;
  display: block;
  font-weight: bold;
  padding: 4px 8px;
  width: 224px;
  color: #000;
  text-decoration: none;
  filter:alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity:0.5;
  position: relative;
}

ul#menu2 a:hover {
  background-color: #fc0;
  color: #000;
  text-decoration: none;
  filter:alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity:0.7;
  position: relative;

}

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

body {
  background-color: #000;
  color: #fff;
  font: normal 13px/1.4em arial, helvetica, sans-serif;
  word-spacing: 0.1em;
}

h1, h2, h3, h4, h5, h6 {
  color: #999;
  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: #1c9167;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}

a:hover {
  color: #ffc;
  text-decoration: none;
}

strong, bold, i, em {
  color: #999;
  font-weight: bold;
  font-size: 110%;
  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 {
  color: #fc0;
  font-size: 100%;
  font-style: italic;
  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-top {
  border-top: 1px solid #808080;
  margin-top: 15px;
  padding: 15px 0 0 0;
}

.border-bottom {
  border-bottom: 1px solid #808080;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}

/* GALLERY*/

.gallery {
  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%;
}