/* LAYOUT STYLES */
body {
  background: #FFF url(../images/sand_bground.jpg);
  margin: 0;
  padding: 0;
  }
td#sideMenu {
  padding-right: 20px;
  }
ul.sideMenu {
  list-style: none;
  text-align: right;
  margin-top: 0;
  }
ul.sideMenu li {
  margin: 0 0 6px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #EBCDB7;
  }
#bodyWrapper1 {
  background: url(../images/curve_bground.jpg) no-repeat;
  }
#bodyWrapper2 {
  background: url(../images/footprints.gif) no-repeat;
  padding-left: 45px;
  padding-top: 10px;
  }
div#pageFeature {
  padding: 5px 3px 3px 3px;
  }
div#pageFeature img {
  border: 0;
  }
td#colorBlockCell {
  width: 265px;
  padding: 12px;
  background-repeat: no-repeat;
  vertical-align: bottom;
  text-align: right;
  }
td#colorBlockCell h4 {
  border: 0;
  margin: 10px 0 10px 0;
  }
td#colorBlockCell p {
  font: 100%/1.4 Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: white;
  text-align: right;
  margin: 10px 0 0 0;
  }
td#featureImage {
  width: 406px;
  height: 265px;
  }
td.featureShadowSide {
  background: url(../images/orange_shadow_v.gif) repeat-y;
  width: 6px;
  }
td.featureShadowBottom {
  background: url(../images/orange_shadow_h.gif) repeat-x;
  height: 6px;
  }
td.featureShadowCorner {
  background: url(../images/orange_shadow_c.gif) no-repeat;
  height: 6px;
  width: 6px;
  }
input.searchBox  {
  background-color: #FBF9F2;
  border: 1px solid;
  color: #7A2700;
  border-color: #991700 #E0C2AB #E0C2AB #991700;
  }
td#sidemenu {
  color: #7A2700;
  white-space: nowrap;
  padding-right: 3px;
  }
td#contentCell {
  padding-right: 6px;
  }
td#wideContentCell {
  padding-left: 20px;
  }
.print {
  display: none;
  }

/* FLY-OUT MENU STYLES */
.ddm1 {
  font: 85% Tahoma,Verdana,Arial,sans-serif;
  }
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
  padding: 0;
  border: 1px #036;
  border-style: none;
  text-decoration: none;
  display: block;
  position: relative;
  }
.ddm1 .item1 {
  color: #FFF;
  }
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
  background: #F0D4C7;
  color: #FFF;
  padding: 0;
  }
.ddm1 .item2,
.ddm1 .item2:hover {
  padding: 3px 7px 3px 7px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  }
.ddm1 .item2, .ddm1 .item2:visited {
  background: #EFD7C8;
  color: #B31B00;
  border-bottom: 1px solid #EDC1B5;
  }
.ddm1 .item2:hover {
  background: #C53729;
  color: #FFF!important;
  text-decoration: none!important;
  border-bottom: 1px solid #C53729;
  }
.ddm1 .section {
  border: 1px solid #A01301;
  position: absolute;
  visibility: hidden;
  z-index: -1;
  white-space: nowrap;
  text-align: left;
  }
.ddm1 .left, .ddm1 .left:hover {
  border-style: solid none solid solid;
  }
.ddm1 .right, .ddm1 .right:hover {
  border-style: solid solid solid none;
  }

/* IE fixes */
* html .ddm1 td {
  position: relative;
  }
* html #menu1 #toprow {
  position: absolute;
  z-index: 2;
  top: 24px;
  }
* html #menu2 #bottomrow {
  position: absolute;
  z-index: 1;
  top: 48px;
  }

/* PRINT STYLES */	
@media print {
  body {
  	background: transparent;
  	margin: 0px;
  	}
  .screen {
    display: none;
  	}
  .print {
  	display: inline;
  	}
  #mainDiv {
    background: transparent;
    padding-left: 0px
    }
  #bottomBar {
  	width: 6.75in;
  	height: .43in;
  	}
  #colorBlockTable {
  	width: 100%;
    }
  #colorBlockCell {
  	background: transparent!important;
    width: 200px;
  	}
  td#sideMenu {
    width: 200px;
    }
  ul.sideMenu {
    /* display: none; */
    }
  table.mainTable {
  	width: 6.75in;	
  	}
  h3 {
    font-size: 16pt;
  	line-height: 18pt;
  	letter-spacing: -1pt;
  	}
  h4 {
    font-size: 13pt;
  	}
  p.credits {
    font-size: 8pt;
    }
  .featureText {
    font-size: 10pt;
  	line-height: 12.5pt;
    color: #7A2700;
    }
  .mainText {
    font-size: 10pt;
  	line-height: 13pt;
    }
  }