div#sitebody {
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  border: none;
}

div.compartment {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

div.limiter {
  width: 100%;
  max-width: 1080px;
  margin: 0px auto;
  padding: 0px;
}

div.limiter70 {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px;
  min-height: 70px;
}

div.limitertop {
  margin: -8px auto 0px;
}

div.feature-style {
  margin: auto;
  margin-bottom: 20px;
  padding: 20px 0px;
}

div.feature-style h2 {
 padding: 0px 50px;
}

.padme {
  padding: 10px;
}

.centerme {
  text-align: center;
}

/* right and left text blocks */
.rightbox, .leftbox {
  display: inline-block;
  margin: 0px;
  width: 50%; 
  max-width: 50%;
  text-align: left;
/* Just added the vertical-align top on 3/31/2017. Remove if it breaks anything */
  vertical-align: top;
}

.righttext, .lefttext {
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  text-align: left;
}

.righttext ul, .lefttext ul {

}

.lefttext {
  margin: 0px 35px 0px 0px;
}

.righttext {
  margin: 0px 0px 0px 35px;
}

/*left column big, right column small*/
.leftcol2 {
  display: inline-block;
  margin: 0px 40px 0px 0px;
  width: 70%;
  max-width: 70%;
  text-align: left;
  vertical-align:top;
}

.rightcol1 {
  display: inline-block;
  margin: 0px;
  width: 25%;
  max-width: 30%;
  vertical-align:top;
}

.giftitem {
  display:inline-block;
  margin:5px 20px;
  min-width:150px;
  max-width:175px;
}

.giftitem h3 {
  text-align:center;
}

.bookitem {
  display:inline-block;
  margin:5px;
  min-width:150px;
  max-width:175px;
  vertical-align: top;
}


/* triads: 3-up boxes */

div.triads {
  width: 33.333%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding-bottom: 8px;
}

/* quads: 4-up boxes */

div.quads {
  width: 25%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding-bottom: 15px;
}

/* quads: 4-up boxes on the booksotre */

div.bookquads {
  width: 25%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding: 15px 10px 15px 25px;
}

/* quads: 4-up boxes */

div.quints {
  width: 20%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding-bottom: 8px;
}

  #hidebig {
  display:none;
}

  #showxsmall {
   display: none;
}

@media all and (max-width: 970px) {

.leftcol2 {
  display: inline-block;
  margin: 0px 20px 0px 0px;
  width: 70%;
  max-width: 70%;
  text-align: left;
  vertical-align:top;
}

.rightcol1 {
  display: inline-block;
  margin: 0px;
  width: 25%;
  max-width: 30%;
  vertical-align:top;
}

div.bookquads {
  width: 50%;
  display: block;
  margin: 0px auto;
}

  #showxsmall {
   display: none;
}

}


@media all and (max-width: 900px) {
  .leftcol2, .rightcol1 {
    vertical-align: top;
    margin: 0px;
    width: 100%;
    max-width: 100%;
    text-align: left;
   position: relative;
  }

div.bookquads {
  width: 60%;
  display: block;
  margin: 0px auto;
}

  #small-nav-left {
   text-align: left;
   display: inline-block;
   width: 45%;
   vertical-align: top;
   margin: 0px 25px 0px 0px;
}

  #small-nav-right {
   text-align: left;
   display: inline-block;
   width: 45%;
   vertical-align: top;
}

  #hidesmall { 
  display:none;
}

  #hidebig {
  display:block;
}

}


@media all and (max-width: 800px) {

/* quads: from 4-up to 2-up */

  div.quads {
    width: 50%;
  }

div.bookquads {
  width: 50%;
  display: block;
  margin: 0px auto;
}

/* quints: from 5-up to 3-up */

  div.quints {
    width: 33.333%;
  }
}


@media screen and (max-width: 640px) {

  .rightbox, .leftbox {
    display: block;
    vertical-align: top;
    margin: 0px;
    width: 100%; 
    max-width: 100%;
    text-align: left;
  }

  div.quints, div.quads, div.triads {
    width: 100%;
    display: block;
  }

  .righttext, .lefttext {
    display: block;
    margin: 0px auto;
  }

  .righttext img, .lefttext img {
     width: 95%; 
  }

  .righttext ul, .lefttext ul {
     margin-left: 35px;
//   padding-left: 35px;
  }

  .righttext h2, .lefttext h2, .righttext h3, .lefttext h3 {
    text-align: center;
}

div.bookquads {
  width: 40%;
  display: block;
  margin: 0px auto;
}

}

@media all and (max-width: 610px) {


  #small-nav-left, #small-nav-right {
   display: block;
   width: 100%;
   vertical-align: top;
   text-align: left;
}

  #showxsmall {
   display: block;
}

div.bookquads {
  width: 50%;
  display: block;
  margin: 0px auto;
}


}


