@charset "utf-8";
/* CSS Document */
.ovelay {
	background-color:#FFF;
	position:absolute;
	left:0px;
	top:0px;
	wudth:1200px;
	height:600px;
	z-index:1;
}
::placeholder {
	font-style:italic;
}
.describe {
	left:33px;
	position:relative;
	height:102;
}
.moreTxt {
	position:relative;
	top:20px;
	left:33px;
}
.apPageLoc {
	position:relative;
	left: 33px;
	width:500px;
	height: 70px;
	z-index: 14;
}
.main {
  transition: all .5s ease-out;
  position:relative;
  top: 75px;
  left: 0;
  width:1250px;
}
.left {
	top:50px;
	float:left;
	position:relative;
	height:1000px;
	width:500px;
}
.right {
	top:50px;
	float:right;
	height:1000px;
	position:relative;
	width:700px;
	vertical-align:text-top;
}
.apMaps{
	position:relative;
	width:600px;
	height:420px;
	z-index:1;
	font-style: normal;
}
.apLatLong{
	position:relative;
	width:500px;
	height:40px;
	z-index:1;
	font-style: normal;
}
.Titlefont
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 42px;
	background-color:#FFF;
	font-weight: bold;
	color:#000;
	position:fixed;
	left: 0;
	text-align: center;
	width: 1250px;
	height: 65px;
	top: 5px;
	z-index: 12;
}
.weathermine { 
	font-weight:bold;
	display:block;
	position:relative;
	left:0;
	text-align:center;
	width:1250px;
}
.license {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #030;
	position:relative;
	left: inherit;
	text-align: center;
	width: 1250px;
	height: 20px;
	z-index: 12;
}
.apCookies {
	top:30px;
	position:relative;
	left: 33px;
	width:190px;
	z-index: 14;
}