@charset "utf-8";
/* CSS Document */
#clinics_featured {
	float: left;
	width: 238px;
	min-width: 238px;
	max-width: 238px;
}

	#clinics_featured #featured {
		padding-left: 23px;
		padding-top: 10px;
	}

		#clinics_featured #featured h1 {
			font-size: 138.5%;
			margin-top: 15px;
			margin-bottom: 20px;
			line-height: 0.85em;
			padding-right: 10px;
		}

		#clinics_featured #featured h2 {
			font-size: 108%;
			margin-top: 15px;
			margin-bottom: 20px;
			line-height: 0.85em;
			padding-right: 10px;
		}
		
		#clinics_featured #featured_data {
			margin-bottom: 10px;
			padding-right: 10px;
		}

#clinics_column_middle {
	float: left;
	width: 434px;
	min-width: 434px;
	max-width: 434px;
}

#clinics_column_right {
	float: left;
}

.box_image {
	float: left;
	width: 205px;
	min-width: 205px;
	max-width: 205px;
}

.box_text {
	float: right;
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	text-align: left;
}

.champions_text {
	position: relative;
	z-index: 11;
	overflow: hidden;
}

ul.meet_the_champions {
	clear: both;
	position: relative;
	list-style: none;
	list-style-type: none;
}
	
	ul.meet_the_champions li {
		background-image: url(/_images/_elements/sprites.png);
		background-position: -387px -274px;
		background-repeat: no-repeat;
		height: 74px;
		min-height: 74px;
		max-height: 74px;
		width: 376px;
		min-width: 376px;
		max-width: 376px;
		position: absolute;
		list-style: none;
		list-style-type: none;
		top: -74px;
		z-index: 10;
		
	}