@import 'tooltips.css';
@import 'common.css';
#fma {
    background: url('_images/bg-fma-portfolio.jpg') top left no-repeat;
}
#main-content ul.client-list {
    float: left;
    list-style: none;
    width: 570px;
    margin-left: 0;
}
#sub-nav ul {
    width: 155px;
}

.client-list li {
    float: left;
    list-style: none;
    width: 275px;
}
#case-study-thumbnails {
    margin: 0px;
    margin-bottom: 15px;
    border: 1px solid #a8bbd1;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 0px;
    text-align: center;    
    float: left;
}
#case-study-thumbnails img {
    margin-right: 5px;
    margin-bottom: 5px;
}
#case-study-thumbnails p {
    padding: 0;
    margin: 0;
}

#case-study-thumbnails a {
    display: block;
    float: left;
    width: 118px;
    height: 94px;
    margin-right: 5px;
    padding: 0;
    margin-bottom: 5px;
    overflow: hidden;
}

#main-content ul.case-study-details {
    list-style: none;
    
    float: left;
    margin-left: 0;
}
.case-study-details li {
    width: 325px;
    float: left;
    padding-bottom: 10px;
    margin: 0;
}

.case-study-details li.label {
    width: 100px;
    margin-right: 10px;
    clear: left;
}
.case-study-details li.label h3 {
    display: block;
    width: 100px;
    text-decoration: none;
}

/*******************
 * Homepage News Listing
 *******************/
#news-list {
    background: url('_images/bg-home-news-list.jpg') top left no-repeat;
    float: left;
    margin-left: 25px;
    padding-right: 25px;
}
#news-list-title {
    font: 16px Arial, Verdana, sans-serif;
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 25px;
    margin-top: 20px;
    padding-bottom: 5px;
}
.news-list-item {
    font: 11px Arial, Verdana, sans-serif;
    width: 150px;
    margin-left: 25px;
    margin-top: 10px;
    padding-bottom: 5px;
}
.news-date {
    color: #003768;
}
.news-intro {
    color: #333333;
}
.news-read-more {
    color: #1b5e9f;
}
#news-list-bottom {
    display: block;
    background: url('_images/bg-home-news-list-bottom.jpg') top left no-repeat;
    width: 206px;
    height: 19px;
}

#penny-lane-support-video-player-wrapper {
    position: absolute;
    margin: -60px 0px 0px 350px;
    border: 1px solid #A8BBD1;
    padding: 5px;
}