/*== Homepage Layout Header ========================================*/

	#hp_header {
		background: #FFFFFF url(images/homepage_header.jpg) no-repeat;
		height: 225px;
		width: 100%;
		overflow: hidden;
	}

	#hp_header h1, #hp_header h2 {display: none;}
	
	#hp_requestaudit {
		height: 80px;
		width: 275px;
		position: relative;
		float: left;
		left: 316px;
		top: 11px;
		background: url(images/audit.gif) no-repeat;
	}	
	
	a:hover #hp_requestaudit {
		background: url(images/audit_hover.gif) no-repeat;
		cursor: pointer;
	}
	
/*== Homepage Layout Header News Section ===========================*/

	#hp_toprightcontent {
		margin-top: 2px;
		float: right;
		width: 204px;
		height: 194px;
		padding: 6px 10px 0px 10px;
		overflow: hidden;
	}

/*== Homepage Layout 3-Column Content Well =========================*/

	#hp_content {
		background: url('images/homepage_three_cols.jpg') top center no-repeat;
		overflow: hidden;
		padding: 0px 13px 0px 13px;
		height: 575px;
	}

	#hp_content .column {
		width: 274px;
		float: left;
		height: 575px;
		overflow: hidden;
	}

	#hp_content a {color: #2D2F31 !important;}
	
	#hoverplace1, #hoverplace2, #hoverplace3 {
		width: 274px;
		height: 185px;
		cursor: pointer;
		background: transparent;
	}
	
	#hp_content #link2 {margin: 0px 1px 0px 1px;}
	#hp_content h3 {display: none;}
	
	#hp_content h4 {
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 16px;
		color: #635F6A;
	}
	
	#hp_content .body {
		margin: 30px;
		margin-top: 0px;
		font-size: 11px;
		line-height: 17px;
	}
	
	.learnmore {
		background: url('images/homepage_learnmore.png') no-repeat;
		display: block;
		width: 143px;
		height: 40px;
		float: right;
		margin: 0px;
		margin-right: 10px;
		margin-bottom: 20px;
		cursor: pointer;
	}
	
	#hp_content a:hover #hoverplace1{background: url('images/homepage_col1_hover.jpg');}
	#hp_content a:hover #hoverplace2{background: url('images/homepage_col2_hover.jpg');}
	#hp_content a:hover #hoverplace3{background: url('images/homepage_col3_hover.jpg');}
	#hp_content a:hover .learnmore{background: url('images/homepage_learnmore_hover.png');}
	
	.clear {
		clear: both;
		height: 0px;
	}






