/* structure */
#leftContent {
	width: 944px;
}
#midContent {
	width: 747px;
	padding-top: 27px;
	display:none;
}
#pageTitle {
	height: 40px;
	background-color: #fff;
}
/* left col */
#leftColTestimonials {
	position: relative;
	width: 361px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}
.testLeftBlock {
	position: relative;
	width: 361px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}
a:link .testLeftBlock, a:visited .testLeftBlock, a:hover .testLeftBlock, a:active .testLeftBlock {
	display: block;
}
.testLeftTitle {
	position: relative;
	width: 361px;
	background-image: url(/images/i/dot2.gif);
	background-repeat: repeat-x;
	background-position: right center;
}
.testLeftTitle span {
	color: #565656;
	background-color: #fff;
	padding-right: 13px;
}
.testLeftDesc {
    width: 326px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	line-height: 12px;
	padding-top: 2px;
	padding-bottom: 26px;
	padding-left: 30px;
	padding-right: 5px;
	text-align: justify;
}
.star {
    visibility: hidden;
    margin-left: 4px;
}
a:link .testLeftTitle, a:visited .testLeftTitle, a:hover .testLeftTitle, a:active .testLeftTitle {
	cursor: pointer; /* for IE */
}
a:link .testLeftTitle span, a:visited .testLeftTitle span {
    color: #a4be2d;
	cursor: pointer; /* for IE */
}
a:hover .testLeftTitle span, a:active .testLeftTitle span {
	color: #f99d3a;
	cursor: pointer; /* for IE */
}
a:link .testLeftDesc, a:visited .testLeftDesc {
    color: #999;
	cursor: pointer; /* for IE */
}
a:hover .testLeftDesc, a:active .testLeftDesc {
	color: #444;
	cursor: pointer; /* for IE */
}
.testTitle a:link, .testTitle a:visited {
    color: #565656;
}
.testTitle a:hover, .testTitle a:active {
	color: #a4be2d;
}
.testDesc a:link, .testDesc a:visited {
    color: #999;
}
.testDesc a:hover, .testDesc a:active {
	color: #A4BE2D;
}
.testDescCurrent a:hover {
	color: #999;
}

/* right col */
#rightCol {
	position: relative;
	width: 385px;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
    text-align: right;
	border-left-width: 0px;
	border-left-style: none;
}
#testDetail {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 0px;
	z-index: 200;
}
.testDetailInner {
    padding: 15px;
    background-color: #fff;
	border: 1px solid #ccc; 
}
#testRightContent {
    position: relative;
	padding-bottom: 10px;
}
.testAuthor {
    color: #fdad18;
    font-size: 14px;
	display: block;
	text-align: right;
	padding-top: 1px;
	padding-bottom: 25px;
}
.testAuthor strong {
    color: #a4be2d;
    font-size: 20px;
}
.testAuthor em {
    color: #666;
	font-size: 11px;
	font-style: normal;
}
#portLink {
    color: #d5d3c0;
    padding-top: 15px;
	padding-bottom: 10px;
}

/* quote styles */
/* 1 */
#testRightContent .style1 p, #testRightContent .style3 p {
	color: #444;
    font-size: 16px;
	line-height: 18px;
	text-align: left;
}
#testRightContent .style1 p .qStart, #testRightContent .style3 p .qStart, #testRightContent .style4 p .qStart, #testRightContent .style5 p .qStart {
	padding-right: 7px;
	padding-bottom: 3px;
}
#testRightContent .style1 p .qEnd, #testRightContent .style3 p .qEnd, #testRightContent .style4 p .qEnd, #testRightContent .style5 p .qEnd {
	padding-left: 7px;
	padding-bottom: 3px;
}

/* 2 */
#testRightContent .style2 p {
	color: #444;
    font-size: 22px;
	line-height: 26px;
	text-align: right;
}
#testRightContent .style2 p .qStart {
	padding-right: 10px;
	padding-bottom: 6px;
}
#testRightContent .style2 p .qEnd {
	padding-left: 10px;
	padding-bottom: 6px;
}

/* 3 */
#testRightContent .style3 p {
	line-height: 20px;
} /* line height variation on 1 */

/* 4 */
#testRightContent .style4 p {
	color: #444;
    font-size: 14px;
	line-height: 16px;
	text-align: left;
}
#testRightContent .style4 p u {
	color: #aaa;
    font-size: 18px;
	line-height: 18px;
	text-decoration: none;
}

/* 5 */
#testRightContent .style5 p {
	color: #444;
    font-size: 11px;
	line-height: 14px;
	text-align: left;
}
#testRightContent .style5 p u {
	color: #aaa;
    font-size: 18px;
	line-height: 18px;
	text-decoration: none;
}

#midContentPrint {
    display: block;
}

#endPage {
    height: 90px
} /* IE specific sheet */
