/*CSS for Westwood-Mansfield Pediatric Associates home page: for print*/
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}

/***heading styles***/
h1 {
	font-size:105%;
}
h2 {
	font-size:100%;
}
h3, h4 {
	font-weight: bold;
}

/***paragraph styles***/
p {
	line-height: 140%;
}
/***list styles***/
ul li {
	margin-left:0px;
}
/***table styles***/
td {
	text-align: center;
	line-height:130%;
}

/***link styles***/
/* links are not underlined until the cursor hovers over them*/
a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/**************div styles***************/
/*wrap div contains all divs, except the footer*/ 
#wrap {
	width: 100%;
	}
/*hides title, left column and logo*/
#title, #leftCol, #logo {
	display:none;
}
/*right column*/
#rightCol {
	width:100%;
}
/*contains top images*/	
#slider {
	display:none;
}
span#firstBtn, span#lastBtn, span#prevBtn, span#nextBtn{
	display:none;
	}					
/*holds page content area*/
#content {
	width:100%;
	}
/*clears floats of divs above it*/
#clear {
	clear:both;
}
/*holds copyright and location info*/
#footer {
	width:100%;
	text-align:center;
	}

/***class styles***/
.hide {
	display:none;
}