body,html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

.stylized_map { 
	font-family:"pn_reg";
	font-size: 13px; 
	width: 100%; 
	height: 100%; 
	overflow: hidden; 
	cursor: default; 
	font-weight:normal;
}

.stylized_map .window { 
	background: #fff; 
	width: 280px; 
	padding: 10px 20px; 
	color: #666666; 
}

.stylized_map .window-imgcnt { 
	position:absolute; 
	top: -160px; 
	left: 0; 
	z-index:106; 
	width:235px; 
	height:160px; 
	background: #FFFFFF url(../images/googlemaps/wait.gif) no-repeat center center; 
	overflow: hidden; 
}

.stylized_map .window-noslides { 
	display: none; 
}

.stylized_map .window-imgcnt, .slides_container, .slides_container img { 
	width:320px; 
	height:160px; 
	cursor: default; 
}

.stylized_map h3.window-title { 
	font-family:"pn_reg";
	font-size: 13px;  
	padding:0; 
	margin:0 0 0 0; 
	/*color:#000000; */
	color:#002C5B;
	text-transform: uppercase; 
	font-weight:normal;
}

.stylized_map .window-desc { 
	overflow:hidden; 
	margin: 0px 0 0 0; 
	padding: 0;
}

.stylized_map .window-arrow, .stylized_map .window-close { 
	position: absolute; 
	z-index: 107; 
	bottom: -9px; 
	left: 147px; 
	width: 20px; 
	height: 13px; 
	background: url('../images/googlemaps/arrow.png') no-repeat center top; 
}

.stylized_map .window-close { 
	background: url('../images/googlemaps/close.png') no-repeat;
	width: 10px; 
	left: 300px; 
	top: 12px; 
	cursor: pointer; 
}