/* level 2 page print styles for Equity Resources site  */


/* GENERAL */

body {
  background-image: none;
  background-color: #ffffff;
}



/* OUTER SHELLS */

#divoutershell1 {
  width: 620px;
  margin: 0px;
}
/* footer */
#divoutershell2 {
  width: 620px;
  margin: 0px;
}



/* PAGE AREA */

#divpagearea {
  background-image: none;
  height: auto;
  min-height: 0px;
}



/* BANNER */

#divbanner {
  width: auto;
  height: 130px;
}
/* title */
#divbanner h2 {
  left: 0px;
  top: 0px;
}
/* photo */
#divphoto {
  display: none;
}
/* navigation area background */
#divnavbkg {
  display: none;
}
/* navigation */
#divnavigation {
  display: none;
}
/* ERI */
#diveri {
  left: 344px;
  top: 0px;
}
/* page title */
h1#divpagetitle {
  left: 0px;
  top: 60px;
}



/* CONTENT */

#divtext {
  margin-left: 0px;
  border: none;
  padding: 0px 0px 0px 42px;
  width: 490px;
  height: auto;
  min-height: 0px;
}
body.team #divtext h2 {
  background-color: #ffffff;
}
.stripedtable tr.odd {
  background-color: #ffffff;
}
.contacttable {
	width: 475px;
  margin-left: 0px;
  border-collapse: collapse;
}
.contacttable td.tdemail {
  padding-left: 0px;
	padding-right: 12px;
}
.contacttable td {
  padding-top: 4px;
	padding-bottom: 4px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}


/* DIVIDING LINE */

#divdivider {
  display: none;
}



/* FOOTER */

#divfooter {
  display: none;
}

