@charset "utf-8";
.locationMenu {
	float: left;
	padding-right: 20px;
	width: auto;
	margin-top: 15px;
	font-weight: bold;
	padding-left: 2px;
	margin-bottom: 20px;
}
.locationContainer {
	float: left;
	width: 700px;
	height: auto;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-bottom: 10px;
	padding-top: 10px;
}
.locationImage {
	float: left;
	height: auto;
	width: 200px;
}
.locationDescription {
	float: left;
	width: 325px;
	padding-left: 25px;
	height: auto;
	padding-top: 10px;
}
.locationDescription a:link, .locationDescription a:visited, .locationDescription a:active {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
.locationDescription a:hover, .locationDescription a:focus {
	color: #33CCCC;
	text-decoration: none;
	font-weight: bold;
}
.locationDescription H1 {
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.locationMenu a:link, .locationMenu a:visited, .locationMenu a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.locationMenu a:hover, .locationMenu a:focus {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.menu {
	float: left;
	height: 160px;
	width: 150px;
}
.menuRollover {
	background-color: transparent;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 150px;
	width: 150px;
	margin-top: auto;
	margin-bottom: 0px;
	float: left;
}
a.menuRollover:link, a.menuRollover:visited {
	background-color: transparent;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
}
a.menuRollover:hover, a.menuRollover:focus {
	background-position: -150px;
}
