div#content_main div#title-bar {
height:165px;	
background-image: url(../images/Testimonials.gif);
background-repeat: no-repeat;
background-position: left;
}

div#content_main div#title-bar {
background-color: #6D67AF;	
}

div#content_main div#main_content {
position : relative; 
background-color: #E2E0F0;
}
/*
div#main_content p {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:90%;
padding-bottom: 2%;
}

div#main_content > h1 {
color:#FFFFFF;
font-size: 120%;
line-height: 120%;
padding-top: 3%;
margin-bottom:-2%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#main_content > h2 {
color:#FFFFFF;
font-size: 90%;
margin-bottom:3%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}*/

#cap {
font-size:600%; 
color:#ffffff; 
font-weight:normal; 
float:left; 
height: 75%; 
line-height:75%; 
margin-top:-1px; 
margin-right:1px;
padding-bottom:3px;}

* html #cap {
margin-right:-2px; 
margin-top:3px;} 


/*#left_column {
 	left : 0;  
	width : 50%; }
  
#right_column {
 	left : 50%;  
	width : 50%; } */
 
#right_column, #left_column {
	font-size: 9.0pt;
	line-height: 10pt; 
	font-weight: bold; 
}

 #right_column ul, #left_column ul {
 	margin: 5% 0 5% 5%;
 }
 
 #right_column ul li, #left_column ul li {
 	padding-bottom: 2%;
 }
 
#left_column a, #right_column a {display: block; padding: 1px; color: #6D67AF; text-decoration: none;}
#left_column a:link, #right_column a:link, #left_column a:visited, #right_column a:visited {color: #6D67AF; text-decoration: none;}
#left_column a:active, #right_column a:active {color: #6D67AF; text-decoration: none;}
#left_column a:hover, #right_column a:hover {background-color: #6D67AF; text-decoration: none; color: #FFFDDA;}


div#main_content div#testimonial_box {
position: relative;
top: 30px;
margin: 0% 5% 5% 5%;
width: 600px;
background-color: #B9B6DB;
display: block;
min-height: 500px;/* set here min height  */
height: auto !important;/* overwrite the height */
height: 500px;/* this is also the min height for IE */ 
}

div#testimonial_box table {
	width:70%;
	border-collapse: collapse;
	padding-left: 5%;
	margin-right: 5%;
	margin-bottom:3%;
	float: right;
	font-size: 90%;	
}

div#main_content div#testimonial_box img {
	float:right;
	padding-right: 3%;
	padding-left:3%;
	padding-top:1%;
	padding-bottom:1%;
}

div#main_content div#testimonial_box img + img {
	padding-right: 0px;
}

div#main_content div#testimonial_box ul {
	list-style: disc inside none;
	font-size: 90%;
	padding: 0 3% 3% 5%;
	margin-left:10%;
}


div#main_content div#testimonial_box ul li {
	font-family: inherit;
	list-style-position: inside;
}

div#testimonial_box p {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:90%;
padding-bottom: 2%;
padding-left:10%;
}

div#testimonial_box  h1 {
color:#FFFFFF;
font-size: 150%;
line-height: 120%;
padding-top: 3%;
padding-left:10%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#testimonial_box  h2 {
color:#FFFFFF;
font-size: 90%;
margin-bottom:3%;
padding-left:10%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#testimonial_box .topLeft {
	background-image: url(../images/bg_top_left.gif);
	background-repeat: no-repeat;
	background-position:  0 100%;
	width: 100%;
	height: 12px;
	float: left;
}

div#testimonial_box .topRight {
	background-image: url(../images/bg_top_right.gif);
	background-repeat: no-repeat;
	background-position:  0 100%;
	width: 15px;
	height: 12px;
	float: right;
}

div#testimonial_box .centerLeft {
	background-image: url(../images/bg_center_left.gif);
	background-repeat: repeat-y;
	width: 100%;
	float: left;
	min-height: 500px;/* set here min height  */
	height: auto !important;/* overwrite the height */
	height: 500px;/* this is also the min height for IE */ 	
}

div#testimonial_box .centerRight {
	background-image: url(../images/bg_center_right.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
	width: 100%;
	height: 100%;
	float: right;
}

div#testimonial_box .bottomLeft {
	background-image: url(../images/bg_bottom_left.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 12px;
	float: left;
}

div#testimonial_box .bottomRight {
	background-image: url(../images/bg_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 15px;
	height: 12px;
	float: right;
}
div#break {
	margin-bottom: 10%;
	background-color: #B9B6DB;
}

div#main_content h2 + p > a:hover, div#main_content h2 ~ p > a:hover {background-color: #B9B6DB; text-decoration: underline; color: #000000; }

