/* overrides the subpage background */
body {
	background-image: url(/images/hm_fadebg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
}

/*##### Styles specific to midde home feature section ######*/
table#hmfeatures {
	margin-right: 62px;
	margin-left: 63px;
}

table#hmfeatures td {
	vertical-align: top;
	min-height: 302px;
	height: 302px;
	background-image: url(/images/hmfeature_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 30px;
	text-align: left;
}

table#hmfeatures td.hmdivider {
	background-image: url(/images/siderules_bg.gif);
	background-repeat: repeat-y;
	width: 2px;
	padding: 0px;
	vertical-align: bottom !important;
}


