body {
  margin: 0 auto;
  background: #2F55A9;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 1.75em;
  color: #2F55A9;
}
a, a:link, a:visited, a:active {
  color: #8B1C21;
}
a:hover {
  color: #f0c326;
}
.flush_top {
  margin-top: .25em;
}
.page_go_right {
  background: url(page_go.png) no-repeat 0 0;
  padding-left: 1.75em;
  display: block;
  float: right;
  margin: .25em 0 1.75em 0;
}
.arrow_up {
  background: url(arrow_up.png) no-repeat 0 0;
  padding-left: 1.35em;
  display: block;
  float: right;
  margin: 2em 0 1.75em 0;
}
.page_go {
  background:url(page_go.png) no-repeat 0 0;
  padding-left: 22px;
  padding-bottom: 2px;
}
.twitter {
  background:url(twitter-16x16.png) no-repeat 0 0;
  padding-left: 22px;
  padding-bottom: 2px;
}
.share {
  background:url(share-16x16.png) no-repeat 0 0;
  padding-left: 22px;
  padding-bottom: 2px;
}
.facebook {
  background:url(facebook-16x16.png) no-repeat 0 0;
  padding-left: 22px;
  padding-bottom: 2px;
}
.rss {
  background:url(feed-16x16.png) no-repeat 0 0;
  padding-left: 22px;
  padding-bottom: 2px;
}
.email {
  background:url(email-16x16.png) no-repeat 0 0;
  padding-left: 22px;
  padding-bottom: 2px;
}
.container {
  width: 900px;
}
#header {
  border-bottom: 1px solid #fff;
}
#header .logo h1 {
  font-size: 0;
  line-height: 0;
}
#header .logo a {
  display: block;
  background: url(logo.jpg);
  width: 330px;
  height: 180px;
  text-indent: -4000px;
}
#header .tagline h3 {
  font-size: 0;
  line-height: 0;
  display: block;
  background: url(tagline.jpg);
  width: 570px;
  height: 180px;
  text-indent: -4000px;
}
#navigation {
  background-color: #8B1C21;
  padding: .75em 0 .75em 0;
  border-bottom: 1px solid #fff;
}
#navigation ul.nav {
  margin: 0 auto;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
#navigation ul.nav li {
  display: inline;
  padding: 0 .8em;
  font-size: 1.5em;
}
#navigation ul.nav li a {
  text-decoration: none;
  color: #fff;
}
#navigation ul.nav li a:hover {
  color: #f0c326;
}
body#pageHome li.navHome a, body#pageAboutUs li.navAboutUs a, body#pageNews li.navNews a, body#pageEvents li.navEvents a, body#pageActivities li.navActivities a, body#pageResources li.navResources a, body#pageContactUs li.navContactUs a {
  color: #f0c326;
}
#banner {
  background-color: #fff;
}
#animation {
  background-image: url(animation_1.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  width: 600px;
  height: 250px;
}
#animation img {
  border: none
}
#banner .movie {
  background-color: #333;
  height: 250px;
}
#banner .movie h3 {
  margin: 1.5em;
  color: #fff;
  line-height: 1.25;
}
#feature_group {
  border-top: 1px solid #fff;
  background-color: #F1D27E;
}
#feature_group .container {
  background-image: url(feature_group_background.gif);
  background-repeat: repeat-y;
  background-position: center top;
}
#feature_group a, #feature_group a:link, #feature_group a:visited, #feature_group a:active {
  font-weight: bold;
  text-decoration: none;
}
#feature_group a:hover {
  color: #8B1C21;
  text-decoration: underline;
}
#feature_group div.colborder {
  border-right: 1px solid #fff;
}
#feature_group .box {
  margin-bottom: 0;
}
#feature_group hr {
  background: #fff;
  color: #fff;
}
#feature_1 {
  background-image: url(yellow_burst.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
#feature_2 {
  background-image: url(yellow_burst.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
#feature_3 {
  background-image: url(dark_burst.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
#main {
  background-color: #F1D27E;
}
#main .container {
  background-color: #fff;
  background-image: url(sidebar_background.gif);
  background-repeat: repeat-y;
  background-position: left top;
}
#main.full-width .container {
  background-color: #fff;
  background-image: none;
}

#sidebar {
  padding-top: 1.5em;
  padding-bottom: 1em;
  background-image: url(yellow_burst.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
#sidebar h3 {
  color: #2F55A9;
  margin-bottom: .5em;
}
#sidebar ul {
    list-style-type: none;
  margin-left: .5;
  margin-right: 0;
}
#sidebar ul li {
  font-size: 1.125em;
}
#sidebar ul li a {
  text-decoration: none;
}
#sidebar ul li a:hover {
  color: #fff;
}
#sidebar hr {
  background: #fff;
  color: #fff;
}
#sidebar li ul {
    list-style-type: none;
  margin-left: 1.5em;
}
#sidebar li ul li {
  font-size: 1em;
}
#sidebar li ul li a {
  text-decoration: none;
}
#sidebar li ul li a:hover {
  color: #fff;
}
#sidebar hr {
  background: #fff;
  color: #fff;
}
#content {
  padding-top: 1.5em;
  padding-bottom: 1em;
}
#content ul {
  list-style-image: url(bullet_red.gif);
}
#content a, #content a:link, #content a:visited, #content a:active {
  text-decoration: underline;
}
#content a:hover {
    text-decoration: none;
}
#infobar {
  padding: .75em 0;
  border-top: 1px solid #fff;
  background-color: #8B1C21;
    color: #fff;
  text-align: center;
}
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active {
  color: #fff;
  text-decoration: none;
}
#infobar a:hover {
  color: #f0c326;
}
#footer {
  border-top: 1px solid #fff;
    color: #fff;
}
#footer .container {
  padding: 1.5em 0 1.5em 0;
  background-image: url(footer_background.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
  color: #f0c326;
  text-decoration: none;
}
#footer a:hover {
    color: #fff;
}
#footer ul.nav {
    padding: 0;
    list-style-type: none;
  margin: 0 0 .5em 0;
}
#footer ul.nav li {
  display: inline;
  padding: 0 .75em 0 0;
}
#footer ul.nav li a, #footer ul.nav li a:link, #footer ul.nav li a:visited, #footer ul.nav li a:active {
  color: #f0c326;
}
#footer ul.nav li a:hover {
    color: #fff;
}
#footer .logo {
  float: right;
  margin: 0;
}
#map {
  margin-bottom: .5em;
}
.notice {
  background-color: #0C0;
  color: #FFF;
  padding: 15px;
  border: 1px solid #fff;
}
.notice_bad {
  background-color: #8B1C21;
  color: #fff;
  padding: 15px;
  border: 1px solid #fff;
}
label {
  font-weight: normal;
}
textarea {
  width:220px;
  height:100px;
}
input, input[type="text"], input[type="password"] {
  width: 225px;
}
input.submitbutton {
  width: 100px;
}
table {
  margin-bottom: 0;
}


/* FORMS OVERRIDE */
fieldset {
  padding:0;
  background:none;
  border:none;
}

/* SIMPLE MODAL */

#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#FFF; border:8px solid #444; padding:12px;}
#simplemodal-container a.modalCloseImg {
  background:url(x.png) no-repeat; /* adjust url as required */
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-15px;
  right:-18px;
  cursor:pointer;
}

