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

body {
	margin: 0;
}



#listTop {
	width: 756px;
	height: auto;
	margin: 0 0;
	padding: 0 0;
	clear:both;
/*	overflow:hidden; */
		
}

#listMid {
	width: 756px;
	height: auto;
	margin: 0 0;
	padding: 0 0;
	clear:both;
	/*	overflow:hidden; */
}

#listBottom {
	width: 756px;
	height: auto;
	margin: 0 0;
	padding: 0 0 0;
	clear:both;
/*	overflow:hidden; */
}

#listContainer {
	margin: 0;
	width: 756px;
	height: auto;
	
}

#title {
	margin: 0;
	padding: 0;
}

#listContainer #names {
	margin: 0;
	padding: 0;
	height: auto;
	width: 360px;;
}

/*#names div{
	float: left;
	width: 350px;
}

#names #topLeasingFirms {
	float: left;
	width: 350px;
}*/

ul{
    margin: 0 auto;
}

/* The wider the #list_wrapper is, the more columns will fit in it */
#names ul{
/*    width: 350px; */
	color: #8d8d8d;
    font: normal 10px Helvetica, sans-serif;
    padding-left: 0px;
    margin-top: 2px;
/*    margin-bottom: 14px; */
    letter-spacing: 1px;
}

/* The wider this li is, the fewer columns there will be */
    li{
        text-align: left;
        float: left;
        list-style: none;
        width: 163px;
		padding-left: 10px;
    }
/*	
#names ul{
	padding-left: 6px;
    list-style-type: circle;
    overflow: hidden;
    margin:0 0 0 3px;	
}

#names li{
	  width:auto;
     height:auto;       
     margin: 0;
     padding: 0 10px 0 0;	
     float: left;
}
*/
#listLeftTop{
	width: 360px;
	display: block;
	float: left;
	padding-bottom: 20px;
/*		overflow:hidden		*/
}
#listRightTop{
	width: 360px;
	display: block;
	float: left;
	padding-bottom: 20px;
/*		overflow:hidden		*/
}
#listLeftTop li{
	width: 360px;
}
#listRightTop li{
	width: 360px;
}
#listLeft{
	width: 360px;
	display: block;
	float: left;	
	padding-bottom: 20px;
}

#listRight{
	width: 360px;
	display: block;
	float: left;
	padding-bottom: 20px;
}

/*#names div{
	float: left;	
}*/

