/* CSS Document :: Joanna Wallis */

/* home page styles ---------------------------------------------------------------------------------------------------------- */
#homeRight {
    float: right;
    width: 489px;
}

#homeRight #intro {
    background: #49483E url('images/home-intro-bg.png') no-repeat top right;
    _background: #4A4542 url('images/home-intro-bg.jpg') no-repeat top right;
    padding: 10px 10px 10px 10px;
    color: #FFFFFF;
    position: relative;
}

#homeRight #intro img {
    position: absolute;
    top: -32px;
    left: 308px;
}

#homeImage { _display: none; }

#homeRight #intro h1, #homeRight #intro p { line-height: 130%; }

#homeRight #intro h1 {
    width: auto;
    background: none;
    text-align: left;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 1em;
}

#homeRight #intro ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 17px;
    padding-left: 0px;
    line-height: 140%;
}

#intro p a, #intro ul li a {
    font-weight: bold;
    color: #ff5175;
}

#homeRight #news {
    background: #49483E;
    _background: #4A4542;
    color: White;
    margin-top: 10px;
    margin-bottom: 10px;
}

#homeRight #news #newsHeading {
    border-bottom: 1px solid black;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 7px;
    margin-bottom: 0px;
}

#homeRight #news #newsHeading a { color: #FF5175; }

#homeRight #news #newsContent {
        padding: 10px;
}

#homeRight #news #newsContent h2 {
        margin-top: 0px;
        padding-top: 0px;
}

#homeRight #news #newsContent h2 a {
        color: White;
}

#homeRight #news #newsContent p {
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

#homeRight #news #newsContent p#newsDate {
    font-size: 0.9em;
    padding-bottom: 10px;
}

#homeLeft {
    width: 481px;
    float: left;
    margin-right: 10px;
    padding-left: 10px;
}

#homeLeft div.homeTeaser {
    border: 1px solid #49483E;
    background: #FFFFFF;
    margin-bottom: 10px;
    padding-top: 1px;
}

.homeTeaserHeight { height: 86px; }

#homeLeft #homeTeaserOne {
    padding-top: 0px;
}

#homeLeft #homeTeaserOne a img {
    display: block;
    margin-bottom: 1px;
}

#homeLeft div.homeTeaser div.homeTeaserContent {
    float: left;
    width: 335px;
    color: #000000;
    padding-left: 7px;
    padding-top: 7px;
    padding-right: 7px;
}

#homeLeft div.homeTeaser div.homeTeaserContent a.btn {
    margin-bottom: 5px;
}

#homeLeft div.homeTeaser .homeTeaserImgLeft {
    float: left;
    margin-right: 1px;
}

#homeLeft #handglogo {
     margin-bottom: 15px;
     margin-top: 15px;
     text-align: center;
}

#footer { width: auto; }
