/* Home Page Styles
 ---------------------- */
 
 
 /* Charity Accordion Styles
 (these appear within the rightBox)
 -------------------------------------- */

/* boxes */
#homeAccordionParent {
	margin: 		0;
	padding: 		0;
	/*
	width: 636px;
	_width: 608px; */
	width: 			606px;
	_width: 		607px;
	height: 		174px;
	overflow: 		hidden;
	text-align: 	right;
}
	
.horizontal_accordion_toggle {
	display: 		block;
	position:		relative;
	float: 			left;
	cursor: 		pointer;
}

.horizontal_accordion_content {
	display: 		block;
	position:		relative;
	float: 			left;
	height: 		175px;
}
	
.horizontal_accordion_content div.charityOuterWrapper {
	margin: 61px 0 10px 0; 
	_margin: 62px 0 10 0; 
	padding: 15px 0; 
	background-color: #33332D; 
	color: #FFFFFF; 
	text-align: left; 
	min-height: 64px; 
	_height: 64px; 
	/*width: 494px;*/
	width: 473px; /* A six item was added so it has to be 21px shorter than before */
}
	
.horizontal_accordion_content .charityInnerWrapper {

	/*width: 494px;*/
	width: 472px; /* A six item was added so it has to be 22px shorter than before */

}

/* Text, graphics, elements */
	
.horizontal_accordion_content .charityLogo {
	border: 		2px solid #FFFFFF;
	margin: 		0 10px 0 20px;
	float: 			left;
}

.horizontal_accordion_content h2,
.horizontal_accordion_content h3 {
	display:		inline;
	position:		relative;
	float: 			right;
	/*width: 			400px;*/
	width: 			378px; /* A six item was added so all elements 22px shorter than with 5 items */
	overflow: 		hidden;
}

.horizontal_accordion_content p {
	line-height: 	18px;
	position:		relative;
	float: 			right;
	/*width: 			400px;*/
	width: 			378px; /* A six item was added so all elements 22px shorter than with 5 items */
	overflow: 		hidden;
	font-size: 		11px;
	font-family: 	Arial, Helvetica, sans-serif;
}


/*new accordian*/
a{
	border: 0;
}
img{
	border: 0;
}
ul#slider{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#slider li{
	float: left;
	padding: 0;
	display: block;
	margin: 0;
}

ul#slider li{
	display: block;
	overflow: hidden;
	height: 175px;
	width: 22px;
}

ul#slider li#a1{
	width: 475px;
	color: #CCC;
}

ul#slider li img.leftTab{
	position: absolute;
}

ul#slider li .thetext{
	margin: 0 0 0 22px;
	padding: 90px 20px 0 0;
	width: 440px;
	display: block;
	height: 175px;
}
.charityLogo {
	margin-top: -10px;
	padding: 10px;
	float: left;
}

.headtext{
	font-family: "Times New Roman",Times,serif;
	color: #db4105;
	font-size: x-large;
	font-weight: bold;
	padding-top: 15px;
}
.bodytext{
	line-height: 18px;
	color: #FFF;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}

.jww {
	background: url('/image/accordion/jww_bg_new.jpg') no-repeat #333;
}
.pchs {
	background: url('/image/accordion/pchs_bg_new.jpg') no-repeat #333;
}
.wwss {
	background: url('/image/accordion/wwss_bg_new.jpg') no-repeat #333;
}
.casa {
	background: url('/image/accordion/casa_bg_new.jpg') no-repeat #333;
}
.srf {
	background: url('/image/accordion/srf_bg_new.jpg') no-repeat #333;
}
.svp {
	background: url('/image/accordion/svp_bg_new.jpg') no-repeat #333;
}

