/* http://www.portalzine.de/Horizontal_Accordion_Plugin_2/ */
/* hide container until all is ready */
.accMenu {
	display: none;
}
/*Main Container*/
.container {
	width: 930px;
	margin-right: 0;
}
.container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
.container li {
	display: inline;
	margin: 0px;
	padding: 0px;
	
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width: 0px;
	height: 230px;	
	overflow: hidden;
	
}
.contentWrapper {	
}
.contentInnerWrapper {
	/*text-align: justify;*/
	padding: 0;
	height: 230px;
}
/* Handle*/
.handle {
	float: left;
	width: 40px;
	height: 230px;
	margin: 1px;
	margin-right: 2px;
	background: #004b8e;
}
.handleOver {	
	background: #007be8;
}
.handleSelected {	
	background: #2c2a7d;
}
.accordionHeading {
	margin: 0 0 10px 310px;
	padding: 25px 50px 0 0;
	color: #2c2a7d;
}
img.accordionHeading {
	margin-bottom: 10px;
}
.accordionIntro {
	margin: 0 0 0 310px;
	padding: 0 50px 0 0;
}
/* Customization */
.accPanelContent {
	width: 650px;
	margin: 0 0 0 0;
	padding: 0;
	height: 230px;
}
a.readMore:link, a.readMore:visited, a.readMore:hover, a.readMore:active {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
a.readMore:hover {
	text-decoration: underline;
}
a.titleLink:link, a.titleLink:visited, a.titleLink:hover, a.titleLink:active {
	text-decoration: none;
}
a.titleLink:hover {
	text-decoration: underline;
}

/*
#accPanel1 { background: url(../images/template/accordion/welcome.jpg) top left no-repeat; }
#accPanel2 { background: url(../images/template/accordion/disability-residential-services.jpg) top left no-repeat; }
#accPanel3 { background: url(../images/template/accordion/disability-day-services.jpg) top left no-repeat; }
#accPanel4 { background: url(../images/template/accordion/vocational-services.jpg) top left no-repeat; }
#accPanel5 { background: url(../images/template/accordion/adult-day-center.jpg) top left no-repeat; }
#accPanel6 { background: url(../images/template/accordion/elder-services.jpg) top left no-repeat; }
*/
/* link each css background to the permalink in the database: */
#accPanel-welcome { background: url(../images/template/accordion/welcome.jpg) top left no-repeat; }
#accPanel-disability-residential-services { background: url(../images/template/accordion/disability-residential-services.jpg) top left no-repeat; }
#accPanel-disability-day-services { background: url(../images/template/accordion/disability-day-services.jpg) top left no-repeat; }
#accPanel-vocational-services { background: url(../images/template/accordion/vocational-services.jpg) top left no-repeat; }
#accPanel-adult-day-center { background: url(../images/template/accordion/adult-day-center.jpg) top left no-repeat; }
#accPanel-elder-services { background: url(../images/template/accordion/elder-services.jpg) top left no-repeat; }

