/* CSS Document */

/* Styles for use in printing ONLY. */

@page { 
	size: portrait;
	margin: 1in;
}

body {
	background-color: #fff;
	font-size: 11pt;
	font-family: "Trebuchet MS" Verdana;
	color: #000;
	text-align: left;
	margin: 0;
	line-height: 11pt;
	}
	
p, h1, h2, h3, h4, h5, h6, ol, ul, li {
	background-color: #fff;
	font-size: 12pt;
	font-family: "Trebuchet MS" Verdana;
	color: #000;
	text-align: left;
	margin: 12pt 0 12pt 0;
	line-height: 14pt;
	}
		
h1 {
	font-size: 15pt;
	margin: 18pt 0;
}		
	
h2 {
	font-size: 13pt;
	margin: 16pt 0;
}			
	
h3{
	font-size: 12pt;
	margin: 14pt 0;
}	

h4{
	font-size: 12pt;
	margin: 14pt 0;
}	
	
img {
	background-color: #fff;
	border: 0;
}


#mainContent {
	width: 100%;
	margin: 0;
}

#MainNavContainer,
#sideNav,
#leftnav,
#quote,
#contact,
#home,
#topBox,
#header,
#bottomBox
 { display:none;
}

#infobox {
	margin-bottom: 20px;
	border-bottom: #bcd8e6 1px solid;
	padding-bottom: 5px;
	font-size:0.8em;

}

#infobox li {
	list-style: none;
	background: url(images/arrow_small.gif) left 2px no-repeat;
	padding-left: 24px;
	margin-left: -20px;
	margin-bottom: 2px;
	line-height: 1.4em;

}

.imgtherapists img {
	float: left;
	display:inline;
	padding-right: 18px;
	padding-bottom: 12px;
	
}	


a,
a:visited {
	color: #000000;
	text-decoration: underline;
}

