body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}
*{
	margin:0;
	padding:0;
}
body{
    font-family:Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing:0px;
}h1{
	color: #fff;
    font-family:Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing:0px;
}h2{
	color: #fff;
    font-family:Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing:0px;
	margin: 500px;
}
.section{
    margin:0px;
    height:1400px;
	width:100%;
    float:left;
}
.blue{
    color:#fff;
    background:#2e38a8 ;
}
.lemon{
    color:#fff;
    background:#c8db6e ;
}
.lightblue{
    color:#fff;
    background:#60a6e1 ;
}
.lilac{
    color:#fff;
    background:#b597de ;
}
.purple{
    color:#fff;
    background:#8400ff ;
}
.orange{
    color:#fff;
    background:#ff8400;
}
.cyan{
    color:#fff;
    background:#00aeef ;
}
.white{
    color:#000;
    background:#fff ;
}
.grey{
    color:#00aeef;
    background:#dadada ;
}
.yellow{
    color:#fff;
    background:#f9d92c ;
}
.red{
    color:#fff;
    background:#c51828 ;
}
.green{
    color:#fff;
    background:#3da119 ;
}
.darkgreen{
    color:#fff;
    background:#098036 ;
}
.night{
    color:#fff;
    background:#1b345a ;
}
.section ul{
    list-style:none;
	margin-top: 585px;
	text-align: center;
}
#apDiv1 {
	position:absolute;
	width:100%;
	height:282px;
	align:center;
	top: 250px;
	visibility: visible;
}
#apDiv2 {
	position:absolute;
	width:100%;
	height:282px;
	align:center;
	top: 1546px;
	visibility: visible;
}
#apDiv3 {
	position:absolute;
	width:100%;
	height:159px;
	align:center;
	top: 2870px;
	visibility: visible;
}
#apDiv4 {
	position:absolute;
	width:100%;
	height:159px;
	align:center;
	top: 4340px;
	visibility: visible;
}
#apDiv5 {
	position:absolute;
	width:100%;
	height:282px;
	align:center;
	top: 5660px;
	visibility: visible;
	left: 0px;
}
#apDiv6 {
	position:absolute;
	width:100%;
	height:200px;
	align:center;
	top: 7140px;
	visibility: visible;
}
#apDiv7 {
	position:absolute;
	width:100%;
	height:200px;
	align:center;
	top: 8460px;
	visibility: visible;
}
#apDiv8 {
	position:absolute;
	width:100%;
	height:200px;
	align:center;
	top: 9940px;
	visibility: visible;
}
#apDiv9 {
	position:absolute;
	width:100%;
	height:40px;
	align:center;
	top: 9px;
	visibility: visible;
	margin: 0px;
}
#apDiv10 {
	position:absolute;
	width:100%;
	height:40px;
	align:center;
	top: 1409px;
	visibility: visible;
	margin: 0px;
}
#apDiv11 {
	position:absolute;
	width:100%;
	height:40px;
	align:center;
	top: 2809px;
	visibility: visible;
	margin: 0px;
}
#apDiv12 {
	position:absolute;
	width:100%;
	height:40px;
	align:center;
	top: 4209px;
	visibility: visible;
	margin: 0px;
}
#apDiv13 {
	position:absolute;
	width:100%;
	height:40px;
	align:center;
	top: 5609px;
	visibility: visible;
	margin: 0px;
}
#apDiv14 {
	position:absolute;
	width:100%;
	height:54px;
	align:center;
	top: 7009px;
	visibility: visible;
	margin: 0px;
}
#apDiv15 {
	position:absolute;
	width:100%;
	height:40px;
	align:center;
	top: 8409px;
	visibility: visible;
	margin: 0px;
}
#apDiv16 {
	position:absolute;
	width:100%;
	height:20px;
	align:center;
	top: 9809px;
	visibility: visible;
	margin: 0px;
}
#apDiv17 {
	position:absolute;
	width:100%;
	height:30px;
	align:center;
	top: 9835px;
	visibility: visible;
	margin: 0px;
}
#wrapper {
     max-width: 100%;
     margin: 0 auto;
}
/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-family: Verdana;
  color: #ffffff;  
  font-size: 11px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-family: Verdana;
  color: #ffffff;
  font-size: 9px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#section6 #apDiv7 div p a {
	color: #FFF;
}
#section6 #apDiv7 div h1 {
	color: #FFF;
}
#section6 #apDiv7 div h1 {
	color: #FFF;
}
#section6 #apDiv7 div h1 a {
	color: #FFF;
}
#section7 #apDiv7 div h1 a {
	color: #FFF;
}
#section8 #apDiv7 div h1 a {
	color: #FFF;
}
#section8 #apDiv8 div h1 a {
	color: #FFF;
}
#section2 #apDiv2 div p a {
	color: #FFF;
}
