p.key img {
	float: left;
	margin-right: 10px;
}

p.key {
	margin-top: 0;
	padding-top: 0;
	line-height: 30pt;
}

#mapCont {
	border: 1px solid #d3dfe7;
	width: 874px; 
	height: 700px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #fff;
}

#mapCanvas {
	width: 874px; 
	height: 700px; 
	position: absolute;
	z-index: 5;
}

#mapCanvasLoading {
	width: 874px; 
	height: 700px; 
	background: #c0c0c0;
	z-index: 10;
	position: absolute;
}

#mapCanvasLoading div {
	padding: 5px;
	border: 1px solid #000;
	margin: 332px auto 0 auto;
	width: 100px;
	height: 25px;
	background-color: #fff;
}

#mapCanvasLoading img {
	margin-right: 5px;
	float: left;
}


.navigator {
	border: 1px solid #d3dfe7;
	background: #fff url('/a/img/map/gmnoprintBg.jpg') repeat-x bottom center; 
	padding: 10px 10px 5px 10px;
	position: absolute; 
	right: 10px; 
	top: 10px;
	overflow: hidden; 
	-moz-user-select: none;
	width: 59px;
	text-align: center;
}

.navigator p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #fe4ff8;
	font-weight: bold;
	font-size: 12px;
}

.mapType {
	-moz-user-select: none;
	margin-top: 10px;
}

.mapTypeButton {
	text-align: center;
	width: 100%;
	cursor: pointer;
	font-size: 11px;
	font-weight: normal;
	background: url('/a/img/map/mapTypeDiv.gif') no-repeat top center; 
	padding-top: 5px;
	margin-bottom: 5px;
	color: #439ae0;
}

.mapTypeButton.selected {
	color: #3a86c3;
	font-weight: bold;
}

.navigatorControls {
	overflow: hidden; 
	width: 100%; 
	height: 256px; 
	position: relative; 
	text-align: center;
}

#mapCanvasFilter {
	-moz-user-select: none; 
	position: absolute; 
	left: 10px; 
	top: 10px; 
	background: none;
}

#mapCurtain {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

a.ui-accordion-header, a.extraNav2Header {
	border: 1px solid #d3dfe7;
	background: #fff url("/a/img/global/h2Bg.jpg") repeat-x bottom left;
	width: 200px;
	font-size: 0.9em;
	padding: 3px 0 3px 10px;
	border-bottom: 0;
	color: #2e2527;
	text-decoration: none;
	display: block;
}

a.ui-accordion-header:hover, a.extraNav2Header:hover {
	color: #fe4ff8;
	text-decoration: none;
}


.extraNav, .extraNav2 {
	text-align: left;
	border: 1px solid #d3dfe7;
	width: 210px;
	border-top: 0;
}

.extraNav2 {
	margin: 5px 0;
}
	
.extraNav ul, .extraNav2 ul {
	background: #fff url("/a/img/global/panels/gradientBg.jpg") repeat-x bottom left;
	list-style-type: none;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	
	padding: 3px 0;
}
	
.extraNav ul li, .extraNav2 ul li {
	margin: 0;
	padding: 0;
	
	display: block;
	color: #439ae0;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
	background: none;
}

.mapSearch {
	border: 1px solid #d3dfe7;
	width: 210px;
	background: #fff url("/a/img/global/panels/gradientBg.jpg") repeat-x top left;
}

.mapSearch label {
	background: #fff url("/a/img/global/h2Bg.jpg") repeat-x bottom left;
	width: 190px;
	font-size: 0.9em;
	padding: 3px 10px;
	border-bottom: 0;
	color: #2e2527;
	text-decoration: none;
	display: block;
}

.mapSearch label:hover {
	color: #fe4ff8;
}

.mapSearch input {
	margin: 5px 10px;
	width: 190px;
}

.mapSearch input:focus {
	background-color: #ffffcc;
	border: 2px solid #fe4ff8;
}

input.mapButton {
	font-size: 0.9em;
	text-align: center;
	clear: both;
	color: #fff;
	background: none;
	border: none;
	cursor: pointer;
	font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
	background: url("/a/img/map/mapButton.png") no-repeat top left;
	width: 127px;	
	padding: 10px 3px 10px 0;

}

input.mapButton:hover {
	color: #2e2527;
	background: none;
	border: none;
	cursor: pointer;
	text-decoration: none;
	background: url("/a/img/map/mapButton.png") no-repeat top left;
	width: 127px;	
	padding: 10px 3px 10px 0;
}




div#mapCanvasInfoPanel
{
	background-color: red;
}

div#info
{
	width: 250px;
}

div#infoClose
{
	float: right;
	background-color: #585152;
	color: #fff;
	width: 25px;
	height: 30px;
	text-align: center;
	line-height: 18pt;
}

div#infoClose img {
	margin: 0 auto;
	margin-top: 5px;
}

div#infoDetails
{
	border: 4px solid #585152;
	background-color: #fff;
	clear: right;
}

div#infoDetails h3 {
	color: #439ae0;
	font-size: 0.9em;
	margin: 10px;
}

div#infoDetails p {
	margin: 0 10px;
}

div#infoDetails img
{
	float: left;
	margin: 0 10px 10px 10px;
	border: 1px solid #d1dce5;
	padding: 4px;
	background: #fff;
}

div#infoDetails ul {
	margin: 0 10px;	
}

div#infoDetails form {
	margin: 10px;
}

div#infoDetails form label {
	color: #439ae0;
	font-size: 0.8em;
	font-weight: bold;
	float: left;
	width: 60px;
}

div#infoDetails form select {
	float: left;
	width: 162px;
}

div#infoDetails form div.clear {
	margin-bottom: 5px;
}

div#infoDetails form input.button {
	font-size: 0.8em;
	float: right;
	width: auto;
	text-align: left;
	clear: both;
	color: #fe4ff8;
	background: none;
	border: none;
	cursor: pointer;
	font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

div#infoDetails form input.button:hover {
	color: #2e2527;
	background: none;
	border: none;
	cursor: pointer;
	text-decoration: underline;
}




.copy .offer p, .copy .celebrationOffer p {
	margin: 0;
	padding: 0;
}

.largeMap {
	border: 1px solid #d3dfe7;
	width: 874px; 
	height: 700px; 
	position: relative; 
	background: #fff;
	margin: 0 auto;
	margin-bottom: 20px;
}

.largeMap img {
	border: none;
}