/*map definitions*/
#dMap {
	float:left;
	width:100%;
	height:400px;
	overflow: hidden;
	border: 1px solid #cccccc;
}
@media print {
	#dMap {
		width: 100%;
		height: 4in;
	}
}
#wrapper {
	float: left;
	width:100%;
	height: auto;
	margin-bottom: 25px;
}

/*popup styling*/
#popUpBox{
	font-family: Verdana, Arial, Courier;
}

#boxTitle {
	font-size: 14px;
	font-weight: bold;
}

#locType, #locAddress{
	font-size: 12px;
}

.moreInfo, .directions {
	font-size: 12px;
	color: #6261D8;
}

/*dropdown styling*/
#infoBox {
	font-family: Verdana, Arial, Courier;
	font-size: 12px;
	float: left;
	width: 638px;
	background-color: #dddddd;
	margin-top: -300px;
}
#infoBox * {
	font-size: 12px;
	padding-top: 4px;
}

.depName{
	font-size: 11px;
	font-weight: bold;
}

.depInfo{
	font-size: 10px;
}
.depTable{
	float: left;
	width: 200px;
	margin: 5px;
	height: 140px;
}


