/*
 * AT&T Web Standards Initiative <wsi at att dot com>
 * Joe D'Andrea, Vincent Murphy, John Crowley
* $Id: header.css,v 2.0 2008/08/22  Exp $
 *
 * Header Region
 */

 #header {
color: #cfcfcf;
}

#header h1 {
  display: block;
  float: left;
  width: 35%;
  margin: 0;
  padding-top: 35px;
}
#header h1 img { vertical-align: bottom; padding-left: 5px;}

#header form {
  display: block;
  float: right;
  margin: 4px 0 8px 0;
  width: 64%;
  text-align: right;
  white-space: nowrap;
  padding-top: 5px;
  padding-right: 7px;
}
#header p {
  float: right;
  margin: 4px 0;
  padding: 10px 0 0 0;
  font-size: 0.85em;
  text-align: right;
  white-space: nowrap;
  margin-right: 13px;  _margin-right: 5px;
}

#header .content a:link {
 color: #067ab4;
}

#header .content a:visited {
 color: #067ab4;
}


#header .content .selected {
 color: #ff7200;
}

#header .content a:hover { 
text-decoration: underline; 
}

#header .content a:link {
color: #067ab4;
}

#header .content a:visited {
color: #067ab4;
}

#header .content a.selected {
color: #ff7200;
}

#header .content a.selected:hover {
color: #ff7200;
text-decoration:underline;
}

#header .content a.selected:visited {
color: #ff7200;
}

#header .content a.selected:link {
color: #ff7200;
}


#header .content .spacer {
padding-left: 2px;
padding-right: 2px;
}



#header form input { 
  vertical-align: middle;
}

#header .standardsnote, #header .skiplinks { display: none; }
#header {
  padding-bottom: 1px;
  border-bottom: 3px solid #848484;
  margin-bottom: 1px;
}
#header, #title {
}

#header {
 background: url("image/header_bkgrnd.gif") top right no-repeat;  
  height: 100px;
}
#header #logo-combined {
  float: right;
}

#header .content .search_textfield    {
    border-width: 1px;
    border-style: solid;
    border-color: #88bad8;
    font-size: 11px;
    color: #444444;
    width: 127px;
    height: 18px;
    }


#header .content #worldwide {
padding-left: 25px;
}


#header .content .contact {
padding-right: 15px;
}

label#title-search {
display: none;
}
