/** The ReadSoft Effect campaign styles 
----------------------- */
#rs-campaign
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 974px;
    height: 330px;
    top: 5px;
    text-align: left;
    color:#ffffff;
	font-family: 'GuilfordRegular'!important;
	font-size:14px!important;

}

#rs-campaign h1
{
    font-family: 'GuilfordRegular';
    font-size: 34px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    margin-bottom: 15px;
}

#rs-campaign h2
{
    font-family: 'GuilfordRegular';
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
}

#rs-campaign p
{
    font-family: 'GuilfordRegular';
    font-size: 14px;
    color: #fff;
}

#rs-campaign a, #rs-campaign a:hover
{
    font-family: 'GuilfordRegular';
    font-size: 14px;
    color: #138fdd;
    text-decoration: none;
}

#rs-campaign-front
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 974px;
    height: 330px;
    background:#000000;
}

#rs-campaign-column1
{
    position: absolute;
    left: 20px;
    top: 50px;
    width: 305px;
}

.rs-campaign-splash1
{
    top: 0;
    right: 0;
    margin-top: 5px;
    position: absolute;
    width: 617px;
    height: 304px;
    cursor: pointer;
}

#rs-campaign-splash1-overlay
{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 607px;
    background: #000;
    margin: 0;
    padding: 5px;
    filter:alpha(opacity=0);
	opacity:0; 
}

#rs-campaign-splash1-column1
{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    height: 0px;
    filter:alpha(opacity=0);
	opacity:0; 
}

#rs-campaign-splash1-column1 p
{
   margin:0;
   padding:0;
   display: none;
}

#rs-campaign-back
{
    visibility:hidden;
    position: absolute;
    top: 340px;
    left: 0px;
    width: 974px;
    height: 330px;
    background: #000;
}

#rs-campaign-column2
{
    position: absolute;
    width: 180px;
    height: 300px;
    top: 20px;
    left: 20px;
}

#rs-campaign-splash2
{
    position: absolute;
    width: 530px;
    height: 300px;
    top: 20px;
    left: 220px;
}

#rs-campaign-column3
{
    position: absolute;
    width: 150px;
    height: 300px;
    top: 20px;
    right: 50px;
}

#rs-campaign-back-exit
{
    position: absolute;
    background: url(images/campaign_close.gif) no-repeat;
    width: 15px;
    height: 20px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}