#lodgeMap {
/*    width: 1005px; */
    height: 700px;
}
#lodgeResults {
    height: 600px;
    overflow-y: auto;
    border-top: 1px solid;
    margin-top: 20px;
}

/*
#leftLodgeLocator {
	width: 259px;
	float: left;
}
*/
.leftLodgeLocator li {
	width: 210px;
	margin: 4px 0;
	padding: 0 0 4px 0;
}
/*
#leftLodgeLocator input {
    margin-bottom: 5px;
}
*/
.leftLodgeLocator li p.lodgeName {
    font-weight:bold;
}
#lodgeList li div.lodge {
    border-bottom: 1px solid #D3D3D2;
    padding-bottom: 5px;
    padding-top: 5px;
}

#lodgeList li p {
    line-height: 11px;
}

.leftLodgeLocator li a {
	text-decoration: none;
	color: #000000;
}

.leftLodgeLocator li a:hover {
	background-color: #E5E5E4;
}

.leftLodgeLocator #active a{
	color: #000000;
	margin: 0 0 0 0 ;
}
