/* Layout Styles */
html, body{
  width:100%;
  margin:0 0 0 0;
  text-align:center; 
}

#container{
  width:984px;
  margin:0 auto 0 auto;
  text-align:left; 
  position:relative;
  top:0px;
  left:0px;
}

#header{
  position:relative;
  top:0px;
  left:0px;
  width:987px;
  height:77px; 
}

#utilitynav {
  margin:5px 0 0 0;
  font-family:Trebuchet MS, Ariel, Verndana;
  font-size:10px;
  font-weight:bold;
  color:#20875e;
  text-align:right;
}
    
#imagehead{
  position:relative;
  top:0px;
  left:0px;
  width:987px;
  height:237px; 
}

#leftImage{
  float:left;
}

#middleImage{
  float:left;
}

#rightImage{
  float:left;
}

#content{
  position:absolute;
  top:314px;
  left:1px;
  width:982px;
}

#bottom_content {
  position:absolute;
  top:237px;
  left:0;
  width:982px;
  height:428px;
  overflow:auto;
  border-left:1px solid #20875e;
  border-right:1px solid #20875e;
  border-bottom:1px solid #20875e;
  /* Styling scrollbars for IE */
  scrollbar-arrow-color:#d79f67;
  scrollbar-base-color:#903e25;
  scrollbar-dark-shadow-color:#20875e;
  scrollbar-track-color:#ffffff;
  scrollbar-face-color:#903e25;
  scrollbar-shadow-color:#903e25;
  scrollbar-highlight-color:#fae5c0;
  scrollbar-3d-light-color:#20875e; 
}

#interiorContent{
  padding:20px;
  width:915px;
  text-align:justify; 
}

#locationHolder{
  width:344px; 
  height:182px;
  float:left;
  padding:8px 0 0 70px;
}

.scroller{
  width:343px;
  height:158px;
  overflow:auto;
  padding:5px 0 5px 0;
  
  /* Styling scrollbars for IE */
  scrollbar-arrow-color:#ffffff;
  scrollbar-base-color:#000000;
  scrollbar-dark-shadow-color:#000000;
  scrollbar-track-color:#ffffff;
  scrollbar-face-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-highlight-color:#000000;
  scrollbar-3d-light-color:#000000; 
}

.location{
  width:160px;
  height:90px;
  float:left;
  
  font-family:Trebuchet MS, Ariel, Verdana, helvetica, sans-serif;
  font-size:11px;
  color:#ffffff;
  line-height:14px;
}

#copyright {
  text-align:right;
  margin:0 40px 0 0;
  padding-right:5px;
  position:relative;
  font-family:Trebuchet MS, arial, verdana, helvetica, sans-sarif;
  font-size: 9px;
  font-weight:bold;
  color: #9fa1a1;
 }
 
#navigation{
  width:236px;
  height:14px;
  margin:63px 0 0 0;
  overflow:hidden;
  background:url(/images/navigation.gif) no-repeat 0px 0px;
}

#pagecontent{
  position:relative;
  width:700px;
  margin:-252px 0 0 250px;
}


 
 