﻿#pg-board
{
    background-image: url(img/board.gif);
    height: 435px;
    width: 682px;
    background-repeat: no-repeat;
    position: relative;
}

#lc-head
{
    margin-top: 14px;
}

#pg-initiatives
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#pg-initiatives li
{
    position: relative;
    height: 136px;
}
.pg-ini-data
{
    position: absolute;
    top: 0;
    left: 0;
    padding: 28px 5px 5px 70px;
    width: 385px;
    color: #999999;
    font-size: 12px;
}

.pg-ini-data h2
{
    font-size: 13px;
    margin-bottom: 20px;
}

.pg-ini-data h2 a
{
    color: #999999;
    text-decoration: none;
}

.pg-ini-data h2 a:hover
{
    color: #F78F1E;
}

.pg-ini-img
{
    position: absolute;
    top: 0;
    left: 472px;
}

#pg-pager
{
bottom:5px;
font-size:12px;
left:0;
padding-right:10px;
position:absolute;
text-align:right;
width:670px;
}

#pg-pager a
{
    color: White;
}

#pg-pager img
{
    vertical-align: bottom;
}
