
/*css for maps - Added  by Bindu*/



#MapNavigation 
{
   width: 226px;
   float: left;
   background-color:#173882;
   height: 359px;
   position: relative;
   color:#fff;

   
}

#MapNavigation ul.map{
position:absolute;
top:20;
left:0;
width: 226px;
color:#d5deee;
background-color:#173882;
height:148px;
}


#MapNavigation ul.map li
{
    list-style-type: none;
	background-image:url(../images/map_li_bg.jpg);
	background-repeat:repeat;
	font-family: Verdana, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 10px;
	width: 226px;
	height: auto;
	height: 20px;
	text-align: left;
	padding-left:10px;
	padding-top:5px;
}


#MapNavigation ul.map li a
{
	height: 18px;
    display: block;
	color: #8f8f8f;
	text-decoration: none;
	padding: 0 0 0 0px;
	cursor: pointer;
}

#MapNavigation ul.map li.active   {  background: url(../map_li_bg_active.jpg) bottom right no-repeat #fff;  }
#MapNavigation ul.map li.active a
{
  background: url(../images/map_li_bg_active.jpg) top right no-repeat;   
	color: #224897;
	font-weight: bold;
}
#iwstyle
{
 font-size:20px;
 text-align:right;
}
#MapContainer
{
  position:absolute;
  top:0;
  left:0;
  width:952px;
  height:359px;
  background-color:#173882;
}

#MapContainer p{
 
  font-family: Arial;
  font-size: 20px;
  color: #173882;
  
}

#MapInfo{
	position:absolute;
	right:0;
	top:0;
  width:225px;
  background-color:#173882;
  height:230px;
  color:#d1d8e6;
  padding-top:12px;
}

#MapInfo li {
	list-style:none;

}

#GoogleMap{
	position:absolute;
	left:226px;
	top:0;
}

#GoogleMapProfile{
	position:absolute;
	left:0px;
	top:0;
}
