  path {
    stroke: #CCCCCC;
    fill: #AAAAAA;
  }

  #map_svg {
    position:relative;
    cursor:all-scroll;
    background-color: #EAF4FF;
  }

  #content {
    width:1000px;
    height:420px;
  }

  #top {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
  }

  #title {
    font-size: 1.5em;
  }

  #sidebar {
    width:1200px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 30px;
    font-family: Optima;
  }

  .zoom_button {
    border-radius: 5px;
    border-color: #DDDDDD;
    border-width: 2px;
    border-style: solid;
    margin:5px;
    cursor:pointer;
  }

  #zoom_buttons {
    z-index:100;
    position:relative;
    left:940px;
    bottom:415px;
  }

  #plus_button:hover {
    border-color:#afd6fd;
    -webkit-box-shadow: 0px 0px 15px 5px #afd6fd;
    -moz-box-shadow: 0px 0px 15px 5px #afd6fd;
    box-shadow: 0px 0px 15px 5px #afd6fd;
  }

  #minus_button:hover {
    border-color:#afd6fd;
    -webkit-box-shadow: 0px 0px 15px 5px #afd6fd;
    -moz-box-shadow: 0px 0px 15px 5px #afd6fd;
    box-shadow: 0px 0px 15px 5px #afd6fd;
  }

  #plus_button {
    background: url("../img/plus_button.png");
    width:40px;
    height:40px;
  }

  #minus_button {
    background: url("../img/minus_button.png");
    width:40px;
    height:40px;
  }

  #submit_button {
    background: url("../img/submit_button.png");
    width:62px;
    height:39px;
    margin-left:25px;
    border-radius: 5px;
    border-color: #DDDDDD;
    border-width: 2px;
    border-style: solid;
    cursor:pointer;
  }

  #submit_button:hover {
    border-color:#afd6fd;
    -webkit-box-shadow: 0px 0px 15px 5px #afd6fd;
    -moz-box-shadow: 0px 0px 15px 5px #afd6fd;
    box-shadow: 0px 0px 15px 5px #afd6fd;
  }

  #fb_share {
    background: url("../img/fb_share.png");
    width:249px;
    height:49px;
    border:none;
    cursor:pointer;
  }

  #fb_share:hover {
    border-color:#afd6fd;
    -webkit-box-shadow: 0px 0px 15px 5px #afd6fd;
    -moz-box-shadow: 0px 0px 15px 5px #afd6fd;
    box-shadow: 0px 0px 15px 5px #afd6fd;
  }

  #menu {
    position: relative;
    margin-bottom: -17px;
  }

  #menu td {
    width:165px;
    text-align: center;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    border-top: 5px solid #D8D8D8;
    background-color: #F8F8F8;
    color: #AAAAAA;
    border-radius: 5px;
  }

  #all_data {
    border-top:5px solid #0066FF;
    background-color: #EAF4FF;
  }

  .navButtons {
    padding-left: 5px;
    padding-right: 5px;

  }

  .navButtons:hover {
    cursor:pointer;
    border-color:#afd6fd;
    -webkit-box-shadow: 0px 0px 15px 5px #afd6fd;
    -moz-box-shadow: 0px 0px 15px 5px #afd6fd;
    box-shadow: 0px 0px 15px 5px #afd6fd;
  }

  #back_button {
    height: 420px;
    width: 80px;
    background: url("../img/back_button.png");
  }

  #back_button:hover {
    cursor: pointer;
    height: 420px;
    width: 80px;
    background: url("../img/back_button_hover.png");
  }

  #forward_button {
    height: 420px;
    width: 80px;
    background: url("../img/next_button.png");
  }

  #forward_button:hover {
    cursor: pointer;
    height: 420px;
    width: 80px;
    background: url("../img/next_button_hover.png");
  }

  #main_viz {
    margin-left: auto;
    margin-right: auto;
    height: 420px;
    bottom: 30px;
    margin-top: 0px;
  }

  #story_text {
    font-size: 18px;
  }

  .questionnaire {
    width: 800px;
    margin-left: auto ;
    margin-right: auto ;
    padding:10px;
    font-family: Optima;
  }

  #comments_box_table {
    position: relative;
    top: 20px;
    float:right;
  }

  #comments_box {
    color: #999999;
  }

  #quiz_submit_button {
    background: url("../img/submit_button.png");
    width:62px;
    height:39px;
    border-radius: 5px;
    border-color: #DDDDDD;
    border-width: 2px;
    border-style: solid;
    cursor:pointer;
  }

  .story_menu {
    bottom: 10px;
  }

  #fb_caption {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .menu_item:hover {
    color:#0066FF;
  }

.submit_hover_enabled:hover {
    border-color:#afd6fd;
    -webkit-box-shadow: 0px 0px 15px 5px #afd6fd;
    -moz-box-shadow: 0px 0px 15px 5px #afd6fd;
    box-shadow: 0px 0px 15px 5px #afd6fd;
}
