/* Header */

.headerContainer 
{
   width             : 750px;
   border            : solid #806f58 1px;
}

.logo 
{
   height            : 109px;
   width             : 750px;
}

.navContainer 
{
   margin            : 0px;
   width             : 750px;
   height            : 24px;
   background        : #806F58;
}

.nav a#about 
{
   display           : block;
   float             : left;
   background-image  : url(../Images/interior-about-inactive.gif);
   width             : 131px;
   height            : 24px;
}

.nav a#about:hover 
{
   background        : none;
}

.nav a#mortgage 
{
   display           : block;
   float             : left;
   background-image  : url(../Images/interior-mortgage-inactive.gif);
   width             : 131px;
   height            : 24px;
}

.nav a#mortgage:hover 
{
   background        : none;
}

.nav a#start 
{
   display           : block;
   float             : left;
   background-image  : url(../Images/interior-start-inactive.gif);
   width             : 131px;
   height            : 24px;
}

.nav a#start:hover 
{
   background        : none;
}

.nav a#find 
{
   display           : block;
   float             : left;
   background-image  : url(../Images/interior-find-inactive.gif);
   width             : 133px;
   height            : 24px;
}

.nav a#find:hover
{
   background        : none;
}

.nav 
{
   background-image  : url(../Images/interior-nav.gif);
   background-repeat : no-repeat;    
   width             : 526px;
   height            : 24px;
   margin            : 0px 0px 0px 21px;
}

.headerDecor 
{
   width             : 750px;
   height            : 17px;
   background-image  : url(../Images/interior-decor.gif);
   background-repeat : no-repeat;
}