/* Residential page styles for Flavin site  */



/* PAGE AREA */

td.leftcolumn {
  background-color: #b4b19b;
}
td.centercolumn {
  background-color: #706d55;
}
td.rightcolumn {
  background-color: #a69f86;
}



/* PRIMARY NAVIGATION */

#divprimarynav {
  left: 456px;
}
#divnav_residential {
  left: -26px;
}



/* PHOTOS */

#divphotos1, #divphotos2 {
  width: 225px;
}



/* PROJECT NAVIGATION */

#divprojectnav {
  position: absolute;
  left: 583px;
  top: 14px;
  z-index: 5;
}



/* MAIN TEXT */

/* (total width 352px) */
#divtext {
  padding: 276px 14px 80px 34px;
  width: 304px;
}

/* divide text into two parts with logo band between */
#divtextupper {
  min-height: 181px;
  padding-bottom: 0px;
}
#divlogo {
  position: absolute;
  left: -548px;
  z-index: 10;
}
#divtextlower {
  padding-top: 80px;
}


