/* Reset Everything - courtesy of Eric Meyer */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* start global rules */
body {
    text-align: center;
    background: #F9FAF5 url(/images/bg_gradient.jpg) top left repeat-x;
    color: #2e3818;
    font-size: 80%;
}

p {
    margin-bottom: 1em;
    line-height: 1.3;
}

h1,h2 {
    font-size: 170%;
    color: #5a6d2f;
    margin-bottom: 0.5em;
    font-family: Trebuchet MS, Verdana,Arial,Helvetica,sans-serif;
}

h3 {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

#wrapper {
    width: 785px;
    margin: 1px auto;
    border: 1px solid #5a6d2f;
    text-align: left;
    background: #fff url(/images/wow2.jpg) bottom right no-repeat;
}

#header {
    
}

#mainNav {
    float:left;
    padding: 8px 0 15px 83px;
}

#mainNav li {
  display: inline;  
}

#mainNav li a {
  display: block;  
  float: left;
  color: #000;
  text-transform: lowercase;
  text-decoration: none;
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right:10px;
  line-height: 1.2;
}

#mainNav li a:hover {
    color: #88946f;
}

#mainNav li.last a {
  border-right: none;
}

#mainNav li.active a {
  color: #006600;  
  font-weight: bold;
  cursor: default;
}

#content {
    clear: both;
    padding: 10px 20px;
    float: left;
}

.level2 {
    width: 66%;
}

#content h3 {
    font-size: 120%;
    margin-bottom: 0.4em;
}

#content h3 span {
    display: block;
    font-size: 80%;
    margin-top: 0.4em;
}

#content a,
#footer a {
    color: #88946f;
}

#content ul {
    margin-bottom: 1.5em;
    list-style-type: disc;
    padding-left: 20px;
}

#content ul li {
    padding: 2px 10px;
    line-height: 1.3;
}

#homeImage {
    text-align: center;
}

#homeImage p {
    border: 1px solid #839951;
    width: 650px;
    margin: auto;
    margin-bottom: 1em;
    background: #E2E6D5;
}

#homeContent {
    text-align: center;
    padding: 10px 80px;
}

#side {
    float: left;
    padding-left: 15px;
    padding-top: 15px;
}

#side img {
    border: 1px solid #839951;
}

#footer{
    border-top: #009900;
    clear: both;
    padding: 10px 20px 0;
    font-size: 80%;
    border-top: 1px dashed #009900;
    line-height: 1.2em;
}

/* photo gallery */
#photoGallery {
    
}

#photoGallery a {
    display: block;
    float: left;
    padding: 1px;
    border: 1px solid green;
    margin: 0 1px 15px;
}

/* credit */
#credit {
    margin: 2em;
}

#credit a {
    color: #7B9347;
    font-size: 10px;
}

/* generic classes */
p.disclaimer {
    font-size: 80%;
}

a.pdf {
    display: block;
    background: #fff url(/images/icon_pdf.gif) top left no-repeat;
    padding-left: 35px;
    padding-top:4px;
    height: 30px;
    margin: 1em 0;
}
