﻿body {
    font-family:Arial, Tahoma;
    font-size:18px;
    font-weight:bold;
    margin:0;
}

#DrivingDirectionsMapBox {
    background-image: none;
    width: 284px;
}

#DrivingDirectionsMapBox ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#DrivingDirectionsMapBox li {
    background-color: #0060B7;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16pt;
    margin: 2px;
    padding-left: 10px;
}

#DrivingDirectionsAddressBox {
    font-size: 20px;
    font-weight: bold;
    color: #9E9E9E;
    border: 3px #9E9E9E solid;
    float: left;
    margin-left: 13px;
    margin-top: 10px;
    padding-top: 3px;
    position: relative;
    width: 280px;
}

#DrivingDirectionsAddressBox p {
    padding-left: 15px;
	margin-top: 12px;
	margin-bottom: 12px;
}

#NewYork, #Massachusetts, #RhodeIsland, #BradleyAirport, #NewHaven, #MerrittParkway {
    display: none;
	width: 470px;
	min-height: 375px;
	height: 375px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

#Placeholder {
    display: block;
}