@charset "utf-8";
/* CSS Document */


.jvectormap-label {
    position: absolute;
    border: solid 10px #CDCDCD;
    -moz-border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
	top:150px !important;
	left:0 !important;
	display:none !important;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    -moz-border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    left: 10px;
    top: 10px;
	display:none;
}

.jvectormap-zoomout {
    left: 10px;
    top: 30px;
	display:none;
}
#nwcdnMap {
  display: block;
  height: 425px;
  padding-left: 10px;
  padding-top: 40px;
  width: 900px;
}

#mapGraphic {
/*    background: url("images/map.png") no-repeat scroll center -2px transparent;
*/    height: 647px;
    margin: 0 auto;
    width: 878px;
}


#mapBg {
	width:100%;
	background:url(images/bg.jpg) center top no-repeat;

}
#map  {
  margin-left: -42px;
  margin-top: -3px;
  position: absolute;
}
#CanadaButton {
    display:none;
	background: none repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	 -webkit-border-radius: 5px 5px 5px 5px;
	
	color: white;
    color: rgba(255, 255, 255, 0.7);
	
	    font-size: 10px;
    font-weight: bold;
    height: 19px;
    left: 50%;
    line-height: 17px;
    margin-left: 166px;
    overflow: hidden;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    top: 58px;
    width: 68px;
}
#CanadaButton:hover { background:white;}
#nwcdnMapItems{
/**/	
	height:500px;
	margin:0 auto;
	display:block;
    position: absolute !important;
	top:0;
	overflow:hidden;
	padding-top:150px;

}
#logoWrapper {display:none}
/*list */

#stateFirm {
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    max-width: 710px;
    padding-top: 60px;
    position: absolute;
    top: 0;
	
}
/*#stateFirm #nwcdnMapItems{
	opacity:0;
}*/
#stateFirm li.firms {
    height: 40px;
    margin-bottom: 0px;
    width: 300px;
	overflow:hidden;
	position:relative;
}

#stateFirm li.firms.activeState {
	width:500px;
	height:auto;
	}
#stateFirm li.firms.activeState .state {
		opacity:1;
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);	
}
#stateFirm li.firms .state {
opacity:.2;	
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

  /* IE 5-7 */
  filter: alpha(opacity=20);

	
	}
	
	
	#stateFirm li.firms .state{ clear:both}
#stateFirm li.firms .firmInfo.item{ display:none}
#stateFirm li.firms.activeState .firmInfo.item{ display:block}

#mapGraphic,
{
	position:relative;
	display:inline-block !important;
	   background: transparent;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */     
      zoom: 1;
}