/* CSS Document */
body,html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	text-align: center;
	margin: 0;
	padding: 0;
}
p {
margin: 0 0 18px 0;
}
h1 {
	line-height: normal;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 34px 0;
}
a:focus {
	outline: none;
}
img {
	border: none;
}
#wrapper {
	padding: 40px 0;
	width: 714px;
	margin: 0 auto;
}
ul#select-site {
	margin: 0 0 46px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
ul#select-site li {
	float: left;
	position: relative;
	width: 357px;
	height: 335px;
	background: url(media/select-container.png) no-repeat;
}
ul#select-site li h2 {
	height: 0;
	overflow: hidden;
	line-height: 0;
	text-indent: -999em;
	color: #ffffff;
}
ul#select-site li.poc h2 {
	padding: 170px 0 0 0;
	margin: 20px 0 18px 0;
	background: url(media/logo-poc.gif) no-repeat top center;
}
ul#select-site li:hover.poc h2 {
	background: url(media/logo-poc.gif) no-repeat bottom center;
}
ul#select-site li.pdg h2 {
	padding: 138px 0 0 0;
	margin: 35px 0;
	background: url(media/logo-pdg.jpg) no-repeat top center;
}
ul#select-site li:hover.pdg h2 {
	background: url(media/logo-pdg.jpg) no-repeat bottom center;
}
p.button a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 357px;
	height: 60px;
	padding: 275px 0 0 0;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
p.button strong {
	display: block;
	height: 23px;
	padding: 4px 0 0 0;
	background: url(media/button.gif) no-repeat center;
	cursor: pointer;
}
ul#select-site li:hover p.button strong {
	background: url(media/button-hover.gif) no-repeat center;
}
.footer {
	color: #999999;
	margin: 5px 0 0 0;
}
