body {
  position: relative;
  color: #000; background: #B8CA80 url("images/bgtile.gif");
  margin: 0;
  padding: 0;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size:101%;
  text-align:center;
}

a:link, a:visited {
 color: #fff; background: transparent;
 text-decoration:underline;
 }
 
a:hover {
 text-decoration: none;
 }
 
a[href^="http"] { 
  padding-right: 15px; 
  background: url(images/ex_link.gif) no-repeat center right; 
} 
 
blockquote {
  margin-bottom: 0;
  } 

#wrapper {
  position:absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  color: #fff; background: transparent url("images/bgbar.gif") repeat-x;
  height: 235px; 
}  

.clear {
  clear: both;
}

#container {
  margin: 29px auto 0 auto;
  text-align: left;
  width:803px;
  padding:0;
  background: transparent;
  color: #fff;
}

#header h1 {
  color: #fff; background: #6F693B url("images/header.gif");
  height: 231px; width: 803px;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
} 

#header-inner h1 {
  color: #fff; background: #6F693B url("images/header_inner.gif");
  height: 231px; width: 803px;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}

#nav {
  margin: 0 auto;
  color: #fff; 
  background: #704522 url("images/bgnav.jpg");
  width: 771px; height: 42px;
}

#nav ul {
  padding:0 10px 0 270px; 
  margin:0 auto; 
  list-style:none;
  }
  
#nav li {
  float:left;
}

#nav li a {
  display:block; 
  float:left; 
  height:42px; 
  line-height:42px; 
  color:#fff; background: transparent;
  text-decoration:none; 
  font-size:80%;
  font-weight: bold;
  font-family: verdana,'Trebuchet MS', helvetica, sans-serif; 
  text-align:center; 
  padding:0 14px 0 14px; 
  cursor:pointer;
}

#nav li.current a {
  color:#fff; background:url(images/bgbutton.jpg);
}

#nav li a:hover {
  color:#fff; background:transparent url(images/bgbutton.jpg);
}

#nav li.current a:hover {
  color:#fff; background:transparent url(images/bgbutton.jpg); 
  cursor:default;
}
/*content section home page */
#content {
  padding: 0;
  margin: 0 auto;
  color: #fff; background: #564732 url("images/bgcontent.jpg");
  width: 771px; height: 477px;
 }

#content h1 {
  color: #7863AE; background: transparent;
  margin:0 0 18px 0;
  font-size: 115%;
  font-family: palatino, "palatino linotype", "Book Antiqua",  serif;
}

#content h2 {
  color: #7863AE; background: transparent;
  margin:0 0 18px 0;
  font-size: 105%;
  font-family: palatino, "palatino linotype", "Book Antiqua",  serif;
}

#content p {
  margin: 0;
  font-size: 104%;
  padding: 78px 260px 0 52px;  
  }
/* end content home page */

/* content section inner pages */

#content-inner {
  position: relative;
  margin: 0 auto;
  color: #fff; background: #564732;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 766px;
}  

#content-inner h2 {
  margin: 0 0 0 40px;
  font-size: 100%;
  }
 
#content-inner h3 {
 text-align: left;
 margin: 0 0 0 100px;
 padding: 10px 0 30px 0;
 font-family: Georgia, serif;
 font-size: 120%;
 font-weight: normal;
} 
 
#content-inner img {
  margin: 30px 0 30px 0;
  border: 4px solid #fff;
  padding:0;
}   
 
#content-inner p {
  margin:0;
  font-size: 80%;
  padding: 10px 70px;
  } 
#content-inner p.first {
  padding: 30px 70px;
  }
  
#content-inner p.about {
  margin:0;
  font-size: 90%;
  padding: 40px 70px 100px 70px;
  }  
  
#content-inner p.last { /* use for contact page -- only 2 email contacts now */
  padding-bottom: 150px;
} 

  
#imagebar {  
  margin: 0 auto;
  background: transparent url(images/bgimagebar.jpg);
  height: 118px; width: 771px;
  border-bottom: 3px solid #fff;
  border-top: 1px solid #fff;
} 

#imagebar.contact {  
  margin: 0 auto;
  background: transparent url(images/bgimagebar.jpg);
  height: 160px; width: 771px;
  border-bottom: 3px solid #fff;
  border-top: 1px solid #fff;
}   

/* footer */

#footer {
clear:both;
margin: 0 auto;
padding:0;
color:#fff;
background-color: #564732; 
background-image: url('images/bgfooter.jpg');
background-repeat: no-repeat;
width: 771px; height: 110px;
}

#footer h2.topborder { /* used on counter and cabinet pages */
  border-top: 3px solid #fff;
}  

#footer h2 {
 text-align: center;
 margin: 0 auto;
 padding-top: 20px;
 font-family: Georgia, serif;
 font-size: 160%;
 font-weight: normal;
} 

#footer p {
  padding-left: 40px;
  margin: 0;
  font-size: 70%;
  line-height: 480%;
} 

#footer p.left {
  float: left;
}  

#footer ul {
  margin: 18px 0 0 0;
  text-align: right;
  padding-right: 10px;}

#footer ul li{
  display: inline;
  border-right: 1px solid #fff;
  padding-left: 6px;
  padding-right: 9px;
}
#footer ul li#last{
  border-right: none;
} 

#footer ul li a {
  color: #fff; background: transparent;
  font-size: 70%;
  text-decoration: underline;
  }
  
#footer ul li a:hover {
  text-decoration: none;
}    

#footer ul li a.current {
  color: #B8CA80;
  text-decoration: none;
}  

/* end footer */

/* images */
img.left {
  float:left;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}

/*contact page*/
#map {
  position: absolute;
  top: 20px; right: 10px;
  text-align: center; 
  margin-bottom: 100px;
}

#map iframe {
  padding: 2px;
  border: 2px solid #fff;
}   


/* end contact page */

