/*Basic CSS for really only for the Testimonials page and Testimonials info on the Homepage so that I wouldn't need to do inline*/

/*Testimonials Page*/

#testimonialBox {
	width: 700px;
	height: 100%;
	margin-top: 15px;
	
}

.testimonial {
	width: 475px;
	height: 100%;
	float: left;
	clear: left;
}

.calloutBox {
	background-color: #99ccff;
	color: #000;
	float: right;
	width: 200px;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: right;
	
}

.portrait {
	border-bottom: 2px solid #fff;
	border-left: none;
	border-right: none;
	border-top: 2px solid #fff;
	margin: 0 22px;
	
}

.portrait p {
	margin: 0 -20px;
	padding: 1em;
	
}

.portrait p {
	background-color: #fff;
	color: #000;
	font-style: italic;
	font-size: 120%;
	text-align: center;
	
}

.topOfPage {
	width: 70px;
	height: 100%;
	float: right;
	font-size: 78%;
	text-decoration: none;
	

}

.highlight {
	background-color: #ffff8f;
}

.underline {
	text-decoration: underline;
	
}

/*Home Page Testimonial Info*/

.threecols {
	width: 710px;
	margin: 25px 0px 0px 25px;
}

.threecols .col1 {
	float: left;
	width: 220px;
	padding-right: 5px;
}

.threecols .col2 {
	float: left;
	width: 220px;
	padding-left: 15px;
	padding-right: 5px;
	border-left: solid 1px #C3E1FE;
	border-right: solid 1px #C3E1FE;
}

.threecols .col3 {
	float: left;
	width: 220px;
	padding-left: 15px;
}


