@charset "utf-8";
/*
* 	CMP / Commercial
*	home.css
*
*/

#hm-leftcol {	
	width: 225px;
	height: 500px;
	float: left;
	margin: 0px;
}

#hm-about {
	width: 185px;
	float: left;
	background-color: #ddd;
	background-image: url(/retirementcalc/images/hm_about_bt.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px 20px 10px 20px;
	font-size: 11px;
}

#hm-lead {
	padding-top: 20px;
	padding-bottom: 30px;
	float: left;
	width: 214px;
	padding-left:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
	font-size: 9px;
	background-image: url(/retirementcalc/images/hm_leftcol_bt.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fff;
}

#hm-main {
	width: 475px;
	float: left;
	font-size: 14px;
}

#hm-content {
	width: 300px;
	float: left;
	padding: 20px;
	background-color: #FFF;
	background-image: url(/retirementcalc/images/hm_content_bt.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#hm-loans {
	width: 121px;
	height: 1200px;
	padding: 7px;
	float: left;
	background-color: #dddddd;
	background-image: url(/retirementcalc/images/hm_rt_grad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 10px;
}

.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #336699;
	margin-top: 0px;
}