#locationWrap {
	min-height: 300px;
}
#locMap {
	width: 400px;
	height: 300px;
	float:left;
}
#locationInfo {
	margin-left: 410px;
}
#locationInfo .activityList {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#locationInfo #gLink {
	display: block;
	margin-top: 7px;
	font-size: 90%;
}
#lowerPane {
	margin-top: 20px;
	overflow:hidden; /* enclose float */
	width: 100%;
}
#lowerPane .gameGroup {
	width: 350px;
	float: left;
}

#locSearch {
	margin-top: 10px;
	height: 425px;
}
#locSearch #locMap {
	width: 450px;
	height: 400px;
}

body.mobile #locSearch #locMap {
	width: auto;
	height: auto;
	top: 	0px;
	right: 	0px;
	bottom:	0px;
	left:	0px;
	position: absolute;
}

#locMap h1 {
	color: #004080;
	text-shadow: none;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#locMap p {
	font-size: 12px;
	margin: 10px 0 0 0;
}

#locList {
	margin: 0 0 0 450px;
	overflow: auto;
	width: 300px;
	height: 400px;
	position: relative;
}

