@charset "UTF-8";
 
#accordion a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




#accordion
{
	width: 212px ;	
}

.accordion-section
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	background-color: #fff;
	padding: 5px;
	overflow-x: hidden;
	overflow-y: auto;	
}

.accordion-section p
{
	margin-top: 2px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.head 
{
	padding: 0px !important;
	margin: 0px !important;
	border: 0px !important;
}

#acc_featured_content
{
	background-image:  url(featured_content_right.png) ;
	height: 25px;

}

table.poll ul li
{
	background: none !important;
	
}

table.poll ul li label
{
	padding-left: 7px;
}

#acc_featured_content.ui-state-active
{
	background-image: url(featured_content_down.png);
}


#acc_featured_content.ui-state-default
{

}

#acc_explore_our_locations
{
	height: 25px;
	background-image:  url(explore_our_locations_right.png) ;	
}

#acc_explore_our_locations.ui-state-active
{
	background-image: url(explore_our_locations_down.png) ;
}


#acc_explore_our_locations.ui-state-default
{

}

#acc_chw_at_a_glance
{
	height: 25px;
	background-image:  url(chw_at_a_glance_right.png) ;	
}

#acc_chw_at_a_glance.ui-state-active
{
	background-image: url(chw_at_a_glance_down.png) ;
}


#acc_chw_at_a_glance.ui-state-default
{

}

#acc_meet_our_people
{
	height: 25px;
	background-image:  url(meet_our_people_right.png) ;	
}

#acc_meet_our_people.ui-state-active
{
	background-image: url(meet_our_people_down.png) ;
}


#acc_meet_our_people.ui-state-default
{

}

#acc_helpful_resources
{
	height: 25px;
	background-image:  url(helpful_resources_right.png) ;	
}

#acc_helpful_resources.ui-state-active
{
	background-image: url(helpful_resources_down.png) ;
}

#acc_helpful_resources.ui-state-default
{
	background-image:  url(helpful_resources_right.png) ;	
}

#acc_facility_ataglance
{
	height: 25px;
	background-image:  url(chw0001983.jpg) ;	
}

#acc_facility_ataglance.ui-state-default
{
	background-image:  url(chw0001983.jpg) ;	
}

#acc_facility_ataglance.ui-state-active
{
	background-image: url(chw0001984.jpg) ;
}

#acc_facility_local_links
{
	height: 25px;
	background-image:  url(chw0001985.jpg) ;	
}
#acc_facility_local_links.ui-state-default
{
	background-image:  url(chw0001985.jpg) ;	
}

#acc_facility_local_links.ui-state-active
{
	background-image: url(chw0001986.jpg) ;
}


#acc_facility_specialty_areas
{
	height: 25px;
	background-image:  url(chw0001988.jpg) ;	
}
#acc_facility_specialty_areas.ui-state-default
{
	background-image:  url(chw0001988.jpg) ;	
}

#acc_facility_specialty_areas.ui-state-active
{
	background-image: url(chw0001987.jpg) ;
}
.stepcarousel
{
	position: relative; /*leave this value alone*/
	width: 146px; /*Width of Carousel Viewer itself*/
	height: 100px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt
{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel
{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 146px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	text-align: center;
}

.stepcarousel .panel a
{
	text-decoration: none !important;
}

.stepcarousel_arrow
{
	float: left;
	margin-top: 25px; 
}

