.directions
{
	
	
	display: none;
	font-family: Verdana, Arial, sans serif;
    font-size: 11px;
    margin: 2px;
    padding-bottom:100px;
}

.map
{
	margin-left: 3px;
}

.directions table
{
	font-family: Verdana, Arial, sans serif;
    font-size: 11px;
}
      
#drivingDirections
{
	display: block;
	width: 630px;
	margin: 10px auto;
	padding: 0px;
	background-color: #d9ae84;
	background-image:url(../../images/bg_map.gif);
	background-repeat:repeat-x;
	border-top:3px solid #73502D;
}

#drivingDirections .header
{
	float: left;
	width: 600px;
	
	color:#fff;
	margin: 5px;
	padding: 10px;
	display: block;
}

#drivingDirections .header .right
{
	text-align: left;
}

#drivingDirections .header .left span
{
	color: #333;
	font-family: Verdana , Arial, sans serif;
	font-size: 12px;
	display: inline-block;
	padding-bottom: 5px;
}

.mapArea
{
	padding: 0px;
	width: 620px;
	height: 518px;
	margin: 2px;
	position: relative;
    line-height:normal;
}

#drivingDirections .footer
{
	height: 31px;
	display:none;
}

#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: 100%;
}

#directionsHide img
{
	float: right;
	margin-top: 12px;
	margin-right: 10px;
	cursor: pointer;
}

#directionsForm span
{
	font-family: Arial;
	font-size: 12px;
}

#directionsForm ul, #directionsForm li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#directionsForm 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: #333;
}

#info .img
{
	float: right;
	clear: right;
}

.mapSubmit
{
	color: #FFF;
	text-decoration: none;
	border: 1px solid #333;
	border-width: 0px 1px 1px 0px;
	background-color: #73502d;
	display:inline-block;
	cursor: pointer;
	text-decoration: none;
}

.mapSubmit:hover
{
	text-decoration: none;
}

.mapSubmit span
{
	padding: 3px 8px;
	
}


#drivingDirections .left
{
    float: left;
}

#drivingDirections .right
{
    float: right;
}

#drivingDirections .clear
{
    clear: both;
}


/**/
.clearfix
{
    clear:both;
    }

.form ul, .form li
{
   
    float: left;
    margin:0;
    padding:0;
    }
.form ul
{
    margin:15px 0 0 15px;
    
    }
.form li
{
    list-style-type:none;
    padding-bottom:5px;
    
    }
.input
{
    float:left;
    padding:5px;
    
    }
    
ctl00_Content_controls_maps_singlelocation_ascx1_directions
{
    
    margin-bottom:100px !important;
    
    }