/* CSS Document */
#locationheader {
	float: right;
	font-size: 11px;
	color: #ffffff;
	margin-right: 40px;
	height: 20px;
}

#locationheader a {
color:#ffffff;
}

#locationheader a:hover {
color:#ffffff;
text-decoration: underline;
}


#locationtext {
width: 720px;
}

#locationboxleft {
width: 340px;
margin-right: 20px;
float: left;
}

#locationboxright{
width: 340px;
margin-left: 20px;
float: right;
}

#Lbaltimore {
	float: left;
	width: 720px;
	background-image:    url("../../images2/F_baltimore.jpg");
	background-repeat: no-repeat;
	background-position: right;
}

#Lchicago {
	float: left;
	width: 720px;
	background-image:    url("../../images2/F_chicago.jpg");
	background-repeat: no-repeat;
	background-position: right;
}

#Lcleveland {
	float: left;
	width: 720px;
	background-image:    url("../../images2/F_cleveland.jpg");
	background-repeat: no-repeat;
	background-position: right;
}

#Ldc{
	float: left;
	width: 720px;
	background-image:    url("../../images2/F_dc.jpg");
	background-repeat: no-repeat;
	background-position: right;
}

#Ltravel {
	float: left;
	width: 720px;
	background-image:    url("../../images2/F_travel.jpg");
	background-repeat: no-repeat;
	background-position: right;
}
