.project {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-left: 20px;
}

.col-a, .col-b {
    position: relative;
    overflow: hidden;
}

.col-a {
    width: 700px;    
    float: left;
    display: inline;
}

.col-b {
    width: 222px;
    padding-left: 18px;
}

.project-pager {
    position: absolute;
    right:0;
    bottom:0;
}

.project h1,
.project h2,
.project h3,
.project h4 {
    font-family: "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeue", "Helvetica Neue",  "Arial", "Helvetica", "sans-serif";
    font-stretch: condensed;
    color: #333;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 6px;
    height: 16px;
}

.info-col h3 {
    padding-top: 4px;
    height: 12px;
}

.block {
    margin-bottom: 42px;
}

.project-title {    
    position: relative;
    text-transform: uppercase;    
    font-size: 18px;
}

.project-page-header {
    background: transparent url('../images/page-header-bg.png') no-repeat;
    margin-top: 20px;
    margin: 20px 0 0 20px;
    margin-left: 20px;
    height: 37px;
    overflow: hidden;
}

.project-page-header h3 {
    text-transform: none;    
    padding: 6px 0 6px 16px;
    float: left;
    display: inline-block;
    border: 0;
}

.project-page {
    margin-left: 20px;
}

.project-page img {
    border: 1px solid #bebebe;
    display: block;
    margin: 0 auto;
}

.page-pager {
    float: right;
    display: inline;
}

.page-pager a, .page-pager span {
    display: block;
    float: left;
    width: 30px;
    height: 37px;    
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
    color: #cc0000;
    background-image: url('../images/page-pager-bg.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: -30px 0;    
}

.page-pager-bottom a, .page-pager-bottom span {
    background-image: url('../images/page-pager-bottom-bg.png');
    padding-top: 17px;
}

.page-pager-bottom {
    background-position: left 10px;
    margin-top: 0;
    overflow: hidden;    
}

.page-pager a:hover {
    background-position: 0 0;
    color: #fff;
    text-decoration: none;
}

.page-pager a.selected, .page-pager span {
    background-position: -60px 0;
    color: #666;
}

.project-info p {
    font-size: 13px;
    margin-bottom: 20px;
}

.info-col blockquote {    
    line-height: 1.4;
    font-family: "Times New Roman", "Times", serif;
    font-size: 20px;    
    font-style: italic;
    margin-bottom: 24px;
    border-top: 1px solid #bebebe;
    padding-top: 24px;
}

.attr-author, .attr-title {
    color: #888;
}

.attr-author {
    margin-top: 8px;
    font-size: 16px;
}   

.attr-title {
    font-size: 14px;
}  

.client-info {
    margin-top: 42px;
    
    
}

.page-tip {
    position: absolute;
    padding: 10px;
    background-color: #cc0000;
    color: #fff;
    z-index: 999;   
}

#client-info h2 {
   border-bottom: 1px solid #bebebe;   
   margin-top: 40px;
   text-transform: uppercase;
   padding-bottom: 6px;
   color: #000;
   width: 100%;
}

#client-info {
 padding-left: 20px;   
}

.client-info-list {
    width: 536px;    
    overflow: hidden;    
    border-right: 1px solid #bebebe;
    padding-top: 24px;    
    float: right;
}


.client-info-list li {
    float: left;
    display: inline-block;
    width: 216px;
    margin-right: 44px; 
    padding-bottom: 24px;
    overflow: hidden;
    font-size: 12px;
}

.client-info-list li h3 {
    margin-bottom: 8px;
    font-size: 14px;
}

.client-info-title {
    width: 160px;
    float: left;    
    text-transform: none;    
}

.client-info-title, .client-links-section h3 {
    color: #000;
    margin-top: 24px;
}
    

#client-info h3 {
    text-transform: none;
}

.client-news-section, .client-content-section {
    width: 701px;
    float: left;
    overflow: hidden;
}

.client-content-section {
    border-bottom: 1px solid #bebebe; 
}

.client-news-section {
    position: relative;    
}

.client-news-section h3 {
    color: #000;
}

.client-links-section {
    width: 218px;
    float: right;
}

.client-links-section a {
    color: #000;
}

.client-links-section a:hover {
    color: #cc0000;
}

#client-news-pager {
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 2;
}

#client-news-pager a span, #client-news-pager span span {
    display: none;
    border: 1px solid red;
}