@charset "utf-8";
/* CSS Document */
/*specific patient success stories page*/	
div.profiles a {
	display:block;
	clear:both;
	position:relative;
	}
#content1 div.profiles a img {
	width:100px;
	height:100px;
	float:left;
	margin: 0 10px 10px 0;
	clear:none;
	}
div.profiles a span.story {
	display:none;
}

div.profiles a:hover span.story {
	border:1px solid #fff; /* for ie7 */
	display:block;
	width:460px;
	position:absolute;
	top:60px;
	left:80px;
	background-color:#FFF;
	z-index:30;
	padding:10px
}
div.profiles a:hover {
	z-index:29;
}
div.profiles {
	position:relative;
	padding-bottom: 200px;
}

div.profiles span.h3 {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1em;	
	margin: 0 0 .2em 0;
	color: #88C23F;

}

div.profiles span.title {
    margin: 0 0 1em 0;
	line-height: 1.5em;
	color: #333333;
	}		

