/* CSS Document */

.testimonial-feature {
	width:745px;
	height:419px;
	margin-bottom:20px;
}

.testimonial-feature span {
	display:block;
	width:250px;
	height:419px;
	float:right;
	padding:0 20px 0 20px;
	background:url('/images/testimonials/gradient-quote.png') top left repeat-x rgba(8,48,85,.85);
}

.testimonial-feature span p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	text-indent:-9px;
	line-height:28px;
	color:#FFF;
	margin:30px 0 0 0;
	padding:0;
	text-shadow: 0px 3px 5px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=3);
}

.testimonial-feature span small {
	font-size:15px;
	text-align:right;
	display:block;
	line-height:22px;
	color:#ccc;
	font-weight:normal !important;
	margin-bottom:40px;
}

.testimonial-feature span small strong {
	font-size:18px;
	color:#FFF;
	display:block;
}

.testimonial-feature.di {
	background:url('/images/products/di/testimonial-feature.jpg') top left no-repeat;
}

.testimonial-feature.life {
	background:url('/images/products/life/testimonial-feature.jpg') top left no-repeat;
}

.testimonial-feature.medsupp {
	background:url('/images/products/medsupp/testimonial-feature.jpg') top left no-repeat;
}

.testimonial-feature.ltc {
	background:url('/images/products/ltc/testimonial-feature.jpg') top left no-repeat;
}

.testimonial-feature.kiplinger-life { 
	background:url('/images/products/kiplinger/kiplinger-life.jpg') top left no-repeat;
	cursor: pointer; 
}

.testimonial-feature.kiplinger-di { 
	background:url('/images/products/kiplinger/kiplinger-di.jpg') top left no-repeat;
	cursor: pointer; 
}

.testimonial-feature.kiplinger-sb { 
	background:url('/images/products/kiplinger/kiplinger-sb.jpg') top left no-repeat;
	cursor: pointer; 
}

.testimonial-feature.kiplinger-power { 
	background:url('/images/products/kiplinger/kiplinger-power.jpg') top left no-repeat;
	cursor: pointer; 
}

.testimonial-feature.kiplinger-retirement { 
	background:url('/images/products/kiplinger/kiplinger-retirement.jpg') top left no-repeat;
	cursor: pointer; 
}
.testimonial-feature.kiplinger-colleges { 
	background:url('/images/products/kiplinger/kiplinger-colleges.jpg') top left no-repeat;
	cursor: pointer; 
}
.testimonial-feature.kiplinger-retirecon { 
	background:url('/images/products/kiplinger/kiplinger-retirementcon.jpg') top left no-repeat;
	cursor: pointer; 
}

.testimonial-feature.kiplinger-loyalem { 
	background:url('/images/products/kiplinger/kiplinger-loyalem.jpg') top left no-repeat;
	cursor: pointer; 
}

.testimonial-feature.kiplinger-financial { 
	background:url('/images/products/kiplinger/kiplinger-financial.jpg') top left no-repeat;
	cursor: pointer; 
}

.testimonial-feature.kiplinger-estate { 
	background:url('/images/products/kiplinger/kiplinger-estate.jpg') top left no-repeat;
	cursor: pointer; 
}


.testimonial-feature a {
	padding:13px 55px 13px 13px;
	color:#FFF;
	background:url('/images/testimonials/gradient-button.png') center repeat-x;
	border:2px solid #ddd;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	cursor:pointer;
	text-shadow: 0px -1px 1px #bb6325;
	font-size:16px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,.75);
}

.testimonial-feature a:hover, .testimonial-feature a:active {
	text-decoration:none;
	background:url('/images/testimonials/gradient-button-hover.png') center repeat-x;
}

.testimonial-feature a img {
	position:absolute;
	margin:-9px 0 0 10px;
}

.curtain {
	background:#000;
	font-size:16px;-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.5);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,.5);
}

.sub-testimonial {
	font-size:12px;
	line-height:16px;
	min-height:110px;
	margin-bottom:20px;
}

.sub-testimonial h3 {
	padding-bottom:2px !important;
}

.sub-testimonial img {
	float:left;
	margin-right:16px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,.35);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,.35);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,.35);
}