#ParkingHeader
{
	color:#5185C4;
	background:url('../images/pageHeaderBackground2.jpg') no-repeat;
	height:53px;
	margin:0.5em 0 0 -1em;
	color:White;
	padding:0.1em 0 0 1.25em;
	width:823px;
	z-index:1;
}

#ParkingText
{
	float:left;
	width:750px;
	margin-left:1em;
	line-height:16pt;
}

#ParkingText a
{
	font:11pt arial,helvetica,sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#5185C4;
}
#ParkingText a:hover
{
	color:#ffe25d;
}
#ParkingText li
{
    margin-bottom:1em;
}

#ParkingPhoto
{
	float:right;
	margin-top:3em;
	background:url('../images/parkingDetail.gif') no-repeat;
	width: 300px;
	height:220px; 
	border-radius:10px;
	-moz-border-radius:10px;
	border:solid 1px black;
}
#ParkingPhoto span
{
	display:block;
	width:0;
	height:0;
	overflow:hidden;
}
#ParkingText h2
{
	/*color:#5185C4;*/
	color:#000;
}