/* CSS Document */

.vcard
{
	display:block;
    padding:0.5em;
    margin-top:1em;
    line-height:1.2em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

.fn, .street-address, .country-name, .tel
{
	display:block;
}

.country-name 
{
	margin-bottom:0.5em;
}

.tel
{
	padding-top:0em;
}

.tel span.value, .adr span.type
{
	display:none;
}

.tel abbr
{
    font-weight:bold;
}

#content #speech-therapy-information .vcard h2.note 
{
	padding:0;
	margin:0 0 0.5em 0;
	font-size:1em;
	font-weight:normal;
	color:#000;
	background-color:transparent;
}

#content #speech-therapy-information a.hCardImg {
	margin-left:2em;
	display:block;
	position:relative;
	height:15px;	
	width:185px;
	text-align:right;
}

#content #speech-therapy-information a.hCardImg img {
	position:absolute;
	left:0px;
	top:0;
	width:80px;
	height:15px;	
}
