/***************************
	Search Results Styles
***************************/
div#heading {
	position: relative;
}
h3#resultsLabel {
	position: absolute;
	top: 7px;
	right: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}
div.results_section {
	padding: 20px 0px 30px 0px;
	background: url(/media/images/global/lg_hr.jpg) no-repeat top left;
	position: relative;	
}
div.results_section h3 {
	text-transform: uppercase;
	color: #46413C;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}
div.results_section p.page_numb {
	position: absolute;
	right: 175px;
	top: 20px;
	font-size:12px;
	line-height:18px;
}
div.results_section a.more:link, div.results_section a.more:visited {
	position: absolute;
	right: 55px;
	top: 20px;
	background: url(/media/images/global/more_buttons.jpg) no-repeat;
	background-position: 0 -15px;
	width: 71px;
	height: 15px;
	text-indent: -9999px;
}
div.results_section a.more:hover, div.results_section a.more:active {
	background-position: 0 0;
}
div.results_section ul {
	list-style: none;
}
div.results_section li {
	margin: 0px 0px 13px 0px;
}
div.results_section h4 {
	margin: 0px 0px 3px 0px;
	font-size: 12px;
	font-weight: normal;
}



/***************************
	Site Map Styles
***************************/
div.left_col {
	width: 300px;
	float: left;
}
div.right_col {
	width: 300px;
	float: right;
}
div.site_section {
	padding: 20px 0px 10px 0px;
	background: url(/media/images/global/lg_hr.jpg) no-repeat top left;
	position: relative;	
}
div.site_section h3 {
	text-transform: uppercase;
	color: #46413C;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}
div.site_section h3 a:link, 
div.site_section h3 a:visited {
	color: #46413C;
}
div.site_section ul {
	list-style: none;
	font-size: 12px;
	font-weight: normal;
}
div.site_section li {
	margin: 0px 0px 13px 0px;
}



