@charset "utf-8";
/* CSS Document */

/* General document style */
body {
  color: #000000;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.5;
  min-height: 100%;
  text-align: center;
}

p {
  margin-bottom: 1.1em;
  margin-top: 0;
}

p.alert {color: #F30; font-weight:bold;}
a {
  color: #CC0066;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}

.wrapper {
  background: #ffffff;
  min-height: 100%;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  width: 900px;
}


/* Header style */
.header-container {
  margin: 0 auto;
  padding: 0;
  width: 900px;
}
.header-top {
  margin: 0 auto;
  position: relative;
  width: 900px;
  z-index: 999;
}
#Logo {
  margin-left: 20px;
  margin-top: 25px;
  display: inline;
  float: left;
  height: 54px;
  margin-bottom: 0;
  width: 364px;
}

.header-nav-container {
  margin-left: 0px;
  margin-top: 11px;
  display: inline;
  float: left;
  margin-bottom: 0;
  background-color: #339999;
  width: 900px;
  padding-top: 0px;
  height: 35px;
}

.header-nav {
  /* CHANGED: these properties don't do anything here */
/*  clear: both;
  color: #ffffff;
  display: inline;
  float: left;*/
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* CHANGED: move the HTML element after the style name */
.header-nav li {
  margin-left: 19px;
  margin-right: 30px;
  margin-top: 10px;
  display: inline;
  float: left;
  margin-bottom: 0;
}
/* CHANGED: added this style */
.header-nav-container a, .header-nav a {
  color: white;
}
/* CHANGED: these are redundant - the text-decoration has already been set */
/*a.header-nav:link, a.header-nav:visited {
  text-decoration: none;
}
a.header-nav:hover {
  text-decoration: underline;
}
a.header-nav:active {
  text-decoration: underline;
}*/

.slideShow {
  margin: 0;
  display: inline;
  float: left;
  width: 900px;
  padding: 0;
}

/* Middle Container style */
.middle-container {
  margin: 10px auto 0;
  padding: 0;
  width: 900px;
  float: left;
  position: relative;
}
.left-column {
  margin: 0 10px 0 10px;
  display: inline;
  float: left;
  width: 220px;
  padding-top: 0px;
}

#sideSecondary {
  margin-left: 0px;
  margin-top: 0;
  display: inline;
  float: left;
  margin-bottom: 0;
  padding-top: 0px;
}
#sideSecondary H3 {
  font-weight: bold;
  font-size: 12px;
  margin-top: 0;
}

#secondary-nav {
  color: #000000;
  display: inline;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

#secondary-nav li {
  margin-left: 19px;
  margin-right: 30px;
  margin-bottom: 10px;
  display: inline;
  float: left;
}
#secondary-nav a,
#secondary-nav a:link, #secondary-nav a:visited {
  color: #339999;
  /* CHANGED: this is redundant */
  /*text-decoration: none;*/
}
/* CHANGED: these are redundant */
/*#event-nav a:hover, #event-nav a:focus {
  color: #339999;
  text-decoration: underline;
}
#event-nav a:active {
  color: #339999;
  text-decoration: underline;
}*/

#sideButtons {
  display: inline;
  float: left;
  margin-top: 20px;
  text-align: center;
  padding: 0;
}
.main-content {
  float: left;
  display: inline;
  margin: 0 10px 0 10px;
  width: 640px;
}

/* Footer style */
.footer-container {
  margin: 0 auto;
  margin-top: 10px;
  display: inline;
  float: left;
  background-color: #399;
  width: 900px;
  padding: 0;
  height: 35px;
  text-align: center;
}
.footer {
  min-height: 35px;
  font-family: 'Arial MT', Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-align: right;
  color: #FFFFFF;
  padding: 10px;
}
