#main-content-wrapper {
    margin: 0px;
}

#content {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

#content-image-container {
    width: 960px;
    margin: 0 auto;
}

#welcome-message {
    position: absolute;
    width: 233px;
    top: 25px;
    right: 35px;
    z-index: 9990;
    color: #2f2f2f;
    padding: 20px 30px;
    line-height: 20px;
    bottom: 25px;
}

#welcome-message > p.first {
    font-weight: bold;
}

#below-welcome {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px;
}

#below-welcome > div {
    display: inline-block;
    vertical-align: top;
}

#below-welcome div.first {
    margin-left: 50px;
    margin-right: 18px;
    margin-top: 13px;
}

#below-welcome div.last {
    margin-left: 58px;
    margin-top: 22px;
}

#btnNewsLetterSignUp {
    display: inline-block;
    background: url('../Images/sprite.png') no-repeat -50px -74px;
    background-repeat: no-repeat;
    width: 51px;
    height: 18px;
}

#news-letter {
    margin-right: 29px;
}

#news-letter > div{
    display: inline-block;
    vertical-align: top;
}

#news-letter-sign-up {
    width: 260px;
    font-weight: bold;
    font-size: 11px;
    text-transform: none;
    line-height: 14px;
}

#news-letter span {
    margin-top: 3px;
    margin-left: 7px;
}

#news-letter span a {
    display: block;
    width: 100%;
    height: 100%;
}

#news-letter input {
    border: 1px solid #fff378;
    width: 194px;
}

#location {
    border-left: 1px solid #808080;
    padding-left: 32px
}

ul.slidesjs-pagination {
    display: none;
}

#news-letter #news-letter-progress,
#news-letter #news-letter-end {
    display: none;
    margin-top: 31px;
}

#news-banner {
    padding: 20px;
    margin-bottom: 25px;
}

#news-banner,
#news-banner a {
    color: black;
    font-weight: bold;
}

#news-banner .content {
    width: 95%;
    display: inline-block;
    text-align: center;
}

#news-banner .content a {
    text-decoration: underline;
}

#news-banner .content a:hover {
    text-decoration: none;
}

#news-banner .close {
    float: right;
    display: block;
    padding: 0 5px;
    width: auto;
}

@media only screen and (max-width: 1000px) {
    #main-content-wrapper,
    #content-image-container {
        width: 100%;
    }
    
    #below-welcome div.first {
        margin-left: 2%;
        margin-right: 1%;
    }
    
    #below-welcome div.last {
        margin-left: auto;
        left: 4%;
        position: relative;
    }
}

@media only screen and (max-width: 1000px) {
    #header {
        margin: 5px 0 0 0;
    }
}

@media only screen and (max-width: 874px) and (min-width: 500px) {
    #welcome-message {
        width: auto;
        left: 35px;
        padding: 1% 2%;
    }
    
    #welcome-message p {
        margin-top: 1%;
    }
    
    #below-welcome {
        margin: 10px 0 0 0;
    }
    
    #below-welcome #news-letter,
    #below-welcome #location,    
    #below-welcome div.last {
        display: block;
        width: auto;
        margin: 0;
        left: 0;
        padding: 0;
        border-bottom: 1px solid;
        padding: 10px;
        text-align: center;
    }
    
    #below-welcome div.last {
        border-bottom: none;
    }
    
    #footer {
        margin-top: 0;
    }
}

@media only screen and (max-width: 500px) {
    #content-image-container {
        display: none;
    }

    #welcome-message {
        width: auto;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        height: auto;
    }
    
    #below-welcome {
        margin-top: 0;
    }
    
    #below-welcome #news-letter,
    #below-welcome #location,    
    #below-welcome div.last {
        display: block;
        width: auto;
        margin: 0;
        left: 0;
        padding: 0;
        border-bottom: 1px solid;
        padding: 10px;
        text-align: center;
    }
    
    #news-letter #news-letter-progress,
    #news-letter #news-letter-end {
        margin-top: 0;
        font-weight: bold;
    }
    
    #below-welcome div.last {
        border-bottom: none;
    }
    
    #footer {
        margin-top: 0;
    }
}