/***print style sheet for Westwood-Mansfield Pediatric Associates content pages***/

body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}

/**********link styles**********/
a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/**********heading styles**********/
h1 {
	font-size:105%;
}
h2 {
	font-size:100%;
}
h3, h4 {
	font-size:100%;
	font-weight: bold;
}

/**********paragraph styles**********/
p {
	line-height: 140%;
}

/**********list styles**********/
ul {
	padding-left: 10px;
}
li {
	line-height: 125%;
	list-style-position: outside;
	margin-left: 20px;
}
ol li {
	margin-left: 10px;
	margin-right:10px;
	padding-left: 5px; 
	list-style-type:decimal;
	line-height: 125%;
}

/**********table styles**********/
th {
	font-size: 100%;
	font-weight:bold;
	text-align:left;
}
td {
	font-size: 100%;
	line-height: 120%;
}
/*style for the class description on classDetails.cfm*/
td p {
	margin-left:0px;
	}
/*clears left margin of table h2*/
td h2 {
	margin-left:0px;
	}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
#contact {
	width:80%;
}
/*table headings for table on contact us page*/
#contact th {
	text-align: right; 
	vertical-align:middle; 
}

/**********div styles**********/
/*wrap div contains all divs, except the footer*/ 
#wrap {
	width: 100%;
	}
/*hides title, navigation and logo from print view*/
#title, #leftCol, #logo {
	display:none;
}
/*right column*/
#rightCol {
	width:100%;
}
/*holds page content area*/
#content {
	width:100%;
	}
/*error message box on contact form*/
#error {
	width:90%;
	font-weight:bold;
}
/*clears floats of divs above it*/
#clear {
	clear:both;
}
/*holds copyright and location info*/
#footer {
	clear: both;  
	width:100%;
	text-align:center;
	}	

/******class styles******/
img.doctors {
border:1px solid #000;
margin:0 10px 0 0;
}
/*image styles for small provider photos on main providers' page*/
img.doctors2 {
border:1px solid #000;
margin:0 10px 20px 15px;
}
/*sets color and font-weight on emergency line on contact form, also for warning text*/
.emergency, .warning {
	font-weight:bold;
}
/*sets styles for required text on forms*/
.required {
	color:#000;
	font-weight:bold;
}
.small {
	font-size:80%;
}

