/* print styles for Flavin site  */



/* GENERAL */

body {
  background-color: #ffffff;
}

.offscreen {
  display: none;
}
#divtopanchor {
  display: none;
}

span.screenonly {
  display: none;
}
span.printonly {
  display: inline;
}
div.screenonly {
  display: none;
}
div.printonly {
  display: block;
}


/* OUTER SHELL */

#divoutershell {
  width: 648px;
  margin: 0px;
}



/* PAGE AREA */

#divpagearea {
  width: 648px;
}

td.leftcolumn,
td.centercolumn,
td.rightcolumn {
  background-color: #ffffff;
}
#divcenterstrut {
  display: none;
}



/* PRIMARY NAVIGATION */

#divprimarynav {
  display: none;
}



/* LOGO */

#divlogo {
  display: none;
}

#divlogoprint {
  margin-bottom: 25px;
}



/* MAIN TEXT */

#divtext {
  padding: 0px 0px 0px 20px;
  width: 474px; /* same as on about/contact */
	min-height: 0px;
}
#divtextupper {
  min-height: 0px;
  padding: 0px;
}
#divtextlower {
  padding: 0px;
}

#divtext p, #divtext li, #divtext h1, #divtext h2, #divtext h3 {
  color: #000000;
}

#divtext a,
#divtext a:link {
  color: #000000;
}
#divtext a:visited {
  color: #000000;
}
#divtext a:active,
#divtext a:hover,
#divtext a:focus {
  color: #000000;
}

#divtext p.splittop {
  margin-bottom: 0px;
}

/* ABOUT, CONTACT PAGES */

#divphotos {
  display: none;
}



/* CORPORATE, RESIDENTIAL PAGES  */

#divphotos1, #divphotos2 {
  display: none;
}

#divprojectnav {
  display: none;
}



/* PROJECT PAGES  */

#divpreviousimage, #divnextimage {
  display: none;
}

#divsmallphotos {
  display: none;
}

#divprojectphoto {
  margin-bottom: 20px;
}
