/*** THREE COL ***/

#threeColContainer .column {
    float: left;
}

/*** CENTER COLUMN ***/

#center {
    padding: 0;    /* CC padding */
    width: 540px;
    float: left;
}

#threeColCopy {
    padding: 20px 35px 20px 20px;
}

/***  LEFT COLUMN***/

#left {
    width: 172px;          /* LC width */
    padding: 0;       /* LC padding */
}

/*** RIGHT COLUMN ***/

#right {
    width: 200px;          /* RC width */
    padding: 0;       /* RC padding */
    margin-right: -200px;  /* RC fullwidth + CC padding */
}

#caseStudiesList {
    background-color: #b2e8b5;
    float: right;
    width: 200px;
    border-top: 10px solid white;
}

h1.caseStudiesListHeader {
    background-color: #5EC270;
    font-size: 12px;
    font-weight: bold;
    color: #393939;
    padding: 10px;
    text-transform: uppercase;
}

h1.caseStudiesListHeader a {
    font-weight: bold;
    color: #393939;
    text-decoration: none;
}

.caseStudiesListContent {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #393939;
    padding: 10px;
    border-bottom: white 1px solid;
}

.caseStudiesMore {
    font-size: 12px;
    font-weight: normal;
    color: #393939;
    text-decoration: none;
}

/*** IE Fix ***/
* html #left {
    left: 200px;           /* RC fullwidth */
}