/***style sheet for milford regional services section pages***/
/******callout box styles******/
/*highlights text on diagnostic_imaging.cfm*/
div#callOutBox2 {
	margin: 10px 20px;
	width: 50%;
	height:auto;
	padding:5px 0px;	
	background-color:#ffc;
	border:dashed 1px #00747a;
	}
/*holds multiple callout boxes on right side of page-- vna_services.cfm, diabetes_services.cfm*/
#rightWrap {
	float:right;
	margin: 0 15px 10px 10px;	
	width:245px;
	font-size:90%;
}
/*top box inside #rightWrap- vna_services.cfm, diabetes_services.cfm*/
#innerTopBox {
	background:#ffc url(images/top.gif) no-repeat left top;
}
#innerTopBox h2 {
	margin:0 0 -5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	padding: 10px 5px 0 10px;
	}
#innerTopBox p, .innerBox p {
	margin: 10px;	
	line-height:140%;
	}
/*call out box for VNA donation link on vna_sevices.cfm*/
#VNA_donation {
	padding:10px;
	}
/*holds NAPBC logo on breast center pages- above summaries*/
#napbc-logo {
	text-align:center;
	padding:5px 10px 10px 10px;
	}
/*holds breast center logo on breast center pages- above summaries*/
#bc-logo {
	text-align:center;
	padding:5px 10px 10px 10px;
	}
/*single box inside #rightWrap on occupational therapy page*/
.innerBox {
	margin-bottom:10px;
	padding-bottom:5px;
	background:#ffc url(images/bottom.gif) no-repeat left bottom;
}
/*call out box for VNA survey link on vna_services.cfm, diabetes online resources page link on diabetes_services.cfm*/
#summaryBox2 {
	padding-top:5px;
	padding-bottom:10px;
	border-top:dashed 1px #00747a;	
	background:#ffc url(images/bottom.gif) no-repeat left bottom;
	}

/*second rounded edge highlight box on cardio_treatment.cfm, vna_services.cfm*/
#summary3 {
	float:right;
	margin: 5px 15px 0px 10px;
	font-size:90%;
	height:auto;
	width:245px;	
	background:#ffc url(images/bottom.gif) no-repeat left bottom;
	}
/*second rounded edge highlight box on physical_therapy.cfm*/
.summary {
	margin: 5px 15px 0 15px;
	font-size:90%;
	height:auto;
	width:245px;	
	background:#ffc url(images/bottom.gif) no-repeat left bottom;
	}	
/*left aligned highlight box of breast med oncology page*/
#OvermoyerBox {
	float:left;
	margin: 5px 10px 5px 20px;
	width:245px;
	height:auto;
	background:#FFC url(images/bottom.gif) no-repeat left bottom;
	}
	
/***text styles for callout boxes***/
/**heading styles**/
#rightWrap h3 {
	margin: 15px 10px 0px 10px;
	font-size:110%;
	line-height:100%;
	color:#00747a;
}
#OvermoyerBox h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 -5px 0;
	padding: 10px 5px 0 10px;
	background:url(images/top.gif) no-repeat left top;
	}
	
/**paragraph styles**/
#callOutBox p {
	text-align:left;
	}
#OvermoyerBox p {
	margin: 10px;	
	font-size:85%;
	line-height:140%;
	}
/*text styles for #summary3 on cardio_treatment.cfm, vna_services.cfm and .summary on physical_therapy - callout box*/	
#summary3 p, .summary p {
	margin:0 0 5px 0;
	padding: 10px 5px 5px 10px;
	background:url(images/top.gif) no-repeat left top;
	}
.innerBox h2, #OvermoyerBox h2 {
	margin:0 0 -5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	padding: 10px 5px 0 10px;
	background:url(images/top.gif) no-repeat left top;
	}	

	
/***class styles***/
.innerBox img {
	margin:3px 5px;
}
/*indents certain text on the rehab page*/
.rehab_margin {	
	margin:50px 20px 0px 0px;
	text-align:right;
}
/*indents before your visit link on the rehab page*/
.rehab_margin2 {	
	margin:5px 20px 5px 0px;
	text-align:right;
}
/*indents before your visit link on all other rehab section pages*/
.rehab_margin3 {	
	margin:70px 20px 0px 0px;
	text-align:right;
}
/*indents before your visit link on physical therapy page*/
.rehab_margin4 {	
	margin:0px 25px 5px 0px;
	text-align:right;
}
.smallerText {
	margin-right:48px;
	margin-left:45px;
	font-size:85%;
	color:#666;
}
/******end of services styles******/
