/*styles for South Shore Medical Center home page*/
body {
	margin:0;
	font:small Arial, Helvetica, sans-serif;
	/*font: small Verdana, Geneva, Arial, helvetica, sans-serif;*/
	background-image:url(images/bkgd-rpt.gif);
}

/*******heading styles*******/
h1 {
	margin-left: 10px;
	margin-bottom:2px;
	font-size: 110%;
	color:#0083be;
}
h2 {
	margin: 5px 5px 2px 10px;
	font-size:100%;
	font-weight:bold;
	font-style:italic;
	line-height: 100%;
	color:#399;
}
h3 {
	margin: 5px 0 -5px 10px;		
	font-size:100%;
	font-weight:bold;
	color:#666;
}
/*heading styles for myHealth box, accepting patients box, and syf box- rounds top corners*/
#myHealth h1, #syf h1, #acceptBox h1, #flu h1 {
	margin:0 0 5px 0;
	color:#666;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	line-height: 115%;
	padding-top:8px;
	background:url(images/box-top.gif) no-repeat right top;
}
/*heading styles for after-hours box- rounds top corners*/
#after-hours h1, #emailPerm h1 {
	margin:0 0 5px 0;
	color:#0083be;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	line-height: 115%;
	padding-top:8px;
	background:url(images/afterhrs-top.gif) no-repeat right top;
}
/*heading styles for weather announcement box- rounds top corners*/
#weather h1 {
	margin:0 0 5px 0;
	color:#900;
	font-size:105%;
	font-weight:bold;
	text-align:center;
	line-height: 115%;
	padding-top:8px;
	background:url(images/afterhrs-top.gif) no-repeat right top;
}
#healthwise h1 {
	margin:0 0 8px 0;
	color:#666;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	line-height: 115%;
	padding-top:10px;
	background:url(images/box-top.gif) no-repeat right top;
}
/*heading styles for patientHome box - rounds top corners with no bottom margin*/
#patientHome h1 {
	margin:0;
	text-align:center;
	padding-top:8px;
	background:url(images/box-top.gif) no-repeat right top;
}
/*heading styles for inclement weather box- rounds top corners
#weather h1 {
	margin:0 0 5px 0;
	font-size:105%;
	color:#900;
	font-weight:bold;
	text-align:center;
	line-height: 115%;
	padding-top:8px;
	background:url(images/afterhrs-top.gif) no-repeat right top;
}*/
#right-col h1 {
	margin-top:15px;
	margin-left: 10px;
	margin-bottom:2px;
	font-size: 110%;
	color:#0083be;
}
/*for special announcements*/
h2.notice {
	font-size:105%;
	color:#900;
}
/******paragraph styles******/
p {
	font-size:100%;
	line-height: 125%;
	margin: 0 7px 5px 5px;
	padding:5px;
}
#center-col p {
	margin:5px 8px 0 10px;
}
#right-col p {
	margin-bottom:10px;
}
#emailList p {
	margin: 5px 0;
	padding:0;
}
/******div styles******/
/*contains all page content*/
#wrap {
	margin: 10px auto 5px auto;
	width:961px;
	border:2px solid #fff;
	background:#91DAF4 url(images/home_banner_bkgd1.jpg) no-repeat top left;
	}
/***holds banner image and search bar***/
#header {
	float:left;
	width:100%;
	background:#C2E0FF;
}
/*holds banner image, logo and tagline*/
#banner-image {
	float:left;
}
/*holds search, locations and medical services areas*/
#searchBox {
	float:right;
	margin-top:5px;
	width:245px;
	padding:5px;
}
/*search id styles*/
#search {
	margin-bottom:15px;
}
#payOnline {
	float:right;
	text-align:left;
	padding-top:15px;
	width:250px;
}
/*holds left navigation and email signup divs*/
#left-col {
	float:left;	
	margin-right:5px;
	width:165px;
}
/*navigation box styles*/
#p7TMM_1 {
	float:left;
	padding-top:10px;
	width:165px;
}
/*styles for subscribe/unsubscribe div in left nav - for email list*/
div#emailList {
	float:left;
	padding:15px 5px 5px 5px;
	width:90%;
}
/***holds center content area***/
#center-col {
	float:left;
	width:520px;
	}
/*holds rotating feature in center content area*/
#feature-photo {
	float:left;
	/*margin-top:8px;*/
	margin-left:5px;
	width:100%;
	height:256px;
	padding-top:15px;
}
/*holds content in middle about after hours care*/
#after-hours {
	float:left;
	margin-top:3px;
	margin-left:5px;
	width:510px;
	background: #FFF url(images/afterhrs-bottom.gif) no-repeat left bottom;
	}
/*holds content in middle about inclement weather closings*/
#weather {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	width:510px;
	/*padding-bottom:5px;*/
	background: #FFF url(images/afterhrs-bottom.gif) no-repeat left bottom;
	}
/*holds content in middle about email permissions*/
#emailPerm {
	float:left;
	margin-top:0;
	margin-left:5px;
	margin-bottom:3px;
	width:510px;
	padding-bottom:5px;
	background: #FFF url(images/afterhrs-bottom.gif) no-repeat left bottom;
	}
/**holds left column in center content area- myHealth, etc.**/
#center-col-left {
	float:left;
	margin:8px 2px 0px 5px;
	width: 250px;
}
/**holds right column in center content area- syf, accepting new patients boxes**/
#center-col-right {
	float:left;
	margin:8px 0 0px 7px;
	width: 250px;
}
/*styles for rounded edged boxes in #center-col-left and #center-col-right*/
#myHealth, #syf, #acceptBox, #flu, #healthwise, #patientHome {
	margin-bottom:8px;
	padding-bottom:8px;
	background: #FFF url(images/box-bottom.gif) no-repeat left bottom;
}
#syf {
	margin-top:10px;
}
#healthwise {
	margin-top:10px;
	margin-bottom:5px;
	padding-bottom:8px;
	background: #FFF url(images/box-bottom.gif) no-repeat left bottom;
}
/***holds news and other right side content***/
#right-col {
	float:right;
	width:262px;	
	height:auto;
	background:#EDF6FF;
	/*background:#fff;*/
}
/*holds copyright and other info at bottom of page*/
#footer {
	clear:both;
	margin:0 auto;
	width:960px;
	color:#fff;
	font-size: 80%;
	line-height: 100%;
	text-align:center;
	padding-top: 5px;
	padding-bottom:10px;
}
/*just need this to clear floats*/
#clear {
	clear: both;
	padding-bottom:0px;
}
input {
	margin-top:5px;
}
/*mailing list link styles*/
.link {
	font-weight:normal;
	color:#00C;
	text-decoration:underline;
}
.new {
	color:#900;
}



