/*header*/
#header {
  width: 960px;
  height: 170px;
  float: none;
  background-image: url(header2.png);
  border-bottom: 4px solid #454545;

  /*background-color: #0000ff;*/
}
/*.headerText {  clear: both;  border: 10px solid black;  background-color: #fff  height: 150px;  width: 650px;  margin: 0 50px;  filter:alpha(opacity=50);  opacity: 0.5;  -moz-opacity:0.5;  position: relative;}*/

.headerSignIn ul
{
  margin: 0;
  padding: 0;
  text-align: right;
  margin:0 auto; 
  
  background-color: #000000;
  filter:alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity:0.7;
  
  list-style-type:none;
}

.headerSignIn li 
{
  text-align: right;
  width: 150px;
  display:inline;
  padding-left: 10px;
  padding-right: 10px;
}

.headerSignIn a
{
  color: white;
  filter:alpha(opacity=100);
  opacity: 1;
  -moz-opacity:1;
  /*color:black;*/
  text-decoration:none;
}

.headerSignIn a:hover 
{
  color:blue;
}

.headerLine {
  height: 95px;
  width: 960px;
  margin-top: 45px;
  margin-left: 0px;
  left: 0px;
  background-image: url(blueGradeVerDS80.png);
  
position: relative;
}
.headerLogo {
  width: 150px;
  height: 150px;
  filter:alpha(opacity=100);
  /*margin-top: 7px;*/
  /*margin-left: 25px;*/
  left: 25px;
  top: -135px;
  opacity: 1;
  -moz-opacity:1;
  position: relative;
}
.headerRight {
  margin-top: 0px;
  height: 50px;
  width: 760px;
  top: -245px;
  left: 175px;
  position: relative;

}
.headerThumbnailLogo {
  width: 150px;
  height: 150px;
  opacity: 1;
}
#header h1 {
  text-align: center;
  /*
  color: #FF8E00;
  */
  color: white;
  filter:alpha(opacity=100);
  opacity: 1;
  -moz-opacity:1;
  position: relative;
}

