/* Start of CMSMS style sheet 'Accordion' */
/* core accordion properties */
.basic  {
	width: 196px;
}

.basic div {
	color: #333;
}

.basic p {
	margin-bottom: 10px;
	border: none;
	margin: 0px;
	padding: 10px;
}
/* end core accordion properties */


/* accordion styling */
#acc_community {
	display: block;
	width: 194px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-indent: 10px;
	font-weight: bold;
}

#acc_give,
#acc_advocate,
#acc_volunteer {
	display: block;
	width: 194px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-indent: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#acc_community,
#acc_give,
#acc_advocate,
#acc_volunteer {
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	cursor: pointer;
}

#acc_community { background-image: url(images/cta_button_community.gif); }
#acc_give { background-image: url(images/cta_button_give.gif); }
#acc_advocate { background-image: url(images/cta_button_advocate.gif); }
#acc_volunteer { background-image: url(images/cta_button_volunteer.gif); }


/* accordion menus */
.acc_nav {
	list-style: none;
	padding: 5px 0 5px 0;
	font-size: 90%;
}

.acc_nav li {
padding: 0;
}

.acc_nav a:link,
.acc_nav a:visited {
	background: transparent url(images/sn_staticbullet.gif) no-repeat 8px 50%;
	display: block;
	padding: 5px 0 5px 28px;
	text-decoration: none;
	border-bottom: 1px solid #eaeaea;
	color: #999;
}

.acc_nav a:hover,
.acc_nav a:active {
	background: transparent url(images/sn_hoverbullet.gif) no-repeat 8px 50%;
}

.acc_content {
	padding: 10px;
	color: #333;
	font-size: 90%;
}

.acc_content p {
	padding: 0 0 10px 0;
	line-height: 1.5em;
}

.acc_content h2 {
	color: #ffa114;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 0 5px 0;
	
}

.acc_content h3 {
	font-weight: bold;
	color: #000066;
	padding: 10px 0 3px 0;
}
/* End of 'Accordion' */

