@charset "UTF-8";
/* CSS Document */


/* --------------------------------------------------------------------------------
Specialities
--------------------------------------------------------------------------------*/

#specialities .intro_degraff {
	background-image: url(/Childrens/images/specialties-wchob.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 78px;
	width: 172px;
	padding:12px 10px 0px;
	float: left;
}
#specialities .rehab {
	background-image: url(/DeGraff/images/specialties-degraff.jpg);
	background-repeat: no-repeat;
	background-position: -192px 0px;
	height: 90px;
	width: 192px;
	float: left;
}
#specialities .rehab:hover {
	background-position: -192px -90px;
	cursor: pointer;	
}
#specialities .emergency {
	background-image: url(/DeGraff/images/specialties-degraff.jpg);
	background-repeat: no-repeat;
	background-position: -384px 0px;
	height: 90px;
	width: 192px;
	float: left;	
}
#specialities .emergency:hover {
	background-position: -384px -90px;
	cursor: pointer;	
}
#specialities .retinal {
	background-image: url(/DeGraff/images/specialties-degraff.jpg);
	background-repeat: no-repeat;
	background-position: -576px 0px;
	height: 90px;
	width: 192px;
	float: left;	
}
#specialities .retinal:hover {
	background-position: -576px -90px;
	cursor: pointer;	
}
#specialities .geriatrics {
	background-image: url(/DeGraff/images/specialties-degraff.jpg);
	background-repeat: no-repeat;
	background-position: -768px 0px;
	height: 90px;
	width: 192px;
	float: left;	
}
#specialities .geriatrics:hover {
	background-position: -768px -90px;
	cursor: pointer;
}
#specialities .rehab a,
#specialities .emergency a,
#specialities .retinal a,
#specialities .geriatrics a{
	margin: 0px;
	padding: 12px 0px 6px 30px;
	color: white;
	display:block;
	height: 75px;
}
/* --------------------------------------------------------------------------------
 Cycle Slide for Did You KNow
--------------------------------------------------------------------------------*/
#didyouknow {
	width:210px;
	height: 190px;
	overflow: hidden;
}
#didyouknow .cycletext {
	font-family:'Museo W01 500 Italic';
	color: #870150;
	font-size: 1.05em;
	line-height: 1.4em;
	width:200px;
	padding-right:10px;

}
