.simple_content {
	width: 908px;
	background: url("../images/content_project_wide.jpg") no-repeat scroll 0 0 transparent;
	float: left;
}
.simple_content table {
	margin: 0 auto;
}
/*  4 homepage blocks  */
div.home_block_1 { width:420px; float:left; margin-left:0px; margin-bottom:25px;}
div.home_block_2 { width:420px; float:left; margin-left:25px; margin-bottom:25px;}
div.home_block_3 { width:420px; float:left; margin-left:0px; margin-bottom:25px;}
div.home_block_4 { width:420px; float:left; margin-left:25px; margin-bottom:25px;}
div.home_block_inner { padding:19px;}
div.home_block_img{display:inline;float:right;margin:18px;margin-right:10px;}

.hb_tl { width:100%;height:100%;background:url(../images/home_block_tl.png) top left no-repeat;}
.hb_tl .hb_tr { width:100%;height:100%;background:url(../images/home_block_tr.png) top right no-repeat;}
.hb_tl .hb_tr .hb_br { width:100%;height:100%;background:url(../images/home_block_br.png) bottom right no-repeat;}
.hb_tl .hb_tr .hb_br .hb_bl { width:100%;height:100%;background:url(../images/home_block_bl.png) bottom left no-repeat;}

/*  read more buttons in the homepage blocks  */
.more_button {position: relative;padding-left:280px;margin-top:-30px;margin-bottom:28px;}
#readmore { float:right; margin:0px 0px 30px 0px;}
.readmore {
	float: left;
	width:97px;
	height:25px;
	display:block;
	background-image:url(../images/readmore.png);
	background-position: top left;
}
.readmore span.hover{
	position: absolute;
	display: block;
	width:97px;
	height:25px;
	background-position: bottom left;
	background-image:url(../images/readmore.png);
}
