/*--------------------------------------------*/
/* ----- Auther: GBIS - greatbasin.com -------*/
/* ----- Developer: xareon@landsofblight.com -*/
/*------ Title: Before The Fire ---------------*/
/*--------------------------------------------*/

* {
  padding: 0;
  margin: 0;
}
body {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
}
#container{
  height: 600px;
  width: 800px;
  background: #903F52;
}
#header {
  v-align: top;
  width: 800px;
  height: 63px;
  text-align: left;
  line-height: 63px;
  padding-left: 26px;
  font-size: 28px;
}
#body {
  height: 502px;
  width: 800px;
  background: #FFF;
  color: #000;
  font-size: 12px;
}
#body p {
  padding: 5px;
}
#footer {
  v-align: bottom;
  width: 800px;
  height: 35px;
}
#footer a{color: #FFFFFF;}
#footer a:visited{color: #FFFFFF;}
#footer a:active{color: #FFFFFF;}
#footer a:hover{color: #FFFFFF;}
#boxes {
  width: 800px;
  height: 502px;
  margin: 0 auto;
  background: #FFF url('./images/background.jpg') 0px 0px no-repeat;
}
.contentimage {
  float: right;
  display: inline;
  margin: 5px;
}
.contentimagediv {
  float: right;
  display: inline;
  margin: 5px;
}
.contentimagediv img {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.contentimagediv span {
  v-align: bottom;
  display: block;
  margin: 0px;
  font-size: 10px;
}
.contentbox {
	width: 360px;
	height: 300px;
	top: 164px;
	left: 220px;
	position: absolute;
	visibility: hidden;
	background: transparent url('./images/contentbox.jpg') no-repeat;
}
.contentimagebox {
	width: 360px;
	height: 300px;
	top: 164px;
	left: 220px;
	position: absolute;
	visibility: hidden;
}
.contentbox .middle .content {
  width: 353px;
  height: 280px;
  margin: 0px 3px 0px 4px;
  overflow: auto; 
  scrollbar-base-color: #000000; 
  scrollbar-face-color: #803748; 
  scrollbar-track-color: #803748; 
  scrollbar-arrow-color: #000000;
  scrollbar-highlight-color: #803748; 
  scrollbar-3dlight-color: #000000; 
  scrollbar-shadow-color: #000000;
  scrollbar-darkshadow-color: #000000;
  font-size: 11pt;
  text-align: left;
  color: #EEE;
}
.contentbox .top {
  width: 360px;
  height: 16px;
  v-align: top;
  margin: 0px;
}
.contentbox .middle {
  width: 360px;
  height: 280px;
}
.contentbox .bottom {
  width: 360px;
  height: 4px;
  margin: 0px;
}
.contentbox a .exit {
	width: 10px;
	height: 10px;
	top: 4px;
	left: 346px;
	position: absolute;
}
#boxes a #wildlandreductionlink {
	height: 40px;
	width: 110px;
	position: absolute;
	top: 87px;
	left: 301px;
}
#boxes a #leancleanlink {
	height: 40px;
	width: 110px;
	position: absolute;
	top: 140px;
	left: 593px;
}
#boxes a #noncombustablelink {
	height: 40px;
	width: 110px;
	position: absolute;
	top: 144px;
	left: 38px;
}
#boxes a #backbutton {
	height: 23px;
	width: 76px;
	position: absolute;
	background: url('../images/back.gif') no-repeat;
	top: 70px;
	left: 10px;
}
#boxes a #sixstepslink {
	height: 60px;
	width: 160px;
	position: absolute;
	top: 490px;
	left: 620px;
	background: url('./images/6steps.gif') no-repeat;
	background-image: url(./images/7steps.gif);
}
#boxes a #calculatorlink {
	height: 60px;
	width: 160px;
	position: absolute;
	top: 490px;
	left: 10px;
	background: url('./images/calculator.gif') no-repeat;
}
#sixsteps #sixstepbuttons {
	height: 19px;
	width: 353px;
	position: absolute;
	top: 278px;
	left: 4px;
	background: url('./images/6stepbuttons.jpg') no-repeat;
	z-index: 100;
}
#sixsteps #sixstepbuttons a #previousstep {
	height: 19px;
	width: 176px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#sixsteps #sixstepbuttons a #nextstep {
	height: 19px;
	width: 176px;
	position: absolute;
	top: 0px;
	left: 178px;
}
#sixsteps #mainstep {
	height: 261px;
	width: 353px;
	position: absolute;
	top: 16px;
	left: 0px;
}
#sixsteps #step1 {
	height: 261px;
	width: 353px;
	position: absolute;
	top: 16px;
	left: 0px;
}
#sixsteps #step2 {
	height: 261px;
	width: 353px;
	position: absolute;
	top: 16px;
	left: 0px;
}
#sixsteps #step3 {
	height: 261px;
	width: 353px;
	position: absolute;
	top: 16px;
	left: 0px;
}
#sixsteps #step4 {
	height: 261px;
	width: 353px;
	position: absolute;
	top: 16px;
	left: 0px;
}
#sixsteps #step5 {
	height: 261px;
	width: 353px;
	position: absolute;
	top: 16px;
	left: 0px;
}
#sixsteps #step6 {
	height: 261px;
	width: 353px;
	position: absolute;
	top: 16px;
	left: 0px;
}
