@charset "utf-8";
/* CSS Document */
 
/*---------- TESTIMONIALS PAGE DECLARATIONS ----------*/
 
 
/*---------- HOVER ON TESTIMONIALS LINK ----------*/
#menu .testimonials {
	background-position: left bottom;
}

/*------------------------ LAYOUT --------------------------*/

#footer_padding{
   padding-bottom: 3200px;  /*add about 200 for each new listing */
}

#page_testimonials{
   width: 980px;
   position:relative;
}

#banner_testimonials{
   position:relative;
   margin:0;
   padding:0;
   top: 20px;
}

#quote_testimonials{
   width:600px;
   margin:0;
   padding:0;
   margin-left: 175px;
}

#highlighted_testimonial{
   width:200px;
   padding:0;
   margin-top:20px;
   margin-bottom: 20px;
}

#content_testimonials{
   width:980px;
   margin:0;
   padding:0;
}

#left{
   width: 710px;
   position:absolute;
   font-size: 12px;
   line-height: 18px;
   margin-top: 10px;
   margin-left: 20px;
}

#right{
   margin-top: 45px;
   width: 205px;
   position: absolute;
   right: 5px;
}

#testimonial{
   width: 700px;
   position:relative;
   clear: both;
}

#left_testimonial{
   width: 160px;
   margin-top: 5px;
   float:left;
}

#right_testimonial{
   width: 500px;
   float:right;
}

#testimonial_thumb{
   margin-top:25px; 
}

.testimonial_thumb_border{
   border-right: #003D85 1px solid;
   border-top: #397D7E 1px solid; 
   border-left: #397D7E 1px solid; 
   border-bottom: #003D85 1px solid; 
}

#testimonial_description{
   margin-top:25px;
   color: #003d85;
   font-size: 12px;
   margin-bottom: 2px;
}

#testimonial_location{
   text-transform:uppercase;
   font-size: 10px;
   margin-bottom: 15px;
   margin-left: 1px;
}

#testimonial_text{
   line-height: 18px;
   margin-bottom: 15px;
}

#testimonial_name{
   margin-bottom:1px;
}

#testimonial_company_with_url{
   font-size: 11px;
   margin-bottom: 1px;
}

#testimonial_company_no_url{
   font-size: 11px;
   margin-bottom: 40px;
}

#testimonial_url{
   font-size: 11px;
   margin-bottom: 40px;
}

a.url_link {
   color:#101926;
   text-decoration: none;
   text-transform: uppercase;
   font-size: 11px;
}

a:hover.url_link {
   color:#003d85;
   text-decoration: none;
   text-transform: uppercase;
   font-size: 11px;
}

#testimonial_separator{
   margin-left:1px;
   width: 515px;
   fotn-size: 10px;
}

#see_the_project{
   margin-left: 35px;
   font-size: 11px;
   margin-top: 1px;
}

#cant_see {
   font-size: 9px;
   margin-top: 1px;
   color:#101926;
   text-decoration: none;
   text-transform: uppercase;
   text-align: center;
   line-height: 12px;
}

a.project_link {
   color:#003d85;
   text-decoration: none;
   text-transform: uppercase;
}

a:hover.project_link {
   color:#d88722;
   text-decoration: none;
   text-transform: uppercase;
}

.highlighted_testimonial_text{
   color:#397d7e;
   line-height: 17px;
   margin-right: 2px;
}

#highlighted_testimonial_name{
   margin-top: 15px;
   color:#397d7e;
   margin-bottom: 3px;
}

#highlighted_testimonial_company_with_url{
   color:#397d7e;
   font-size: 11px;
   margin-bottom: 3px;
}

#highlighted_testimonial_company_no_url{
   color:#397d7e;
   font-size: 11px;

}

#highlighted_testimonial_url{
   font-size: 11px;
}

a.highlighted_url_link {
   color:#397d7e;
   text-decoration: none;
   text-transform: uppercase;
   font-size: 11px;
}

a:hover.highlighted_url_link {
   color:#397d7e;
   text-decoration: underline;
   text-transform: uppercase;
   font-size: 11px;
}

