@charset "utf-8";
/* CSS Document */


#map_canvas {
	width: 930px;
	height: 450px;
}
#map_canvas p {
	color: #666 !important;	
}


#map_legend {
	background: url(../images/map/map_legend_background.jpg) repeat-x;
	width: 875px;
	padding: 13px 0 0 55px;
	height: 40px;
}

.pin {
	float: left;
	margin-right: 4px;
	margin-left:0px;
	*margin-right: 2px;
	width:400px;
}

.pin_toprow {
	width: 585px;
	float: left;
	height: 6px;
}

.pin_toprow2 {
	width: 585px;
	float: left;
	height: 5px;
}

.pin_spacer3
{
float: left;
width:20px;
}

.pin_righttbox_top {
	width: 50px;
	height: 30px; 
	float: left;
}

.pin_leftbox_top {
	width: 22px;
	height: 30px; 
	float: left;
}

.pin_leftbox_bottom {
	width: 24px;
	height: 30px; 
	float: left;
}


.pin_title {
	float: left;
	margin-right: 4px;
	*margin-right: 2px;
	width:90px;
	text-align:center;
}



.pin a {
	font-size: 10px;
	color: #ffcd5e;
	font-weight:100;
	text-decoration: none;
}

.pin a:hover {
	font-size: 10px;
	color: #ffcd5e;
	font-weight:100;
	text-decoration: underline;
}

.pin_spacer
{
width: 20px;
height: 30px;
float: left;
}

.pin p {
	margin: 1px 7px 0 20px;
	font-size: 8px;
	color: #ffffff;
	text-align: left;
}

.pin_title p {
	margin: 1px 7px 0 20px;
	height: 30px;
	font-size: 10px;
	color: #ffffff;
}

.pin_title {
	width: 150px;
	height: 30px;
	font-weight: bold;
	line-height: 10px;
}

.pin_business {
	background: url(../images/map/pin_business.png) no-repeat;
	width: 160px;
	height: 30px;
	font-weight: bold;
	text-align: left;
	line-height: 10px;
	float: left;
}

.pin_dining {
	background: url(../images/map/pin_dining.png) no-repeat;
	width: 140px;
	height: 30px;
	font-weight: bold;
	line-height: 10px;
	float: left;
}

.pin_shopping {
	background: url(../images/map/pin_shopping.png) no-repeat;
	width: 110px;
	height: 30px;
	font-weight: bold;
	line-height: 10px;
	float: left;
}

.pin_museums {
	background: url(../images/map/pin_museums.png) no-repeat;
	width: 95px;
	height: 30px;
	font-weight: bold;
	line-height: 10px;
	float: left;
}

.pin_mass_transit {
	background: url(../images/map/pin_mass_transit.png) no-repeat;
	width: 110px;
	height: 30px;
	font-weight: bold;
	line-height: 10px;
	float: left;
}

.pin_attractions {
	background: url(../images/map/pin_attractions.png) no-repeat;
	width: 110px;
	height: 30px;
	font-weight: bold;
	line-height: 10px;
	float: left;
}

.pin_our_hotel {
	background: url(../images/map/pin_our_hotel.png) no-repeat;
	width: 100px;
	height: 30px;
	font-weight: bold;
	line-height: 10px;
	float: left;
}

.map_controls {	
	color: d48b3c;
	text-transform: none;
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
}

.page_intl .full_column {
	margin: 0;
	padding: 0;
}