body {
  margin: 0;
  padding: 0;
  background-color: #999;
  color: #333;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  border-top: 5px solid #000;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  color: #3a498c;
  font-weight: bold; }

h1 {
  font-size: 2em;
  line-height: 1.2em; }

h2 {
  font-size: 1.3em;
  margin-bottom: 0.75em;
  line-height: 1.3; }

h3 {
  font-size: 1.2em;
  margin-bottom: 0.75em; }

h4 {
  font-size: 1.125em;
  margin-bottom: .5em;
  line-height: 2em; }

a, a:link, a:active, a:visited {
  color: #3a498c;
  text-decoration: underline;
  font-weight: bold; }

a:hover {
  text-decoration: none; }

hr {
  border-top: 1px solid #CCC;
  background-color: transparent;
  height: 0; }

.container {
  width: 960px; }

#main {
  margin: 0;
  width: 100%;
  float: left;
  background-color: #FFF; }

#logo a {
  height: 97px;
  display: block;
  text-indent: -9999px;
  background-image: url(logo.jpg);
  margin: 15px auto 15px auto;
  width: 699px; }

#navigation {
  font-size: 15px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 0;
  text-align: center; }
  #navigation ul {
    margin: 0; }
    #navigation ul li {
      display: inline; }
  #navigation a, #navigation a:link, #navigation a:active, #navigation a:visited {
    color: #333;
    text-decoration: none;
    margin: 0 15px;
    padding: 5px 35px 6px 35px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px; }
  #navigation a:hover {
    color: #FFF;
    background-color: #666; }

#intro {
  background-color: #3a498c;
  padding: 0;
  height: 240px;
  margin-top: 0;
  margin-bottom: 20px; }
  #intro #showcase {
    margin: 0 -1px 0 0;
    border-right: 1px solid #FFF;
    height: 240px; }
  #intro #about-standingo .blurb {
    margin: 30px;
    color: #FFF;
    font-size: 15px; }

#sidebar {
  padding-top: 30px;
  padding-bottom: 20px; }

#main-content {
  padding: 30px 0px 20px 29px;
  border-left: 1px solid #D9D9D9; }

#footer {
  background-color: #666;
  padding: 20px 0;
  color: #FFF;
  width: 100%;
  float: left;
  border-top: 1px solid #333;
  font-style: normal; }

#footer a, #footer a:link, #footer a:active, #footer a:visited {
  color: #FFF; }

#social-networking {
  text-align: right; }

.social-networking-link {
  padding-left: 22px;
  padding-bottom: 1px;
  background-repeat: no-repeat; }

.twitter {
  background-image: url(twitter.png); }

.facebook {
  background-image: url(facebook.png); }

.shareit {
  background-image: url(share.png); }

#sitemap {
  font-size: 11px; }

#sitemap ul {
  list-style-type: none;
  margin-left: 0; }

#features {
  margin-bottom: 25px; }

#features h1 {
  font-size: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid #333;
  color: #333;
  margin-bottom: 15px; }

#sponsors h1 {
  font-size: 18px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #003F5E;
  margin-bottom: 20px; }

#sponsors a {
  background-image: url(sponsors_btn.gif);
  text-indent: -9999px;
  height: 97px;
  display: block; }

#sponsors a:hover {
  background-image: url(sponsors_btn_over.gif); }

.notice {
  background-color: #4D6F1C;
  color: #FFFFFF;
  padding: 15px;
  border: 0; }

.notice_bad {
  background-color: #F00;
  color: #FFFFFF;
  padding: 15px; }

/* jQuery lightBox plugin - Gallery style */
.gallery ul {
  list-style: none;
  margin: 0 0 7px 0; }

.gallery ul li {
  display: inline;
  padding-right: 3px; }

.gallery ul img {
  border: 2px solid #fff; }

.gallery ul a:hover img {
  border: 2px solid #3a498c; }

/* Form overrides */
fieldset {
  background-color: transparent;
  padding: 0;
  border: 0;
  margin: 0; }

li.text textarea {
  width: 200px;
  height: 100px; }

li.string input {
  width: 200px; }
