/* CSS Document */
#mapwrapper {
	margin: 2px 0 0 -1px;
	width: 100%;
	height: 480px;
	background: #FFFFFF;
	border-left: solid 1px #CCC;
	}
	
#mapsouter {
position: relative;
	width: 921px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: #fff;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	}

#mapnavwrapper {
	float: left;
	margin: 0px 0px 0px 2px;
	width: 205px;
	height: 100%;
	
	}
	
#googleLogo {
	width: 160px;
	height: 140px;
	margin: 20px 0 0 20px;;
	position: absolute;
	top: 515px;
	}
	
#mapContainer {
	width: 700px;
	height: 440px;
	float: right;
	margin-right: 3px;
	
	}
	
#infocontainer { position: relative; width: 220px; height: 95px; }
#name { position: absolute; width: 220px; height: 20px; left: 0px; top: 0px; }
#thumb { position: absolute; width: 100px; height: 75px;  left: opx; top: 25px;  }
#location { position: absolute; width: 120px; height: 75px; left: 110px; top: 35px; }

#infocontainermed { position: relative; width: 220px; height: 125px; }
#namemed { position: absolute; width: 220px; height: 50px; left: 0px; top: 0px; }
#thumbmed { position: absolute; width: 100px; height: 75px;  left: opx; top: 55px;  }
#locationmed { position: absolute; width: 120px; height: 75px; left: 110px; top: 65px; }

#infocontainerlong { position: relative; width: 260px; height: 95px; }
#namelong { position: absolute; width: 260px; height: 20px; left: 0px; top: 0px; }
#thumblong { position: absolute; width: 100px; height: 75px;  left: opx; top: 25px;  }
#locationlong { position: absolute; width: 160px; height: 75px; left: 110px; top: 35px; }

#infocontainertall { position: relative; width: 230px; height: 145px; }
#nametall { position: absolute; width: 230px; height: 50px; left: 0px; top: 0px; }
#thumbtall { position: absolute; width: 100px; height: 75px;  left: 0px; top: 75px;  }
#locationtall { position: absolute; width: 130px; height: 75px; left: 110px; top: 95px; }

#infocontainertaller { position: relative; width: 230px; height: 165px; }
#nametaller { position: absolute; width: 230px; height: 70px; left: 0px; top: 0px; }
#thumbtaller { position: absolute; width: 100px; height: 75px;  left: 0px; top: 95px;  }
#locationtaller { position: absolute; width: 130px; height: 75px; left: 110px; top: 115px; }

	
#map {
	z-index: 1;
	}
	
.header { text-decoration: underline; font-weight: bolder; line-height: .99;}
.infoBox {
	width: 250px;
	height: 200px;
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #8C8C73;
	line-height: .99;
	color: 0f365f;
	}
	
