/* css HoustonPsychologists.com print style v1.01 */
/* css released under ZettaCreative License - http://www.ZettaCreative.com  */
/* the print stylesheet control how the pages will be printed.  */

/* these areas will be hidden from the browser when printed */
#left, #right, #midLayerPicture, #midLayer4, #mLayerMenu1, #mLayerMenu2, #mLayerMenu3, #mLayerMenu4, #mLayerMenu5, #mLayerMenu6, #mLayerMenu7, #breadcrumbs, #footer hr {display: none;}

/* the following areas will have a clean look applied to them by removing any borders, background images and setting the font to a point size compatible for print. */
/* not all elements from the other stylesheets need to be listed.  their properties flow over to this stylesheet.   */
body {
	font: 10pt/1.5em Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #FFFFFF;
	background-image: none;
	border: none;
	text-align: left;
	margin: 0; padding: 0;
}

#main1, #main2, #header, #middle  {
	width: auto;
	margin: 0; padding: 0;
	border: none;
	background-color: #FFFFFF;
	background-image: none;
}

#logoHide {display: block; border-bottom: 1px solid #000000;}	/* this is uded to hide elements from the browser */
#logoHouPsyc {display: none;}

#middle {
	font: 10pt/140% Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #FFFFFF;
	background-image: none;
	border: none;
	margin: 20px 0 0 0;
}

#footer {
	font: 8pt/1.5em Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: none;
	border: none;
	border-top: 2px solid #000000;
	height: 50px;
}

#footerMenu ul {margin: 5px; padding: 0; list-style-type: none;}
#footerMenu ul li {margin: 5px; padding-left: 0; border: none;}


/* these elements will be printed for the subpages */
#midLayer2 {z-index: 2;	position: absolute;	width: 350px; margin: 10px 0 0 0; padding: 0;}
#midLayer3 {z-index: 2;	position: absolute;	width: 200px; margin: 10px 0 0 425px; padding: 0;}

#midLayerBG {width: auto; background: none; padding: 28px 55px 0 0;}
#midLayerBG h1 {margin: 0; padding: 0;}
#midLayerBG h2 {border-bottom: 1px solid #000000;}


