@charset "utf-8";
/* CSS Document */

@import url("global.css");

.columnContainer{
	width: 535px;
	height: 700px;
	float: left;
	overflow: hidden;
}

.largeColumn{
	background:#FFF;
	float: left;
	overflow: hidden;
	padding: 16px;
	width: 503px;
}

	.largeColumn p{
		color: #000;
		margin-bottom: 1.2em;
		text-decoration: none;
	}

.smallColumnTop{
	background: #FCB034;
	width: 250px;
	margin-left: 15px;
	float: left;
	overflow: hidden;
}

.smallColumnBottom{
	background: #516779;
	width: 218px;
	margin-left: 15px;
	padding: 16px;
	float: left;
	overflow: hidden;
	height: 468px;
}

	.smallColumnBottom li{
		color: #FFF;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.3em;
		padding-bottom: .8em;
	}
	
.features{
	color: #FFF;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
}