﻿.about-tile {
    background-image: url('/images/about-tile.png');
}
        
.about-section-glow {
    background-position: 0 0;
    width: 492px;
    height: 29px;
}
        
.about-down-arrow {
    background-image: url('/images/grey-arrow-down.png');
    background-repeat: no-repeat;
    background-position: 0px 10px;
}
        
.about-right-arrow {
    background-image: url('/images/grey-arrow-right.png');
    margin-top: 14px;
    background-repeat: no-repeat;
    background-position: 0 7px;
}  
        
.about-robot {
    background-image: url('/images/robot-bg.png');
    width: 1013px;
    min-height: 590px;
    margin: -55px 0 0 -30px;
    background-repeat: no-repeat;
}

p.lead {    
    font-size: 19px;
    width: 590px;
    margin-bottom: 30px;
}

.about-title {
    font-weight: 600;
    font-size: 16px;
    color: #086fb8;
    margin: 8px 0 8px 0;
    cursor: pointer;
    width: 521px;
    height: 22px;
    padding-left: 14px;
    letter-spacing: 1px;
}

.about-description {
    font-size: 14px;
    color: #5c6169;
    width: 521px;
    margin: -12px 0 12px 0;
}
        
.about-faded-line, .about-faded-line-top {
    background-position: 0 -39px;
    width: 521px;
    height: 1px;
}
        
.about-description-wrapper {
    margin-left: 10px;
    display: none;
}

.page-header {
    padding-top: 50px;
    margin-bottom: 18px;
}

.logos {
    width: 533px;
    height: 424px;
    background-image: url('/images/home/logos.gif');
    margin: 30px 0 30px 0;
    border: 1px solid #dfdfdf;
}