/*
	Sitemap Styler 	 
*/

#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;
}
#sitemap{}
#sitemap li{
	line-height:20px;
	margin-top:1px;
	position:relative;
	width:100%;
}
/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemap li{
	float:left;
	display:inline;
}

#sitemap li a{padding-left:20px;}
#sitemap li span{float:left;position:absolute;top:5px;left:5px;width:13px;height:13px;cursor:auto;font-size:0;}
#sitemap li span, #sitemap li span.collapsed{ no-repeat 0 0;} 
#sitemap li span.expanded{background:url(/Images/BizList/bullet.gif) no-repeat 0 0;}

/* sub levels */

#sitemap li ul{	
	margin-left:20px;
	
}
#sitemap li li{	
	
}

/* etc. */

/* float fix */

#sitemap:after, #sitemap ul:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#sitemap, #sitemap ul{display:block;}
/*  \*/
#sitemap, #sitemap ul{min-height:1%;}
* html #sitemap, * html #sitemap ul{height:1%;}
 /*  */
#sitemap ul{display:none;}

 body
        {
            margin:0;
	padding:0;
	/*background:#f1f1f1;*/
	font:70% Arial, Helvetica, sans-serif; 
	color:#555;
	line-height:150%;
	text-align:left;
        }
        a
        {
            text-decoration: none;
            color: #057fac;
            font-size:14px;
        }
        a:hover
        {
            text-decoration: none;
            color: #999;
        }
     #container h1
        {
       
            font-size: 20px;
             margin: 0 20px;
            line-height: 40px;
            font-style:normal;
            font-weight:bold;
        }
        #container
        {
        	 min-height:500px;
            margin: 0 auto;
            width: 680px;
            
           /* background: #fff;*/
            padding-bottom: 30px;
        }
        #content
        {
            margin: 0 20px;
        }