﻿/* styles for the site header */

#aHomeBanner
{
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#spBannerText
{
  font-size: 1.6em;
  font-weight: bold;
}

.headerFloatLeft5px
{
  float: left; 
  margin-left: 5px;
}

#spHeaderLogin
{
  float: right;
  padding: 12px 10px 0px 10px;
  line-height: 14px;
}

.headerdivnew2
{
  width: 100%;
  line-height: 68px;
}

.headerdivnew2 a img
{
  vertical-align: middle;
  border: 0;
}

.bluespaceline2
{
	height:2px;
	width:100%;
  clear: both;
}

.headermenudiv2
{
  line-height: 26px;
  text-align: left;
}

.leftmenuheader2
{
	padding-left: 10px;
}

.rightmenuheader2
{
	padding-left: 10px;
	padding-right: 10px;
}

#spOpenLinks
{
  float: none;
}

#spBackLink
{
  float: right;
}

#spAuthLinks
{
  float: none;
}

@media (max-width: 1010px)
{
  #spBannerText
  {
    font-size: 1.4em;
  }

  #spHeaderLogin
  {
    padding-top: 1px;
  }

  .headerdivnew2
  {
    line-height: 46px;
  }
}

@media (max-width: 810px)
{
  #spBannerText
  {
    font-size: 1.2em;
  }
}

@media (max-width: 764px)
{
  #spBannerText
  {
    font-size: 1.1em;
  }
}

@media (max-width: 734px)
{
  #spBannerText
  {
    width: 156px;
    line-height: 18px;
    padding-top: 5px;
  }
}

@media (max-width: 590px)
{
  #spHeaderLogin
  {
    float: left;
    clear: left;
    padding-left: 2px;
  }

  #spBannerText
  {
    width: auto;
    line-height: normal;
    padding-top: 12px;
  }
}

@media (max-width: 494px)
{
  #spOpenLinks
  {
    float: left;
  }

  #spAuthLinks
  {
    float: left;
  }

  #spBackLink
  {
    float: left;
  }
}
