/* Standard CSS code */

html * { padding:0; margin:0; }

body {
  background: url('../images/body_bg.jpg') repeat-x;
  background-color:#006c9a;
}

.clearer{ clear:both; }

/* End Standard CSS code */

#wrapper{
  background: url('../images/wrapper_bg.jpg') no-repeat;
  width:1000px;
  margin:auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#wrapper #container{
  float:left;
  background: url('../images/wrapper_bg.jpg') no-repeat;
  width:1000px;
}

#wrapper #container #content{
  width:818px;
  margin:auto;
}

#wrapper #container #content #header{
  background: url('../images/header_bg.jpg') no-repeat;
  height:216px;
}

#wrapper #container #content #middle{
  background: url('../images/middle_bg.jpg') repeat-y;
  float:left;
}

#wrapper #container #content #middle #middle_left{
  float:left;
  width:145px;
  padding-left:16px;
}

#wrapper #container #content #middle #middle_left #nav{
  list-style:none;
  margin-top:5px;
}

#wrapper #container #content #middle #middle_left #nav .nav_item{
  width:132px;
  height:18px;
  background-color: #c7d8ce;
  border: 1px solid #dce7e0;
  margin-bottom:1px;
  color: #2e7148;
  padding-top:5px;
  padding-left:10px;
  display:block;
}

#wrapper #container #content #middle #middle_left #nav .nav_item a{
  text-decoration:none;
  color: #2e7148
}

#wrapper #container #content #middle #middle_left #nav .nav_item a:hover{
  color: #FFFFFF;
}

#wrapper #container #content #middle #middle_left #map{
   width:132px;
   height:276px;
   background: url('../images/maine_map.jpg') no-repeat;
   margin-left:5px;
   margin-top:15px;
   margin-bottom:25px;
   cursor: pointer;
}

#wrapper #container #content #middle #middle_right{
  float:left;
  width:651px;
  background: url('../images/right_bg.jpg') no-repeat;
  background-position: top;
  padding-left:6px;
}

#wrapper #container #content #middle #middle_right .box{
  background: url('../images/box_bg.jpg') no-repeat;
  width:207px;
  margin-top:59px;
  float:left;
  margin-right:6px;
  padding: 13px 0px 0px 0px;
  text-align:center;
  margin-bottom:30px;
  text-decoration: none;
  cursor: pointer;
}

#wrapper #container #content #middle #middle_right .box IMG{
  margin-bottom:25px;
  text-decoration: none;
  cursor: pointer;
 }
 
#wrapper #container #content #middle #middle_right .last IMG{
  padding-left: 6px;
 }
 
#wrapper #container #content #middle #middle_right .box .green{
  color: #2e7148;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

#wrapper #container #content #middle #middle_right .box .orange{
  color: #8a4b1c;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;  
}

#wrapper #container #content #middle #middle_right .box .blue{
  color: #006c9a;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

#wrapper #container #content #middle #middle_right #bottom{
  background: url('../images/bottom_bg.jpg') no-repeat;
  height: 90px;
  margin-left:20px;
  font-size: 12px;
  color: #666666;
  text-align:center;
  padding:60px 30px 0px 0px;
  line-height:18px;
}

#wrapper #container #content #footer{
  background: url('../images/footer_bg.jpg') no-repeat;
  height:47px;
  clear:both;
}
