﻿
h1 { font-size: 1.6em; }

div#contentContainer { margin-left: 9px; margin-top: 1.4em; display: inline; width: 668px; }
div#content { float: none; }

div#contentContainer ul, div#contentContainer ol { list-style-type: disc; margin-left: 16px; }
div#contentContainer ol { list-style-type: decimal; }
div.contentLeft { float: none; }
div.contentRight { width: 322px; float: right; margin: 0 0 10px 10px; }

#prevFundedProjects, #caseStudyOverview {
    background: #e9eed8;
    width: 302px;
    padding: 10px;
    color: #8C8D8E;
    margin-top: 1.6em;
}

#caseStudyOverview {
    margin-top: 0;
    margin-bottom: 1.6em;
}

div#contentContainer #prevFundedProjects ul,
div#contentContainer #caseStudyOverview ul {
    list-style-type: none;
    margin: 0;
}

#prevFundedProjects li, #caseStudyOverview li {
    position: relative;
    float: left;
    width: 100%;
}

#caseStudyOverview li.hr {
    margin: 0 0 8px;
}

#caseStudyOverview li {
    margin-bottom: 4px;
}

#caseStudyOverview span.title {
    font-weight: bold;
    width: 95px;
    display: block;
    float: left;
}

#caseStudyOverview span.value {
    width: 200px;
    display: block;
    float: right;
}

#prevFundedProjects li span {
    display: block;
    width: 180px;
    line-height: 1.1em;
}

#prevFundedProjects li span.project {
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.4em;
}

#prevFundedProjects li a.greenBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 1px;
}

#prevFundedProjects li.hr {
    margin: 8px 0 4px;
}

span.caption {
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 3px;
    display:  block;
}

div.moreCaseStudyLinks {
    margin-top: 1.4em;
}

body #contentContainer #questions li, body #contentContainer #answers li { margin-left: 8px; }

#questions li { margin-bottom: 1em; }

#answersTitle { margin-top: 3em; }

#answers li { clear: both; padding-bottom: 1.5em; border-bottom: 1px dotted #aeb0b3; margin-bottom: 0.8em; }    

#answers .faqQuestion { cursor: default; font-weight: bold; text-decoration: none; }
#answers .faqQuestion:hover { color: #6D6F72; }


#answers .backtotop { float: right; font-weight: bold; font-size: 0.8em; text-decoration: none; }    
    
