#map-index {
	float: left;
	width: 290px;
}
#map-index ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#map-index ul li {
    display: block;
    clear: both;
    margin: 3px 0 15px 0;
    padding: 4px 0 0 0;
    background: url(/_common/img/marker.png) no-repeat 0 0;
}
#map-index ul li a.title {
	display: block;
	padding-left: 25px;
	padding-bottom: 5px;
}
#map-index ul li a.directions {
	display: block;
    margin-top: 10px;
}
#map-index ul li ul li {
    margin: 3px 0 0 25px;
    padding: 0;
    background: none;
}
#map-canvas,
#flash-canvas{
	height: 300px;
	width: 600px;
	margin-bottom: 40px;
	border: 2px solid #323232;
	overflow: hidden;
}
#flash-canvas {
	margin-bottom: 0;
}
#flash-canvas img {
	width: 600px;
}
a.zoom-map {
	display: block;
	margin-bottom: 20px;
	border-bottom: none;
	text-align: right;
}
#map-canvas h4 {
    margin: 0 10px 0 0;
    font-size: 1.1em;
}
#map-canvas h4.directions a {
    text-decoration: underline;
}
#directions-container {
	clear: both;
	width: 600px;
	overflow-x: hidden;
}
#directions, #message {
    clear: both;
}
#directions p.message {
    text-align: right;
}
/* directions container */
#directions-form.multiple {
	display: none;
}
.address-columns {
	width: 48%;
	float: left;
}
/* directions form */
.directions-form label {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.directions-form label span {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.directions-form input,
.directions-form select,
.directions-form submit {
    float: left;
    clear: both;
}
.directions-form input {
    width: 90%;
}
.directions-form label input.directions-submit {
    width: 30%;
    clear: none;
    margin-left: 20px;
}
#menu h4 {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}
#menu h4 a {
    padding-bottom: 20px;
}
/* hover windows */
.gmnoprint p {
	padding: 2px 0;
}
/* hover titles */
.tooltip{
	background-color: #fff;
	border: 2px solid #ccc;
	padding: 5px;
	white-space: nowrap;
}
