/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }

ul { list-style: none inside;}

body {
   text-align: center;
}

.clear {
   clear: both;
}

#page-wrap {
   margin: 0 auto;
   width: 960px;
   text-align: left;
   position: relative;
}

h1#logo {
      width:213px;
      height: 83px;
      background: url(images/csf-logo.png) no-repeat;
      text-indent: -9999px;
      }

ul#nav {
   position: relative;
   }
   
ul#nav li {
   display: inline;
   }
   ul#nav li a {
      display: block;
      height: 50px;
      text-indent: -9999px;
      float: right;
      }
      
   ul#nav li.entry-form a {
      width: 165px;
      background: url(images/entryform-btn.jpg) bottom center no-repeat;
      }
      
   ul#nav li.contact a {
      width: 173px;
      background: url(images/contact-btn.jpg) bottom center no-repeat;
      }
      
   ul#nav li a:hover {
      background-position: top center;
      }
      
   ul#nav li a:active {
      background-position: top center;
      }   

#main-content h4 {
font-family: Helvetica, Arial;
font-size: 24px;
color: #663300;
font-weight: normal;
}

   #main-content h4 a {
      color: #663300;
      }

.spacer {
   margin: 20px 0;
}

#badge {
   position: absolute;
   top:725px;
   left:-30px;
   width:76px;
   height:79px;
   background:transparent url(images/badge.png) no-repeat;
}

.img1 {
   padding-right: 20px;
   float: left;
   padding-bottom: 35px;

}

.img2 {
   float: right;
   padding-bottom: 35px;
}

.form {
   float: right;
}

.form-bg {
   background-image: url(images/subscribe-bg.gif);
   background-repeat: no-repeat;
   background-position: bottom;
   z-index: 0;
   width: 330px;
   height: 114px;
   float: right;
}

.form-bg p {
   font-family: Helvetica;
   font-size: 14px;
   color: #fff;
   padding: 20px 13px 14px 13px;
}

.label {
   z-index: 1;
   float: left;
   width: 200px;
   height: 32px;
   padding-top: 15px;
   padding-bottom: 14px;
   padding-right: 22px;
}

.button {
   float: right;
   z-index: 9000;
   padding-right: 14px;
}