﻿
.site-mid
{
    width: 942px;
    height: 214px;
    overflow: hidden;
    border-bottom: solid 1px #dfdfdf;
}

.site-mid .promo-img
{
    width: 720px;
    height: 214px;
    overflow: hidden;
    float: left;
    border-right: solid 1px #dfdfdf;
}

.site-mid .promo-img img
{
    width: 704px;
    height: 198px;
    margin: 8px 0px 0px 8px;
}

.site-mid .mid-right
{
    width: 221px;
    height: 214px;
    overflow: hidden;
}

.site-mid .mid-right img
{
    width: 203px;
    height: 198px;
    margin: 8px 0px 0px 8px;
}

.fundraising
{
    position:relative;
    background-color:#a5001f;
    width: 203px;
    height: 198px;
    margin: 8px 0px 0px 8px;
    font-weight:bold;
    color:White;
    overflow:hidden;
}
.fundraising .levelarea
{
    position:absolute;
    background-color:#ebc;
    border:solid 1px #ddd;
    border-bottom:none;
    left:   16px;
    top:    36px;
    width:  50px;
    height:160px;
    overflow:hidden;
}
.fundraising .levelarea .notch
{
    position:absolute;
    height:1px;
    width:12px;
    background-color:Black;
}
.fundraising .level
{
    position:absolute;
    background-color:#a5001f;
    left:   5px;
    top:    158px;
    width:  40px;
    height:160px;
}
.fundraising .title
{
    position:absolute;
    text-transform:uppercase;
    top:10px;
    left:16px;
}
.fundraising .target
{
    position:absolute;
    left:83px;
    top:200px;
}
.fundraising .current
{
    position:absolute;
    left:83px;
    top:200px;
}
.fundraising .marker
{
    position:absolute;
    background-color:#ebc;
    height:4px;
    width:10px;
    left:68px;
    top:-10px;
}
