/*--------------------------------------------*/
/* ----- 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: #4A3995;
}
#header {
  v-align: top;
  width: 800px;
  height: 63px;
  text-align: left;
  line-height: 63px;
  padding-left: 26px;
  font-size: 28px;
}
#header #calc {
  v-align: bottom;
  line-height: 12px;
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: 550px;
  color: #fff;
}
#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;
}
#boxes a #backbutton {
  height: 23px;
  width: 76px;
  position: absolute;
  background: url('../images/back.gif') no-repeat;
  top: 70px;
  left: 10px;
}
.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;
}
.contentbox .middle .content {
  width: 353px;
  height: 100%;
  margin: 0px 3px 0px 4px;
  overflow: auto; 
  scrollbar-base-color: #000000; 
  scrollbar-face-color: #4E4177; 
  scrollbar-track-color: #4E4177; 
  scrollbar-arrow-color: #000000;
  scrollbar-highlight-color: #4E4177; 
  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 #turnaroundslink {
  height: 23px;
  width: 110px;
  position: absolute;
  top: 249px;
  left: 9px;
}
#boxes a #roadwidthlink {
  height: 23px;
  width: 110px;
  position: absolute;
  top: 188px;
  left: 109px;
}
#boxes a #addresslink {
  height: 23px;
  width: 110px;
  position: absolute;
  top: 137px;
  left: 235px;
}
#boxes a #drivewayclearancelink {
  height: 40px;
  width: 110px;
  position: absolute;
  top: 109px;
  left: 396px;
}
#boxes a #turnoutslink {
  height: 23px;
  width: 110px;
  position: absolute;
  top: 136px;
  left: 545px;
}
#boxes a #streetsignslink {
  height: 23px;
  width: 110px;
  position: absolute;
  top: 191px;
  left: 651px;
}
#boxes a #bridgeslink {
  height: 40px;
  width: 110px;
  position: absolute;
  top: 271px;
  left: 676px;
}
