/* !Locations Page CSS */

div#selections {
	position: absolute;
	top: 10px;
	right: 10px;
}

div.subCol_1 {
	position: relative;
	width: 380px;
	height: auto;
	float: left;
}

div.subCol_2 {
	position: relative;
	width: 190px;
	height: auto;
	margin-left: 380px;
	padding-left: 10px;
	text-align: right;
}

/* !Table - Additional Information */

table.locationDetails {
	display: block;
	width: 100%;
	margin: 1em 0;
	border: none;
}

table.locationDetails tr {
	border: none;
}

table.locationDetails tr th {
	padding-top: 2px;
	font-weight: bold;
}

table.locationDetails tr td {
	padding: 2px 0 0 1em;
	font-weight: normal;
	text-align: left;
}

table.locationDetails tr.tableTitle th {
	width: 360px;
	padding-bottom: 0;
	background: #d9c06f;
	border: 1px solid #000;
	font-size: 1.2em;
	font-variant: small-caps;
	letter-spacing: 1em;
	text-align: center;
}

table.locationDetails tr.tableTitle th  h4 {
	padding-bottom: .25em;
}


table.locationDetails tr.tableTitle + tr th,
table.locationDetails tr.tableTitle + tr td {
	padding-top: 1em;
}

/* !Various Field Formats */

h2.locationTitle {
	font-size: 1.6em;
}

h3#links {
	padding-top: .25em;
}

span.imgCaption {
	width: 100%;
	overflow: hidden;
	font-size: .915em;
	font-style: italic;
	text-align: right;	
}
