/* ------------- 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-wrapper.png) repeat-y 0% 0%;
  width: 960px;/* Width of main container */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;/* The bottom margin is the negative value of the footer's height */
  margin-bottom: -1px;
  overflow: hidden;
}

#column1, #column2, #column3 {
  float: left;
  min-height: 500px;
  height: auto !important;
  height: 500px;/* Needs to match the min height pixels above */
}

#column1 {float: left; margin: 15px 0; width: 200px;}

#column2 {
  background: url(img/column2-bottom.jpg) no-repeat bottom right;
  float: left;
  margin: 15px 20px 1px 20px;
  padding-bottom: 80px;
  width: 520px;
}

#column3 {
  float: left;
  margin: 15px 0;
  width: 200px;
}

/* STICKY FOOTER */

#footer {
  background: transparent url(img/bg-footer.gif) no-repeat 0% 0%;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  width: 960px;
}

#footer, #push {
  height: 60px;/* #push must be the same height as #footer */
}

/* ---------- FONTS/COLORS ----------- */

body {
  background: #378937 url(img/background.png) repeat-y center center;
  color: #333;
  font: normal 13px/1.3em arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #056b05;
  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 {
  border-top: 1px solid #333;
  font-size: 100%;
  font-weight: bold;
  padding-top: 5px;
}

#column1 {color: #fff;}

#column1 h4 {
  border: 0;
  color: #aec6a1;
  margin: 10px 10px 5px 10px;
}

#column3 h4 {
  background: url(img/column3-h4.png) no-repeat 0% 0%;
  border: 0;
  color: #fff;
  height: 20px;
  padding: 6px 0 0 20px;
}

/* ------------- LINKS ------------- */

a:link {
  color: #66f;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}

a:visited {
  color: #66f;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}

a:hover {color: #090; text-decoration: underline;}

a:active {color: #090;}

#column1 a:link {
  color: #ffc;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}

#column1 a:visited {
  color: #ffc;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}

#column1 a:hover {color: #fff; text-decoration: underline;}

#column1 a:active {
  color: #ffc;
}

/* -------------- HEADER ------------- */

#header {
  background: url(img/header.jpg) no-repeat 0% 0%;
  float: left;
  height: 163px;
}

#header #left {float: left; width: 700px;}

#header #right {
  float: left;
  padding: 35px 20px 0 10px;
  width: 230px;
}

#header h1 {
  color: #fff;
  margin: 0 0 5px 0;
  padding: 35px 0 0 20px;
}

#header h2 {
  color: #fff;
  margin: 0;
  padding: 0 0 0 20px;
}

/* ------------ NAVIGATION ----------- */

/* NAVIGATION 1 */

#navigation1 {
  background: url(img/bg-navigation1.png) no-repeat 0% 0%;
  height: 48px;
  float: left;
  width: 960px;
}

#menu1 {margin-left: 6px;}

#menu1 li {
  background: url(img/bg-button.gif) no-repeat 0% 0%;
  display: inline;
  float: left;
  height: 27px;
  list-style-type: none;
  margin-right: 5px;
  padding: 10px 0 0 0;
  text-align: center;
  width: 160px;
}

#menu1 li a, #menu1 li a:link, #menu1 li a:active, #menu1 li a:visited {
  color: #fff;
  text-decoration: none;
}

#menu1 li:hover {
  background: url(img/bg-button.gif) no-repeat 0% -37px;
}

#menu1:link:focus, #menu1:visited:focus {
  background: transparent;
}

/* NAVIGATION 2 */

#navigation2 {width: 200px;}

#menu2 {
  background: url(img/bg-navigation2-top.png) no-repeat top left;
}

#menu2 li {
  background: url(img/bg-navigation2.png) no-repeat bottom left;
  height: 39px;
}

#menu2 li a, #menu2 li a:link, #menu2 li a:active, #menu2 li a:visited {
  color: #fff;
  display: block;
  padding: 10px 0 10px 10px;
  text-decoration: none;
  width: 190px;
}

#menu2 li a:hover {
  background: url(img/bg-navigation2-on.png) no-repeat bottom left;
  color: #fff;
  text-decoration: none;
}

/* ----------- SITE STYLES ----------- */

p {margin-bottom: 20px;}

strong, bold, i, em {
  font-weight: bold;
  letter-spacing: 1px;
}

#column1 p {padding: 0 10px 10px 10px;}

#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 ------------- */

.img-left {float: left; margin: 5px 10px 0 0;}

.img-right {float: right; margin: 5px 0 0 10px;}

.border-bottom {
  border-bottom: 1px solid #aec6a1;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}

.sidebox {
  background: url(img/bg-sidebox.png) no-repeat left bottom;
  margin-bottom: 20px;
}

.sidebox p {
  margin-top: -15px;
  padding: 0 10px 10px 10px;
}

/* ------------ GRID EXAMPLE ----------- 

Source/examples: http://grid.mindplay.dk

Two columns/width: 520px

Columns: 0, 251, 15, 251, 0

(X)HTML:

<div class="clear">
<div class="grid-m1"></div>
<div class="grid-c1">
{column 1}
</div>
<div class="grid-m2"></div>
<div class="grid-c2">
{column 2}
</div>
</div>

---------------------------------------*/

.grid-m1 {float: left; width: 0px; height: 1px;}

.grid-c1 {float: left; width: 251px;}

.grid-m2 {float: left; width: 15px; height: 1px;}

.grid-c2 {
  float: left;
  width: 251px;
}

/* ------------- CLEARFIX ------------ */

.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {display: inline-block;}

* html .clear {height: 1%;}