ul.list  { 
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

ul.list li { border-bottom: 1px solid gray; margin-bottom: 15px; }


.builder_item { display: block; position: relative; width: 100%; height: 75px; cursor: pointer; }
.builder_logo { position: absolute; top: 0px; left: 0px; width: 100px; height: 50px; text-align: center; }
.builder_name { position: absolute; top: 0px; left: 110px; font-weight: bold; }
.builder_address { position: absolute; top: 20px; left: 110px;  }

.subdivision_item { display: block; position: relative; width: 100%; height: 75px; cursor: pointer; }
.subdivision_logo { position: absolute; top: 0px; left: 0px; width: 100px; height: 75px; text-align: center; }
.subdivision_name { position: absolute; top: 0px; left: 110px;  font-size: 12pt; font-weight: bold; }

.community_item { display: block; position: relative; width: 100%; height: 75px; cursor: pointer; }
.community_logo { position: absolute; top: 0px; left: 0px; width: 130px; height: 75px; text-align: center; }
.community_name { position: absolute; top: 0px; left: 140px;  font-size: 12pt; font-weight: bold; }



.tab_item_off { display: block; position: relative; width: 100%; height: 100px;}
.tab_item     { display: block; position: relative; width: 100%; height: 100px; cursor: pointer;}
.tab_image    { position: absolute; top: 0px; left: 0px; width: 130px; height: 100px; text-align: center; }
.tab_caption  { position: absolute; top: 0px; left: 140px; font-weight: bold; }
.tab_content  { position: absolute; top: 20px; left: 140px;  }


.body { font-family: arial; font-size: 10pt; }

