@charset "utf-8";
/* CSS Document */

#content {
	height:465px;
	padding-top:4px;
}

#location, #directions, #map {
	border:1px solid #ABADAC;
	overflow:auto;
}

#location {
	height:181px;
	width:auto;
	background:url(images/FCT_LOCATION_locationBG.jpg) repeat-x;
}

#directions {
	height:274px;
	width:348px;
	margin-top:3px;
	float:left;
	background:url(images/FCT_LOCATION_directionsBG.jpg) repeat-x;
}

#map {
	height:274px;
	width:402px;
	margin-left:4px;
	margin-top:3px;
	float:left;
	background:url(images/FCT_LOCATION_mapBG.jpg) repeat-x;
}

#locationtitle, #directionstitle, #maptitle {
	margin-left:12px;
	margin-top:12px;
	margin-bottom:8px;
}

#locationtext, #directionstext, #maptext {
	font-size:11px;
	margin-left:15px;
	margin-right:8px;
	line-height:1.23;
}

#suns {
	float:right;
	margin-top:11px;
	margin-right:13px;
}

#mappic {
	margin-left:13px;
	margin-top:11px;
}