html, body {
background: white;
margin: 0; padding: 0; height: 100%;
font-family: Trebuchet, Trebuchet MS, Tahoma;
font-size: 12pt;
}


#splash { display: none; }

#splash, #map {
	text-align: center;
  position: absolute;
	border: 0px; width: 920px;
  top: 50%;
  left: 50%;
  margin-top: -130px;
  margin-left: -460px;
	z-index: 0;
}

h2, h3 {
	width: 15em;
	margin: 0 auto;
}

div#fadein {
	display: none;
}

#map {
	z-index: 2;
	display: none;
	height: 540px;
 	margin-top: -280px;
}

#map img {
	border: 0px; float: none;
}

#clickhere {
	margin-top: 2em;
	cursor: pointer;
}

hr {
	display: none;
}

#flyer {
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 2;
	display: none;
	-webkit-transition: opacity, 1s;
	-moz-transition: opacity, 1s;
	text-align: center;
	width: 180px;
	font-size: 12px;
}

#flyer a {
	opacity: 0.5;
}

#flyer img {
	border: 1px dotted #690;
}

#flyer a:hover {
opacity: 1;
	text-decoration: none;
}

#flyer a {
	text-decoration: none;
}

#flyer2 {
	display: none;
}

form {
	color: #454;
	background-color: white;
	padding: 4px;
	/* margin-left: 2em; margin-right: 2em; */
	margin: 0px;
	width: 30em;
	
}

a {
	text-decoration: none;
	color: #95b711;
}

a:hover, #clickhere:hover {
	text-decoration: underline;
	color: #66AC1B;
	cursor: pointer;
}

span.required {
	/*font-size: 8px;
	color: red;
	margin-left: 10em;
	*/
	display: none;
}

form .list .list {
	list-style: none;
	line-height: 7px;
}

form div.listdescription {
	margin-left: 2em; font-size: 10px; margin-bottom: 1em; list-style: square; color: #339900; margin-top: 0px; padding-top: 0px;
 }
 
.form_unsub, .form_poweredby {
	text-align: right;
}

.form_poweredby {
	float: right;
}