@charset "UTF-8";
/* CSS Document */

/* Used to alter styles for screens at least 481px wide (iPhone landscape). */
@media screen and (min-width: 481px) {

#main #container {
    margin-bottom: 164px;

}

#sub #container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 148px;
}

#map,
#map img {
    width: 334px;
}

#splash {
    overflow-y: hidden;
}

#bottom {
    position: fixed;
    bottom: 68px;
    left: 0;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
}

#sub div.column {
    width: 240px;
    float: left;
    text-align: left;
    margin-top: 80px;
}

#sub div.column img {
    width: 220px !important;
    margin: 0px 0 0 20px !important;
}

.column p {
    padding-right: 0 !important;
}

#footer img, #footer p {
    top: 15px !Important;
}

}
