/* Trinity Campers Menu & Box CSS - 03-08-2012
 * copyright by Impressive Websites and Alan Darge
 * use in Trinity Campers index, pictures, xx pages
 */

/* light green #dcffc8 */
/* med green #108010 */
/* dark green #043010 */

.boxMain {
  width: 96%;
  color: #000000;
  background-color: #dcffc8;
  border: 1px solid #108010;
  margin: 0 auto 1em auto;
}
.w44 {
  width: 44%;
}
.fL {
  float: left;
  margin: 0 1em 1em 1em;
}
.fR {
  float: right;
  margin: 0 1em 1em 1em;
}
.boxHeader {
  width: auto;
  height: 30px;
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 30px;
  vertical-align: middle;
  background-color: transparent;
  background-image: url(../images/bgs/bg_grad_5x30.jpg);
  background-repeat: repeat-x;
  padding: 0;
}
.boxBody {
  width: auto;
  color: #000000;
  text-align: left;
  font-size: 1em;
  padding: 8px;
  margin: 0;
}

.ttMenuItems {
  width: auto;
}
.ttMenuItem {
  width: auto;
  color: #000000;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  background-color: #dcffc8; /* light */
  border: 1px solid #dcffc8; /* light */
  padding: 1px;
}

/* Do Not change the order of the following lines */
.ttMenuItem a {
  display: block;
  border: 1px solid #dcffc8; /* light */
  padding: 2px;
}
.ttMenuItem a:link {
  color: #000000;
  background-color: transparent;
}
.ttMenuItem a:visited {
  color: #000000;
  background-color: transparent;
}
.ttMenuItem a:hover {
  width: 98%;
  color: #880000;
  background-color: #FFFF88; /* yellow */
  border: 1px solid #000000;
  padding: 2px;
}
.ttMenuItem a:active {
  color: #000000;
  background-color: transparent;
}