@charset "utf-8";
/* CSS Document */

/* CSS for Splash homepage */
/* Extends and overrides HUB_UK_Portal.css & HUB_UK_Portal_NAV.css */

#horizontalNav {
	display: none;
}

h1 {
	display: none;
}

/*#splashpage {
	background-image: url(/UK/images/splash/content-background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}*/

#splashpage #content {
	position: relative;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#splashpage .site {
	width: 297px;
	float: left;
	height: 130px;
	margin: 19px;
	background-image: url(/UK/images/splash/site-item-background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	min-height: 120px;
	position: relative;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#splashpage .left {
	margin-left: 0px;
}

#splashpage .top {
	margin-top: 0px;
}

#splashpage .middle {
	margin: 0px;
}

#splashpage .right {
	margin-right: 0px;
}

#splashpage .bottom {
	margin-top: 0px;
}


#splashpage .site h2 {
	font-size: 12px;
	padding: 12px 7px;
	margin: 0;
	border-top: none;
}

#splashpage .site p {
	font-size: 11px;
	margin: 0px;
	padding: 0px 7px 7px;
	color: #797b7f;
}


#splashpage .site .entersite a {
	font-size: 11px;
	color: #000000;
	margin: 0px 75px 0px 0px;
	padding: 1px 15px 2px 7px;
	display: block;
	border-top: 1px solid #797b7f;
	border-bottom: 1px solid #797b7f;
	background-image: url(/UK/images/navigation/link-arrow-level3.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	text-decoration: none;
}

#splashpage .site .entersite a:hover {
	text-decoration: underline;
}

#splashpage .site .entersite {
	position: absolute;
	left: 1px;
	bottom: 1px;
	width: 295px;
	background-color: #e3e3e3;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
