/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font-size:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #301d0f;/*url(../images/body-background.gif) center top repeat;*/
   font: normal 62.5% freesans, helvetica, arial, san-serif;
  color: #000;
  text-align: center;
}



a {
  text-decoration: none;
  outline: none;
  color: #AA663C;
}

a:hover {
  text-decoration: underline;
}
/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----framework----*/
.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

#topwrap {
  background: url(../images/topwrap-background.gif) center top no-repeat;
}

#bottomwrap {
  background: url(../images/bottomwrap-background.gif) center bottom no-repeat;
}

#container {
  background: url(../images/wrap.gif) left top repeat-y;
  width: 700px;
  margin: 0 auto;
  margin-bottom: 2em;

}

/*----End framework----*/
/*---------------------------------------------------------------------*/
/*----header----*/
#content {
  padding: 20px 22px 20px 21px;
  width: 657px;
}
#header {
  background: #f9f1c7;
}


#nav {
  float: left;
  border-bottom: 2px solid #969696;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 658px;

}
#nav li {
  float: left;
  font-size: 1.5em;
  font-weight: bold;
  border-left: 1px solid #969696;
  padding: 0px 12px;
}
#nav li:first-child {
  border-left: none;
  margin-left: 5px;
}


#nav li a {
  color: #969696;
}
#nav li a:hover {
  color: #000;
}
/*----header----*/
/*---------------------------------------------------------------------*/
/*----content----*/
#content p {
  color: #1e1e26;
}


#page {
  text-align: left;
  padding: 20px 10px;

}
#page h1 {
  font-size: 1.5em;
  font-weight: bold;
  color: #aa663c;
  margin: 10px 0px;
}
#page h2 {
 font-size: 1.3em;
  font-weight: bold;
  color: #3b3c3c;
  margin: 10px 0px;
}


#right {
  float: right;
  width: 450px;
  margin-top: 10px;
}
#right p {
   font-size: 1.3em;
   line-height: 1.5em;
   color: #363636;
   margin: 10px 0px;
 font-family: freeserif, cambria, georgia, "Times New Roman", Times, serif;
 }
 #right .indent {
   margin: 0px 20px;
 }


#right ul, #right ol {
  margin-left: 20px;
}


#right ul li {
    font-size: 1.2em;
    list-style-type: disc;
    color: #363636;
}
#right img {
  padding: 5px;
background: #fff;
border: 1px solid #999e97;
 -moz-box-shadow: 1px 1px 5px #333;
  -webkit-box-shadow: 1px 1px 5px #333;
  box-shadow: 1px 1px 5px #333;
  margin: 5px;
}


#right .center {
  text-align: center;
}


#left {
  float: left;
  width: 150px;
  margin-top: 20px;
  margin-bottom: 1em;
  background: #ebdac6;
  padding: 5px 10px;
  border: 1px solid #AA663C;
}
#left .green {
  color:#477e15;
}


#left p {
  font-size: 1.1em;
   line-height: 1.5em;
   color: #363636;
   margin: 5px 0px;
}
#left ul {
  margin-left: 15px;
}


#left ul li {
  list-style-type: disc;
  line-height: 1.5em;

}

#video {
  padding: 10px 0px;
}

 #gallery {
 margin-left: 4px;
 }


 #gallery img {
   margin-right: 3px;
 }


/*----content----*/
/*---------------------------------------------------------------------*/
/*----footer----*/
#footer {
  text-align: center;
  border-top: 1px dotted #969696;
  padding: 5px 0px;
}
#green {
  float: left;
  margin-left: 10px;
}
#revision {
  float: left;
  margin-left: 50px;

}
#gengreen {
  float: left;
  margin-left: 40px;

}


#solar {
  float: right;
  margin-right: 10px;
}




