
/*HOME PAGE STYLE*/

#homeTop
{
    clear:both;
    display:block;
    overflow:hidden;
}

#homeLeft
{
    float:left;
    width:513px;
    margin:0 0 0 30px;
}

#homeRight
{
    float:left;
    width: 350px;
    margin:18px 0 0 18px;
    padding:0 0 15px 0;
}

#homeRight p
{
    margin-left:15px;
}

#article
{
    padding:0;
    margin:0;
}

#registerLink
{
    float:left;
    width:251px;
    height:205px;
    background: url('//countryreports.s3.amazonaws.com/layout/registerBack.jpg') no-repeat left top;
    margin:18px 0 0 18px;
    display: block;
    overflow: hidden;
    text-align:center;
    position:relative;
}

#registerLink div
{
    font: 22px Georgia, Helvetica, Arial;
    color:#293752;
    position: absolute;
    display: inline-block;
    width: 251px;    /* width of the logo */
    height: 205px;   /* height of the logo */
    top: 0; left: 0; /* top-left corner of logo */
    border: 0;
    float: left;
    padding:163px 0 0 0;
}

#registerLink div a, #registerLink div a:link, #registerLink div a:visited
{
    color:#293752;
}

#registerLink div a:hover
{
    color:#000000;
}

#sampleLink
{
    float:left;
    width:251px;
    /* height:52px; */
    /* background: url('//countryreports.s3.amazonaws.com/layout/selectBack.jpg') no-repeat left top; */
    margin:18px 0 0 18px;
    display: block;
    overflow: hidden;
    /* padding: 163px 0 0; */
    text-align:center;
    position:relative
}

#sampleLink a
{
    font: 22px Georgia, Helvetica, Arial;
    color:#293752;
    position: absolute;
    display: inline-block;
    width: 251px;    /* width of the logo */
    /* height: 205px;   /* height of the logo */ */
    top: 0; left: 0; /* top-left corner of logo */
    border: 0;
    float: left;
    /* padding:163px 0 0 0; */
}

#sampleButton
{
    margin:0 auto;
    width:350px;
    padding: 0;
}

#sampleButton a, #sampleButton a:link, #sampleButton a:visited
{
    width:188px;
    margin:27px auto;
    background: #f9f6ed url('//countryreports.s3.amazonaws.com/layout/sampleBtn.png') no-repeat left top;
    display:block;
    overflow:hidden;
    font: 500 18px Georgia, Arial;
    color:#ffffff;
    height: 27px;
    padding: 4px 0 0;
    text-align: center;
}

#sampleButton a:hover
{
    background: #f9f6ed url('//countryreports.s3.amazonaws.com/layout/sampleBtn.png') no-repeat left -31px;
    display:block;
    overflow:hidden;
}


.sampleButton
{
    margin:0 auto;
    width:350px;
    padding: 0;
}

.sampleButton a, .sampleButton a:link, .sampleButton a:visited
{
    width:188px;
    margin:27px auto;
    background: #f9f6ed url('//countryreports.s3.amazonaws.com/layout/sampleBtn.png') no-repeat left top;
    display:block;
    overflow:hidden;
    font: 500 18px Georgia, Arial;
    color:#ffffff;
    height: 27px;
    padding: 4px 0 0;
    text-align: center;
}

.sampleButton a:hover
{
    background: #f9f6ed url('//countryreports.s3.amazonaws.com/layout/sampleBtn.png') no-repeat left -31px;
    display:block;
    overflow:hidden;
}

#homeBottom
{
    display:block;
    clear:both;
    padding:25px 0 0 30px;
}

#homeBotLeft
{
    width:100px;
    height:93px;
    background:#f9f6ed url('//countryreports.s3.amazonaws.com/layout/registerBack.jpg') no-repeat left top;
    overflow:hidden;
    display:block;
    float:left;
    padding:35px 0 0 200px;
    font: 500 20px Georgia, Arial;
    color:#293752;
    margin-top: 10px;
    margin-left: 110px;
}

#homeBotRight
{
    width: 125px;
    height:93px;
    background:#f9f6ed url('//countryreports.s3.amazonaws.com/layout/map.png') no-repeat left top;
    overflow:hidden;
    display:block;
    float:right;
    padding:35px 0 0 200px;
    font: 500 20px Georgia, Arial;
    color:#293752;
    margin-left:75px;
}

#slideshow
{
    position:relative;
    height:292px;

}

#slideshow DIV
{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow DIV.activeSlide
{
    z-index:10;
}

#slideshow DIV.last-activeSlide
{
    z-index:9;
}


.activeSlide
{
    background: transparent url('//countryreports.s3.amazonaws.com/layout/slide1.jpg') no-repeat;
    text-align:center;
    width:940px;
    height:292px;
}

.slide2
{
    background: transparent url('//countryreports.s3.amazonaws.com/layout/slide2.jpg') no-repeat;
    text-align:center;
    width:940px;
    height:292px;
}

.slide3
{
    background: transparent url('//countryreports.s3.amazonaws.com/layout/slide3.jpg') no-repeat;
    text-align:center;
    width:940px;
    height:292px;
}

.slide4
{
    background: transparent url('//countryreports.s3.amazonaws.com/layout/slide4.jpg') no-repeat;
    text-align:center;
    width:940px;
    height:292px;
}


/*CSSEX*/
