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


img {border:0px;}

#container {margin:auto; background:url(../../images/kidsguide/mapbg.gif) top no-repeat;}

#header { margin:auto; width:902px; height:214px; }

.mainContent {margin:0 auto; padding: 0px 67px; width:902px; height:1235px; background:url(../../images/kidsguide/whitemap.png) no-repeat; overflow:hidden;  }

#headerTop{ width:902px; height:36px; background:url(../../images/kidsguide/headerTop.gif) left top no-repeat; padding-left:160px; padding-top:17px;}

#headerMast{ width:902px; height:160px; }

#headerTop .title{ margin: 15px 0 0 145px; color: #FF3300; font: Geneva, Arial, Helvetica, sans-serif; font-size: 16px; font-weight:bold;}

#rtcol { width:588px; float:left; }

#ltcol{ width:175px; float:left; }

#us { padding: 5px 10px 10px 10px; width:274px; float:left;}

#world { padding: 5px 0 10px 10px;  width:274px; float:left;}

#addon {width:588px;}

#footerb{ width:900px; height: 210px; background:#FFFFFF url(../../images/kidsguide/footerbg.jpg) top no-repeat; overflow:hidden; 	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;}

* html .alphapng {
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}