div#topmodule_container {
  position: relative;
	float: left;
	margin-top: 12px;
	margin-left: 0px;
	margin-right: 0px;
	width: 940px;
	height: 100%;
	
}

.topmodule_box1 {
	position: relative;
	float: left;
/*	height:156px; */
  height: 250px;
	overflow: hidden;
	width: 235px;
	margin-right: 0px;

}

.topmodule_box2 {
	position: relative;
	float: left;
/*	height:156px; */
  height: 250px;
	overflow: hidden;
	width: 235px;
	margin-right: 0px;
}

.topmodule_box3 {
	position: relative;
	float: left;
/*	height:156px; */
  height: 250px;
	overflow: hidden;
	width: 235px;
	margin-right: 0px;
}

.topmodule_box4 {
	position: relative;
	float: left;
/*	height:156px; */
  height: 250px;
	overflow: hidden;
	width: 235px;
	margin-right: 0px;

}

.topmodule_box1 {
background: url(../images/topmodule_box.png) 0 0 no-repeat;
}

.topmodule_box2 { 
	background: url(../images/topmodule_box.png) 0 0 no-repeat;
}

.topmodule_box3 { 
	background: url(../images/topmodule_box.png) 0 0 no-repeat;
}

.topmodule_box4 { 
	background: url(../images/topmodule_box.png) 0 0 no-repeat;
}

.topmodule_box1 h3 {
	margin-top: 8px;
	width: 220px;
  color: #fff;
	background: #87A9C7 url(../images/heading_blue.png) 0 0 no-repeat;
}

.topmodule_box2 h3 {
  margin-top: 8px;
	width: 220px;
	color: #fff;
	background: #87A9C7 url(../images/heading_blue.png) 0 0 no-repeat;
}

.topmodule_box3 h3 {
  margin-top: 8px;
	width: 220px;
	color: #fff;
	background: #87A9C7 url(../images/heading_blue.png) 0 0 no-repeat;
}

.topmodule_box4 h3 {
  margin-top: 8px;
	width: 220px;
	color: #fff;
	background: #87A9C7 url(../images/heading_blue.png) 0 0 no-repeat;
}

.topmodule_inside {
margin: 6px 18px 8px 8px;
}


