/* Start Map CSS
=====================================================================*/
#homelink {
	position: absolute;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	bottom: 0px;
	right: 0px;
	background: url(../images/bg-link-btn.gif) repeat-x top left;
	color: #86022F;
}

.map a.bullet {
	display: none;
	position: absolute;
	display: block;
	width: 10px;
	height: 11px;
	background-repeat: no-repeat;
	z-index: 2;
	text-decoration: none;
}

.map a.Canada {
   background-image: url('../images/button-1.gif');
}

.map a.India {
   background-image: url('../images/button-india2.gif');
}

.map a.bullet:hover { text-decoration: none; }

.map div.popup{
	display: none;
	position: absolute;
	top: 70px;
	left: 259px;
	width: 212px;
/* height: 275px;*/
	background: #FFFAF0;
	z-index: 10;
}

.map div.popup h3 {
	display: block;
	margin: 0;
	padding: 8px 13px 13px 13px;
	color: white;
	background: #86022F;
	font-size: 17px;
}
.map div.yellow h3 { color: black; }

.map div.popup div.popupcontent {
   padding: 10px 10px 20px;
	overflow: auto;
	overflow: visible; /* Thanks Kevin Mario! */
	font-size: 13px;
	line-height: 18px;
}
#content-1 .map div.popup div.popupcontent p {
	padding: 5px 0;
	background: url(../images/bg-sidenav-a.gif) no-repeat bottom left;
}

.map div.popup div.popupcontent a {
	/*color: blue;
	  border-bottom: 1px dotted blue;*/
}
.map div.popup div.popupcontent a:hover {
	/*text-decoration: none;*/
	}
	
.map div.popup a.close{
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
}