

/* Homepage Navigation
--------------------------------------------------*/	
div#nav {
	background: url(../images/nav_bg.jpg) repeat-x #4890D0;
	}
	
#nav ul li a span {
	background-image: url(../images/homepage_nav.jpg);
	}

/* Homepage Highlight
------------------------------------------------*/

div#homepage_highlight {
	background: url(../images/homepage_highlight_bg.jpg) bottom repeat-x #4890D0;
	height: 375px;
	overflow: hidden;
	position: relative;
	}
	
div#homepage_highlight img {
	float: left;
	}
	
div#results_message {
	height: 375px;
	overflow: hidden;
	position: relative;
	}
	
div#results_message h1 {
	}
	
div#results_message p {
	}
	
div#results_message p a span{
	position: absolute;
	text-indent: 0 !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/results_bg.jpg) no-repeat;
	}