@charset "UTF-8";
/* CSS Document */
 
 
 #people3 {
 margin-left: 0;
 padding-top: 0;
 padding-left: 0;
 }
 #people3 li {
 list-style-type: none;
 }
 #people3 li a {
 width: 120px;
 background-image: url(../images/buttons/em_dash_spacer.jpg);
 background-repeat: no-repeat;
 padding-left: 11px;
 }
 #people3 li a:hover {
 width: 120px;
 background-image: url(../images/buttons/em_dash_black.jpg);
 background-repeat: no-repeat;
 padding-left: 11px;
 }
 #people3 li a.active {
 width: 120px;
 background-image: url(../images/buttons/em_dash_orange.jpg);
 background-repeat: no-repeat;
 padding-left: 11px;
 }
 #people4 {
 margin: 0;
 padding: 0;
 }
 #people4 li {
 list-style-type: none;
 }
 #people4 li a {
 width: 120px;
 background-image: url(../images/buttons/em_dash_spacer.jpg);
 background-repeat: no-repeat;
 padding-left: 11px;
 }
 #people4 li a:hover {
 width: 120px;
 background-image: url(../images/buttons/em_dash_black.jpg);
 background-repeat: no-repeat;
 padding-left: 11px;
 }
 #people4 li a.active {
 width: 120px;
 background-image: url(../images/buttons/em_dash_orange.jpg);
 background-repeat: no-repeat;
 padding-left: 11px;
 }
 #people4 h5 {
 font-size: 10px;
 font-weight: normal;
 color: #FF9900;
 }
 
 #capabilities {
 margin-left: 0;
 text-indent: -11px;
 padding-top: 0;
 padding-left: 10px;
 }
 #capabilities li {
 list-style-type: none;
 margin-left: 0;
 padding-left: 0;
 }
 #capabilities li a {
 background-image: url(../images/buttons/em_dash_spacer.jpg);
 background-repeat: no-repeat;
 padding-left: 11px;
 }
 #capabilities li a:hover {
 background-image: url(../images/buttons/em_dash_black.jpg);
 background-repeat: no-repeat;
 padding-left: 11px;
 }
 #capabilities li a.active {
 background-image: url(../images/buttons/em_dash_orange.jpg);
 background-repeat: no-repeat;
 padding-left: 11px;
 }
 
 #testimonialsDetail {
 margin-left: 0;
 text-indent: -11px;
 padding-top: 0;
 padding-left: 10px;
 }
 #testimonialsDetail li {
 list-style-type: none;
 margin-left: 0;
 padding-left: 0;
 }
 #testimonialsDetail li a {
 background-image: url(../images/buttons/em_dash_spacer.jpg);
 background-repeat: no-repeat;
 padding-left: 11px;
 }
 #testimonialsDetail li a:hover {
 background-image: url(../images/buttons/em_dash_black.jpg);
 background-repeat: no-repeat;
 padding-left: 11px;
 }
 #testimonialsDetail li a.active {
 background-image: url(../images/buttons/em_dash_orange.jpg);
 background-repeat: no-repeat;
 padding-left: 11px;
 }
 

 a {
 color:#C7C9CB;
 text-decoration: none;
 }
 a:hover {
 color:#000000;
 }
 a.active {
 color:#FF9900;
 }
 
