﻿.pageBackground 
{
  background-color:  #999999;
  background-image: url('/images/template/bgwave_1200.png'), url('/images/brandSpecific/MIBG_480.jpg'); 
  background-position: center center, center top;
  background-repeat: no-repeat, repeat-x;
  -pie-background:   #999999, url('/images/template/bgwave_1200.png') no-repeat center center, url('/images/brandSpecific/MIBG_480.jpg') repeat-x center top;
   behavior: url(/scripts/plugins/PIE.htc);
}
.currentBrand 
{
  color: #999999;
}
.logo
{
  background-image: url('/images/brandSpecific/NCALogo.png');
  background-position: left center;
  background-repeat: no-repeat;
}
ul#topnav > a
{
    color: #fafafa;
}

.navSelected 
{
    color: #999999;
    text-decoration: underline;
}
.navSelected a
{

    text-decoration: underline;
}

ul#topnav > li.root a:hover 
{
    color: #aaaaaa; /*Usaire red with 20% transparency */
}

