.directions
{
	float: left;
	height: 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: 600px;
	margin: 10px auto;
	padding: 0px;
	background-color: #87942a;
	clear:both;
}

#drivingDirections .header
{
	width: 592px;
	height: 90px;
	background: #484f24 url('images/directionHeader.gif') repeat-x top;
	margin: 0;
	padding: 0;
	display: block;
	border: 4px solid #87942a;
}

* html #drivingDirections .header
{
	margin: 3px;
}

#drivingDirections .header .left
{
	padding: 0;
}

#drivingDirections .header .right
{
	text-align: left;
}

#drivingDirections .header .left span
{
	color: #FFFFFF;
	font-family: Verdana , Arial, sans serif;
	font-size: 12px;
	display: inline-block;
	padding-bottom: 5px;
}

.mapArea
{
	padding: 0px;
	width: 600px;
	height: 455px;
	margin: 2px;
	position: relative;
}

#drivingDirections .legend
{
	background-color:#B0B595;
    height:30px;
    margin:0 5px;
    padding-top:5px;
}

#drivingDirections .legend .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: 265px;
	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;
}

.mapTextBox
{
    width:140px;
}

.mapTextBox_Small
{
    width: 100px;
}


.mapSubmit
{
	color: #FFF;
	text-decoration: none;
	border: 1px solid #523258;
	border-width: 0px 1px 1px 0px;
	background-color: #76477e;
	display:inline-block;
	cursor: pointer;
	text-decoration: none;
}

.mapSubmit:hover
{
	text-decoration: none;
}

.mapSubmit span
{
	padding: 3px 8px;
	display: inline-block;
}


#drivingDirections .left
{
    float: left;
    width: auto;
}

#drivingDirections .right
{
    float: right;
}

#drivingDirections .clear
{
    clear: both;
}

#drivingDirections #toAddressCol
{
	margin-left: 10px;
	width: 230px;
	padding: 0;
}

* html #drivingDirections #toAddressCol
{
	margin-left: 5px;
}

#drivingDirections #fromAddressCol
{
	margin-left: 10px;
	width: 200px;
	padding: 0;
}

#drivingDirections #submitCol
{
	float: right;
	margin-top: 10px;
	padding-right: 20px;
	margin:0;
}
