/*this file is only for index.php - homepage*/
#home-inwbox-mid{
	background-image: url(../images/home-inwbox-mid.jpg);
	background-repeat: repeat-y;
	width: 752px;
	margin-right: auto;
	margin-left: auto;
}

#home-inwbox-top{
	background-image: url(../images/home-inwbox-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 18px;
}

#home-inwbox-bottom{
	background-image: url(../images/home-inwbox-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
}

#home-inwbox-body{
	margin-right: 15px;
	margin-left: 15px;
}

#home-log-midn{
	background-image: url(../images/orange-box-fixed.png);
	background-repeat: none;
	float: right;
	width: 303px;
	height: 228px;
}
#home-log-body{
	height:160px;
	margin:0px;
	padding-top: 8px;
	padding-right: 40px;
	padding-left: 30px;
}

#benefits-midn{
	background-image: url(../images/blue-box-fixed.png);
	background-repeat: none;
	float: left;
	width: 434px;
	height:372px;
}


#benefits-body{
	padding-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

.i-mbox{
	float:left;width:30%;display:inline;
}
.i-mbox-s{
	display:block;vertical-align:top;width:99%;
}