@charset "utf-8";
/* CSS Document - South Shore Hospital Moonlight and Miracles section styles*/

body {
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:small;
background-color:#F0F0E0;
}
/******link styles******/
a:link {
	color: #003399;
}

a:visited {
	color: #660099;
}

a:hover {
	background-color: #CCCCCC;
}

/******table styles******/
td {
	font-size: 100%;
	}
th {
	font-size: 100%;
	color: #666666;
}

/******heading styles******/
h1 {
	color: #003399;
	font-size: 110%;
	margin: 8px 0 20px 0;
	text-align: center;
}
h2 {
	color: #003399;
	font-size: 100%;
	font-weight: bold;
	margin: 8px 0px 6px 15px;
}
h3 {
	color: #666666;
	font-size: 100%;
	font-weight: bold;
	margin: 12px 0px 6px 15px;
}
h4{
	color: #336699;
	font-size: 90%;
	font: bold italic;
	margin: 12px 0px 6px 15px;
}
/******paragraph styles******/
p {
	font-size: 100%;
	margin: 0px 10px 10px 15px;
	line-height:125%;
}
/*paragraph styles for footer*/
#footer p {
margin:5px 0px 8px 0px;
line-height:130%;
}
/******list styles******/
ol {
	font-size: 100%;
	list-style: decimal;
}
ul {
	font-size: 100%;
	list-style-image:url(images/blu_bullet.gif);
	list-style-type: disc;
	padding-bottom: 6px;
}
ul ul {
	list-style-image: none;
	list-style-type: circle;
	margin-top: 6px;
}
li {
	margin-bottom: 4px;
}

/******div styles******/
/*holds all page content except footer*/
/**background image is set in p7tm style sheets**/
#wrap {
margin: 10px auto;
width:800px;
}
#logo{
	margin:0;
	float:left;
	}
#banner {
	float:right;
	margin:0;
}
#homeContent {
	float:right;	
	width:520px;
	}
#homeFlash{
	margin:0px;
	width:100%;
	}
#homeText {
	padding-top:10px;
	padding-right:10px;
	margin-bottom:0px;
	}
#footer {
	position:relative;
	clear:both;
	width:700px; 
	padding-bottom:10px;
	background-color:#FFFFFF;
	}
	
/******class styles******/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	margin-top: 0px;
}
