/* 	Centracare DEFAULT STYLESHEET	*/
/*	
	SECTION TITLES	
	The only section that changes between services lines	
*/
.sectiontitle {
	position:relative;
	left:-10px;
	display:block;
	padding:0px 10px 0px 10px;
	background-image:url(../images/bkg-sectiontitle.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ea6b12;
}
.sectiontitle2 {
	position:relative;
	left:-10px;
	display:block;
	padding:0px 10px 0px 10px;
	background-image:url(../images/bkg-sectiontitle.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ea6b12;
}
.paragraphtitle {
	font-weight:bold;
	color:#ea6b12;
}