#home_banner {
    background-color: #f0f0ff;
    color: #202040;
    border: 1px solid #d0d0ef;
    padding: 1em 1em 0 1em;
    margin-bottom: 1.5em;
}

#home_banner h2 {
    font-size: 1.3em;
    text-align: center;
}

#home_banner_left {
    float: left;
    width: 405px;
}

#home_banner_left img {
    text-align: right;
}

#home_banner_left_a {
    float: left;
    margin-bottom: 1.5em;
    width: 190px;
}

#home_banner_left_b {
    float: right;
    margin-bottom: 1.5em;
    width: 206px;
}

#home_banner_slogan {
    clear: both;
    font-size: medium;
    text-align: center;
}

#home_banner_right {
    float: right;
    text-align: right;
    width: 450px;
}

#learn_more_button {
    background-image: url('../images/learn_more.png');
    margin-bottom: 10px;
}

#try_sentry_button {
    background-image: url('../images/try_free.png');
}

.button {
    display: block;
    width: 206px;
    height: 40px;
}

.button:hover {
    background-position: 0 -40px;
}

.button span {
    display: none;
}

#home_slogan {
    text-align: right;
    font-weight: bold;
    font-size: medium;
    margin: 0 0 0 auto;
}

#home_slogan td {
    border: none;
    padding: 0 0 0 0.8em;
}

#home_bullets {
    margin: 0.5em 0 1em;
    text-align: left;
}

#home_content p {
    margin-bottom: 1em;
}

#home_features_heading {
    background-image: url('../images/features.png');
    background-repeat: no-repeat;
    background-position: 10px 8px;
    padding-left: 35px;
}

#home_news_heading {
    background-image: url('../images/news.png');
    background-repeat: no-repeat;
    background-position: 12px 9px;
    padding-left: 35px;
}

.news_item {
    margin: 0 1em 1em 1em;
}

.news_date {
    font-style: italic;
    margin-left: 1em;
}

.news_title {
    font-weight: bold;
}

.news_teaser {
    margin: 0.5em 0 0 1em;
}

.news_teaser p {
    margin: 0;
}

.news_footer {
    margin: 1em 1em 1.5em;                                              
}

