#frslider-banner{
    height: 25px;
    width: 300px;
    text-align: center;
    font-weight: light;
    color: white;
    background-color: #000F68;
    font-size: 22px;
    padding: 6px 0;
}
#frslider-container{
    width:299px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #D0A50A;
    border-right: 1px solid #D0A50A;
    border-left: 1px solid #D0A50A;
}
.frslider-content{
    height: 220px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    top: -10px;
}
.frslider-content img{
    margin: 10px auto;
    display: block;
}




#middle-text-box {
    height: 130px;
    margin: 30px 0 10px;
}
#mt-header {
    color: #001446;
    font-weight: bold;
    font-size: 20px;
}
#mt-body {
    color: #001446;
    margin: 15px 0 5px;
}
#mt-sub-text {
    float: left;
    color: #7f7f7f;
    font-size: 13px;
    margin: 10px 0 0 0;
}
#mt-right-text {
    float: right;
    color: #b30000;
    font-size: 18px;
    margin: 20px 0 0 0;
}

#grid {
    width: 100%;
    border-collapse: collapse;
}
#grid-header {
    height: 35px;
    color: white;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(#000066, #000033);
}
.grid-row {
    height: 120px;
}
.grid-row-header {
    color: #001446;
    font-weight: bold;
    text-align: center;
}
.grid-img {
    height: 95px;
}
.grid-data {
    text-align: center;
    padding-bottom: 5px;
}
#grid tr td {
    border: 1px;
    border-style: solid;
    border-color: rgba(230,230,230,.25) transparent;
}
#grid tr td div.grid-data {
    border: 1px;
    border-style: solid;
    border-color: transparent;
}
#grid tr td div.grid-data:hover {
    border: 1px solid #d0a50a;
    border-style: double;
}
.hover-banner {
    height: 20px;
    color: white;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(#000066, #000033);
    padding-top: 5px;
    margin-bottom: 10px;
}
.grid-price {
    font-weight: bold;
    font-size: 14px;
}
.grid-population {
    font-size: 14px;
    margin-top: 5px;
}
a {
    color: blue
}
.special-offer {
    color: #b30000;
}
a.disabled {
    color: #001446;
}

.silver-banner-md {
background-image: url(../images/silver_banner_630.png);
background-repeat: no-repeat;
background-size: 100% 100%;
height: 28px;
}
