@charset "UTF-8";
/* CSS Document */

* {
	padding: 		0;
	margin: 		0;
	}

body {
	text-align: 	center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #BABABA;
	background-image: url(bg_h_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
	
#bodyBlack {
	text-align: 	center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	color: #223345;	
	}	

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:active, a:link, a:visited,  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;

}


/* grid _______________________________________________________________________________*/

#container {
	text-align: 	left;
	width: 			955px;
	height:			589px;
	background: 	url(container.gif) center center;
	position: 		relative;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
/* ____________________________________________________________________________________*/

/* background _________________________________________________________________________*/

#col1 {
	margin:			0 0;
	width:			219px;
	height:			589px;
	background:		url(001.jpg) no-repeat left top;
	position:		absolute;
	left: 0;

}



#col2 {
	margin:			0 0;
	left:			219px;
	width:			6px;
	height:			589px;
	background:		url(divider.gif) repeat-y left top;
	background-color: #FFFFFF;
	position: absolute
	
}

#col3 {
	margin:			0 0;
	left:			225px;
	width:			71px;
	height:			589px;
	background:		url(003.jpg) no-repeat left top;
	background-color: #4d85a0;
	position: absolute
	
}

#col4 {
	margin:			0 0;
	left:			296px;
	width:			6px;
	height:			589px;
	background:		url(divider.gif) repeat-y left top;
	position: absolute

}

#col5 {
	margin:			0 0;
	left:			302px;
	width:			425px;
	height:			589px;
	background-color: #cc0001;
	position: absolute;

}

#col5b {
	margin:			0 0;
	left:			302px;
	width:			655px;
	height:			589px;
	background-color: #cc0001;
	position: absolute;

}



#col6 {
	margin:			0 0;
	left:			727px;
	width:			6px;
	height:			589px;
	background:		url(divider.gif) repeat-y left top;
	position: absolute

}

#col7 {
	margin:			0 0;
	width:			23px;
	height:			589px;
	background:		url(007.jpg) no-repeat left top;
	position:		absolute;
	left: 733px;

}

#col8 {
	margin:			0 0;
	left:			756px;
	width:			6px;
	height:			589px;
	background:		url(divider.gif) repeat-y left top;
	position: absolute

}

#col9 {
	margin:			0 0;
	width:			38px;
	height:			589px;
	background:		url(009.jpg) no-repeat left top;
	position:		absolute;
	left: 762px;

}

#col10 {
	margin:			0 0;
	left:			800px;
	width:			6px;
	height:			589px;
	background:		url(divider.gif) repeat-y left top;
	position: absolute

}

#col11 {
	margin:			0 0;
	width:			149px;
	height:			589px;
	background:		url(011.jpg) no-repeat left top;
	position:		absolute;
	left: 806px;

}


/* ____________________________________________________________________________________*/
/* results ____________________________________________________________________________*/

#results {
	text-align: 	left;
	width: 			955px;
	height:			inherit;
	overflow:		visible;
	position: 		relative;
	border: 		1px solid #000000;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#resultsLogo {
	margin:			0 0;
	width:			955px;
	height:			99px;
	background:		url(results_header.jpg) no-repeat left top;
	position:		absolute;
	left: 0;
	background-color:#FFFFFF;
}

#resultsHolder {
	position:relative;
	padding-top:120px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:30px;
	height:inherit;
	width:955px;
	overflow:hidden;
}

#resultsBand {
	z-index: 2;
	position:absolute;
	right:0;
	height:10px;
	top:99px;
	background-image:url(footer_bg.gif);
	background-color:#FFFFFF;
	width:955px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-position: center;
	font-variant: small-caps;
	vertical-align: middle;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	line-height: 30px;
 }
 
#resultsFooter {

	position:absolute;
	right:0;
	height:30px;
	bottom:0px;
	background-image:url(footer_bg.gif);
	background-color:#FFFFFF;
	width:955px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-position: center;
	font-variant: small-caps;
	vertical-align: middle;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	line-height: 30px;
 }

#searchBox {
	z-index: 			4;
	position:			absolute;
	top:60px;
	left:270px;
	height: 32px;
	width: 400px;
		
}



/* Tools  _____________________________________________________________________________*/

#tools {
	z-index: 			4;
	position:			absolute;
	left:				264px;
	width: 				500px;
	height: 			300px;
	top: 				50px;

}

#footer {
	z-index: 3;
	position:absolute;
	right:0;
	height:30px;
	bottom:0px;
	background-image:url(footer_bg.gif);
	background-color:#FFFFFF;
	width:955px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-position: center;
	font-variant: small-caps;
	vertical-align: middle;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	line-height: 30px;
 }


 

/* ____________________________________________________________________________________*/

/* Images _____________________________________________________________________________*/

#MainLogo {
	background-image: url(logo.gif);
	background-position: center;
	height: 89px;
	width: 452px;
	background-repeat: no-repeat;
	
}

#OutlineLogo {
	background-image: url(Liverpoogle_outline_b.gif);
	background-repeat: no-repeat;
}

#logoStack {

}

#copytext {
	z-index: 4;
	position: absolute;
	left: 330px;
	width: 595px;
	height: 370px;
	top: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
#toppad {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main_logo {
	z-index:1;
	background-image:url(logo.png);
	background-repeat:no-repeat;
	width:359px;
	height:118px;
	left:330px;
	top:15px;
	position:absolute;
}
#normaltext {
	z-index: 4;
	position: absolute;
	left: 330px;
	width: 370px;
	height: 370px;
	top: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

