body {
  background: #121212;
}

#main {
  width: 800px;
  margin: 0 auto;
}

#header {
  height: 200px;
  background: #3b5998;
  position: relative;
}

#left {
  width: 400px;
  float: left;
}

#right {
  width: 340px;
  float: right;
  text-align: center;
  font-size: 15px;
}

.logo {
  position: absolute;
  top: 15px;
  left: 92px;
}

.bar-img {
  position: absolute;
  top: 0;
  right: 0;
}

a { color: #01b0f0; }

span.bold { font-weight: bold; }
span.medium { font-size: 115%; }
span.large { font-size: large; }
span.red { color: #FF0000; }

h2.center { text-align: center; }
p { text-align: justify; }
p.center { text-align: center; }
p.indent { padding-left: 15px; }

div#details p { text-align: center; }
div#volunteer p { text-align: center; }
div#contact { padding-left: 15px; }
div#contact ul { list-style: none; padding-bottom: 10px; }
div#register p { text-align: center; }

#countdown, #details, #volunteer {
  padding: 15px 15px 0 15px;
  border: 3px solid #0079c2;
  margin: 10px;
  background: #9fce66;
}

#details a, #volunteer a {
  color: #0079c2;
}

div#title, div#platinum, div#gold, div#silver, div#bronze, div#media { text-align: center; }
div#title img, div#platinum img, div#gold img, div#silver img, div#bronze img, div#media img { margin: 0 25px 15px 25px; }

/*div#sponsor-banner {
  width: 764px;
  height: 125px;
  background: #9fce66;
  border: 3px solid #0079c2;
  clear: both;
}*/

div#sponsor-banner {
  margin: 10px 0;
  width: 800px;
  height: 125px;
  background: #ededed;
  text-align: center;
  float: left;
}

#leftImage {
    width: 150px;
    height: 60px;
    float: left;
    margin-top: 32.5px;
    margin-left: 25px;
    margin-right: 25px;
}

#centerImage {
    width: 400px;
    height: 100px;
    margin-top: 12.5px;
    float: left;
}

#rightImage {
    width: 150px;
    height: 60px;
    float: right;
    margin-top: 32.5px;
    padding-right: 25px
}

div#sponsor-logos img {
    display: none
}

.spacer { border: 0; color: #ededed; background-color: #ededed; height: 2px; }

/*
#didyouknow {
  border: 3px solid #01b0f0;
  height: 150px;
}
*/

a.nostyle, a.nostyle:hover {
  text-decoration: none;
  color: #222;
}

ul#nav {
  list-style: none;
  margin: 0;
  height: 30px;
  background-color: #333333;
  text-align: center;
  padding: 10px 0 0 0;
}

ul#nav li {
  display: inline;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}

ul#nav li a {
  text-decoration: none;
  color: #ffffff;
  padding: 0 10px;
}

ul.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0 0 5px 0;
}

ul.footer-nav li {
  display: inline;
  color: #ffffff;
  padding: 0 3px;
}

ul.footer-nav li a {
  text-decoration: none;
  color: #ffffff;
}

ul.condensed { margin: 0; }

div#map-form { padding-bottom: 10px; margin-left: 100px; }
div#map-form h3 { margin: 20px 0 10px 0; }

ul#toc a { text-decoration: none; color: #01b0f0; border-bottom: 1px dotted #01b0f0; }
ul#toc { list-style: none; padding: 0; }

ul.cause-links { list-style: none; }

img.inline-right {
  float: right;
  margin: 5px;
}

#content {
  background: #ededed;
  min-height: 500px;
  padding: 15px;
}

#bottom { clear: both; }

#footer {
  color: #ededed;
  text-align: center;
  font-size: x-small;
  padding: 20px 0;
}

#footer p { padding-top: 7px; }

iframe { border: 1px solid #121212; }
iframe.center { margin-left: 65px; }
img#swim-map { border: 1px solid #121212; margin: 15px 0 15px 260px; }
img#bike-map { border: 1px solid #121212; margin: 15px 0 15px 186px; }
img#run-map { border: 1px solid #121212; margin: 15px 0 15px 260px; }

img.sponsor { border: 1px solid #121212; }

div#register {
  border: 3px solid #333333;
  margin: 40px auto;
  width: 400px;
  height: 100px;
  text-align: center;
}

div#register p.online {
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0 5px 0;
  margin: 0;
}

