@import url(./base.css);
@import url(./nav.css);
@import url(./modules/newsletter_signup.css);

body, html {
  height: 100%;
  }
body {
  margin: 0;
  min-width: 850px;
  background: #000033 url(/images/background.gif) 0 0 repeat-x;
  color: #999;
  font-family: Verdana, sans-serif;
  -webkit-text-size-adjust: none;
  }

div#container {
  width: 895px;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  background-color: #edf5fe;
  border-left: 10px solid #f9d320;
  border-right: 10px solid #f9d320;
  }  
  div#header {
    position: relative;
    height: 114px;
    margin: 0;
    padding: 5px 0 0 0;
    }
    div#header a.logo {
      display: block;
      position: absolute;
      left: 33px;
      top: 23px;
      width: 147px;
      height: 51px;
      background: transparent url(/images/epsteen_and_associates.gif) 0 0 no-repeat;
      }
    div#header h2.title {
      display: block;
      position: absolute;
      width: 349px;
      height: 19px;
      left: 203px;
      top: 43px;
      background: transparent url(/images/californias_premier_retail_broker.gif) 0 0 no-repeat;
      }
    div#header div.contact {
      display: block;
      position: absolute;
      right: 33px;
      top: 13px;
      font-size: 11px;
      color: #414b55;
      text-align: right;
      }
    div#header div.contact h5 {
      margin: 0 0 1px 0;
      font-weight: bold;
      font-size: 12px;
      }
    
  div#page {
    margin: 0;
    padding: 0;
    background-color: #fff;
    }
    div#navWrapper {
      height: 26px;
      border-bottom: 14px solid #1f2c7e;
      }
      div#navWrapper div.options {
        font-family: "Arial", sans-serif;
        font-size: 11px;
        }
      
      
      
    div#content {
      display: block;
      position: relative;
      width: 770px;
      margin: 0 auto;
      padding: 35px 0 75px 0;
      }      
    div#content h1 {
      margin-bottom: 25px;
      padding-bottom: 25px;  
      border-bottom: 22px solid #1f2c7e;
      }
      
      
  div#footer {
    display: block;
    height: 80px;
    border-top: 4px solid #717a81;
    background: transparent url(/images/bg_footer.gif) 0 0 repeat-x;
    color: #5e646a;
    }
    div#footer a {
      color: #5e646a;
      }
    div#footer a:hover {
      color: #0e1d85;
      }
    div#footer a:active {
      color: #202546;
      }
    div#footer div.left {
      width: 395px;
      float: left;
      }
    div#footer div.left h5 {
      color: #5e646a;
      margin: 23px 0 0 29px;
      }
    div#footer div.right {
      width: 425px;
      float: right;
      text-align: right;
      text-transform: uppercase;
      font: bold 9px Verdana, sans-serif;
      }
    div#footer div.right p {
      line-height: 1.7em;
      margin: 9px 29px 0 0;
      -webkit-text-size-adjust: none;
      }
      
      
div#contactPage {
  display: none;
  }