/* CSS Document *//* Description: St. Alphonsus health system style sheet 	Author: Kari Spence */	body {	margin-top: 20px;	}		#branding {	background: url(../images/branding_bckgrnd_large.gif) top right;	height: 124px;	}		#hospitals {	margin-left: auto;	margin-right: auto;	margin-top: 20px;	overflow: auto;	width: 632px;	}.hospitalContainers {	border-bottom: 5px solid #000;	border-left: 1px solid #000;	border-right: 1px solid #000;	border-top: 1px solid #000;	float: left;	height: 360px;	width: 300px;	background: url(../images/boxhead_bckrnd_red_large.gif) no-repeat;	}		.hospitalContainers h1 {		color: #FFF;		display: block;		font: normal 11px/40px Verdana, Geneva, sans-serif;		height: 30px;		margin: 0px;		padding: 0px 0px 0px 5px;		}				.hospitalContainers h1 a {			color: #FFF;			text-decoration: none;			}							.hospitalContainers h1 a:hover {				color: #FFF;				text-decoration: underline;				}				.hospitalContainers img {		margin: 20px 20px 10px;		}				.hospitalContainers p {		display: block;		float: left;		font: normal 11px/16px Verdana, Geneva, sans-serif;		margin: 0px 0px 10px 20px;		padding: 0px;		text-align: left;		width: 260px;		}			.hospitalContainers a {		color: #9d2633;		text-align: left;		}	
