/*
 * AT&T Web Standards Initiative <wsi at att dot com>
 * Joe D'Andrea, John Crowley, Vincent Murphy
 *
 * $Id: title.css,v 2.0 2008/08/22 Exp $
 *
 * Title Region
 */

#title .content {
  clear: both;
  padding: 0;
  margin: 0;
  font-size: 11px; /* Need to set both font-size and line-height for IE */
  line-height: 11px;
  height: 11px;
  background-color: #436e94; /* This should go into segment specific */
  background: url("ent/image/950x11_ent.gif") top center no-repeat;
}


.title-new {
margin-left:255px;
  padding-right: 15px;
  padding-top: 0px;
  padding-left: 0px;
  }
  
.title-new-full {
margin-left: 20px;
  padding-right: 15px;
  padding-left: 0px;
  }

.title-new-full .content h1 {
  font-size: 1.8em;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
  font-weight: normal;
  line-height: 1.3em;
  color: #444444;
}

.title-new .content h1 {
  font-size: 1.8em;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
  font-weight: normal;
  line-height: 1.3em;
  color: #444444;
}

/* Header */
#title .content h1 {
  background-color: #039;
  color: #fff;
  padding: 0 22px; /* Tied to .main.content (h1 text has a 22px margin) */
  margin: 0;
}

@media screen {

.sIFR-hasFlash #title h1 {
  visibility: hidden;
  background-color: white;
  font-size: 1.5em;
  margin: 0; padding: 0;
}

}

/* Navigation - OBSOLETE - use index region navigation only! */
#title .content .navigation { display: none; }
