.whiteCopy {
	color: #FFF;
}

#internalLeftColumn {
	float: left;
	/*background-color: #CF0;*/
	width: 597px;
	/* experimental */
	margin-right: 20px;
}
/* internal right column */

#internalRightColumn {
	float: right;
	position: relative;
	width: 280px;
}
#intMainPageBox p, #intMainPageBox ul {
	padding-bottom: 20px;
}
#internalPageBox {
	padding: 20px 0px 0px 0px;
	min-height: 350px;
	width: 900px;
	margin: 0 auto;
	clear: left;
	color: #FFF;
	line-height: 175%;
	font-size: 90%;
}
#internalPageBackground {
	background-image: url(../img/internal_body_upper.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	width: 100%;
	clear: left;
}
#internalPageCoating {
	float: left;
}
#internalPageBox h1 {
	color: #FF6;
	text-transform: uppercase;
	font-size: 160%;
	margin-bottom: 15px;
}
#internalPageBox h2 {
	color: #4F9D9D;
	text-transform: uppercase;
	font-size: 130%;
	margin-bottom: 15px;
}
#internalPageBox p {
	padding-bottom: 15px;
}
#internalFooterBox {
	background-image: url(../img/internal_lower_body_bg_1.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 100%;
	clear: both;
	padding: 35px 0px 0px 0px;
	clear: both;
	min-height: 300px;
}
#internalPageBox h1 a, #internalPageBox p a {
	color: #FFF6B8;
	text-decoration: none;
}
#internalPageBox p a {
	text-decoration:underline;
}
#internalPageBox p a:hover {
	color: #ABCCA7;
	text-decoration:underline;
}
#internalPageBox .standardLi {
	margin-left: 40px;
}
#internalPageBox ul li {
}
#internalPageBox ul li a {
}
.internalPageStandardImg {
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 0px;
	padding: 4px;
	/*background-color: #CBC2A0; */
	background-image: url(../img/work_bg_1.png);
	background-repeat: no-repeat;
	background-position: top;
}
.subTitleImgText {
	display: block;
	font-size: 75%;
	text-align: center;
	color: #333;
	width: 185px;
	line-height: normal;
	padding: 2px 0px 2px 0px;
}
.internalCopyAndColumnWrapper {
	float: left;
	width: 900px;
	position: relative;
}
/* testimonials */

  
		 .testimonialWrapper {
	border-bottom: 1px #FFC dashed;
	padding-top: 15px;
	position: relative;
	z-index: 2;
}
.borderTop {
	border-top: 1px #FFC dashed;
}
.testimonialWrapper p {
	position: relative;
	z-index: 2;
}
.testimonialQuoteLeft {
	position: absolute;
	top: -10px;
	left: -40px;
	z-index: 1;
}
.italicCopy {
	font-style: italic;
}
