/*---- STYLES APPLIED TO ALL HTML ----*/

@import 'common.css';

/*---- STYLES APPLIED TO ENDORSEMENTS.HTML ----*/

body #wrapper, body #content {
  background: transparent;
  ;
}

.titlePic {
  background: transparent url(../images/Endorsements_sm.png) no-repeat center;
  ;
}

p.copy {
  font-size: 1.3em;
  text-align: justify;
  line-height: 1.1em;
  ;
}

div#intro {
  position: relative;
  width: 70%;
  margin: 0 15%;
  ;
}
  div#intro p {
    width: 92%;
    margin: 0 4%;
    ;
  }

/*---- COLUMNS ----*/

div.column#center {
  position: relative;
  top: 2em;
  width: 95%;
  margin: 1em 2.5% 0;
  ;
}

  div.column#center .box {
    position: relative;
    background-color: #b0c4de; /*LightSteelBlue*/
    width: 62%;
    height: auto;
    margin: 0 19% 2em;
    padding: 4px 6px;
    border: 5px ridge #00008b; /*DarkBlue*/
    ;
  }
  div.column#center .first {
    /*display: none;*/
    ;
  }
    div.column#center p {
      font-size: 105%;
      margin-top: 0;
      :
    }
    div.column#center p.sig {
      font-size: 75%;
      text-align: right;
    	color: #000;
    	margin: -0.5em 0 0;
    	;
    }
    div.column#center .last {
      margin-bottom: 0;
      :
    }

div.footer {
  margin-top: 3em;
  ;
}

div.noJSfooter {
  margin: 45% 15% 0;
  ;
}
in-top: 3em;
  ;
}

div#footer.noJS {
  clear: both;
  height: 3em;
  padding-top: 60px;
  ;
}
