﻿/* PJ Pulse Box */
#pulsecontainer
{
    width: 620px;
    height: 120px;
    background: #5a6c74 url(/webfiles/img_peacejampulseanimatedheader2.gif) no-repeat left top;
    /*border: solid 1px teal;*/
}

/* Gallery Box */

#galleryheader
{
    width: 560px;
    height: 62px;
    background: #bead55 url(/webfiles/header_homegallery.gif) no-repeat left top;
    /*border: solid 1px blue;*/
}

#gallerycontainer
{
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 10px;
}

#gallerycontent
{
    width: 560px;
    padding-bottom: 8px;
    background: #bead55 url(/webfiles/bg_homegallery.gif) repeat-y left top;
    /*border: solid 1px red;*/
}

#galleryfooter
{
    width: 560px;
    height: 10px;
    background: #bead55 url(/webfiles/footer_homegallery.gif) no-repeat left top;
    /*border: solid 1px green;*/
}

/* News Box */

#newswrapper, #gcawrapper
{
    width: 560px;
    margin: 10px 20px 10px 40px;
    /*border: solid 1px green;*/
}

#newsheader
{
    width: 560px;
    height: 59px;
    background: url(/webfiles/header_homenews.gif) no-repeat left top;
}

#newscontainer
{
    width: 560px;
    padding-bottom: 10px;
    /*border: solid 1px green;*/
}

#newscontainerpj, #newscontainergca
{
    width: 280px; 
    float: left;
    margin-top: 10px;
    /*border: solid 1px yellow;*/
}

#newscontainerportal
{
    width: 560px;
    padding-top: 24px;
    padding-bottom: 10px;
    background: url(/webfiles/bg_homenewsportal.gif) no-repeat left top;
    min-height: 156px;
}

/* GCA Box */

#gcaheader
{
    width: 560px; 
    height: 42px; 
    background: #dcf480 url(/webfiles/header_homegca.gif) no-repeat left top;
}

#gcacontainer
{
    width: 560px;
    padding-top: 10px;
    /*padding-bottom: 10px;*/
    background: #dcf480 url(/webfiles/bg_homegca.gif) repeat-y left top;
    /*padding-bottom: 10px;*/
    /*border: solid 1px green;*/
}

#gcaspotlight
{
    width: 520px;
    height: 97px;
    padding-top: 4px;
    background: #ffffff url(/webfiles/bg_homeprojectspotlight.gif) no-repeat left top;
}

#gcalist1, #gcalist2
{
    width: 260px; 
    margin-top: 8px;
    float: left;
}

#gcafooter
{
    width: 560px; 
    height: 10px; 
    background: #dcf480 url(/webfiles/footer_homegca.gif) no-repeat left top;
    /*border: solid 1px red;*/
}

/* text elements */

a.textcurrentpulse:link{color: #f7d130; text-decoration: none; }
a.textcurrentpulse:visited{color: #f7d130; text-decoration: none; }
a.textcurrentpulse:hover{color: #f7d130; text-decoration: underline; }
.textcurrentpulse
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    color: #f7d130;
}
