/* ---------------------------- BANNER ------------------------------------- */

#banner-wrapper {
  float: left;
  width: 1086px;
  margin: auto;
padding-top: 30px;
  /*background: url(/images/bkgd_banner.png) no-repeat center top;*/
}

#banner-container{
  float: left;
  width: 986px; 
  margin: 0 0 0 50px;
}

#banner {
  float: left;
  overflow: hidden;
  height: 250px;
  width: 986px;
  background: #fff;
  /*border-top: 1px solid #000;
  border-bottom: 1px solid #000;*/
  z-index: 0;
}
 
#banner-top {
  float: left;
  height: 60px;
  line-height: 30px;
  width: 986px;
   background: url(../images/Tess-text.png);
}

#banner-text {
  float: left;
  margin: -200px 0 0 732px;
  width: 200px;
  height: 200px;
  z-index: 2;
}

#banner-text h1 {
  width: 220px;
  height: auto;
  margin: auto;
  color: #fff;
  text-align: center;
  padding: 20px 0 20px 0;
}

#banner-text h2 {
  width: 220px;
  height: auto;
  margin: auto;
  color: #fff;
  text-align: center;
  font-size:18px;
  padding: 0px 0px 25px 0px;
}

#banner-text-bar {
  float: left;
  width: 986px; 
  height: 6px; 
  z-index: 1;
  background: #333300; 
  text-align: left;
  text-indent: 20px;
  overflow: hidden;
/*border-bottom: 1px solid #000;*/
}

#banner-text-bar h2 {
  color: #fff; 
font-size:15px;
}

#banner-text-bar p {
  float: left;
  line-height: 30px;
  text-indent: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #fff; 
  margin: auto;
  text-align: left;
}

#banner-text-bar img {
  /*-moz-border-radius: 5px 5px 5px 5px; 
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px; */ /* TL TR BR BL */
}

#banner-text-bar a {
  color: #fff;
  text-decoration: none;
}

#banner-shadow {
  float: left;
  height: 40px;
  width: 986px;
  background: transparent url(../images/shadow-box.png) no-repeat;
}



