/****************************************************************
 Template & Layout
**************************************************************/

#splash
{
	position: relative;
	height: 338px;
}
	#splashImage
	{
		position: absolute;
		float: left;
	}
	#rightSplash
	{
		position: relative;
		height: 336px;
		width: 294px;
		float: right;
	}
		#directionsHeader
		{
			background-color: #343434;
			height: 25px;
			color: white;
			font-size: 1.5em;
			padding: 7px 0 0 12px;
		}
		#directions
		{
			background-color: none;
			height: 284px;
			width: 272px;
			line-height: 1.0em;
			font-size: 0.9em;
			padding: 8px 7px 0 12px;	
		}
		#grayBar 
		{
			font-weight: bold;
			background-color:#343434;
			color:white;
			height:22px;
			padding: 9px 0 0 37px;
			font-size: 1.4em;
			clear: both;
			position: relative;
		}
		#mapsContent
		{
			height:245px;
			margin-left:20px;
			padding-top:8px;
			border: none;
		}
		#mapsContent img { margin: 0 auto; border: none; }
		
		#mapsContent #map-images {
			clear: both; 
			width: 100%;
			border: none;
		}
		#mapsContent #map-images div {
			float: left;
			border: none;
		}

		#mapsContent div
		{ 	
			display: block;
			width: 190px;
			text-align: center;
			border: none;
		}
		
		#attention p {
		width: 750px;
		margin: 15px 0 15px 125px;
		color: #990000;	
		font-size: 1.2em
		}
/****************************************************************
 Print
**************************************************************/	


@media print {
	#rightSplash 
	{ 
		display: block; 
		height: 400px;
		float: none;
	}	
	#directions
	{
		width: 600px;
	}
}
