/* 
	Background Color: #FFFFFF
	Nav Background Color: #FFFFFF
	Nav Link Color: #3B8CDF
	Header Title Color: #FFFFFF
	.button background: #3B8CDF
	.button:hover background: #3db37d
	.button:active background: #74A599
	.button color: #3B8CDF
*/
	.button a:visited {
		color: #FFFFFF;
	}
	.button:hover {
		background: #3db37d;
	}
	.button:active {
		background: #74A599;
	}
	.t3 {
		font-size: 2em;
		margin: 0.67em 0;
	}
	/** testimonial1 **/
		.testimonial { 
			margin: 0;
			background: #B7EDFF;
			padding: 10px 50px;
			position: relative;
			font-family: Georgia, serif;
			color: #666;
			border-radius: 5px;
			font-style: italic;
			text-shadow: 0 1px 0 #ECFBFF;
			background-image: linear-gradient(#CEF3FF, #B7EDFF);
		} 
		.testimonial:before, .testimonial:after {
			content: "\201C";
			position: absolute;
			font-size: 80px;
			line-height: 1;
			color: #999;
			font-style: normal;
		}
		.testimonial:before {
			top: 0;
			left: 10px;
		}
		.testimonial:after {
			content: "\201D";
			right: 10px;
			bottom: -0.5em;
		}
		.arrow-down {
			width: 0;
			height: 0;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 15px solid #B7EDFF;
			margin: 0 0 0 25px;
		}
		.testimonial-author {
			margin: 0 0 0 25px;
			font-family: Arial, Helvetica, sans-serif;
			color: #999;
			text-align:left;
		}
		.testimonial-author span {
			font-size: 12px;
			color: #666;
		}
	/** testimonial2 **/
		.testimonial2 { 
			margin: 0;
			background: #fdd5ba;
			padding: 10px 50px;
			position: relative;
			font-family: Georgia, serif;
			color: #666;
			border-radius: 5px;
			font-style: italic;
			text-shadow: 0 1px 0 #ECFBFF;
			background-image: linear-gradient(#ffcfb7, #fdd5ba);
		} 
		.testimonial2:before, .testimonial2:after {
			content: "\201C";
			position: absolute;
			font-size: 80px;
			line-height: 1;
			color: #999;
			font-style: normal;
		}
		.testimonial2:before {
			top: 0;
			left: 10px;
		}
		.testimonial2:after {
			content: "\201D";
			right: 10px;
			bottom: -0.5em;
		}
		.arrow-down2 {
			width: 0;
			height: 0;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 15px solid #fdd5ba;
			margin: 0 0 0 25px;
		}
	/** testimonial3 **/
		.testimonial3 { 
			margin: 0;
			background: #b7ffbc;
			padding: 10px 50px;
			position: relative;
			font-family: Georgia, serif;
			color: #666;
			border-radius: 5px;
			font-style: italic;
			text-shadow: 0 1px 0 #ECFBFF;
			background-image: linear-gradient(#cdffd1, #b7ffbc);
		} 
		.testimonial3:before, .testimonial3:after {
			content: "\201C";
			position: absolute;
			font-size: 80px;
			line-height: 1;
			color: #999;
			font-style: normal;
		}
		.testimonial3:before {
			top: 0;
			left: 10px;
		}
		.testimonial3:after {
			content: "\201D";
			right: 10px;
			bottom: -0.5em;
		}
		.arrow-down3 {
			width: 0;
			height: 0;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 15px solid #b7ffbc;
			margin: 0 0 0 25px;
		}
.img55 { max-width: 100%; }
.image55 {
	float: left;
	position: relative; 
	width: 44%; /* for IE 6 */
	padding-bottom: 20px;
}
.image55 a { text-decoration: none; }
h2 {	
	position: absolute; 
	top: 80px; 

	width: 100%; 
}
h2 span { 
	color: white; 
	font: bold 24px/45px Helvetica, Sans-Serif; 
	letter-spacing: -1px;  
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding: 10px; 
}
@media only screen and (max-width : 480px) {
	.testimonial, .testimonial2, .testimonial3 {
		padding: 5px 20px;
	}
	.testimonial:before, .testimonial:after, .testimonial2:before, .testimonial2:after, .testimonial3:before, .testimonial3:after {
		font-size: 40px;
	}
	.image55 {
		float: left;
		position: relative; 
		width: 100%; /* for IE 6 */
		padding: 0px;

	}
	h2 {	
		position: relative; 
		top: -10px; 
		width: 100%;
	}
	h2 span { 
		color: white; 
		font: bold 1.1em Helvetica, Sans-Serif; 
		letter-spacing: -1px;  
		background: rgb(0, 0, 0); /* fallback color */
		background: rgba(0, 0, 0, 0.7);
		padding: 2px 5px; 
	}
	.t3 {
		font-size: 1.5em;
		margin: 0.67em 0;
	}
}