/* Include County Standard Stylesheet  */
@import url(/ssi/header.css);
/* *********************************** */
body {
	margin: 0px; 
	padding: 0px;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	/*background-image: url(/health/images/mainbg.jpg);*/
}
#hcsacontainer {
	background-image: url(/health/images/mainbg.jpg);
	margin: 0px; 
	padding: 15px 0 0;
	background-color:#999;
}
#hcsabodysection {
	background-color: #fff;
	text-align: center;
	margin: 0px auto 30px auto;
	width: 960px;
}
#hcsabodysection * {
	margin: 0px; 
	padding: 0px;
}
/* ****************************************************************** */ 
/* Header                                                             */
/* ****************************************************************** */
#hcsaheader {
	text-align: right;
	background-color:#fff;
	background-image: url(/health/images/bannerbg.jpg);
	height: 126px;
}
#hrcscontact {
	position: right middle;
	color: #fff;
	font-size: 75%;
	padding: 15px;
}
/* ****************************************************************** */ 
/* Main Content                                                       */
/* ****************************************************************** */
#hcsamainsection {
	background-color: #fff;
	margin-left: 310px;
	text-align: left;
}
#hcsamainsection p {
	font-size: 80%;
	text-align: left;
	margin: 15px 30px 15px 0;
}

/* ****************************************************************** */ 
/* Other Elements                                                     */
/* ****************************************************************** */
#call211 {
	background-color: #ffbb00;
	width: 220px;
	margin:	30px auto;
	padding: 3px;
	font-size: 85%;
	/* align: center; */
}
.service-wrapper {
	position: relative;
	width: 616px;
	height: 100px;
	background-color: #E5EAF0;
	border: 1.5px solid rgb(164, 197, 238);
	margin-bottom: 2rem;
	border-radius: 15px;
}
.service-wrapper > aside {
	position: relative;
	float: left;
}
.service-text-wrapper {
	position: relative;
	top: 10px;
	right: -10px;
}
.service-text {
	color: black;
}
.service-text h1 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 28px;
	font-weight: lighter;
	letter-spacing: 1px;
}
.service-image > img{
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.service-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 300;
}
.service-link {
	position: relative;
	float: right;
	/* color: grey; fail color contrast with light blue box bg */
	color: #616161; 
	text-decoration: underline!important;
}
a:focus{
	outline:3px solid #455373;
}
.service-link:focus,
.service-link:hover,
a:focus,
a:hover
{
	text-decoration:none!important;
}
.wrapper-link {
	text-decoration: none;
}
.profile-pic {
	width: 80%;
	margin-top: .75rem !important;
	margin-left: 1.45rem !important;
	border-radius: 15px;
}