.main {
    display: inline-block;
}

#info {
    width: 270px;
    height: 404px;
    border: solid 1px #fff;
    margin: 0;
    float: left;
}

#info ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

#info li {
    text-align: center;
    margin-bottom: 10px;
}

.sales {
    text-align: center;
    color: #144178;
    background-color: #f6f6f6;
}

.emergency {
    color: #d20000;
    background-color: #f6f6f6;
}

#info .heading {
    font-size: 1.2em;
    font-weight: bold;
    color: grey;
    margin-bottom: 10px;
}

#info .label {
    font-weight: bold;
    margin-bottom: 0;
}

#info .num {
    font-size: 2em;
    font-weight: bold;
}

.main li.notice {
    padding: 0;
}

.notice {
    margin-top: 24px;
    opacity: 0.8;
}

div.notice_banner {
    margin: 0;
    padding-top: 38px;
    background: linear-gradient(white, #144178, #144178, white);
    height: 72px;
    color: white;
    font-weight: bold;
}

div.notice_banner .label {
    font-size: 1.5em;
}

/***

Slide Show

***/

#slide_show {
    width: 700px;
    height: 400px;
    border: solid 2px #cecece;
    margin: 0 0 0 25px;
    display: inline-block;
    float: right;
}

#slide_show .jslide .show .slide {
    cursor: pointer;
}

#slide_show .jslide .frames {
    margin-left: 2px;
}

#slide_show .jslide .frames .content .frame .border {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 2px;
}

#slide_show .jslide .frames .content .frame .frame-content {
    width: 100%;
    height: 100%;
    text-align: center;
}

#slide_show .jslide .show .slide span,
#slide_show .jslide .frames .content .frame .frame-content span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#slide_show .jslide .show .slide img,
#slide_show .jslide .frames .content .frame .frame-content img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

#promos {
    width: 100%;
    min-height: 200px;
    margin: 20px 0 0 0;
}

#promos h2 {
    margin: 0;
    padding: 0 0 15px 0;
    text-align: left;
}

.promos ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    list-style: none;
}

.promos li {
    position: relative;
    z-index: 1;
    margin: 0 0 30px 0;
    padding: 0 5px 0 2px;
    float: left;
    width: 24.25%;
    border: none;
}

.promos .promo {
    display: block;
    min-height: 220px;
    color: blue;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.promo1 {
    background-image: url("../img/promos/promo1.jpg")
}

.promo2 {
    background-image: url("../img/promos/promo2.jpg")
}

.promo3 {
    background-image: url("../img/promos/promo3.jpg")
}

.promo4 {
    background-image: url("../img/promos/promo4.jpg")
}

