/* global */
*{
  padding: 0;
  margin: 0;
  border: 0;
  overflow: none;
}

body{
  font-family: Lucida Sans;
  font-size: 14px;
  color: #023700;
  background-color: #025300;
}

.right{
  float: right;
}

.left{
  float: left;
}

.spacer{
  clear: both;
}

a{
  outline: none;
}

/* layout */
#wrapper{
  width: 850px;
  height: 551px;
  margin: 10px auto;
  background: #F4FBF4 center url('../images/bg_FR.jpg') no-repeat;
}

#wrapper02{
  width: 850px;
  height: 551px;
  margin: 10px auto;
  background: #F4FBF4 9% url('../images/bg_FR.jpg') no-repeat;
}

#header{
  height: 109px;
  background: #023700 center url('../images/logo.jpg') no-repeat;  
/*  position:absolute;
  width:200px;
  top:0;
  left:0;
  bottom:0;
  background-color:#009900; */
}

#contentContainer{
  height: 314px;
  padding: 5px;
}

#flashCNT{
  height: 444px;
  padding: 0;
}

#contentContainer .flashContainer{
  width: 423px;
  height: 313px;
}

#contentContainer .title{
  width: 401px;
  font-family: times new roman;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #B0E3B0;
  margin-bottom: 15px;
  padding: 0 5px 5px 5px;
}

#contentContainer .title02{
  width: 401px;
  font-family: times new roman;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0 5px 5px 5px;
}

#contentContainer .title03{
  width: 401px;
  font-family: times new roman;
  font-size: 25px;
  font-weight: bold;
  padding: 0 5px 3px 5px;
}

#contentContainer .title04{
  font-family: times new roman;
  font-size: 15px;
  font-weight: bold;
}

#contentContainer  .contactInfo{
  width: 400px;
  height: 313px;
  border-right: 1px solid #B0E3B0;
  text-align: center;
  margin-left: 10px;
}

#contentContainer .cntnt{
  width: 360px;
  height: 260px;
  margin-left: 20px;
  line-height: 16px;
  font-size: 13px;
}

#contentContainer .cntnt .author{
  font-weight: bold;
}

#contentContainer .cntnt .date{
  font-style: italic;
  font-size: 10px;
}

#contentContainer .emailForm{
  width: 423px;
  height: 313px;
}

#contentContainer  .contactInfo .infoTitle{
  display: block;
  float: left;
}

#contentContainer  .contactInfo span{
  display: block;
  float: left;
}

#contentContainer  .contactInfo br{
  clear: left;
}

#form  label,input, #captcha {
  display: block;
  width: 200px;
  float: left;
  margin-bottom: 10px;
}

#form  label {
  text-align: right;
  width: 100px;
  padding-right: 10px;
}

#form input,textarea{
  border: 1px solid #ccc;
}

#form  textarea{
  height: 100px;
  width: 280px;
  overflow: auto;
}

#form  .btn{
  width: 62px;
  height: 18px;
  margin-right: 33px;
}

#form  br{
  clear: left;
}

#navigationDivider{
  height: 21px;
  background-color: #023700;
}

#navigationDiv{
  height: 97px;
  background: #9BE88A url('../images/bg_navi.jpg') repeat-x;
}

#navigation{
  height: 32px;
  background: transparent url('../images/navigation.png') no-repeat;
}

#navigationDiv .forestHouseLogo{
  width: 300px;
  height: 62px;
  margin-left: 3px;
  background: transparent url(../images/forestLogo.png) no-repeat;
}

#navigation ul{
  width: 480px;
  margin-right: 28px;
}

#navigation li{
  list-style-type: none;
  display: inline;
}

#navigation .marginRight{
  margin-right: 21px;
}

#footer{
  background: #025300;
  color: #5DD33F;
  width: 850px;
  float: right;
  font-size: 12px;
}

#extLink{
  float: right;
}

#extLink p{
  float: right;
  min-width: 80px;
  width: auto !important;
}

#extLink img{
  vertical-align: middle;
  float: left;
}

#extLink span{
  float: left;
  padding-top: 4px;
  max-width: 70px;
  width: auto !important;
}

#footer a, #footer a:visited{
  color: #5DD33F;
  text-decoration: none;
  font-size: 10px;
}

#footer a:hover{
  color: white;
}