body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Arial, sans-serif;
  background: #1a1a1a url('../img/tile.png') 0% 0% repeat;
  color: #fff;
  cursor: default;
  text-align: center;
}

p, h1, h2, h3, h4, h5, ul, ol, li, form, fieldset, blockquote, td, th {
  margin: 0;
  padding: 0;
}

a {
  color: #006b00;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a img {
  border: 0;
}

a.gallery-photolink {
  text-decoration: none;
}

.clear {
  clear: both;
}

.leftclear {
  clear: left;
}

#blackbox {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 430px;
  z-index: 0;
}

#allbox {
  width: 920px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: left;
}

#topbox {
  height: 55px;
  background: #c4c4c4 url('../img/menu.png') 50% 0% no-repeat;
}

#topbox h2 {
  position: absolute;
  top: 0;
  left: 18px;
  height: 51px;
  width: 140px;
  font-size: 1.2em;
  text-align: right;
}

#topbox h2 a {
  color: #000;
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
  display: block;
  width: 140px;
  height: 51px;
  line-height: 51px;
}

#topbox h2 a span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 51px;
  background: transparent url('../img/logo.png') 0% 0% no-repeat;
}

#menu {
  position: relative;
  width: 720px;
  height: 55px;
  margin-left: 190px;
}

#menu li {
  list-style: none outside;
  display: block;
  float: left;
  height: 55px;
  width: 144px;
  text-align: center;
  background: transparent url('../img/menu-spacer.png') 0% 0% no-repeat;
  position: relative;
  z-index: 10000;
}

#menu li a {
  display: block;
  margin-left: 2px;
  width: 142px;
  line-height: 53px;
  height: 55px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-size: 0.8em;
  background: transparent url('../img/menu-hover.png') 100% -55px repeat-x;
  text-transform: lowercase;
}

#menu li.menu-last a {
  background-image: url('../img/hover-last.png');
  background-repeat: none;
}

#menu li a:hover {
  background-position: 100% 0%;
  background-color: #dddddd;
}

#menu li ul {
  display: none;
  width: 142px;
  position: absolute;
  top: 55px;
  left: 2px;
}

#menu li ul li {
  display: block;
  height: 30px;
  background-color: #404040;
  width: 142px;
  float: none;
  position: relative;
  background-image: none;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

#menu li ul li a {
  display: block;
  height: 30px;
  width: 142px;
  line-height: 30px;
  margin-left: 0;
  font-weight: normal;
  color: #ccc;
  position: relative;
  background-image: none;
}

#menu li ul li a:hover {
  color: #000;
}

#menu li:hover ul {
  display: block;
}

#limebox {
  height: 334px;
  position: relative;
  z-index: -1;
}

#limebox p {
  position: relative;
  width: 420px;
  text-align: right;
  font-size: 1.7em;
  top: 115px;
  left: 485px;
}

.lime1 {
  background: transparent url('../img/lime1.jpg') 0px 33px no-repeat;
}

#contentbox {
  background: #aeaeae url('../img/content-middle.png') 50% 0% repeat-y;
  color: #000;
}

#contenttop {
  background: transparent url('../img/content-top.png') 50% 0% no-repeat;
  position: relative;
}

#contentbottom {
  background: transparent url('../img/content-bottom.png') 1px 100% no-repeat;
  min-height: 400px;
  padding-bottom: 30px;
}

.leftbox {
  float: left;
  width: 600px;
  position: relative;
  margin-right: -3px;
  margin-left: -3px;
}

.rightspacer {
  margin-left: 609px;
  padding-bottom: 50px;;
  position: relative;
}

.rightbox {
  margin-left: 609px;
  background: #bebebe url('../img/content-rightcol.png') -608px 0% repeat-y;
  position: relative;
}

.righttop {
  background: transparent url('../img/content-rightcol-top.png') -608px 0% no-repeat;
}

#toprightbox div.righttop {
  background-image: url('../img/content-top.png');
  background-position: -609px 0%;
}

.rightbottom {
  background: transparent url('../img/content-rightcol-bottom.png') -608px 100% no-repeat;
  min-height: 120px;
  padding-bottom: 20px;
}

.rightbottom h2, .rightbottom h3 {
  text-align: right;
  text-transform: uppercase;
  padding: 23px 25px 20px 15px;
  font-size: 1em;
  color: #404040;
}

.rightbottom p {
  font-size: 0.7em;
  text-align: left;
  padding: 2px 25px 7px 25px;
}

#toprightbox div.rightbottom h2, #toprightbox div.rightbottom h3 {
  padding-top: 13px;
}

.content {
  padding: 5px 10px 0 35px;
  font-size: 0.8em;
  color: #1a1a1a;
}

.footerbox {
  position: relative;
  height: 60px;
  background: #1a1a1a url('../img/tile.png') 0% 0% repeat;
}

.footerbox p {
  color: #484848;
  font-size: 0.7em;
  padding-left: 15px;
}

#limelink {
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #484848;
}

#limelink span {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: transparent url('../img/smalllime.png') 100% 100% no-repeat;
}

/* content styles */

.content p, .content address {
  padding: 3px 0 6px;
  text-align: justify;
  line-height: 170%;
}

.content blockquote {
  padding: 3px 0 6px 10px;
  border-left: 2px solid #c0c0c0;
  text-align: justify;
  font-style: italic;
}

.content ul {
  list-style: square outside;
  padding: 5px 0 5px 30px;
}

.content ol {
  list-style: decimal;
  padding: 5px 0 5px 30px;
}

.content ul li, .content ol li {
  padding-bottom: 8px;
}

.content img {
  margin: 10px;
}

.content h2 {
  padding: 20px 0 2px 0;
  margin-bottom: 13px;
  color: #000;
  font-size: 1.7em;
  font-weight: normal;
  border-bottom: 1px solid #c0c0c0;
}

.content h3 {
  font-weight: normal;
  font-size: 1.5em;
  padding: 15px 0 2px;
  margin-bottom: 10px;
  color: #000;
  border-bottom: 1px solid #c0c0c0;
}

.content h4 {
  font-weight: normal;
  font-size: 1.3em;
  color: #000;
  padding: 10px 0 7px;
}

/* reference */

.refbox {
  margin: 0 -15px 0 -10px;
}

.oneref {
  background: #888;
  color: #ededed;
  text-align: center;
  width: 168px;
  float: left;
  margin: 10px 7px 10px 10px;
  height: 220px;
  font-size: 0.9em;
  line-height: 1.1em;
  font-style: italic;
}

.content div.oneref img {
  margin: 4px;
}

.oneref div {
  padding: 0 5px;
}

.oneref strong {
  display:  block;
  padding-bottom: 2px;
  font-style: normal;
}

.oneref strong a {
  color: #000;
  text-decoration: none;
}

.paging {
  text-align: center;
  height: 40px;
  margin-top: 15px;
}

.paging span {
  padding: 0;
  line-height: 18px;
  height: 18px;
  width: 18px;
  padding: 0 5px 0;
}

.paging span a {
  padding: 0 5px;
  line-height: 18px;
  text-decoration: none;
  background: #e0e0e0;
  border: #ededed 1px solid;
}

.paging span a:hover {
  background: #ededed;
}