﻿/* styles for the site header */

#aHomeBanner
{
  background-image: url('/images/BSA_header.png');
  height: 68px;
  width: 88px;
}

.headerFloatLeft
{
  float: left; 
}

@media (max-width: 1010px)
{
  #aHomeBanner
  {
    background-image: url('/images/BSA_header_small.png');
    height: 46px;
    width: 60px;
  }
}
