﻿#content
{
    background-image: url(../img/background-main-home.jpg) !important;
}

#textColumn
{
    padding-right: 30px !important;
}

#hpWelcome
{
    width: 435px;
    float: left;
    padding-right: 75px;
    padding-bottom: 80px;
    background-image: url(../img/paragraph-arrow.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 14px;
}

.hpRow
{
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

#hpSlides
{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 453px;
    height: 316px;
    background-image: url(../img/slide-background.png);
    float: right;
    position: relative;
}

#ImageSlideShow
{
    position: absolute;
    background-color: #efefef;
    width: 445px;
    height: 306px;
    top: 1px;
    left: 4px;
}

#ImageSlideHolder
{
    position: relative;
    width: 445px;
    height: 306px;
}

.Slide
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 445px;
    height: 306px;
    background-repeat: no-repeat;
    overflow: hidden;
}


#ImageSlideShow #ImageSlideHolder #FadeWhitePanel
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 445px;
    height: 306px;
    background-color: #fff;
    display: none;
    z-index: 10;
}

#ImageSlideShow #ImageSlideHolder .Slide .Transparent
{
    display: block;
    background-color: #000;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 230px;
    width: 445px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#ImageSlideShow #ImageSlideHolder .Slide a
{
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 30px 0px 30px 20px;
    position: absolute;
    left: 0px;
    top: 220px;
    width: 883px;
}

#hpText
{
    float: left;
    width: 640px;
}

#hpTwitter
{
    float: right;
    width: 178px;
    height: 204px;
    background-image: url(../img/twitter-box.png);
    padding: 20px 15px 20px 15px;
    font-size: 13px;
}

#lnkTwitter
{
    display: block;
    width: 155px;
    height: 36px;
    text-indent: -9000px;
    overflow: hidden;
    background-image: url(../img/twitter.png);
    margin: 15px 0px 10px 0px;
}

#lnkFacebook
{
    display: block;
    width: 144px;
    height: 44px;
    text-indent: -9000px;
    overflow: hidden;
    background-image: url(../img/facebook.gif);
    margin: 15px 0px 10px 0px;
}

