/* Header */

.headerContainer 
{
   width             : 750px;
   height            : 348px;
   background-image  : url(../Images/main-header.jpg);
   background-repeat : no-repeat;
   border            : solid #806f58 1px;
}

.menuRolledOver1 
{
   position          : absolute;
   top               : 316px;
   left              : 1px;
   display           : none;
   width             : 750px;
   height            : 24px;
}

.menuRolledOver2 
{
   position          : absolute;
   top               : 316px;
   left              : 1px;
   float             : left;
   display           : none;
   width             : 750px;
   height            : 24px;
}

div.rollOverLinks 
{
   height            : 24px;
   margin            : 5px 0px 0px 10px;
   color             : white;
   font-size         : 9px;
}

div.rollOverLinks a 
{
   color             : white;
   font-size         : 9px;
}

.navContainer 
{
   position          : absolute;
   left              : 1px;
   top               : 285px;
   width             : 525px;
   height            : 30px;
   background-image  : url(../Images/nav-bg.gif);
   background-repeat : no-repeat;
}

.navContainer a#about 
{
   display           : block;
   float             : left;
   background-image  : url(../Images/about-inactive.gif);
   width             : 131px;
   height            : 30px;
}

.navContainer a#about:hover
{
   background        : none;
}

.navContainer a#mortgage 
{
   display           : block;
   float             : left;
   background-image  : url(../Images/mortgage-inactive.gif);
   width             : 131px;
   height            : 30px;
}

.navContainer a#mortgage:hover 
{
    background       : none;
}

.navContainer a#start 
{
   display           : block;
   float             : left;
   background-image  : url(../Images/start-inactive.gif);
   width             : 131px;
   height            : 30px;
}

.navContainer a#start:hover 
{
   background        : none;
}

.navContainer a#find 
{
   display           : block;
   float             : left;
   background-image  : url(../Images/find-inactive.gif);
   width             : 132px;
   height            : 30px;
}

.navContainer a#find:hover 
{
   background        : none;
}