ul li{
	margin-bottom:10px;
}
#map_bg{
	text-align:center;
	vertical-align:middle;
	border-top: dotted 1px #afafaf;
	padding-top: 30px;
	position: relative;
}

#map_bg ul{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#searchingimage{
	position:absolute;
	z-index:10;
	width: 131px;
	height: 59px;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -65px;
}

* html #searchingimage{
	top: 195px;
	left: 0;
}

#map {
    height: 450px;
	width: 600px;
	z-index:0;
}


#showmap{
	display:'none';
	z-index:10;
	width: 600px
	background-color: #EFE4C3;
	padding:0 10px 10px 10px;
}

#pgridsearch, #plocationsearch{
	display:'none';
}



#mileSelector{
	text-align:center;
	width:85px;
}

#codedKey{
	width: 606px;
	margin-left: -3px;
}

#keyCode td{
	font-size:11px;
	padding:10px 6px 9px;
	margin:0;
	width: 147px;
}

.purple #keyCode td{
	background-color: #f7f9fa;
}

.purple #keyCode td.selected
{
	background-color: #e2e3ee;
}

.orange #keyCode td{
	background-color: #fcf9f5;
}

.orange #keyCode td.selected
{
	background-color: #f4e5d4;
}

.blue #keyCode td{
	background-color: #f6f9fb;
}

.blue #keyCode td.selected
{
	background-color: #dce3ee;
}

#keyCode a img{
	border:0;
	width: 6px;
	height: 16px;
	margin-right: 4px;
}
#showall{
	display:none;
	font-weight: bold;
}

#tabtable{
	width:100%;
	border-collapse:collapse;
	padding:0;
	margin:0;
}
#container {
	width:100%;
	border-width: 0 1px 1px 1px;
	border-color:gray;
	border-style:solid;
	margin:-7px 0 0 0;
	padding:0;
}

#CriteriaTable label
{
	width: 90px;
	float: left;
	margin-top: 6px;
}

.tab{
	width:125px;
	text-align: center;
	vertical-align:middle;
	font-weight:bold;
	height:20px;
	border-width:1px 1px 1px 1px;
	border-color:gray;
	border-style:solid;
	padding:0;
	margin:0;
}

.tabselected{
	width:125px;
	text-align: center;
	vertical-align:middle;
	font-weight:bold;
	height:20px;
	border-width:1px 1px 0 1px;
	border-color:gray;
	border-style:solid;
	padding:0;
	margin:0;
}


.nottab{
	width:125px;
	text-align: center;
	vertical-align:middle;
	font-weight:bold;
	height:20px;
	border-width:0 0 1px 0;
	border-color:gray;
	border-style:solid;
	padding:0;
	margin:0;
}

.panel{
	/*padding: 5px 0 0 5px;*/
}

.demo{
	text-align:left;
	color:gray;
}

#addressInfoDiv{
	text-align: left;
}

#addressInfoDiv h6{
	font-size: 1.2em;
	line-height: 1.25em;		/* 15px */
	font-weight: normal;
	padding: 0 30px 6px 0;
	border-bottom: dotted 1px #afafaf;
	margin-bottom: 8px;
}

.purple #addressInfoDiv h6{
	color: #6f78a5;				/* PURPLE */
}

.orange #addressInfoDiv h6{
	color: #ce7b2d;				/* PURPLE */
}

.blue #addressInfoDiv h6{
	color: #4e77a8;				/* PURPLE */
}

#addressInfoDiv p, #addressInfoDiv li{
	font-size: 1.0em;
	line-height: 1.4em;
}

#addressInfoDiv ul.supportlinks li{
	background-position: 0 5px;
}

