ul#navigation li a {
position: relative;
  z-index: 1000000;
}

div#wrapper {
  width: 100%;
}

.adOnLeft {
  display: inline-block;
  width: 300px;
  height: 600px;
  border: 1px solid #cccccc;
  vertical-align: top;
}

.adBelowBox {
  width: 728px;
  height: 90px;
  display: block;
  margin: 0 auto;
  border: 1px solid #cccccc;
}

.mobilead {
  display: none;
  margin: 0 auto;
  border: none;
}

.adbox2 {
  display: table-cell;
  margin-right: 0px;
  margin-left: auto;
  width: 300px;
  height: 250px;
  border: 1px solid #cccccc;
  vertical-align: top;
}

.adbox3 {
  width: 728px;
  height: 15px;
  margin: 0 auto;
  margin-top: 0.5em;
  border: 1px solid #cccccc;
}

li#copyright{
  padding-left: 5em;
}

div#footerInner {
  width: 90%;
}
ul.footerLinks {
  text-align: center;
}
div#outer-content-wrapper {
  width: 70%;
  margin: 0 auto;
}
h2 {
  text-align: justify;
}
ul.bulleted_list {
  text-align: justify;
}



@media (max-width: 1600px) {
  div#outer-content-wrapper {
    width: 80%;
  }
}
@media (max-width: 1400px) {
  div#outer-content-wrapper {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  div#outer-content-wrapper {
    margin-left: 1em;
    width: 100%;
  }
}

@media (max-width: 1100px) {
  div#outer-content-wrapper {
    margin-left: 1em;
    width: 100%;
  }

  div#topinner {
    width: 80%;
  }
  .adOnLeft{
      width: 160px;
      height: 700px;
  }
  div.content-wrapper {
    width: 80%;
  }
}

@media (max-width: 1000px) {
  div#topinner {
    width: 90%;
  }
  li#copyright {
    display: none;
  }
}

@media (max-width: 930px) {
  .adOnLeft {
    display: none;
  }
  div.content-wrapper {
    display:block;
    width: 90%;
    margin: 0 auto;
  }
  div#introinner {
    width: 100%;
  }
  div#pickFilesHeading {
    width: 100%;
  }
  div#topinner {
    width: 100%;
  }
  div#pickFiles_table {
    width: 100%;
  }
  div#pickFilesInner {
    width: 100%;
  }
  .adBelowBox {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .adbox3 {
    width: 468px;
  }
  .adBelowBox {
    border: none;
    display: none;
  }

 div#step1 {
    width: 40%;
  }
  div#step2 {
    width: 50%;
  }

}

@media (max-width: 600px) {
 .adbox2 {
    display: none;
  }

  .adOnLeft{
    display: none;
  }

  .adBelowBox {
    width: 320px;
    height: 50px;
  }

 div.content-wrapper {
   display: block;
   width: 100%;
 }

 div#step1 {
    width: 40%;
  }
  div#step2 {
    width: 50%;
  }
  div.loginbanner {
    display: none;
  }
  h1 {
    margin-top:1em;
    line-height: 140%;
  }
  .mobilead {
    width: 320px;
    height: 100px;
    display: block;
    border: 1px solid #cccccc;
  }
}

@media (max-width: 400px) {
 div#donation { display: none; }

 h2 {
    line-height: 120%;
    text-align: justify;
  }
  .adbox3 {
    display: none;
  }
  div.content-wrapper {
    display: block;
    width: 100%;
    margin-left:-1em;
  }
  div#step1 {
    width: 35%;
  }
  div#step2 {
    width: 50%;
  }
}



