#directions
{
	float: left;
	min-height: 400px;
	width: 100%;
	display: none;
	font-family: Verdana, Arial, sans serif;
    font-size: 11px;
    margin: 2px;
}

#map
{
	margin-left: 3px;
}

#directions table
{
	font-family: Verdana, Arial, sans serif;
    font-size: 11px;
}
      
#drivingDirections
{
	display: block;
	width: 618px;
	margin: 10px auto;
	padding: 0px;
}

#drivingDirections .header
{
	height: 60px;
	background: url(../../images/directionHeader.png) #ffffff no-repeat;
	margin: 0px;
	padding: 10px;
	display: block;
}

#drivingDirections .header .left
{
    float: left;
    display: inline-block;
}

#drivingDirections .header .right
{
	float: right;
	padding-right: 15px;
	padding-top:20px;
}

.mapArea
{
	margin: 0px;
	padding: 0px;
	background: url(../../images/bg_588BC0.png);
	width: 618px;
	height: 518px;
	position: relative;
	padding-top: 3px;
}

#drivingDirections .footer
{
	height: 31px;
	background: url(../../images/directionFooter.png) repeat-x;
}

#drivingDirections .footer .text
{
	font-family: Arial;
	font-size: 10px;
	color: White;
	vertical-align: middle;
	line-height: 31px;
}

.dropDownTemplate
{
	float: left;
	background: transparent url(../../images/directionTemplate.png) no-repeat;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 315px;
	height: 174px;
}

.dropDownTemplate UL, .dropDownTemplate LI
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.dropDownTemplate UL
{
	margin: 10px 0px 0px 10px
}

.dropDownTemplate .left
{
	float: left;
}

.dropDownTemplate .right
{
	float: right;
	text-align: left;
}

.dropDownTemplate .right .innerText
{
	padding: 10px;
}

.dropDownTemplate .white
{
	color: White;
}

#directions
{
	position: relative;
}

#directionsHide
{
	z-index: 10000;
	position: absolute;
	width:615px;
}

#directionsHide img
{
	float: right;
	margin-top: 12px;
	margin-right: 10px;
}


.form ul, .form li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

.form li
{
	margin-top: 5px;
}

#info
{
	text-align: left;
	width: 300px;
	display: block;
	float: left;
}

#info .text,
#info .text a,
#info .text a:hover
{
	font-family: Arial;
	color: Black;
	font-size: 11px;
}

#info .text a,
#info .text a:hover
{
	color: #008EE0;
}

#info .img
{
	float: right;
	clear: right;
}

.mapDropDownList 
{
height:20px;
display: inline-block;
}