
body#splash {
	width: 930px;
	margin: 1em auto 1em auto;
}

h1, h2, #primary div form {
	text-align: center;
}

#primary div form {
	position: relative;
	top: -60px;
}

/*body > div {
	width: 800px;
	margin: auto;
}*/

.splash-banner {
	position: relative;
	top: -90px;
}

#splash h1 {
	font-size: 220%;
	font-family: /*Georgia,*/ "Gill Sans", Arial, sans-serif;
	line-height: 15pt;
	font-weight: normal;
	letter-spacing: 2.5pt;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
}

#splash hr {
	width: 50%;
}

#splash h2 {
	font-family: "Gill Sans", Arial, sans-serif;
	font-style: italic;
	font-size: 150%;
	color: #444;
	letter-spacing: 4pt;
	margin-top: 0px;
}

#splash h1.splash-banner {
	
}

#splash div#pom {
	margin-right: 0.15in;
}

#splash div#pom img {
	padding: 1em 1em 1.5em 1em;
}

#splash div {
	text-align: center;
}

#splash div.shadow {
	/*float: right; */
	text-align: center;
}

#splash hr {
	border-top: 1px solid white;
	border-bottom: 1px inset #999;
	border-left: none;
	border-right: none;
}

.pom_wrapper {
	display: block;
	text-align: center;
	background: #f0f0e4;
	border: 1px solid black;
	padding: 51px 51px 89px 51px;
	margin: 12px 38px 12px 38px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.pom_wrapper img {
	background: black;
	padding: 1px;
	border: 15px solid #fff;
	-webkit-box-shadow: -2px -2px 5px rgba(0,0,0,0.2);
}

div#searchResults {
	visibility: hidden;
	background: #eeeee9;
	border: 1px solid #000022;
	/*width: 600px;*/
	position: absolute;
	top: 70px;
	/*left: 100px;*/
	z-index: 50;
	opacity: .95;
	-webkit-box-shadow: 5px 5px 3px rgba(0,0,0,0.5);
	width: 592px; /* == 6*(90+4px+4px) + 2px + 2px */
}

#searchResults ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 2px 2px 2px 2px;
	clear: both;
}
#searchResults ul li {
	display: block;
	float: left;
	cursor: pointer;
	margin: 1px 1px 1px 1px;
	padding: 6px 3px 6px 3px;
	width: 90px;
	/*height: 96px;*/
	height: 110%;
	opacity: .95;
	background: #eeeeee;
	vertical-align: middle;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 9px;
}

#searchResults ul li:hover {
	background: rgb(170,200,255);
}

#searchResults ul li a:link, #searchResults ul li a:visited, #searchResults ul li a:hover {
	color: black;
	border: none;
}

#searchResults ul li a:hover {
	background: rgb(170,200,255);
}

#searchResults ul li a img {
	vertical-align: middle;
	text-align: center;
	border: 5px solid white;
	padding: 1px;
	background: black;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	margin-bottom: 1px;
}


p.searchMessage {
	color: #440000;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 14px;
	height: 20px;
	opacity: 1.0;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
}

#splash div.searchResultsHeading {
	background: #ccddff;
	color: black;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 18px;
	width: auto;
	left: 0px;
	right: 0px;
	opacity: 1.0;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	clear: both;
	text-align: left;
}

#splash span#closeSearchResults {
	cursor: pointer;
	font-size: 16px;
	color: #990000;
}

#splash span#closeSearchResults:hover {
	color: #ff0000;
}


