.content_container {
	background: url(../../images/frame/background/content_blue_sweep.jpg) no-repeat left top;
}
/* UPPER CONTENT -------------------------------------------------- */
.upper_content {
	width: 950px;
	overflow: hidden;
	padding: 30px 0 0 25px;
}
	.upper_content .info {
		width: 575px;
		float: left;
	}
		.upper_content h2 {
			font-size: 26px;
			font-weight: bold;
			color: #323232;
			margin-bottom: 20px;
			letter-spacing: -0.4px;
		}
		
		
.steps {
	margin-left: 20px;
}
	.steps li {
		float: left;
		width: 300px;
		margin-right: 15px;
		background: url(../../images/frame/misc/how_it_works_step_arrow.png) no-repeat right 70px;
	}
		.steps li img {
			margin-bottom: 10px;	
			margin-left: -3px;	
		}
		.steps li .title {
			display: block;
			font-size: 18px;
			font-weight: bold;
			color: #454444;
			margin-bottom: 5px;
		}
			.steps li .title span {
				color: #18a3de;
			}
		.steps li p {
			font-size: 12px;
			line-height: 18px;
			color: #373535;
			width: 245px;
		}
	.steps li.last {
		background: none;
		width: 250px;
	}


h1.subhead {
	margin-bottom: 30px;
	font-size: 20px;
}

.toolbar {
	margin: 25px 0 20px 45px;
}

/* LOWER CONTENT --------------------------------------------------- */
.lower_content {
	width: 100%;
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 30px;
	width: 930px;
	margin: 0 25px
}
	.lower_content .column {
		position: relative;
		float: left;
		width: 200px;
		
		/* 
		Moved to language specific stylesheet 
		min-height: 160px;
		*/
		
		border-right: 1px solid #d3d3d3;
		padding: 0 20px 0 15px;
	}
		.lower_content .column:first-child {
			padding-left: 0;
		}
		.lower_content .column.last {
			border-right: none;
		}
		.lower_content .column ul {
			padding-left: 30px;
		}
			.lower_content .column ul li  {
				margin-bottom: 10px;
			}
			.lower_content .column ul li.heading {
				font-size: 16px;
				font-weight: bold;
			}
		.lower_content .column .more_link {
			position: absolute;
			bottom: 0;
			right: 20px;
		}
	.lower_content .toolbar_ad {
		margin-top: -10px;
	}
	
#toolbar_msg {
	width: 980px;
	height: 122px;
}