* { outline: none; }

body {
  margin: 0;
  padding: 0;  
  background: url(../images/brush_pattern.png) repeat-x 0px 75px;
  border-top: 8px solid #0e5e9e;
  text-align: center;
}

#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 900px;
}

#header {
 width: 900px;
  height: 75px;
}

#logo-banner {
 width: 900px;
    background: url(/images/logo_banner.png) no-repeat;
  height: 157px;
  margin: 25px 0px 20px 0px;
}

#squeezer {
  width: 900px;
  margin: 0 auto;
}

#left {
  width: 207px;
  float: left;
  text-align: center;
  margin-left: 25px;
}

#right {
  width: 666px;
  float: right;
  margin-top: 20px;
}

#search {
 width: 100%;
 height: 75px;  
  text-align: right;
}

#search-box {
 width: 200px;
  float: right;
  margin-top: 30px;
  margin-right: 20px;
}


#banner {
  height: 195px;
  width: 200px;

  margin: 0 auto;
  margin-top: 8px;
}

#content {
 width: 100%;
  min-height:300px;
  height:auto !important;
  height:300px;
}

#content-bg {
  background: url(http://dl.dropbox.com/u/575630/content_bg.png) no-repeat;

}

#main-content {
    padding-top: 40px;
  width: 566px;
  margin: 0px auto;
  min-height:300px;
  height:auto !important;
  height:300px;
  
}



#logos {
  text-align: center;
}


/******* NAV *********/

#menu {
  margin-top:40px;
  text-align:left;
}

#menu ul {
  list-style:none;
  line-height:1.5;
}

#menu ul.level-1 {
  
}

#menu ul.level-1 li {
  text-transform:uppercase;
  background:#6e9a58;
  margin-bottom:5px;
}

#menu ul.level-1 li.active {
  background:#005991;
}

#menu ul.level-1 li a,
#menu ul.level-1 li a:visited {
  display:block;
  color:#fff;
  text-decoration:none;
  padding:3px 5px;
  font-weight:bold;
}

#menu ul.level-1 li a:focus,
#menu ul.level-1 li a:hover,
#menu ul.level-1 li a:active {
  color:#fff;
  text-decoration:none;
  background:#005991;
}

#menu ul.level-1 li.active a:focus,
#menu ul.level-1 li.active a:hover,
#menu ul.level-1 li.active a:active {
  color:#fff;
}

#menu ul.level-1 li.sub {
  background:#fff;
  padding:5px 0;
}

#menu ul.level-1 li.sub ul.level-2 {
  margin:0;
  padding:0;
}

#menu ul.level-1 li.sub ul.level-2 li {
  background:#fff;
  border-top:1px solid #ddd;
  border-bottom:1px solid #f9f9f9;
  margin:1px 5px 0 5px;
  padding:5px 0;
  text-transform:none;
}

#menu ul.level-1 li.sub ul.level-2 li:last-child {
  border-bottom:0;
}

#menu ul.level-1 li.sub ul.level-2 li:first-child {
  border-top:0;
}

#menu ul.level-1 li.sub ul.level-2 li a,
#menu ul.level-1 li.sub ul.level-2 li a:visited {
  color:#254319;
  text-decoration:none;
  padding:0;
  font-weight:normal;
}

#menu ul.level-1 li.sub ul.level-2 li a:focus,
#menu ul.level-1 li.sub ul.level-2 li a:hover,
#menu ul.level-1 li.sub ul.level-2 li a:active {
  color:#005991;
  text-decoration:none;
  background:none;
}

#menu ul.level-1 li.sub ul.level-2 li.active a{
  color:#005991;
  font-weight:bold;
}

/******* FOOTER *********/

#footer {
  height: 136px;
  padding-top: 60px;
  width: 100%;
  background: url(http://dl.dropbox.com/u/575630/footer_bg.png) repeat-x;
  color: #fff;
  text-align: left;
}

#copy {
  width: 430px;
  float: left;
  font-size: 12px;
}

#copy a {
 color: #254319; 
}

#updates {
  width: 180px;
  margin-left: 20px;
  float: right;

}

#updates a {
 color: #254319; 
}

#sponsors {
  width: 246px;
  float: left;
  margin-left: 10px;
}
#newsletter-box{
  padding:10px 0;
  margin-left:38px;

}
#newsletter{
  text-align:left;
  margin-left:10px;
}
#newsletter form label{

}
#newsletter form input.text{
  width:145px;
  padding:0.5em .75em;
  border-radius:5px;
  -moz-border-radius:5px;
  border: 1px solid #777;
}
#newsletter form input.button{
  padding:0.5em 1em;
  margin-top:10px
}

vsmall{ font-size: 7pt; line-height: 7pt  }

