.menu {
	width:526px;
	height:27px;
	display: block;
	position: relative;
	margin-top: 28px;
	float: right;
	clear: right;
}

/* padding was too wide or IE so it was shoving the right side down */
.content_left {
	padding: 32px 0 0px 50px;
	display: inline-block;
	width: 229px;
	float: left;
	position: relative;
}

.footer {
	padding: 0px 50px 32px 55px;
	display: block;
	width: 688px;
	font-size: 0.8em;
	color: #787878;
}
.content_right {
	padding: 32px 35px 0px 0px;
	display: inline-block;
	width: 440px;
	float: right;
}
.footer_right {
	display: block;
	float: right;
	text-align: right;
	
	width: 200px;
	
	
	
	
	overflow: hidden;
	color: #a1a1a1;
	font-size: 0.9em;
	bottom: 0;
	position: relative;
}

.myhr {
	display: block;
	width: 100%;
	margin-top:25px;
	margin-bottom:25px;
	border-bottom: 1px solid #4d4d4d;
	
}

.footer_left {
	display: block;
	position: relative;
	color:  #a1a1a1;
	clear: left;
	bottom: 0;
}

.subheader_home ul {
	background: url(../images/content/check.png) no-repeat left;
	margin: 20px 0 20px 5px;
	padding-left: 35px;
	height: 107px;
	/* checkmarks were getting cut off and IE moved them over into the text */
}
.subheader_main_how {
	display: block;
	height: 421px;
	background: #2f6f9e url(../images/content/how_bg.png) repeat-x;
}
.subheader_how {
	width: 706px;
	color: #ffffff;
	padding: 44px 44px 0px 44px;
	height: 421px;
	/*background: #2f6f9e url(../images/content/how_bg.png) repeat-x;*/
}

.start_how_button {
	background: url(../images/content/how_start_shadow.png) no-repeat bottom;
	height: 66px;
	width: 228px;
	margin-left: 12px;
	margin-top: 18px;
	float: left;
	display: block;
}

.ready_how {
	width: 220px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	float: left;
	margin-top: 24px;
	left: 0;
	position: relative;
}

