@charset "UTF-8";

.sidebar h3 {
	height: 46px;
	width: 250px;
	background-position: top left;
	background-repeat: no-repeat;
}
.sidebar div {
	width: 250px;
	padding-bottom: 10px;
	background: url(../images/sidebar_bottom.png) bottom left no-repeat #595959;
	margin-bottom: 10px;
}
.sidebar div.audioclip {
	width: 200px;
	background: none;
	padding-left: 10px;
}

.sidebar .btn {
	margin-left: 10px;
	background: none;
	padding: 0px;
}
.sidebar .btn a {
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top left;
	height: 26px;
}
.sidebar p {
	padding: 0px 10px;
	color: #ccc;
}

.sidebar .training h3 { background-image: url(../images/sidebar_header_training.png); }
.sidebar .training .btn a { background-image: url(../images/sidebar_btn_training.png); width: 106px; }
.sidebar .training ul {
	margin-bottom: 6px;	
}
.sidebar .training ul li {
	background: url(../images/sidebar_li_bullet_arrow.png) 0px 5px no-repeat;	
	padding: 4px 10px 6px 16px;
	line-height: 1.2em;
}
.sidebar .training ul li:first-child { padding-top: 0; background-position: 0px 2px; }
.sidebar .training ul li a { color: #ccc; text-decoration: none; }
.sidebar .training ul li a:hover { color: #fff; text-decoration: underline; }


.sidebar .testimonials h3 { background-image: url(../images/sidebar_header_testimonials.png); }
.sidebar .testimonials .btn a { background-image: url(../images/sidebar_btn_testimonials.png); width: 143px; }
.sidebar .testimonials p {
	padding-top: 84px;
}

.sidebar .testimonials p.one { background: url(../images/sidebar-stories-img1.jpg) 10px 0px no-repeat; }
.sidebar .testimonials p.two { background: url(../images/sidebar-stories-img2.jpg) 10px 0px no-repeat; }
.sidebar .testimonials p.three { background: url(../images/sidebar-stories-img3.jpg) 10px 0px no-repeat; }

.sidebar .testimonials p.byline {
	padding-top: 0;
	background: none;
	color: #fff;
	font-style: italic;
}



.sidebar .services h3 { background-image: url(../images/sidebar_header_services.png); }
.sidebar .services h4 {
	font-size: 14px;
	color: #fff;
	padding: 84px 5px 3px 10px;
}
.sidebar .services h4.one { background: url(../images/sidebar-services-img1.jpg) 10px 0px no-repeat; }
.sidebar .services h4.two { background: url(../images/sidebar-services-img2.jpg) 10px 0px no-repeat; }
.sidebar .services .btn a { background-image: url(../images/sidebar_btn_services.png); width: 143px; }