﻿
/*//////////////*/
/* National Map */
/*//////////////*/

#national_map {
	position: relative;
	z-index: 0;
	width: 924px;
	height: 374px;
	background: url(/images/national_map/map_background.jpg) no-repeat;
}

#furnished_map_container #national_map {
	background: url(/images/national_map/map_background_furn.jpg) no-repeat;
	width: 684px;
}

#furnished_map_container
{
    position:relative;
}

#furnished_map_container #main_image
{
    width: 684px; 
    overflow: hidden; 	
}

#national_map .content_area {
	position: absolute;
	left: 632px;
	top: 20px;
	width: 260px;	
	height: 334px;
}

#national_map .content_area td {
	vertical-align: middle;
}

#national_map .content_area h3 {
	margin-top: 20px;
}

#national_map .content_area h4 {
	margin: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .813em;
	font-weight: normal;
	line-height: 1.46em;
	color: #fff;
}


#national_map .content_area p {
	margin: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .813em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.46em;
	color: #fff;
}

#national_map .content_area ul {	
	margin: 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .813em;
	font-weight: normal !important;
}

#national_map .content_area li {	
	margin: 6px 0 0 0;
	padding-left: 12px;
	font-weight: bold;
	color: #fff;
	background: url(/images/layout/custom_bullet_white.gif) 0 6px no-repeat;
}

#national_map .content_area a {	
	color: #d4df5b;
}

#national_map.unloaded .region img,
#national_map.unloaded .content_area img {
	visibility: hidden;
}

#national_map #map_borders {
	position: absolute;
	width: 490px;
	height: 310px;
	top: 32px;
	left: 72px;
}

#national_map #glass_overlay {
	position: absolute;
	top: 0;
	left: 0;
}

#national_map .region {
	display: block;
	position: absolute;
	text-decoration: none;
}

#national_map .region img {
	position: absolute;
	left: 0;
	top: 0;
}

#national_map .region .active {
	visibility: hidden;
}

#national_map .region:hover .inactive {
	visibility: hidden;
}

#national_map .popup {
	position: absolute;
	width: 146px;
	visibility: hidden;
}

#national_map .popup img {
	display: block;
}

#national_map .popup h3 {
	padding: 5px 0 7px;
	margin: 0 12px 7px 12px;
	font-size: 13px;
	color: #fff;
	background: #464646;
	border-bottom: 1px solid #595959;
}

#national_map .popup h4 {
	padding: 5px 0 7px;
	margin: 0 12px 7px 12px;
	font-size: 11px;
	color: #fff;
	background: #464646;
	border-bottom: 1px solid #595959;
}


#national_map .popup .liner {
	background: #464646;
}

#national_map .popup ul {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
	background: #464646;	
}

#national_map .popup li {
	padding: 0 12px 0 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

#national_map .popup li a {
	display: inline-block;
	display: block;
	margin: 0;
	padding: 1px 0 1px 25px;
	height: 1%;
	color: #bfd66e;
	background: url(/images/layout/bubble_bullet.gif) no-repeat 14px 4px;
}

