/* styles for Truant projects home page */



/* MAIN AREA */
/* table encompasses everything between primary nav and footer */

#maintable div.strut1 {
  width: 252px;
  height: 2px;
}
#maintable div.strut2 {
  width: 2px;
  height: 2px;
}
#maintable div.strut3 {
  width: 252px;
  height: 2px;
}
#maintable div.strut4 {
  width: 2px;
  height: 2px;
}
#maintable div.strut5 {
  width: 242px;
  height: 2px;
}



/* PROJECT NAVIGATION */

div.divprojectnav {
  padding: 4px 0px 28px 17px;
}
/* set only the first column to have relative positioning        */
/* if the second column has relative positioning, then the first column menus */
/* are drawn underneath the second column, in spite of z-index, in IE         */
#divprojectnav_inst {
  position: relative;
  z-index: auto;
}
#divprojectnav_res {
}
#divprojectnav_comm {
}
.divprojectnavlink {
  margin-bottom: 4px;
}
#divmenu_insthvd {
  position: absolute;
  left: 171px;
  top: 4px;
  z-index: 10;
  visibility: hidden;
}
#divmenu_instbrand {
  position: absolute;
  left: 171px;
  top: 24px;
  z-index: 10;
  visibility: hidden;
}
