@charset "utf-8";
/* Choctaw Nation of Oklahoma standardized CSS*/
body {
  padding: 0;
  margin: 0;
  background: #f4e1b7;
  font: Arial, Helvetica, sans-serif;
  color: black;
}
#wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#header {
  width: 950px;
  height: 100px;
  background: #f4e1b7;
  background-position:left;
  background-image:url(images/cnofiles/seal.png);
  background-repeat:no-repeat;
  marigin-left: auto;
  margin-right: auto;
  padding-left: 111px;
  line-height: 15px;
}
  #header #headerText {
    float: left;
    margin-top: 21px;
  }
  #header h1 {
    height: 100%;
  }
  #header #subTitle {
    font-style: italic;
    margin-left: 30px;
    font-size: 18px;
    }
  #header #logo {
    float: right;
    width: 195px;
    height: 100px;
    background:url(images/cnofiles/logo.png) no-repeat;
    display: block;
  }

#footer {
  width: 950px;
  height: 500px;
  padding: 9px 12px;
  background: #f4e1b7;
}
  #footer a, #footer a:visited{
    text-decoration: none;  
    color: black;
    border: none;
  }
  #footer img {
    border: none;
  }
  #footer .col {
    width: 309px;
    height: 420px;
    float: left;
  }
    #footer .col h4 {
      font-weight: bold;
      font-size: 14px;
    }
    #footer .col ul {
      list-style-type: none;
      margin-bottom: 5px;
    }
      #footer .col ul#appStores li {
        margin-bottom: 5px;
      }
    #footer .col .chiefandAsstChief {
      width: 113px;
      float: left;
      font-size: 9px;
    }
  #footer #footerBottom {
    clear:both;
    background-image:url(images/cnofiles/bottomseal.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 70px;
  }
    #footer #footerBottom #Address {
      margin-left: 65px;
      margin-top: 15px;
      width: 100%;;
    }
      #footer #footerBottom #Address span{
        width: 100%;
        float: left;
      }
        #footer #footerBottom #Address span#bottomChoctaw {
          font-weight: bold;
        }
        #footer #footerBottom #Address span#poBox {
          font-size: 14px;
        }

    #footer #footerBottom #centerBottom {
      text-align: center;
      font-size: 14px;
    }
.noDisplay {
  display:none;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
