.home-module-tabs {
    width: 664px;
    height: 450px;
    float: left;
    margin: 0 0 140px 0;
}

.tab-content {
    width: 664px;
    height: 390px;
    margin: 0;
    padding: 0;
}

.tab-left {
    float: left;
    width: 410px;
    height: 390px;
    margin: 0 10px 0 0;
    padding: 0;
}

.tab-right {
    float: left;
    margin-top: 8px;
}

.tab-right img {
    width: 199px;
    height: 372px;
    border: none;
}

.map-button-text {
    position: absolute;
    margin: .5em;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.1em;
    letter-spacing: .02em;
}

.center-yellow-bar {
    clear: both;
    position: absolute;
    top: 488px;
    left: -300%;
    height: 110px;
    width: 400%;
    margin: 0;
    padding: 0 0 0 300%;
    border: none;
    background: url(/Images/MidYellowBkg.png) repeat-x;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.center-yellow-bar a {
    text-decoration: none;
}

.cost-to-ride {
    float: left;
    text-align: left;
    width: 310px;
    height: 55px;
    margin-top: 30px;
}

.center-divider {
    float: left;
    width: 2px;
    height: 50px;
    margin: 30px 40px 0 0;
    background: #0053a0;
}

.mode {
    float: left;
    width: 65px;
    height: 70px;
    margin-top: 33px;
    cursor: pointer;
    background-image: url(/images/modes.png);
}

.mode a {
    display: block;
    width: 100%;
    height: 100%;
}

.dollaricon {
    background-image: url(/images/icons/dollarHover.png);
    background-position: 0px 0px;
    margin-left: -15px;
    height: 60px;
}

.dollaricon:hover {
    background-image: url(/images/icons/dollarHover.png);
    background-position: 0px 60px;
}

.busmode {
    background-position: 0px 0px;
}

.busmode:hover {
    background-position: 0px 70px;
}

.litemode {
    background-position: 260px 0px;
}

.litemode:hover {
    background-position: 260px 70px;
}

.railmode {
    background-position: 195px 0px;
}

.railmode:hover {
    background-position: 195px 70px;
}

.bikemode {
    background-position: 130px 0px;
}

.bikemode:hover {
    background-position: 130px 70px;
}

.carmode {
    background-position: 65px 0px;
}

.carmode:hover {
    background-position: 65px 70px;
}

.routemodebox {
    margin: 2em 0 0 0;
}

.routemodebox div {
    float: left;
    width: 200px;
    height: 109px;
    cursor: pointer;
}

.mode-tl {
    background: url(images/routes-modes.jpg) 0 0;
}

.mode-tl:hover {
    background: url(images/routes-modes-over.jpg) 0 0;
}

.mode-tr {
    background: url(images/routes-modes.jpg) 100% 0;
}

.mode-tr:hover {
    background: url(images/routes-modes-over.jpg) 100% 0;
}

.mode-bl {
    background: url(images/routes-modes.jpg) 0 100%;
}

.mode-bl:hover {
    background: url(images/routes-modes-over.jpg) 0 100%;
}

.mode-br {
    background: url(images/routes-modes.jpg) 100% 100%;
}

.mode-br:hover {
    background: url(images/routes-modes-over.jpg) 100% 100%;
}
