@charset "utf-8";
/* CSS Document */

.phoneNumber {
	font-size: 26px;
	color: #E6B668;
}
.nameBox {
	background-color: #FFF;
	background-image: url(images/special-bg.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	border: 1px solid #FFEFD5;
	float: left;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 120px;
}
.nameBox .nameImage {
	display: block;
	width: 82px;
	height: 120px;
	overflow:hidden;
	border: 2px solid #FFF;
	margin-bottom: 5px;
}

.nameTag {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #4980A1;
	line-height: 13px;
}
.nameDescription {
	font-size: 13px;
	font-style: italic;
	color: #999;
	line-height: 14px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	display: block;
}
.testimonyImage {
	border: 3px solid #E6B668;
	margin: 10px;
}

.testimonial {
	background: #FFFCF7 url(images/special-bg.jpg) repeat-x center bottom;
	padding: 4px 10px;
	border: 1px solid #CCC;
	margin-bottom: 16px;
	margin-top: 4px;
}
.name {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #51A2C8;
}
.testimonial img {
	border: 3px solid #E5B568;
	margin-bottom: 8px;
	margin-left: 8px;
	float: right;
}

