/* NOTE: on inside pages left column MUST have more content then on the right */
#footconTent {
	text-align: left;
	margin: 0px auto;
	width: 990px;
	height: 113px;
	background: url(/images/bg_foot2.jpg) no-repeat 0 0;
	border-right:1px solid #636363;
}
.bigbox {
 height: 100%;
 padding-bottom: 15px;
  margin-left: 8px;
}
.bigbox_in {
  background: none;
  height: 100%;
}
.info_about {
 margin: 10px 40px 0 40px;
 width: 550px;
 /* padding-right: 300px;  */
 background: none; /* adjust background image placement here ********** */
 /* border: #000 3px solid; */
}
* html .info_about {
 border: #000 3px solid;
}
.info_out { 
 background: none;
}

/* TESTIMONIALS on 'aboutus.htm' */

#right dl.testimonial dd.details span {
 float: right;
 font-size: 1.2em;	
 color: #fff;
}
#right dl.testimonial dd.details span.dot{
 float: left;
 width: 99%;
 height: 14px;
 background: url(/images/dots-w.png) repeat-x 0 79% !important;
}
* html #right dl.testimonial dd.details span.dot{
 background: url(/images/dots-w.gif) repeat-x 0 91% !important;
}
#right dl.testimonial dd.details br {
 clear: both;	
}

#right dl.testimonial dd.details a {
 color: #fff;
 text-decoration: none;	
 padding-right: 28px;
 height: 12px;
 background: url(/images/arrow_wht.png) no-repeat center right;
}
* html #right dl.testimonial dd.details a {
 background: url(/images/arrow_wht.gif) no-repeat center right;
}
#right dl.testimonial dd.details a:hover {
 color: #d8271e;
 text-decoration: none;	
}
/* Inner pages left column read more  ******************************************************* */

p.l_readmore {
padding: 0;
margin: -10px 0 5px 0;
}

p.l_readmore span.dots {
 float: left;
 width: 61%;
 height: 14px;
 background: url(/images/dots.png) repeat-x 0 79% !important;
}
* html p.l_readmore span.dots {
 background: url(/images/dots.gif) repeat-x 0 91% !important;
}
p.l_readmore  br {
 clear: both;	
}

p.l_readmore span  a {
 color: #000;
 text-decoration: none;	
 padding-right: 28px;
 margin-left: 3px;
 height: 12px;
 background: url(/images/arrow_blk.png) no-repeat center right;
}
* html p.l_readmore span  a {
 background: url(/images/arrow_blk.gif) no-repeat center right;
}
p.l_readmore span  a:hover {
 color: #cc0000; /* #e80000; */
 text-decoration: underline; /* none; */
}


