@charset "utf-8";

/* --------------------------------- general styles ------------------------------ */

#containerInner {
	width: 950px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 30px;
	background-color: #FFF;
}

#homepage #containerInner {
	margin-top: -20px;
}

.clear {
	clear: both;
}

.bulletedList {
	margin: 0 0 20px 30px;
	list-style-type: disc;
}

.imgLeft {
	float: left;
	margin: 0 8px 8px 0;
}

#access {
	text-indent: -9999px;
	float: left;
}

h1 {
	height: 153px;
	width: 105px;
	position: absolute;
	left: 22px;
	z-index: 200;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat left top;
}

h1 a {
	height: 150px;
	width: 105px;
	display: block;
}


#homepage h2 {
	margin: 0 0 16px 0;
	color: #d38311;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	font-style: italic;
}

h2, h3 {
	margin: 55px 0 16px 0;
	color: #d38311;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	font-style: italic;
}

h3 {
	margin-top: 10px;
}

h4 {
	font-weight: bold;
}

a {
	color: #1698fb;
}

a:hover {
	color: #d38311;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}


/* ---------------------------------/general styles ------------------------------ */





/* --------------------------------- nav ------------------------------ */

#nav {
	height: 46px;
	width: 950px;
	position: absolute;
	top: 35px;
	text-align: right;
	background-color: #c5e6ff;
}

#nav a {
	height: 39px;
	float: left;
	padding: 7px 25px 0 25px;
	border-right: 1px solid #9dc7ee;
	color: #01439a;
	text-decoration: none;
	font-size: 18px;
	background: url(../images/backg_nav.gif) no-repeat right top;
}

#nav a:hover {
	color: #d38311;
	text-decoration: underline;
}

#nav ul {
	padding-left: 131px;
}

#nav li {
	height: 46px;
	display: inline;
}

/* --------------------------------- /end nav ------------------------------ */





/* --------------------------------- sub nav ------------------------------ */

#subNav {
	height: 35px;
	width: 950px;
	position: absolute;
	top: 0px;
	text-align: right;
	background-color: #0849a9;
}

#subNav ul {
	padding-top: 3px;
}

#subNav li {
	display: inline;
}

#subNav a {
	padding: 0 10px;
	border-right: 1px solid #c5e6ff;
	color: #c5e6ff;
	text-decoration: none;
	font-size: 12px;
}
#subNav a.last {
	border-right-style: none;
}


#subNav a:hover {
	color: #d38311;
	text-decoration: underline;

}

/* --------------------------------- /end sub nav ------------------------------ */




/* --------------------------------- section navs ------------------------------ */

#sectionNav {
	height: 36px;
	width: 950px;
	padding-top: 81px;
	text-align: center;
	background-color: #397eee;
}

.helpPage #sectionNav, 
.employmentOpportunitiesPage #sectionNav, 
.contactUsPage #sectionNav,
.translatedPage #sectionNav {
	background-color: #FFF;
}

#sectionNav a {
	height: 29px;
	float: left;
	padding: 5px 12px 0 12px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}

#sectionNav a:hover {
	color: #d38311;
	text-decoration: underline;
}

#sectionNav ul {
	width: 800px;
	position: absolute;
	right: 0px;
}

#sectionNav li {
	height: 36px;
	display: inline;

}

/* --------------------------------- branding ------------------------------ */

.brandingDiv {
	height: 306px;
	width: 950px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 81px;
}

#branding {
	height: 306px;
	width: 950px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	/*margin-top: -20px;*/
	background: url(../images/branding_image1.jpg) no-repeat left top;
}

#getStartedButton {
	height: 84px;
	width: 217px;
	display: block;
	position: absolute;
	top: 204px;
	left: 42px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/get_started_button.png) no-repeat left top;
}

#getStartedButton:hover {
	background-image: url(../images/get_started_button_over.png);
}



/* --------------------------------- /end branding ------------------------------ */




/* --------------------------------- members / footer ------------------------------ */

#members {
	width: 100%;
	height: 35px;
	padding-top: 8px;
	text-align: center;
	background-color: #c5e6ff;
}

#footer {
	width: 100%;
	text-align: center;
	background-color: #0345a7;
}

#footer p {
	width: 940px;
	margin: 0 auto 30px auto;
	color: #fff;
	font-size: 12px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #d38311;
	text-decoration: underline;
}

.footerLinks {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.footerLinks li {
	display: inline;
	padding: 0 10px;
}


/* --------------------------------- /end members / footer ------------------------------ */






/* --------------------------------- homepage / content area ------------------------------ */

#content {
	width: 950px;
}

#homepage #content {
	margin-top: 100px;
}

#sidebar1  {
	width: 197px;
	min-height: 980px;
	float: left;
	margin-left: 16px;
	background-color: #c7deff;
}

#sidebar2, #sidebar {
	width: 197px;
	min-height: 980px;
	float: right;
	margin-right: 16px;
	background-color: #c7deff;
}

#sidebar {
	min-height: 100px;
	margin-top: 25px;
}

#sidebar1 h3, 
#sidebar2 h3, 
#sidebar h3 {
	margin: 0 0 8px 0;
	padding: 6px 0 6px 12px;
	color: #fff;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	background-color: #3d86df;
}

#sidebar1 p, 
#sidebar2 p, 
#sidebar p {
	margin-left: 10px;
	margin-right: 10px;
	color: #3b5f91;
	font-size: 12px;
}

#sidebar1 .sideNewsEntry, 
#sidebar2 .eventsEntry,
#sidebar .sideNewsEntry,
#sidebar .eventsEntry {
	margin: 0 10px 20px 10px;
	color: #3b5f91;
}

#sidebar1 .sideNewsEntry dt, 
#sidebar2 .eventsEntry dt,
#sidebar .sideNewsEntry dt,
#sidebar .eventsEntry dt {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}

#sidebar1 .sideNewsEntry dd, 
#sidebar2 .eventsEntry dd,
#sidebar .sideNewsEntry dd,
#sidebar .eventsEntry dd {
	font-size: 12px;
}

.moreLink a {
	color: #1698fb;
	font-style: italic;
	text-decoration: none;
	font-size: 12px;
}

.moreLink a:hover {
	color: #d38311;
	text-decoration: underline;
}

#homepage #mainContent {
	width: 480px;
	float: left;
	margin-left: 24px;
	background: url(../images/backg_cityscape.gif) no-repeat right top;
}

#homepage #mainContent p {
	width: 300px;
}

#mainContent {
	width: 690px;
	float: left;
	margin-left: 24px;
}

/* --------------------------------- /end homepage / content area ------------------------------ */




/* --------------------------------- page indicators ------------------------------ */

.aboutRIHCAPage #aboutRIHCAButton a, 
.aboutHealthCentersPage #aboutHealthCentersButton a, 
.publicPolicyPage #publicPolicyButton a, 
.employmentOpportunitiesPage #employmentOpportunitiesButton a {
	background: url(../images/backg_nav_active.gif) no-repeat right top;
}

#aboutRIHCAMissionStatement #missionStatementButton a, #aboutRIHCABoardDirectors #boardOfDirectorsButton a, #aboutRIHCAStaff #staffButton a, #aboutRIHCANewsReports #newsAndReportsButton a, #aboutRIHCACalendarEvents #calendarOfEventsButton a, #aboutRIHCAAdditionalResources #additionalResourcesButton a, #aboutHealthCentersDirectory #healthCenterDirectoryButton a, #aboutHealthCentersSuccessStories #successStoriesButton a, #aboutHealthCentersFacts #healthCenterFactsButton a, #aboutHealthCentersPrograms #clinicalProgramsAndServicesButton a, #publicPolicyState #stateLegislationButton a, #publicPolicyFederal #federalLegislationButton a, #publicPolicyPositionPapers #rihcaPositionPapersButton a {
	border-bottom: 6px solid #FFF;
}


/* --------------------------------- /end page indicators ------------------------------ */



/* -----------------------------------various sub-page styles -----------------------------*/

.resourcesList {
	width: 320px;
	float: left;
	display: block;
	margin-right: 25px;
}

th {
	color: #FFF;
	background-color: #3d86df;
}

#calendarTable {
	width: 680px;
}

.descriptionEntry {
	border-bottom: 1px solid #cbd7db;
}

.dateEntry {
	font-weight: bold;
}

#dateColumnHead {
	width: 100px;
}

#locationColumnHead {
	width: 200px;
}

.boardDirectorsEntry dt {
	font-weight: bold;
}

.boardDirectorsEntry, 
.staffEntry {
	width: 320px;
	float: left;
	display: block;
	margin: 0 25px 25px 0;
}
 
.staffEntry dt {
	float: left;
	margin-right: 15px;
	padding-bottom: 40px;
}

.directoryEntry {
	width: 600px;
	float: left;
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: 1px solid #9bbffb;
}

.directoryEntry dt {
	width: 330px;
	float: left;
	margin-right: 20px;
}

.directoryEntry dd {
	width: 210px;
	float: right;
	/*margin-top: -225px;*/
	padding: 0 0 25px 25px;
}

.directoryEntry dd p {
	margin-bottom: 0px;
}

.directoryMap {
	padding-bottom: 20px;
}

.centerPic {
	border: 1px solid #039;
	padding: 3px 3px;
}

#quickLinksList {
	padding: 0 8px 0 10px;
}

#quickLinksList li {
	margin-bottom: 20px;
}

#quickLinksList a {
	font-size: 12px;
	font-weight: normal;
}

#publicPolicyPositionPapers dl, 
#publicPolicyState dl {
	padding-bottom: 25px;
}

#publicPolicyPositionPapers dt, 
#publicPolicyState dt {
	font-weight: bold;
}

#needDoctor, 
#needInsurance {
	width: 300px;
	height: 195px;
	float: left;
	margin: 0 15px;
	background: no-repeat left top;
}

#needDoctor span, 
#needInsurance span {
	display: block;
	margin: 200px 0 0 0;
	text-align: center;
}

#needDoctor {
	background-image: url(../images/button_doctor.jpg);
}

#needInsurance {
	background-image: url(../images/button_insurance.jpg);
}

#needDoctor:hover, 
#needInsurance:hover {
	background-position: bottom;
}

#aboutRIHCAMain img, 
#aboutHealthCentersMain img,
#aboutHealthCentersFacts img {
	float: left;
	border: 1px solid #1866B7;
	margin: 0 20px 20px 0;
	padding: 2px;
}

.aboutBox {
	padding-bottom: 20px;
}



/* landscape style images for sub pages */

.imgPara {
	padding-bottom: 230px;
	background: no-repeat center bottom;
}

#publicPolicyMain .imgPara {
	background-image: url(../images/pic-publicpolicy-main.jpg);
}

#publicPolicyState .imgPara {
	background-image: url(../images/pic-publicpolicy-state.jpg);
}

#publicPolicyFederal .imgPara {

}

#helpDoctor .imgPara {
	background-image: url(../images/pic-doctor.jpg);
}

#helpInsurance .imgPara {
	background-image: url(../images/pic-insurance.jpg);
}

#aboutRIHCAWhoWeAre .imgPara,
#translatedMain .imgPara {
	background-image: url(../images/pic-whoweare.jpg);
}

#aboutRIHCAClinicalQuality .imgPara {
	background-image: url(../images/pic-clinicalquality.jpg);
}

#aboutRIHCAEmergencyPreparedness .imgPara {
	background-image: url(../images/pic-emergencypreparedness.jpg);
}

#aboutRIHCAWorkforceDevelopment .imgPara {
	background-image: url(../images/pic-workforcedevelopment.jpg);
}

#aboutRIHCAOutreachEnrollment .imgPara {
	background-image: url(../images/pic-outreachandenrollment.jpg);
}

#aboutRIHCAMissionStatement .imgPara {
	background-image: url(../images/pic-missionstatement.jpg);
}

#aboutWhoAreTheHealthCenters .imgPara {
	background-image: url(../images/pic-whoarehealthcenters.jpg);
}

#aboutHealthCareSolution .imgPara {
	background-image: url(../images/pic-solution.jpg);
}

#aboutCommunity .imgPara {
	background-image: url(../images/pic-community.jpg);
}

#aboutEconomy .imgPara {
	background-image: url(../images/pic-economy.jpg);
}

#aboutNationalFacts .imgPara {
	background-image: url(../images/pic-nationalfacts.jpg);
}

#aboutRIFacts .imgPara {
	background-image: url(../images/pic-rifacts.jpg);
}



/* employment listings */

.employmentEntry dt {
	margin-right: 20px;
	padding-left: 5px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #C5E6FF;
}

.employmentEntry dd {
	margin-right: 20px;
	padding: 5px 0 6px 0;
}

.employmentEntry {
	margin-bottom: 30px;
}

.employmentEntry dd span {
	width: 100px;
	float: left;
	clear: left;
	margin-right: 8px;
	padding: 0 5px;
	border: 1px solid #CCC;
}

.newsEntry {
	padding-bottom: 25px;
}

.newsEntry dt {
	color: #d38311;
	font-weight: bold;
}

.newsTitle {
	font-weight: bold;
}

#contactUsMain #mainContent ul {
	padding-bottom: 30px;
}

.successEntry {
	padding-bottom: 35px;
}
