/* CSS Document */

.therapist-mini
{
	position:relative;
	display:block;
    padding:0.2em;
    margin:0 0 1em 0.4em;
    line-height:1.2em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    min-height:11em;
	font-size:0.9em;
	text-align:left;
	float:left;
	width:24em;
	overflow:hidden;
	border:thin outset #f60;
	border-collapse:collapse;
}

.therapist-mini:hover
{
	background-color:#F60;
}

#content #speech-therapy-information .therapist-mini a
{
	text-decoration:none;
	color:#000;
}

.therapist-mini img
{
	float:left;
	height:9em;
	width:8.2em;
	margin:0.2em 0.5em 0 0.5em;
	background-color:#999;	
}

.therapist-mini img:hover
{
	border:thin solid #090;
	background-color:#ccc;
	color:#000;
}

.therapist-mini-anchor
{
	position:absolute;
	top:0;
	right:0;
	clear:left;
}

