#content {
    background: #082a75;
}

#home-slider{
    position: relative;
    float: right;
}
#home-slider .slides_container {
    width:710px;
    height:434px;
}
#home-slider .slides_container div {
    width:710px;
    height:434px;
    display:block;
}

#home-slider .slides_container div .slide-image{
    width: 524px;
    height: 434px;
    float: left;
}

#home-slider .slides_container div .slide-detail{
    width: 166px;
    height: 414px;
    padding: 10px;
    background: #f8f6f4;
    float: left;
    text-align: center;
}

#home-slider .slides_container div .slide-detail .title{
    font-family: 'Georgia';
    color: #372d01;
    font-size: 1.5em;
    text-align: center;
    font-weight: normal;
    font-style: italic;
    margin: 0 0 10px 0;
}

#home-slider .slides_container div .slide-detail .description{
    font-family: 'Arial';
    font-size: 0.8125em;
    text-align: center;
    line-height: 1.5em;
    color: #78838d;
}

#home-slider .pagination{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    background: #273035;
    padding: 0px 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#home-slider .pagination li{
    display: inline-block;
    padding: 3px 0px;
}

#home-slider .pagination li a{
    display: inline-block;
    width: 7px;
    height: 8px;
    margin: 0 3px;
    text-indent: -9999px;
    background: url('../images/home/pagination_sprite.png') no-repeat;
    background-position: -7px 0;
}

#home-slider .pagination li.current a{
    background-position: 0 0;
}

#home-sidebar{
    background: #fbf6ea;
    position: absolute;
    top: 140px;
    width: 152px;
    z-index: 6;
    padding-bottom: 26px;
}

#home-sidebar .sidebar-icon{
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -28px;
}

#home-sidebar .header{
    background: #f7eed8;
}

#home-sidebar .header p{
    padding-top: 38px;
    text-align: center;
    font-family: 'Georgia';
    font-style: italic;
    padding-bottom: 0;
    margin-bottom: 5px;
}

#home-sidebar .header .sidebar-separator{
    background: url('../images/home/sidebar_separator.png') repeat-x;
    height: 4px;
    padding: 0 0 5px 0;
    margin: 0 10px;
}

#home-sidebar #mass-schedule{
    margin: 10px;
}

#home-sidebar #mass-schedule li{
    margin-bottom: 10px;
}

#home-sidebar #mass-schedule p {
    font-family: Arial;
    font-size: 0.75em;
    text-align: center;
    margin: 0;
    line-height: 1.5em;
}

#home-sidebar #mass-schedule .day{
    margin-bottom: 5px;
    color: #b08a2e;
}

#home-sidebar #mass-schedule .times{
    color: #5e5e5f;
}

.welcome-separators{
    background: url('../images/home/welcome_separator.png') repeat-x;
    height: 3px;
    margin: 10px;
}

.welcome-separators.bottom{
    margin-bottom: 20px;
}

#welcome-message{
    background: url('../images/home/welcome_bg.png') no-repeat left center;
    min-height: 44px;
    font-family: 'Georgia';
    font-style: italic;
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    color: white;
    padding: 0 100px 0 135px;
}

#home-links {
    text-align: center;
}

#home-links li {
    display: inline-block;
    margin-right: 20px;
}

#home-links li:last-child {
    margin-right: 0;
}

#home-links li img {
    display: block;
    width: 151px;
    height: 50px;
}

body.cms-home #wrapper .footer-container {
    background: #082a75;
}




