/* css for Hutch School, print-version.

   this cascades over the regular hs.css
   file when the user is printing or
   print previewing                       */

/* ********** */
/* containers */
/* ********** */

/* holds the body title, body content and optional photo right */
#BodyContainer {
  position:static;
  padding-top:160px;
  padding-left:0;
  width:auto;
  padding-right:30px;
  /*z-index:15;*/
  /*border:1px red solid;*/
}

/* body title holds the graphical page title. in a h1 to indicate that it is a page title. */
#BodyTitle {
  padding-left:0;
}

/* the optional image that can appear float right if one is present in the asset */
#PhotoRight {
}

/* actual body content */
#BodyContent {
  padding-left:0;
}

/* holds the HutchSchool logo, link back to main */
#Logo {
  position:absolute;
  top:27px;left:0;
  z-index:21;
}

/* holds the page top navigation */
#TopNavigation {
  display:none;
}

/* holds the section nav (left) */
#LeftNav {
  display:none;
}


/* bottom nav, graphics and attribution along page bottom */
#Footer {
  width:auto;
  position:static;
  padding-left:0;
}

/* the links along the page bottom (bottom nav) */
#FooterLinks {
}

/* the litle graphics along page bottom */
#FooterGraphics {
  display:none;
}

#Wedge {
  display:none;
}

#NavBlueWedge {
  display:none;
}


/* ********************** */
/* general tag treatments */
/* ********************** */

body,td,th {
  font-size: medium;
}
body {background-image: none; }

/* ****************************************** */
/* specialized treatments of containers, etc. */
/* ****************************************** */

.topbottomdot {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.bottomgreendot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #92af2a;
}

.FooterLinks {
  display:none;
}

.FooterAddress {
  font-size:smaller;
  padding-top:0;
  padding-left:0;
}
