body {
  background-color: #111111;
}

body * {
  font-family: Helvetica, Arial, sans-serif;
}

td {
  vertical-align: top;
}
#root {
  text-align: center;
  width: 100%;
}

#waveform {
  padding: 5px 5px 5px 0px;
  background-image: url(../img/waveform.png);
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: Verdana;
  font-size: 24px;
  letter-spacing: 2;
}

#header {
  width: 900px;
  margin: 0px;
  padding: 0px;
  border: none;
}

#navigation {
  width: 900px;
  height: 52px;
  margin: 0px;
  padding: 0px;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  position: relative;
  text-align: left;
  top: 0px;
  left: 0px;
}

#mailing_list {
  width: 900px;
  padding: 6px 0px;
  margin: 0px;
  text-align: center;
  background-color: #000000;
  color: #cccccc;
  font-size: 14px;
  font-family: Calibri, Verdana, Arial;
}

#mailing_list input {
  background-color: #cccccc;
  border: solid 1px #666666;
  font-size: 13px;
  font-family: Calibri, Verdana, Arial;
}

#content_container {
  width: 900px;
  margin: 0px;
  background-color: white;
  text-align: left;
}

#content_inner {
  padding: 10px;
}

#footer {
  width: 900px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  border: none;
  background-image: url(../img/contact_info.jpg);
  clear: both;
}

/*
a.navigation_button {
  display: block;
  width: 180px;
  height: 50px;
  background-position: top;
  text-decoration: none;
}

a.navigation_button:hover {
  background-position: bottom;
}

#about_button {
  background-image: url(../img/about.png);
}

#news_button {
  background-image: url(../img/news.png);
}

#education_button {
  background-image: url(../img/education.png);
}

#membership_button {
  background-image: url(../img/membership.png);
}

#events_button {
  background-image: url(../img/events.png);
}
*/

div.navigation_button {
  width: 180px;
  height: 50px;
  background-color: #999999;
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  font-family: Arial;
}


div.navigation_menu_container {
  position: absolute;
  width: 180px;
  top: 0px;
  left: 0px;
  border: none;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
}

div.navigation_menu {
  position: absolute;
  width: 180px;
  top: 51px;
  background-color: #ffffff;
  border: outset 1px #cccccc;
  padding: 0px;
}

a.navigation_menu_item {
  padding: 5px;
  text-decoration: none;
  display: block;
  font-size: 12px;
  margin: 0px;
  border: none;
  color: #000000;
  font-family: Verdana, sans-serif;
  line-height: 12px;
}

a.navigation_menu_item:hover {
  background-color: #dddddd;
}

#about_menu {
  left: 0px;
}

#news_menu {
  left: 180px;
}

#education_menu {
  left: 360px;
}

#events_menu {
  left: 540px;
}

#membership_menu {
  left: 720px;
}

.image_caption, .image_caption * {
  font-size: 12px !important;
  color: #333366;
  margin-top: 3px;
}

div.quote {
  margin: 15px;
  padding: 10px;
  color: #333333;
  background-color: #ffffdd;
  border-top: solid 2px #ccccbb;
  border-bottom: solid 2px #ccccbb;
}

div.inline_photo_left {
  float: left;
  margin-right: 15px;
}

div.inline_photo_right {
  float: right;
  margin-left: 15px;
}
