/* CSS Document */

#sidebar .acc_sidebar
{
	overflow:hidden;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}

#sidebar .acc_sidebar a:link, #sidebar .acc_sidebar a:visited { font-weight:bold; }
#sidebar .acc_sidebar a:hover, #sidebar .acc_sidebar a:active { font-weight:bold; }

/* Remove hover/active underline on the sidebar headers */ 
#sidebar .acc_sidebar .sidebar_header a:hover, #sidebar .acc_sidebar .sidebar_header a:active { text-decoration:none; }

.acc_sidebarHeader, .acc_sidebarHeaderSelected
{
	margin:0 0 1px 0;
	text-transform:uppercase;
}

.acc_sidebarContent 
{ 
	margin:0 0 1px 0; 
	font-size:0.9em; 
}

.sidebar_panel
{
	width:180px;
}

.sidebar_header 
{ 
	padding:3px 7px;
	height:15px;
	/*background-color:#dcdcdc; */
	background:url(./imgs/accordion/home_sidebar_back.gif) no-repeat; 
}

.sidebar_content { padding:5px 7px; background-color:white;}


/* News Feed */

.newsfeed 
{
	padding-bottom:7px;
}

/* Testimonials */

.testimonial{ padding-bottom:15px; }
.testimonial_author{ font-style:italic; }
.testimonail_date{}
