/* GBMA overrides for the home page */

body, html {
   background-color: #000000;
   color: #FFFFC1;
   text-align: center;
   font-size: 14px;
}

h1, h2 {
   color: #FFFFC1;
   font-weight: 100;
   padding: 0px;
   margin: 3px;
}

h2 {
   font-size: 18px;
}

.gbmahomeheader {
   border-bottom: solid 3px #0000F2;
   background-image: url(../images/common/anchor_home.png);
   background-position: left;
   background-repeat: no-repeat;
   margin: 10px 0px 0px 0px;
}

   .gbmahomeheader h1 {
      font-size: 40px;
      color: #FF00FF;
      font-weight: bold;
      text-align: center;
      padding: 0px;
      margin: 0px;
   }

.homepage .navtable {
   margin-top: 30px;
   margin-left: 10px;
}

.homepage .boilerplate {
   clear: both;
   padding: 7px;
   color: #FFFFFF;
   font-size: 10px;
   width: 600px;
   padding-bottom: 20px;
   padding-top: 30px;
   margin-left: 0px;
}

#quotes {
   margin: 0px 25px 0px 25px;
}

.quote {
   font-weight: bold;
}

   .quote p:first-child {
      padding: 0px;
      margin: 0px;
      color: white;
   }

   .quote p:last-child {
      margin-left: 25px;
      margin-top: 0px;
      font-style: italic;
      font-size: 13px;
   }

/* Slideshow CSS -----------------------------------------------------  */

/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l              (normal)
.jssora12r              (normal)
.jssora12l:hover        (normal mouseover)
.jssora12r:hover        (normal mouseover)
.jssora12ldn            (mousedown)
.jssora12rdn            (mousedown)
*/
.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
   position: absolute;
   cursor: pointer;
   display: block;
   background: url(../slider-master/img/a12.png) no-repeat;
   overflow: hidden;
}

.jssora12l {
   background-position: -16px -37px;
}

.jssora12r {
   background-position: -75px -37px;
}

.jssora12l:hover {
   background-position: -136px -37px;
}

.jssora12r:hover {
   background-position: -195px -37px;
}

.jssora12ldn {
   background-position: -256px -37px;
}

.jssora12rdn {
   background-position: -315px -37px;
}
