@charset "utf-8";
/* CSS Document */
 
/*---------- ABOUT PAGE DECLARATIONS ----------*/
 
 
/*---------- HOVER ON ABOUT LINK ----------*/
#menu .about {
	background-position: left bottom;
}

/*------------------------ LAYOUT --------------------------*/
#page_about{
   width: 980px;
   position:relative;
}

#banner_about{
   position:relative;
   margin:0;
   padding:0;
   top: 20px;
}

#quote_about{
   width:600px;
   margin:0;
   padding:0;
   margin-left: 175px;
}

#content_about{
   width:980px;
   margin:0;
   padding:0;
}

#left{
   width: 200px;
   position:absolute;
   font-size: 12px;
   line-height: 18px;
   margin-top: 45px;
   margin-left: 3px;
}

#center{
   margin-top: 45px;
   padding-top: 10px;
   left: 210px;
   line-height: 18px;
   width: 500px;
   position:absolute;
}

#right{
   margin-top: 45px;
   width: 200px;
   position: absolute;
   right: 3px;
}

#center_text{
   line-height: 18px;
   padding-bottom: 20px;
}


.title{
   color:#101926;
   font-size:15px;
   margin-bottom: 20px;
   margin-top: 10px;
   text-transform:uppercase;
}

.client_text{
   color:#101926;
   font-size: 11px;
   text-transform:uppercase;
   line-height: 17px;
   margin-right: 2px;
}


a.services_links{
   color: #101926;
   text-decoration: none;
   border: none;
   text-transform:uppercase;
}

a:hover.services_links {
   color: #101926;
   text-decoration: underline;
   border: none; 
   text-transform:uppercase;
}

#footer_padding{
   padding-bottom: 665px;
}