@import url(sbstyles.css);
@import url(common.css);

div#header {
       background: url(../images/home-header.jpg) left top no-repeat;
            width: 924px;
           height: 139px;
           margin: 0 auto;
}

/* -[ WELCOME BACK TEXT ]---------------------------------------------------- */
div#header p, div#header form {
            float: right;
     margin-right: 20px;
       text-align: right;
            color: #d0f9ff;
        max-width: 190px;
}

div#header a:link, div#header a:visited {
            color: #d0f9ff;
  text-decoration: none;
}

div#header a:hover, div#header a:active {
            color: #d0f9ff;
  text-decoration: underline;
}

/* -[ LOGIN FORM ]----------------------------------------------------------- */
div#header form {
       margin-top: 5px;
}

div#header label {
            color: #d0f9ff;
}

div#header input {
            width: 100px;
       background: #a8ddff;
           border: none;
        font-size: 10px;
}

div#header input.image {
            width: auto;
}

div#header div {
       text-align: right;
    margin-bottom: 4px;
}

/* -[ MENU ]----------------------------------------------------------------- */
div#header ul {
         position: absolute;
       margin-top: 100px;
      margin-left: 360px;
          padding: 0;
            width: 250px;
       text-align: center;
}

div#header ul li {
        font-size: 100%;
      font-weight: bold;
          display: inline;
            color: #e0f9ff;
           margin: 0;
}

div#header ul li.mid, div#header ul li.end {
       background: url(../images/home-menu-divider.png) left 3px no-repeat;
     padding-left: 10px;
      margin-left: 6px;
}

div#header li a:link, div#header li a:visited {
            color: #d0f9ff;
  text-decoration: none;
}

div#header li a:hover, div#header li a:active {
            color: #d0f9ff;
  text-decoration: underline;
}

/* -[ SEO STYLES ]---------------------------------------------------------- */
div#seo-chunk {
    padding-top: 200px;
 padding-bottom: 200px;
          width: 600px;
    margin-left: auto;
   margin-right: auto;
}

div#seo-chunk h3 {
     margin-top: 20px;
      font-size: 100%;
  margin-bottom: 0;
          color: #666;
  border-bottom: none;;
}

div#seo-chunk p {
          color: #666;
  margin-bottom: 8px;
}

div#seo-chunk ul {
    list-style: none;
    margin-top: 0;
}

div#seo-chunk li {
    color: #666;
}
