#gp-main{
    width: 100%;
    min-height: 456px;
    background-image: url('../images/gp-bg4.jpg');
    background-repeat: no-repeat;
    position: relative;
    z-index: 600;
    padding-top: 15px;
}

#gp-box-mid{
    background-image: url('../images/gp-box-bg.png');
    background-repeat: repeat-y;
    width: 950px;
    position: relative;
}

#gp-content{
    width: 770px;
    line-height: 20px;
    font-size: 12px;
    margin: 0px 0px 0px 60px;
 /*   padding-bottom: 20px; */
}

#gp-content h1{
    color: #72b44d;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 10px 0px;
    text-transform:uppercase;
}

#gp-content a:link,
#gp-content a:active,
#gp-content a:visited,
#gp-content a:hover{
    color: #72b44d;
    text-decoration: none;
}

#gp-content a:hover{
    text-decoration: underline;
}

.gp-navLine{
    width: 1px;
    height: 24px;
    float: left;
    display: inline;
}

#gp-nav-bg{
    width: 1209px;
    height: 39px;
    position: absolute;
    top: 182px;
    left: 0px;
    z-index: 600;
    background-image: url('../images/gp-nav-bg.png');
    background-repeat: no-repeat;
}

.navRt{
    background-image: url('../images/gp-nav-rt-bg.png');
    background-repeat: no-repeat;
}


#footer{
    background-image: url('../images/gp-footer-bg.gif');
    background-repeat: no-repeat;
    background-position: top center;
}

#no-flash{
    background-image: url('../images/gp-top.jpg');
    background-repeat: no-repeat;
}
	
.gp-navRt{
    float: left;
    display: inline;
    height: 24px;
    width: 635px;
}

#gp-logo{
    position: absolute;
    left: 49px;
    top: 50px;
}	


#gp-box-btm{
   width: 950px;
   height: 20px;
   overflow: hidden;
}


.green-line{
    width: 770px;
    height: 1px;
    position: relative;
    left: -5px;
    margin-top: 5px;
    padding-bottom: 10px;
    background-image: url('../images/green-line-770.gif');
    background-repeat: no-repeat;
}