#SWbanner-container
{
  background: #036;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(.49,#369),color-stop(1,#036));
  background: -moz-linear-gradient(center top,#036 0,#369 100%) repeat-x #369;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#003366', endColorstr='#336699');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#003366', endColorstr='#336699')";
  background-image: linear-gradient(#036,#369);
  background-repeat: repeat-x;
  border-bottom: 1px solid #369;
  display: block;
  padding: 0 2%;
  height:87px;
}

.sw-logo
{
  display: block;
  float: left;
  padding: 20px 0;
}

.sw-logo img { max-width: 55%; }

.underlined { text-decoration: underline; }

.uppercase { text-transform: uppercase; }

.spacer { margin-top:50px; }

.spacer-small { margin-top:25px; }

#ua-footer { padding-top:0; }

#ua-footer
{
  background: #fff;
  color: #999;
  font-size: xx-small;
  line-height: 1.25em;
  padding: 10px;
}

.footertext
{
  width: 560px;
  margin: 0 auto;
}

.footertext img { margin-top: -15px;}