body {
	background: #fff;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 15px 0;
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, ul, li {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

h3 span {
	color: #666;
	font-size: 87.5%;
	font-weight: normal;
}

h2 {
	margin: 0.5em 0;
	font-size: 1.6em;
	font-weight: normal;
}

a:link, a:visited { color: #02a0b0; text-decoration: underline;}
a:hover, a:active { color: #02a0b0; text-decoration: none;}

a img {	border: none; }
hr { display: none;}
p {
	margin-top: 0;
	line-height: 1.4em;
}
p.description {
	line-height: 1em;
}
p.allevents {
	line-height: 1.2em;
	padding: .5em 5px;
}

div.description {
	line-height: 1em;
	margin-bottom: 1em;
}


div.notes {
	margin: 1em 0 2em 0;
	line-height: 1em;
	font-size: 90%;
	color: #666;
	font-style: italic;
	padding: 1em 1em 0 1em;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
}

span.competition { 
	color: #666; 
	font-size: .75em; 
	}


/* ------------------------------------------------------ */
/* Master Layout ---------------------------------------- */
/* ------------------------------------------------------ */

#wrap {
	width: 760px;
	margin: 0 auto;
	font-size: 1.3em;
	position: relative;
}

#header {
	position: relative;
	height: 85px;
}

#content-container {
	padding: 0 15px 15px 15px;
	clear: both;
/*	overflow: hidden; */
}
#content-container:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
  }

#primary-content {
	clear: left;
	float: left;
	width: 70%;
}

#primary-content.indexpage {
	width: 73% !important;
}



#primary-content.pc ul {
	margin-bottom: 1em;
/*	list-style-type: none; 
*/}
#primary-content.pc ul li {
	
	list-style-position: inside !important;

	padding-bottom: 0;
/*	padding-left: 1.2em !important;background: url("../img/pin.gif") 0 .6em no-repeat; 
*/
}


#secondary-content {
	float: right;
	width: 25%;
}

#site-info {
	clear: both;
	background: url("../img/bg-siteinfo.gif") 100% 100% no-repeat;
	color: #999;
	padding-top: 2em;
}

/* ------------------------------------------------------ */
/* Positioning alternatives ----------------------------- */
/* ------------------------------------------------------ */

.col-50-50 #primary-content {
	width: 50%;
}

.col-50-50 #secondary-content {
	width: 50%;
}

/* ------------------------------------------------------ */
/* Give each section its own colours -------------------- */
/* ------------------------------------------------------ */

#services {}
#healthsites {}
#communities {}

#healthsites #content-container { background: url(../img/bg-healthsites.gif) 0 0 repeat-x; border-top: 3px solid #ffa200; /*border-bottom: 3px solid #ffa200;*/}
#communities #content-container { background: url(../img/bg-communities.gif) 0 0 repeat-x; border-top: 3px solid #00a0b0; /*border-bottom: 3px solid #00a0b0;*/}
#services #content-container { background: url(../img/bg-services.gif) 0 0 repeat-x; border-top: 3px solid #70b721; /*border-bottom: 3px solid #70b721;*/}

#healthsites #content-container a { color: #e87e00;}
#communities #content-container a { color: #00a0b0;}
#services #content-container a { color: #4f851e;}

#healthsites .info-box { background: #ffa200;}
#healthsites .info-box-addon { 
	background: #f0f0f0; 
	border: 1px solid #ccc;
padding: 1em;
overflow: hidden;
font-size: 0.9em;
}

#communities .info-box { background: #00a0b0;}
#services .info-box { background: #70b721;}

/* ------------------------------------------------------ */
/* Header ----------------------------------------------- */
/* ------------------------------------------------------ */

#header a {
	color: #ccc;
}
#header h1 {
	text-indent: -9999px;
	background: url(../img/rhacm-logo.gif) top left no-repeat;
	width: 314px;
	height: 66px;
}
#header h1 a {
	display: block;
	height: 66px;
	overflow: hidden;
}

/* Top Navigation ---------------------------------------- */

#nav-2 {
	position: absolute;
	top: 0;
	right: 100px;
	text-align: right;
	list-style: none;
	border-right: 1px solid #ccc;
	padding-right: 10px;
}
#n-home { padding-right: 18px; background: url(../img/home.gif) 100% 50% no-repeat; color: #ccc;}
#n-sitemap { padding-right: 18px; background: url(../img/sitemap.gif) 100% 50% no-repeat; color: #ccc;}
#nav-lang {
	list-style: none;
	position: absolute;
	top: 0;
	left: 670px;
	color: #ccc;
}

#additional-info {
	font-size: 87.5%;
	color: #333;
	line-height: normal;
}

#additional-info ul {
	padding-left: 1em;
	
}
#additional-info ul li {
	margin: auto;
}

/* ------------------------------------------------------ */
/* Content Container ------------------------------------ */
/* ------------------------------------------------------ */

#bread-crumbs {
	font-size: 0.9em;
	color: #555;
	padding-top: 1em;
}
.info-box {
	padding: 1em;
	overflow: hidden;
	color: #fff;
	font-size: 0.9em;
}
.info-box h4 {
	padding-bottom: 0.25em;
	border-bottom: 1px dotted #fff;
	margin-bottom: 0.25em;
	font-size: 1.2em;
}
.info-box a {
	color: #fff !important;
}
.info-box ul li {
	list-style: none;
}

.usefullinks {
	border: 1px solid #339900;
	background-color: #70b721;
	padding: 1em;
}
.usefullinks ul li {
	list-style: none;
}
.usefullinks ul li a {
color: #fff !important;
}

/* ------------------------------------------------------ */
/* Primary Content -------------------------------------- */
/* ------------------------------------------------------ */

#primary-content h4 {
	font-size: 1.4em;
	background: #ffa201;
	color: #fff;
	text-align: center;
	padding: 0.25em;
}
#primary-content h3 {
	margin: 0.5em 0 0.75em 0;
	font-size: 1.2em;
}

/* ------------------------------------------------------ */
/* Secondary Content ------------------------------------ */
/* ------------------------------------------------------ */

#secondary-content h3 {
	margin: 1em 0;
}

/* Pandemic button ---------------------------------------- */

#pandemic {
    background: url(../img/buttons/pandemic.jpg) no-repeat;
	min-height: 18px;
	max-height: 80px;
	width: 98px;  
	border: 1px solid #CCC;
	padding: 15px;
	padding-left: 50px;
	padding-right: 20px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: -10px;
}

#pandemic a:link {
    color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#pandemic a:hover {
    color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#pandemic a:visited {
    color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


/* ------------------------------------------------------ */
/* Home Page specific styles ---------------------------- */
/* ------------------------------------------------------ */

h2.headline {
	display: none;
}

#nav-care {
	background: url(../img/bg-nav-care.gif) 0 0 repeat-x;
	padding: 15px 8px;
	margin-top: 10px;
	border: 1px solid #ddd;
	overflow: hidden;
}
#nav-care h3 {
	color: #333;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#nav-care ul {
	list-style: none;
	overflow: hidden;
	padding-top: 10px;
}
#nav-care ul li {
	list-style: none;
	float: left;
	padding-right: 5px;
}
#nav-care ul li.last {
	padding-right: 0;
}
#current {
	padding: 15px 10px;
}
#current h3 {
	color: #0b79b0;
	text-transform: uppercase;
	border-bottom: 1px solid #0b79b0;
}
#current .news {
	width: 100%;
}
#current .events {
	float: right;
	width: 33%;
}
.news ul {
	list-style: none;
}
.news li {
	color: #81bc3d;
	list-style: none;
	border-bottom: 1px dotted #ddd;
	padding: 0.5em 0;
}
.news li a {
	font-size: 1.3em;
}
div.slideshow {
	height: 185px;
	overflow: hidden;
}

/* Quick Search ---------------------------------------- */

#quick-search {
	height: 185px;
	width: 190px;
	background: #80bb3d url(../img/quicksearch-bg.jpg) 0 100% no-repeat;
}
#quick-search h3 {
	background: #00a0b0 url(../img/quicksearch-top.gif) 100% 0 no-repeat;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	margin-top: 0;
}
#quick-search p {
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}
#quick-search form p {
	margin: 0.25em 0;
}

/* Calendar ---------------------------------------- */

#calendar caption {
	font-weight: bold;
	text-align: left;
	padding: 0.5em 0 0.5em 0.5em;
}

#calendar tr th {
	background: #eee;
	padding: 2px 8px;
}

#calendar td {
	text-align: right;
	padding: 2px 5px;
}

#calendar .today { font-weight: bold; }
#calendar .todayevent { background: #a2b331; font-weight: bold; }

#calendar .past { color: #999; }
#calendar .pastevent { background: #d1dc98; }

#calendar .event { background: #a2b331; }
#calendar a { color: #fff; }

/* Partners / Logos -------------------------------- */

ul#partners{
	padding-top: 15px;
	border-top: 1px solid #ccc;
	list-style: none;
	margin-bottom: 15px;
}
ul#partners li {
	padding-top: 10px;
	float: left;
	list-style: none;
	margin-right: 15px;
}
ul#partners img {
	border: 1px solid #ccc;
}
ul#partners li.partners-fls {
	border-left: 1px solid #ccc;
	padding-top: 0px;
	padding-left: 15px;
	margin-right: 0;
}
.rate-site {
	margin: 20px 8px 0 8px;
	padding: .75em;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}

/* Bulletins List --------------------------------------- */

div.downloadabledocs {
	padding: 1em 0;
}
div.downloadabledocs ul {
	padding-left: 1em;
}
ul.downdocs { 
	padding-top: 1em !important;
}

#primary-content.pc ul.downdocs {
	padding-left: 0 !important;
}
#primary-content.tt ul.downdocs {
	padding: 0 0 1em 0 !important;
}
ul.downdocs li {
	list-style: none;
}

ul.downdocs li span {
	color: #aaa;
}
ul.bulletins li {
	padding-bottom: 1.5em !important;
	border: none !important;
	list-style: none;
}
ul.bulletins li em {
	color: #999;
}
ul.bulletins li span {
	color: #aaa;
}

ul.bulletins li a, ul.downdocs li a, ul.pdf li a, li.fileonly a {
	padding: 0 0 5px 24px;
	background: url("../img/file-icon.gif") 0 0 no-repeat;
}
ul.downdocs li a.external {
	padding: 0 0 5px 24px;
	background: url("../img/link-icon.gif") 0 0.25em no-repeat;
}
ul.bulletins li a.english_only_file, ul.downdocs li a.english_only_file, ul.pdf li a.english_only_file, .downloadabledocs a.english_only_file {
	padding: 0 0 5px 24px;
	background: url("../img/file-icon-en.gif") 0 0 no-repeat;
}
ul.bulletins li a.all {
	padding: 0;
	background: none;
}
ul.bulletins li h3 {
	font-weight: normal;
	margin: .15em 0 .25em 0 !important;
}
.pdf li {
	list-style: none;
}
.video-icon {
	border: 1px solid #aaa;
	padding: 10px 10px 10px 30px;
	background: url("../img/video-icon.gif") 7px 50% no-repeat;
	margin: 5px 0;
}
.pdf-icon {
	border: 1px solid #ccc;
	padding: 10px 10px 10px 30px;
	background: url("../img/pdf.gif") 10px 50% no-repeat;
	margin: 5px 0;
}
.pdf-icon a {
	display: block;
}

/* News --------------------------------------- */

ul.newslist { }
ul.newslist li {
	padding-bottom: 1em !important;
	border-bottom: 1px solid #ddd !important;
	list-style: none;
}

span.date {
	font-style: italic;
	color: #999;
	display: block;
}

ul.newslist li h3 {
	font-weight: normal;
	margin: .15em 0 .25em 0 !important;
}

/* Application form ---------------------------- */

dl.ty dt { color: #999;}
dl.ty dd { padding: 5px 0; }



dl.phones {
	padding: 0;
	margin: 0;
}
dl.phones dt {
	padding: 0;
	margin: 0;
}

dl.phones dd {
	padding: 0 0 0 1em;
	margin: 0;
}



abbr {
font-size: 75%;
color: #666;
}


/* ------------------------------------------------------ */
/* Site info / Footer ----------------------------------- */
/* ------------------------------------------------------ */

#site-info p {
	line-height: 1.2em;
}

#site-info a {
	color: #666;
}

#site-info h4 {
	color: #666;
}

#site-info .address {
	clear: left;
	padding-left: 190px;
	background: url("../img/rhacm-logo-footer.gif") 0 0 no-repeat;
	width: 400px;
	font-size: 95%;
	position: relative;

}
.location { 
	float: left; 
	width: 35%;
}
.phone { 
	float: right; 
	width: 64%;
}
.copyright { 
	clear: both;
	padding: 10px 0;
}

.promo-products {
	position: absolute;
	left: 500px;
	top: 0;
}

#nav-siteinfo {
	width: 100%;
	border-top: 1px solid #e9eccd;
	border-bottom: 1px solid #e9eccd;
	background: #fff;
	list-style: none;
	float: left;
	margin: 0 0 20px 0;
	padding: 10px 0;
}
#nav-siteinfo li {
	float: left;
	list-style: none;
	padding-left: 8px;
}
#nav-siteinfo a {
	color: #666;
}

/* ------------------------------------------------------ */
/* Master Table styles ---------------------------------- */
/* ------------------------------------------------------ */

table {	
	border-collapse: collapse;
	text-align: left;
}
caption {
	text-align: left;
	margin: 0;
	background: #666;
	color: #fff;
	padding: 0.5em;
}
caption.calendar {
	padding: 0.3em !important;
}
table thead th {
	border-bottom: 2px solid #999;
}

tbody {}
tfoot {}
tr {}
th, td {
	border-spacing: 0;
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 15px 5px 5px;
	vertical-align: top;
}
th {}
td {}


table.srchres th, table.srchres td {
	padding-left: 0;
}

/* ------------------------------------------------------------------------------------ */
/* Misc. Lists and menus -------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */
/*

#content-container ul {
	list-style: none;
	border-bottom: 1px dotted #ddd;
}
#content-container ul li {
	padding: 4px 0;
	list-style: none;
	border-top: 1px dotted #ddd;
}
#content-container ul li ul {
	padding: 2px 0px 5px 10px;
	list-style: none;
	border-bottom: none;
	border-left: 1px solid #eee;
}
#content-container ul li ul li {
	padding: 2px 0;
	list-style: none;
	border: none;
	font-size: 90%;
}
*/
#content-container ul {
}
#content-container ul li {
	padding: 4px 0;
}
#content-container ul li ul {
	padding: 2px 0px 5px 10px;
}
#content-container ul li ul li {
	padding: 2px 0;
	font-size: 90%;
}

.lsn { 
	width: 250px; 
	float: left;
}
.lsn li { 
	padding: .5em 0 .5em 1em !important; 
	background: url("../img/pin-services.gif") 0 .8em no-repeat;
	list-style: none;
	border: none;
}

.lsn li ul { 
	margin: .5em 0 0 0; 
	padding-left: .5em; 
	border-left: 1px solid #f0f0f0; 
	border-bottom: none;
	color: #999;
}
.lsn li ul li { 
	border-top: 0 !important; 
	padding: 3px 0 !important; 
	background: none !important;
	list-style: none;
}








/* Secondary Navigation List ----------------------------------------------------------------------- */

#content-container .l-secondary-nav { 
	width: 160px;
	float: left;
/*	margin-right: 20px;*/
}
#content-container .l-secondary-nav.no-links { width: 230px; list-style: none; }

#content-container .l-secondary-nav.fullwidth { width: 100%; margin-bottom: 1em;}
#content-container .l-secondary-nav.fullwidth li { border: none; list-style: none;}
#content-container .l-secondary-nav.fullwidth li a { font-size: 100%; }


ul.secondary-menu { 
	list-style: none; 
	border-bottom: 1px dotted #ddd; 
	margin: .5em 0;
}
ul.secondary-menu li { 
	list-style: none; 
	border-top: 1px dotted #ddd; 
	background: url("../img/pin.gif") 0 .7em no-repeat;
	padding-left: 1em !important;
}
ul.secondary-menu li.video { 
	background: none !important;
	padding-left: 0 !important;
}
ul.secondary-menu li ul { 
	list-style: none; 
	border: none; 
}
ul.secondary-menu li ul li { 
	list-style: none; 
	border: none; 
	background: url("../img/pin.gif") 0 .7em no-repeat;
	padding: .5em 0 0 1em !important;
}

/*
ul.secondary-menu li:hover { 
	background-color: #ffefd3; 
}
*/



/* Secondary Navigation List: First Level ---------------------------------------------------------- */

#content-container .l-secondary-nav li { 
	padding: .5em 0 .5em 1em; 
	background: url("../img/pin-services.gif") 0 .8em no-repeat;
	list-style: none;
}
#content-container .l-secondary-nav.no-links li { 
	background: url("../img/pin.gif") 0 .8em no-repeat;
	list-style: none;
}
#content-container .l-secondary-nav li a { 
	font-size: 120%; 
}
#content-container .l-secondary-navs li div { 
	margin: .5em 0; 
	border-left: 1px solid #f0f0f0; 
}
#content-container .l-secondary-nav li div a { 
	font-size: 95%; 
}

#content-container .l-secondary-nav.tight li {
	margin-left: 2em;
	padding: .5em 0 .5em 1.4em;
	background: url("../img/pin-communities.gif") 0.3em .8em no-repeat;
	list-style: none;
}
#content-container .l-secondary-nav.tight li a {
	font-size: 100%;
}

/* Secondary Navigation List: Second Level --------------------------------------------------------- */

#content-container .l-secondary-nav li ul { 
	margin: .5em 0; 
	padding-left: .5em; 
	border-left: 1px solid #f0f0f0; 
	color: #999;
}
#content-container .l-secondary-nav li ul li { 
	border-top: 0 !important; 
	padding: 3px 0; 
	background: none !important;
	list-style: none;
}
#content-container .l-secondary-nav li ul li a { 
	color: #80acb0; 
	font-size: 100%; 
}


/* Secondary Navigation List width Images --------------------------------------------------------- */

#content-container .l-extra {
	width: 168px;
	float: left;
	margin-right: 10px;
	list-style: none;
}
#content-container .l-extra img {
	display: block;
	padding: 3px 0;
}

/* ------------------------------------------------------------------------------------ */
/* Everything Else -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.downloads {
	margin-top: 10px;
	border: 1px solid #ccc;
	padding: 10px;
}

#block100 { /* --- Community profile block --- */
	display: none;
	padding-bottom: 1em;
	font-size: 85%;
}

.img-left {
	float: left;
	margin: 0 15px 10px 0;
	padding: 5px;
	background: #eee;
	border: 1px solid #bbb;
}
.img-left-white {
	float: left;
	margin: 0 15px 25px 0;
	padding: 5px;
	background: #fff;
}
.pull-out {
	border: 1px solid #ccc;
	background: #f3f3f3;
	padding: 10px 15px;
	margin-bottom: 20px;
}
.img-right {
	float: right;
	margin: 0 0 25px 15px;
	padding: 5px;
	background: #fff;
}
a.thisway {
	color: #ffa500 !important;
	background: url(../img/carrot.gif) 100% 50% no-repeat;
	padding-right: 25px;
}


form {
	padding: 10px 0;
}
fieldset {	
	width: 455px;	
	border: 1px solid #ccc;
	background-color: #f8f7f5;
	padding: 15px;
	margin-bottom: 15px;
}
fieldset.inside {	
	width: 400px;	
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 15px;
}

legend {
	font-size: 120%;
	font-weight: bold;
	color: #000;
}

table label {
	display: inline;	
}

label { 
	display:block;
}
label.ouinon { 
	display: inline;
}
label span { 
	color: #666;
	font-size: 85%;
}

input {
	border: 1px solid #999;
}
input.iks {
	width: 405px;
}
textarea {	
	border: 1px solid #999;
	height: 120px;
	width: 405px;
}
select {
	border: 1px solid #999;
}
optgroup {}
option {}

fieldset#form {
	width: auto;
	padding: 20px 10px 0 10px;
}
#form input {
	width: 152px;
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#form input#submit {
	width: auto;
}
#form textarea {
	width: 152px;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#form label {
/*	display: none;
*/}

div.error {
	padding:  20px;
	border: 1px solid #800;
	background-color: #fff0f0; 
	width: 450px;
	margin-bottom: 20px;
	font-size: 120%;
	color: #800;
}

div.errorfeedback {
	padding:  10px;
	border: 1px solid #800;
	background-color: #fff0f0; 
	width: 150px;
	margin-bottom: 10px;
	font-size: 100%;
	color: #800;
}
.fillme {
	color: #800;
}

.serviceimage {
	padding: 0 15px 10px 0; 
	float: left;
}
.serviceimage img {
	padding: 5px; 
	background: #eee; 
	border: 1px solid #bbb;
}

td.jobpostings {
	font-size: 95%; 
}

a.communityprofile {
	font-size: 12px; 
}
.publications-description {
	padding-left: 1em; 
	border-left: 1px solid #ddd; 
	font-style: italic; 
	color: #666;
}

div#tip-healthsite {
	font-size: 75%; 
	color: #666; 
	line-height: 0.9em; 
	padding-bottom: 1em;
}
div#tip-healthsite img {
	float: left; 
	padding: 0 1em 1.5em 0;
}
div.english_only_file {
	margin-bottom: 1em;
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
}
#secondary-content div.english_only_file {
	margin-top: 1em;
}

div.english_only_file p {
	margin: 0 !important;
	padding: 0 0 0 24px;
	background: url("../img/file-icon-en.gif") 0 0 no-repeat;
}
p.english-only-posting {
	background: #00a1b1;
	color: #fff;
	padding: 0.25em;
}
span.english-only-posting {
	font-size: .75em;
	color: #00a1b1;
	line-height: 1;
}
#fls-video {
	margin: 1em 0;
}
.large-map {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 1em 0;
	margin: 0;
}

#alert {
    background: url(../img/yellowbg.jpg) repeat-x;
	margin-bottom: 15px;
}

#alert h3 {
	margin-top: 0;
	background: url(../img/information.gif) no-repeat 5px 50%;
	padding: 15px 10px 15px 50px;
    color: #000;
	text-transform: uppercase;
	border-bottom: none !important;
}
#alert h3 a {
	display: block;
	color: #000;
	text-decoration: none;
}
div.chapter {
	margin: 10px 0;
	border-top: 3px solid #bbb;
	background: #f1f1f1;
	padding: 10px;
}
div.chapter ul.downdocs, div.chapter p, div.chapter h3 {
	margin: 0 !important;
	padding: 0 !important;
}
.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.calendar {
	margin: 10px 0 10px 0;
	padding: 15px 15px 15px 50px;
	background: #02a0b0 url(../img/calendar-icon.gif) 15px 50% no-repeat;
}
div.calendar p {
	text-align: left;
	padding: 0;
	margin: 0;
}
div.calendar p a, div.calendar p a:hover, div.calendar p a:visited, div.calendar p a:active {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
}