﻿ #banners
{
    margin-left: -25px;
    margin-bottom: 10px;
    height: 325px;
    position: relative;
}

#banners .btns
{
    position: absolute;
    z-index: 5;
}
#banners .btns span
{
    width: 200px;
    display: block;
}



.btns .banner-btn
{
    background: url('/img/pixel.gif');
    width: 240px;
    height: 43px;
    position: absolute;
    top: 245px;
    text-indent: -9000px;
    left: 0;
}

.btns .reach-btn
{
    top: 245px;
}

.btns .connect-btn 
{
    left: 250px;
}

.btns .engage-btn
{
    left: 500px;
}

.btns .grow-btn
{
    left: 740px;
}

#banners ul
{
    list-style: none;
}

#banners li
{
    text-align: center;
    display: none;
    position: absolute;    
}
#banners li span 
{
    display: block;    
    text-indent: -9000px;
}

#banners li.active
{
    display: block;
}

#joinbox
{
    padding: 10px;
    width: 210px;
    height: 173px;
    background: url(home/joinbox.png);
    float: left;
    margin-left: 5px;
    position: relative;
}

#joinbox h3
{
    color: #39b54c;
    margin-bottom: 10px;
}

#joinbox p
{
    font-size: .9em;
}

#joinbox a
{
    text-decoration: none;
    color: #39b54c;
    font-size: 1.em;
}

#joinbox #email
{
    position: absolute;
    border: 0px;

    bottom: 70px;
    left: 14px;
    width: 200px;
    height: 18px;
    background: transparent;
}

#joinbox #submit
{
    background: transparent;
    border: 0;
    position: absolute;
    width: 70px;
    height: 27px;
    bottom: 20px;
    right: 20px;
    text-indent: -9999px;

    cursor: pointer;
}


#shoutbox
{
    width: 665px;
    height: 193px;
    background: url(home/tools.png) no-repeat;
    margin-left: 255px;
    position: relative;
}


#shoutbox a
{
    display: block;
    position: absolute;

    right: 12px;
    bottom: 19px;
    width: 110px;
    height: 25px;
    text-indent: -9999px;
}

.YContent .inner_content
{
    text-align: center;
    position: relative;
}
