html, body {
    background-color: #fff;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 120%;
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    width: auto;
    padding-bottom: 6px;
}

a {
    text-decoration: none;
    color: #008888;
}

a:hover {
    text-decoration: underline;
}

/*Chris added "a.footer" customization 2013-06-20 */
a.footer {
    color: #7B6666;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

div.body {
    padding: 16px 20px 0 20px;
    width: 860px;
}

/*Chris added "div.footer" customization 2013-06-20 */
div.footer {
    font-size: 11px;
    height: 25px;
    font-color: #7B6666;
    text-align: left;
    margin-top: 0px;
    padding: 16px 10px 16px 20px;
    width: 860px;
}

h2 {
    color: #555555;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
}

/* Cecilia changed size to 16px */
h3 {
    color: #555555;
    /*font-size: 14px;*/
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0px;
}

/* Cecilia added h4 style */
h4 {
    color: #555555;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
}

ul.thumbnails,
ul.thumbnails li {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}

ul.thumbnails {
    margin-top: 5px;
    margin-bottom: 6px;
    /* [disabled]padding-left: 37px; */
}

.thumbnail-wrap {
    position: relative;
}

.thumbnail-wrap a {
    display: block;
    position: relative;
}

.thumbnail-wrap .thumbnail {
    display: block;
    position: relative;
}

.thumbnail-wrap .video-icon {
    position: absolute;
    left: 3px;
    bottom: 3px;
}
/*Chris changed height from 130px to 150px and width from 630px to 590px. 2013-06-20 */
/*ul.thumbnails.one-column .thumbnail {
    height: 150px;
    width: 590px;
}*/

ul.thumbnails.two-column .thumbnail {
    height: 130px;
    width: 250px;
}

/* Cecilia Farell changed dimensions to 150px x 100px */
/*ul.thumbnails.three-column .thumbnail {
    width: 70px;
    height: 70px;
}*/

ul.thumbnails.three-column .thumbnail {
    width: 150px;
    height: 100px;
}

ul.thumbnails.four-column .thumbnail {
    width: 150px;
    height: 100px;
}

.columns-layout {
    overflow: hidden;
    margin-left: 0px;
}

.columns-layout .column {
    float: left;
    margin-left: 0px;
}

.columns-layout .column:first-child {
    /* [disabled]margin-left: 0; */
}

.columns-layout.two-column .column {
    width: 270px;
    padding-left: 12px;
}

.columns-layout.two-column h3 {
    margin: 6px 0 0;
}

.columns-layout.two-column p {
    margin-bottom: 0;
}

.columns-layout.three-column {
    margin-bottom: 6px;
    margin-top: 20px;
}

.columns-layout.three-column .column {
    margin-left: 0;
    margin-bottom: 0px;
    width: 205px;
    padding-right: 5px;
    height: auto;
}

/* Added by Cecilia */
.columns-layout.three-column .column_wide {
    margin-left: 0;
    margin-bottom: 0px;
    width: 200px;
    padding-right: 5px;
    height: auto;
}

/* Cecilia Farell customization - removed thumbnail wrapping */
/*.columns-layout.three-column .column .thumbnail-wrap {
    float: left;
}*/

.columns-layout.three-column .column {
    float: left;
    padding-left: 5px;
}

/* Cecilia changed h3 margin */
/*.columns-layout.three-column .column h3 {
    margin-left: 80px;
}*/

.columns-layout.three-column .column h3 {
    margin: 6px 0 0;
}

/* Cecilia added h4 style for inside columns */
.columns-layout.three-column h4 {
    margin: 6px 0 0;
}

.columns-layout.four-column .column {
    width: 150px;
}

.columns-layout.four-column h3 {
    margin: 6px 0 0;
}

ul.links,
ul.links li {
    margin: 0 0 3px;
    padding: 0;
    list-style-type: none;
}

ul.links {
    margin-top: 10px;
    padding-left: 5px;
}
