/* General Styles for GMCP website - September 2006 */

/* Header of page - before breadcrumb
==============================================================================*/

#splashtop {
	height: 15px;
	background: url(../images/style/splash/top.gif);
	}
#splashheader {
	height: 133px;
	background: url(../images/style/splash/header.gif) no-repeat;
	}
#splashbody {
	position: relative;
	width: 930px;
	background: white;
	}


/* contact (header) navigation
==============================================================================*/

#splink {
	position: relative;
	list-style: none;
	}
#splink li {
	float: left;
	padding: 0;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	background: url(../images/style/splash/gateway_01.jpg) no-repeat;
	}
#splink li a {
	display: block;
	line-height: 348px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */
	}
	#splinkYP{
		width: 465px;
		height: 348px;
		background: url(../images/style/splash/gateway_01.jpg) no-repeat;
		}

#splink li a:hover {
	background-position: 0 -348px;
	}
	
#splink2 {
	position: relative;
	list-style: none;
	}
#splink2 li {
	float: right;
	padding: 0;
	overflow: hidden; 
	}
.Employers {
	background: url(../images/style/splash/gateway_03.jpg);
	}
.Adults {
	background: url(../images/style/splash/gateway_02.jpg);
	}
.Schools {
	background: url(../images/style/splash/gateway_05.jpg);
	}
.Parents {
	background: url(../images/style/splash/gateway_04.jpg);
	}
.Vacancies {
	background: url(../images/style/splash/gateway_06.jpg);
	}
.Workforce {
	background: url(../images/style/splash/gateway_09.jpg);
	}
#splink2 li a {
	display: block;
	line-height: 116px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */
	}
	#splinkEmployers{
		width: 235px;
		height: 116px;
		background: url(../images/style/splash/gateway_03.jpg);
		}
	#splinkAdults{
		width: 230px;
		height: 116px;
		background: url(../images/style/splash/gateway_02.jpg);
		}
	#splinkSchools{
		width: 235px;
		height: 116px;
		background: url(../images/style/splash/gateway_05.jpg);
		}
	#splinkParents{
		width: 230px;
		height: 116px;
		background: url(../images/style/splash/gateway_04.jpg);
		}
	#splinkVacancies{
		width: 230px;
		height: 116px;
		background: url(../images/style/splash/gateway_06.jpg);
		}
	#splinkWorkforce{
		width: 235px;
		height: 116px;
		background: url(../images/style/splash/gateway_09.jpg);
		}
#splink2 li a:hover {
	background-position: 0 -116px;
	}


/* splash footer
==============================================================================*/

#splashfooter {
	margin: 0;
	clear: both;
	width: auto;
	text-align: left;
	height: 122px;
	background: white url(../images/style/splash/footer.gif) no-repeat;
}
#splashfooter .cright {
	float: right;
	padding: 20px 20px 0 0;
	text-align: right;
	}
#splashfooter .cleft {
	float: left;
	padding: 20px 0 0 20px;
	}

#splashfooter p {
	padding: 3px 0;
	margin: 0;
	}

/* contact (header) navigation
==============================================================================*/

#nav {
	position: relative;
	list-style: none;
	}
#nav li {
	float: right;
	padding: 0;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}
li.Text {
	background: url(../images/nav/yp_banner_04.gif) no-repeat;
	}
li.Call {
	background: url(../images/nav/yp_banner_03.gif) no-repeat;
	}
li.Email {
	background: url(../images/nav/splash_banner_01.gif) no-repeat;
	}

#nav li a {
	display: block;
	line-height: 67px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */
	}
	#navText{
		width: 235px;
		height: 67px;
		background: url(../images/nav/yp_banner_04.gif) no-repeat;
		}
	#navCall{
		width: 230px;
		height: 67px;
		background: url(../images/nav/yp_banner_03.gif) no-repeat;
		}
	#navEmail{
		width: 230px;
		height: 65px;
		background: url(../images/nav/splash_banner_01.gif) no-repeat;
		}
#nav li a:hover {
	background-position: 0 -67px;
	}

/* Second Row */
	
#nav2 {
	position: relative;
	list-style: none;
	}
#nav2 li {
	float: right;
	padding: 0;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}
li.Find {
	background: url(../images/nav/splash_banner_04.gif) no-repeat;
	}
li.Advert {
	display: block;
	overflow: hidden;
	background: url(../images/nav/splash_banner_05.gif) center top; no-repeat;
	width: 465px;
	height: 65px;
	}
	.Advert .adBox01 {
		width: 215px;
		float: left;
		height: 41x;
		color: #ffffff;
		padding: 12px 10px;
		}
	.Advert .adBox02 {
		width: 230px;
		height: 65px;
		float: right;
		}

#nav2 li a {
	display: block;
	line-height: 73px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */
	}
	#navFind{
		width: 230px;
		height: 65px;
		background: url(../images/nav/splash_banner_04.gif) no-repeat;
		}
#nav2 li a:hover {
	background-position: 0 -73px;
	}
	
#nav2 li.Advert a {
	display: inline;
	text-indent: 0;
	line-height: normal;
	width: auto;
	}
