@charset "UTF-8";
/* CSS Document */
body {
	background:url(../i/bg_header.jpg) #fff top repeat-x;
}
#contentWrapper {
	margin:0px 0 0 0;
}
#contentLeft{
		float:left;	
		width:500px;
		margin:90px 0 0 40px;
}
.homeHr{
	width:450px;
	margin:0 0 15px 0;
	color:#e9e8e8;
}
#contentRight{
	width:250px;
	margin-left:520px;
}
#currentOpps{position:absolute;top:300px;margin-left:520px;}

#homeBottom{
	margin-top:20px;
	}
	#homeBottom td{
		padding-right:34px;
		vertical-align:top;
	}
	.homeBoxWrapper{
		background:url(../i/homebox_bg.jpg) #FFFFFF repeat-y;
		width:225px;	 
		}
		
		.homeBoxTop{
			margin-top: -10px;
		}
		.homeBoxPhoto{
			margin-left:8px;
		}
		.homeBoxContent{
			background:#E5F0FA;
			color:#0E4B75;
			width:205px;
			margin-left:8px;
			}
			.homeBoxContent a{
				color:#0E4B75;
			}
			.homeBoxContent a:hover{
				color:#DD6D00;
			}
			.homeBoxContent #readMore{margin:0 0 -6px 10px}
			.homeBoxContent p{
				padding:4px 10px;
				line-height:18px;
			}
		.homeBoxFooter{}