/* home page elements*/
img#mainPic {
	float:left;
	height:236px;
	width:443px;
}

div#mainBlurb {
	float:left;
	height:111px;
	width:275px;
	padding:125px 20px 0 0;
	background:url(../_images/home/bg_mainBlurb.jpg) no-repeat;
}

div#subFeaturesBox {
	clear:both;
	padding:17px 0 0 12px;
	height:162px;
	width:726px;
	background:url(../_images/home/bg_subFeaturesBox.jpg) no-repeat;
}

	div#subFeaturesBox div.subFeaturesItem {
		background:url(../_images/home/bg_subFeaturesItem.jpg) no-repeat;
		float:left;
		height:151px;
		width:345px;		
	}
	
	div#subFeaturesBox div#subFeaturesSpacer {
		float:left;
		width:24px;
		height:151px;
	}
	
div#subscribe2 {
	padding:30px 15px 0 0;
	text-align:right;
}

input.textinput {
	width:180px;
}

label {
	display:block;
	float:left;
	width:100px;
	padding:4px 0 0 0;
	font-weight:bold;
	cursor:pointer;
}


