/*Copyright (c) 2010, Yahoo! Inc. All rights reserved.
 *Code licensed under the BSD License:
 *http://developer.yahoo.com/yui/license.html
 *version: 2.8.1 */
html {
  color: black;
  background: white;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup, sub {
  vertical-align: baseline;
}

legend {
  color: black;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  *font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

select, input, button, textarea, button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  *font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/*	Variable Grid System.
 *	Learn more ~ http://www.spry-soft.com/grids/
 *	Based on 960 Grid System - http://960.gs/
 *
 *	Licensed under GPL and MIT. */
/* Containers
 *---------------------------------------------------------------------------------------------------- */
.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 972px;
}

.container_12, #body.wrap {
  width: 972px;
}

#body.wrap {
  background-color: white;
  border: 1px solid #c0c4cb;
  border-top: 0;
}

/* Grid >> Global
 *---------------------------------------------------------------------------------------------------- */
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 9px;
  margin-right: 9px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
 *---------------------------------------------------------------------------------------------------- */
.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* Grid >> 12 Columns
 *---------------------------------------------------------------------------------------------------- */
.container_12 .grid_1 {
  width: 63px;
}
.container_12 .grid_2 {
  width: 144px;
}
.container_12 .grid_3 {
  width: 225px;
}
.container_12 .grid_4 {
  width: 306px;
}
.container_12 .grid_5 {
  width: 387px;
}
.container_12 .grid_6 {
  width: 468px;
}
.container_12 .grid_7 {
  width: 549px;
}
.container_12 .grid_8 {
  width: 630px;
}
.container_12 .grid_9 {
  width: 711px;
}
.container_12 .grid_10 {
  width: 792px;
}
.container_12 .grid_11 {
  width: 873px;
}
.container_12 .grid_12 {
  width: 954px;
}
.container_12 .prefix_6 {
  padding-left: 486px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

div.content {
  /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
  height: 367px;
  width: 998px;
  position: relative;
}
div.content a {
  text-decoration: none;
  color: #777777;
}
div.navigation a {
  background-color: white;
  text-decoration: none;
  color: #777777;
  display: block;
  height: 16px;
  width: 16px;
}
div.controls {
  margin-top: 5px;
  height: 23px;
}
div.controls a {
  padding: 5px;
}
div.ss-controls {
  float: left;
}
div.nav-controls {
  float: right;
}
div.slideshow-container {
  height: 367px;
  /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/galleriffic/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 998px;
  height: 367px;
  /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow span.image-wrapper {
  display: block;
  font-size: 0;
  position: absolute;
  top: 0;
}
div.slideshow a.advance-link {
  display: block;
  width: 998px;
  height: 367px;
  overflow: hidden;
  /* This should be set to be at least the height of the largest image in the slideshow */
  /* This should be set to be at least the height of the largest image in the slideshow */
  text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
  text-decoration: none;
}
div.slideshow img {
  vertical-align: middle;
}
div.download {
  float: right;
}

span.image-caption {
  display: block;
  position: absolute;
}

div.caption {
  background-color: black;
  padding: 12px;
  color: #cccccc;
}
div.caption a {
  color: white;
}
div.image-title {
  font-weight: bold;
  font-size: 1.4em;
}
div.image-desc {
  line-height: 1.3em;
  padding-top: 12px;
}
div.navigation {
  position: absolute;
  bottom: 20px;
  left: 24px;
  z-index: 90;
  /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.thumbs li {
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 5px;
  list-style: none;
}

a.thumb {
  padding: 0;
  display: inline;
  border: none;
}
a.thumb:hover {
  background-color: #cacdd2;
}

ul.thumbs li.selected a.thumb {
  color: black;
  font-weight: bold;
  background-color: #003266;
}

a.thumb:focus {
  outline: none;
}

ul.thumbs img {
  border: none;
  display: block;
}

div.pagination {
  clear: both;
}
div.navigation div.top {
  margin-bottom: 12px;
  height: 11px;
}
div.navigation div.bottom {
  margin-top: 12px;
}
div.pagination a {
  display: block;
  float: left;
  margin-right: 2px;
  padding: 4px 7px 2px 7px;
  border: 1px solid #cccccc;
}
div.pagination span.current, div.pagination span.ellipsis {
  display: block;
  float: left;
  margin-right: 2px;
  padding: 4px 7px 2px 7px;
  border: 1px solid #cccccc;
}
div.pagination a:hover {
  background-color: #eeeeee;
  text-decoration: none;
}
div.pagination span.current {
  font-weight: bold;
  background-color: black;
  border-color: black;
  color: white;
}
div.pagination span.ellipsis {
  border: none;
  padding: 5px 0 3px 2px;
}

#captionToggle a {
  float: right;
  display: block;
  background-image: url(/images/galleriffic/caption.png);
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 5px;
  padding: 5px 30px 5px 5px;
}

/*
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}

#lightbox-container-image-box {
  position: relative;
  background-color: white;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#lightbox-container-image {
  padding: 10px;
}

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}

#lightbox-nav a {
  outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}

#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}

#lightbox-nav-btnNext {
  right: 0;
  float: right;
}

#lightbox-container-image-data-box {
  /* font: 10px Verdana, Helvetica, sans-serif */
  font: 12px Verdana, Helvetica, sans-serif;
  background-color: white;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}

#lightbox-container-image-data {
  /* padding: 0 10px */
  padding: 0 0px;
  color: #4a4a4a;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}

#lightbox-image-details-caption {
  font-weight: bold;
}

#lightbox-image-details-currentNumber {
  display: block;
  padding-top: 2px;
  clear: left;
  padding-bottom: 1em;
}

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

.da-slider {
  width: 100%;
  min-width: 520px;
  height: 400px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: transparent url(/images/waves.png) repeat 0% 0%;
  border-top: 8px solid #e2b04c;
  border-bottom: 8px solid #e2b04c;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2), 0px -2px 1px white;
  -webkit-transition: background-position 1.4s ease-in-out 0.3s;
  -moz-transition: background-position 1.4s ease-in-out 0.3s;
  -o-transition: background-position 1.4s ease-in-out 0.3s;
  -ms-transition: background-position 1.4s ease-in-out 0.3s;
  transition: background-position 1.4s ease-in-out 0.3s;
}

.da-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  font-family: "BebasNeueRegular", "Arial Narrow", Arial, sans-serif;
  text-align: left;
}

.da-slide-current {
  z-index: 1000;
}

.da-slider-fb .da-slide {
  left: 100%;
}
.da-slider-fb.da-slide.da-slide-current {
  left: 0px;
}

.da-slide h2, .da-slide p, .da-slide .da-link, .da-slide .da-img, .da-slide .da-ul, .da-slide .da-ul2 {
  position: absolute;
  opacity: 0;
  left: 110%;
}

.da-slider-fb .da-slide h2, .da-slider-fb .da-slide p, .da-slider-fb .da-slide .da-link {
  left: 5%;
  opacity: 1;
}
.da-slider-fb .da-slide .da-img {
  left: 60%;
  opacity: 1;
}

.da-slide h2 {
  color: #ffc148;
  font-size: 36px;
  width: 100%;
  top: 24px;
  white-space: nowrap;
  z-index: 10;
  text-shadow: 1px 1px 1px black;
  font-family: "Dosis", Arial, sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
  letter-spacing: 2px;
}
.da-slide p {
  width: 90%;
  top: 82px;
  color: black;
  font-size: 18px;
  line-height: 26px;
  font-family: "Dosis", Arial, sans-serif;
  font-weight: 400;
}
.da-slide p.scroller {
  height: 282px;
  overflow: auto;
  padding-bottom: 25px;
  padding-right: 25px;
  width: 882px;
}
.da-slide p span.block {
  display: inline-block;
  padding-bottom: 20px;
}
.da-slide p span.section, .da-slide p span.header {
  padding-left: 37px;
  display: inline-block;
}
.da-slide p span.header {
  background: url(/images/smallbullet.png) no-repeat left top;
  font-weight: bold;
}
.da-slide a {
  color: #996702;
}
.da-slide .da-img {
  text-align: center;
  width: 30%;
  top: 70px;
  height: 256px;
  line-height: 320px;
  left: 110%;
}
.da-slide .da-ul {
  top: 100px;
  left: 5%;
}
.da-slide .da-ul2 {
  top: 100px;
  left: 93%;
  /*60% */
}
.da-slide .da-link {
  top: 270px;
  /*depends on p height */
  border-radius: 30px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border: 8px solid rgba(255, 255, 255, 0.8);
  padding: 2px 20px 0px;
  font-size: 18px;
  line-height: 30px;
  width: 80px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
}
.da-slide .da-link:hover {
  background: rgba(255, 255, 255, 0.3);
}

.da-dots {
  display: none;
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 20px;
  z-index: 2000;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.da-dots span {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e4b42d;
  margin: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.da-dots span.da-dots-current:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

.da-arrows {
  -moz-user-select: none;
  -webkit-user-select: none;
}
.da-arrows span {
  position: absolute;
  top: 45%;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #e4b42d;
  cursor: pointer;
  z-index: 2000;
  opacity: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity 0.4s ease-in-out 0.2s;
  -moz-transition: opacity 0.4s ease-in-out 0.2s;
  -o-transition: opacity 0.4s ease-in-out 0.2s;
  -ms-transition: opacity 0.4s ease-in-out 0.2s;
  transition: opacity 0.4s ease-in-out 0.2s;
}

.da-slider:hover .da-arrows span {
  opacity: 1;
}

.da-arrows span:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: 5px;
  left: 5px;
  background: transparent url(/images/arrows.png) no-repeat top left;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.da-arrows span:hover:after {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.da-arrows span:active:after {
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.da-arrows span.da-arrows-next:after {
  background-position: top right;
}
.da-arrows span.da-arrows-prev {
  left: 15px;
}
.da-arrows span.da-arrows-next {
  right: 15px;
}

.da-slide-current h2, .da-slide-current p, .da-slide-current .da-link {
  left: 5%;
  opacity: 1;
}
.da-slide-current .da-img {
  left: 60%;
  opacity: 1;
}
.da-slide-current .da-ul {
  left: 5%;
  opacity: 1;
}
.da-slide-current .da-ul2 {
  left: 93%;
  opacity: 1;
}
.da-slide-current p.scroller {
  overflow: auto;
}

/* Animation classes and animations */
/* Slide in from the right */
.da-slide-fromright h2 {
  -webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
  -moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
  -o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
  -ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
  animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright p {
  -webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
  -moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
  -o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
  -ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
  animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-link {
  -webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
  -moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
  -o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
  -ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
  animation: fromRightAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromright .da-img {
  -webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
  -moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
  -o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
  -ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
  animation: fromRightAnim4 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-ul {
  -webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
  -moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
  -o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
  -ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
  animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-ul2 {
  -webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
  -moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
  -o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
  -ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
  animation: fromRightAnim3 0.4s ease-in 1.2s both;
}

@-webkit-keyframes fromRightAnim1 {
  0% {
    left: 110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-webkit-keyframes fromRightAnim2 {
  0% {
    left: 110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-webkit-keyframes fromRightAnim3 {
  0% {
    left: 110%;
    opacity: 0;
  }

  1% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 93%;
    opacity: 1;
  }
}

@-webkit-keyframes fromRightAnim4 {
  0% {
    left: 110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-moz-keyframes fromRightAnim1 {
  0% {
    left: 110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-moz-keyframes fromRightAnim2 {
  0% {
    left: 110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-moz-keyframes fromRightAnim3 {
  0% {
    left: 110%;
    opacity: 0;
  }

  1% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 93%;
    opacity: 1;
  }
}

@-moz-keyframes fromRightAnim4 {
  0% {
    left: 110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-o-keyframes fromRightAnim1 {
  0% {
    left: 110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-o-keyframes fromRightAnim2 {
  0% {
    left: 110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-o-keyframes fromRightAnim3 {
  0% {
    left: 110%;
    opacity: 0;
  }

  1% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 93%;
    opacity: 1;
  }
}

@-o-keyframes fromRightAnim4 {
  0% {
    left: 110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-ms-keyframes fromRightAnim1 {
  0% {
    left: 110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-ms-keyframes fromRightAnim2 {
  0% {
    left: 110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-ms-keyframes fromRightAnim3 {
  0% {
    left: 110%;
    opacity: 0;
  }

  1% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 93%;
    opacity: 1;
  }
}

@-ms-keyframes fromRightAnim4 {
  0% {
    left: 110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@keyframes fromRightAnim1 {
  0% {
    left: 110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@keyframes fromRightAnim2 {
  0% {
    left: 110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@keyframes fromRightAnim3 {
  0% {
    left: 110%;
    opacity: 0;
  }

  1% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 93%;
    opacity: 1;
  }
}

@keyframes fromRightAnim4 {
  0% {
    left: 110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

/* Slide in from the left */
.da-slide-fromleft h2 {
  -webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
  -moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
  -o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
  -ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
  animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft p {
  -webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
  -moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
  -o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
  -ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
  animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-link {
  -webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
  -moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
  -o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
  -ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
  animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromleft .da-img {
  -webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
  -moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
  -o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
  -ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
  animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-ul {
  -webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
  -moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
  -o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
  -ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
  animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-ul2 {
  -webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
  -moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
  -o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
  -ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
  animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}

@-webkit-keyframes fromLeftAnim1 {
  0% {
    left: -110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-webkit-keyframes fromLeftAnim2 {
  0% {
    left: -110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-webkit-keyframes fromLeftAnim3 {
  0% {
    left: -110%;
    opacity: 0;
  }

  1% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 93%;
    opacity: 1;
  }
}

@-webkit-keyframes fromLeftAnim4 {
  0% {
    left: -110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-moz-keyframes fromLeftAnim1 {
  0% {
    left: -110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-moz-keyframes fromLeftAnim2 {
  0% {
    left: -110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-moz-keyframes fromLeftAnim3 {
  0% {
    left: -110%;
    opacity: 0;
  }

  1% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 93%;
    opacity: 1;
  }
}

@-moz-keyframes fromLeftAnim4 {
  0% {
    left: -110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-o-keyframes fromLeftAnim1 {
  0% {
    left: -110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-o-keyframes fromLeftAnim2 {
  0% {
    left: -110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-o-keyframes fromLeftAnim3 {
  0% {
    left: -110%;
    opacity: 0;
  }

  1% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 93%;
    opacity: 1;
  }
}

@-o-keyframes fromLeftAnim4 {
  0% {
    left: -110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-ms-keyframes fromLeftAnim1 {
  0% {
    left: -110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-ms-keyframes fromLeftAnim2 {
  0% {
    left: -110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@-ms-keyframes fromLeftAnim3 {
  0% {
    left: -110%;
    opacity: 0;
  }

  1% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 93%;
    opacity: 1;
  }
}

@-ms-keyframes fromLeftAnim4 {
  0% {
    left: -110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@keyframes fromLeftAnim1 {
  0% {
    left: -110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@keyframes fromLeftAnim2 {
  0% {
    left: -110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

@keyframes fromLeftAnim3 {
  0% {
    left: -110%;
    opacity: 0;
  }

  1% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 93%;
    opacity: 1;
  }
}

@keyframes fromLeftAnim4 {
  0% {
    left: -110%;
    opacity: 0;
  }

  100% {
    left: 5%;
    opacity: 1;
  }
}

/* Slide out to the right */
.da-slide-toright h2 {
  -webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
  -moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
  -o-animation: toRightAnim1 0.6s ease-in 0.6s both;
  -ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
  animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright p {
  -webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
  -moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
  -o-animation: toRightAnim2 0.6s ease-in 0.3s both;
  -ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
  animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-link {
  -webkit-animation: toRightAnim3 0.4s ease-in both;
  -moz-animation: toRightAnim3 0.4s ease-in both;
  -o-animation: toRightAnim3 0.4s ease-in both;
  -ms-animation: toRightAnim3 0.4s ease-in both;
  animation: toRightAnim3 0.4s ease-in both;
}
.da-slide-toright .da-img {
  -webkit-animation: toRightAnim4 0.6s ease-in both;
  -moz-animation: toRightAnim4 0.6s ease-in both;
  -o-animation: toRightAnim4 0.6s ease-in both;
  -ms-animation: toRightAnim4 0.6s ease-in both;
  animation: toRightAnim4 0.6s ease-in both;
}
.da-slide-toright .da-ul {
  -webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
  -moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
  -o-animation: toRightAnim2 0.6s ease-in 0.3s both;
  -ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
  animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-ul2 {
  -webkit-animation: toRightAnim3 0.4s ease-in both;
  -moz-animation: toRightAnim3 0.4s ease-in both;
  -o-animation: toRightAnim3 0.4s ease-in both;
  -ms-animation: toRightAnim3 0.4s ease-in both;
  animation: toRightAnim3 0.4s ease-in both;
}

@-webkit-keyframes toRightAnim1 {
  0% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes toRightAnim2 {
  0% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes toRightAnim3 {
  0% {
    left: 93%;
    opacity: 1;
  }

  99% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes toRightAnim4 {
  0% {
    left: 5%;
    opacity: 1;
  }

  30% {
    left: 55%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@-moz-keyframes toRightAnim1 {
  0% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@-moz-keyframes toRightAnim2 {
  0% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@-moz-keyframes toRightAnim3 {
  0% {
    left: 93%;
    opacity: 1;
  }

  99% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@-moz-keyframes toRightAnim4 {
  0% {
    left: 5%;
    opacity: 1;
  }

  30% {
    left: 55%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@-o-keyframes toRightAnim1 {
  0% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@-o-keyframes toRightAnim2 {
  0% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@-o-keyframes toRightAnim3 {
  0% {
    left: 93%;
    opacity: 1;
  }

  99% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@-o-keyframes toRightAnim4 {
  0% {
    left: 5%;
    opacity: 1;
  }

  30% {
    left: 55%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@-ms-keyframes toRightAnim1 {
  0% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@-ms-keyframes toRightAnim2 {
  0% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@-ms-keyframes toRightAnim3 {
  0% {
    left: 93%;
    opacity: 1;
  }

  99% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@-ms-keyframes toRightAnim4 {
  0% {
    left: 5%;
    opacity: 1;
  }

  30% {
    left: 55%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes toRightAnim1 {
  0% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes toRightAnim2 {
  0% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes toRightAnim3 {
  0% {
    left: 93%;
    opacity: 1;
  }

  99% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes toRightAnim4 {
  0% {
    left: 5%;
    opacity: 1;
  }

  30% {
    left: 55%;
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

/* Slide out to the left */
.da-slide-toleft h2 {
  -webkit-animation: toLeftAnim1 0.6s ease-in both;
  -moz-animation: toLeftAnim1 0.6s ease-in both;
  -o-animation: toLeftAnim1 0.6s ease-in both;
  -ms-animation: toLeftAnim1 0.6s ease-in both;
  animation: toLeftAnim1 0.6s ease-in both;
}
.da-slide-toleft p {
  -webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
  -moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
  -o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
  -ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
  animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .da-link {
  -webkit-animation: toLeftAnim3 0.4s ease-in both;
  -moz-animation: toLeftAnim3 0.4s ease-in both;
  -o-animation: toLeftAnim3 0.4s ease-in both;
  -ms-animation: toLeftAnim3 0.4s ease-in both;
  animation: toLeftAnim3 0.4s ease-in both;
}
.da-slide-toleft .da-img {
  -webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
  -moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
  -o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
  -ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
  animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
.da-slide-toleft .da-ul {
  -webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
  -moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
  -o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
  -ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
  animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .da-ul2 {
  -webkit-animation: toLeftAnim3 0.4s ease-in both;
  -moz-animation: toLeftAnim3 0.4s ease-in both;
  -o-animation: toLeftAnim3 0.4s ease-in both;
  -ms-animation: toLeftAnim3 0.4s ease-in both;
  animation: toLeftAnim3 0.4s ease-in both;
}

@-webkit-keyframes toLeftAnim1 {
  0% {
    left: 5%;
    opacity: 1;
  }

  30% {
    left: 15%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@-webkit-keyframes toLeftAnim2 {
  0% {
    left: 5%;
    opacity: 1;
  }

  30% {
    left: 15%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@-webkit-keyframes toLeftAnim3 {
  0% {
    left: 93%;
    opacity: 1;
  }

  99% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@-webkit-keyframes toLeftAnim4 {
  0% {
    left: 5%;
    opacity: 1;
  }

  40% {
    left: 70%;
    opacity: 1;
  }

  90% {
    left: 0%;
    opacity: 0;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@-moz-keyframes toLeftAnim1 {
  0% {
    left: 5%;
    opacity: 1;
  }

  30% {
    left: 15%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@-moz-keyframes toLeftAnim2 {
  0% {
    left: 5%;
    opacity: 1;
  }

  30% {
    left: 15%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@-moz-keyframes toLeftAnim3 {
  0% {
    left: 93%;
    opacity: 1;
  }

  99% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@-moz-keyframes toLeftAnim4 {
  0% {
    left: 5%;
    opacity: 1;
  }

  40% {
    left: 70%;
    opacity: 1;
  }

  90% {
    left: 0%;
    opacity: 0;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@-o-keyframes toLeftAnim1 {
  0% {
    left: 5%;
    opacity: 1;
  }

  30% {
    left: 15%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@-o-keyframes toLeftAnim2 {
  0% {
    left: 5%;
    opacity: 1;
  }

  30% {
    left: 15%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@-o-keyframes toLeftAnim3 {
  0% {
    left: 93%;
    opacity: 1;
  }

  99% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@-o-keyframes toLeftAnim4 {
  0% {
    left: 5%;
    opacity: 1;
  }

  40% {
    left: 70%;
    opacity: 1;
  }

  90% {
    left: 0%;
    opacity: 0;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@-ms-keyframes toLeftAnim1 {
  0% {
    left: 5%;
    opacity: 1;
  }

  30% {
    left: 15%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@-ms-keyframes toLeftAnim2 {
  0% {
    left: 5%;
    opacity: 1;
  }

  30% {
    left: 15%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@-ms-keyframes toLeftAnim3 {
  0% {
    left: 93%;
    opacity: 1;
  }

  99% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@-ms-keyframes toLeftAnim4 {
  0% {
    left: 5%;
    opacity: 1;
  }

  40% {
    left: 70%;
    opacity: 1;
  }

  90% {
    left: 0%;
    opacity: 0;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@keyframes toLeftAnim1 {
  0% {
    left: 5%;
    opacity: 1;
  }

  30% {
    left: 15%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@keyframes toLeftAnim2 {
  0% {
    left: 5%;
    opacity: 1;
  }

  30% {
    left: 15%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@keyframes toLeftAnim3 {
  0% {
    left: 93%;
    opacity: 1;
  }

  99% {
    left: 5%;
    opacity: 1;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

@keyframes toLeftAnim4 {
  0% {
    left: 5%;
    opacity: 1;
  }

  40% {
    left: 70%;
    opacity: 1;
  }

  90% {
    left: 0%;
    opacity: 0;
  }

  100% {
    left: -50%;
    opacity: 0;
  }
}

.ta_right {
  text-align: right;
}

strong {
  font-weight: bold;
}

a {
  color: #003266;
  text-decoration: none;
  background-position: 0 0;
}

a:hover {
  text-decoration: underline;
  background-position: 0 0;
}

h3 {
  color: #003266;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 3px;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

p, li, .normal_font {
  font-size: 14px;
}

p {
  line-height: 17px;
  margin-bottom: 15px;
}

p.highlight {
  color: #003266;
}

.hr {
  border-bottom: 1px solid #dddddd;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin-bottom: 20px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.textalign-left {
  text-align: left;
}

.textalign-right {
  text-align: right;
}

html, body {
  height: 100%;
  font-family: "Dosis", sans-serif;
}

#wrapper {
  background: #d3e5be;
  background: url(data:image/svg+xmlbase64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNkM2U1YmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiM5OTY2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d3e5be 30%, #996600 48%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #d3e5be), color-stop(48%, #996600));
  background: -webkit-linear-gradient(top, #d3e5be 30%, #996600 48%);
  background: -o-linear-gradient(top, #d3e5be 30%, #996600 48%);
  background: -ms-linear-gradient(top, #d3e5be 30%, #996600 48%);
  background: linear-gradient(top, #d3e5be 30%, #996600 48%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3e5be', endColorstr='#996600',GradientType=0 );
  margin: auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden !important;
}

header#main {
  height: 180px;
  text-align: center;
  border-bottom: 2px solid #bedb9d;
}
header#main header {
  color: #999999;
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  padding-top: 25px;
}
header#main #lefthead {
  padding-right: 20px;
}
header#main #lefthead span {
  padding-right: 90px;
}
header#main #righthead {
  padding-left: 10px;
}
header#main #righthead span {
  padding-left: 90px;
}

.spacer {
  background: white;
  height: 30px;
}

#navigation {
  padding-top: 4px;
  text-align: center;
}
#navigation ul {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
#navigation ul li {
  background: url(/images/arrow.png) no-repeat left top;
  font-size: 18px;
  float: left;
  padding-left: 34px;
  padding-right: 25px;
  font-weight: bold;
  color: #999999;
}
#navigation ul li:hover {
  cursor: pointer;
  text-decoration: underline;
}

#since {
  position: relative;
}
#since img {
  position: absolute;
  right: -111px;
  top: -53px;
  z-index: 99;
}

ul.da-ul li, ul.da-ul2 li {
  background: url(/images/bigbullet.png) no-repeat left top;
  padding-left: 80px;
  font-size: 36px;
  font-family: "Dosis", Arial, sans-serif;
  font-weight: 700;
  height: 72px;
}
ul.da-ul li div, ul.da-ul2 li div {
  font-size: 20px;
  font-family: "Dosis", Arial, sans-serif;
  font-weight: 700;
  margin-top: -5px;
}
ul.da-ul2 li {
  width: 400px;
}

footer {
  padding: 10px 0 10px 0;
  margin-bottom: 30px;
}
footer h3 {
  color: white;
  display: inline-block;
  text-shadow: 1px 1px 1px black;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-left: 20px;
}
footer h3 div {
  font-size: 16px;
}
footer img {
  padding-left: 45px;
}
footer #links a, footer #links span {
  display: block;
  padding: 0 5px 7px 20px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
  overflow: hidden;
}
footer #links span {
  color: #aaaaaa;
}
