body {
	background-color: #134486;
}
h1 {
   width: 317px;
   height: 23px;
   background: url(../images/home/welcome.png) no-repeat 0 0;
}
h2 span {
	color: #e19601;
}
a {
	color: #d8f3fe;
}
article {
	float: left;
	width: 303px;
	padding: 24px 0;
	color: #666;
}
.primary {
	width: 1000px;
	padding: 0 0 0 24px;
	margin: 0 auto;
	background: #000 url(../images/colorbar.png) repeat-y 0 0;
}
  	.primary aside {
  	   float: right;
  	   width: 218px;
		min-height: 275px;
		padding: 30px 32px 0 22px;
  	   color: #fff;
  	   background: #000;
  	   background: rgba(0,0,0,.65);
      font-size: 11px;
      line-height: 18px;
  	}
  	.primary aside a {
		display: inline-block;
		padding: 0 15px 0 0;
		margin: 0 0 5px;
  	   color: #fff;
		background: url(../images/arrows/beige-right.png) no-repeat 100% center;
  	   font-size: 18px;
  	}
	.primary aside p {
		padding: 0 0 25px;
		border-top: dotted 2px #ffae00;
	}
	.primary img {
		display: block;
	}
	.primary .wrapper {
		background: url(../images/home/large/1.jpg) no-repeat 0 0;
	}
.readmore {
	font-weight: bold;
	white-space: nowrap;
}
.secondary {
	position: relative;
	width: 100%;
	min-width: 1024px;
	padding: 0 0 50px;
	margin: 18px auto 0;
   background: #fff url(../images/blue-line.png) repeat-x 0 0;
}
	.secondary a {
		color: #255496;
	}
	.secondary h2 {
		padding: 0 0 3px;
		border-bottom: solid 1px #d78f01;
		margin: 0 0 14px;
		color: #1a212f;
		font-size: 20px;
		line-height:18px;
	}
	.secondary article {
		position: relative;
	   float: left;
		padding: 38px 0;
		margin-left: 52px;
	}
#logo {
	position: absolute;
	display: block;
	height: 147px;
	padding: 0 0 0 130px;
	margin: 164px 0 0 30px;
	color: #fff;
   background: url(../images/logo.png) no-repeat 0 0;
	font-size: 30px;
	font-weight: normal;
	line-height: 147px;
}
	#logo span {
		color: #ffdc88;
		font-weight: bold;
	}
#news {
	width: 217px;
	padding: 38px 32px 40px 37px;
	margin-left: 28px;
	background: url(../images/callouts/yellow.png) no-repeat 0 0;
	font-size: 12px;
	line-height: 20px;
}
	#news a {
		color: #545353;
	}
	#news h2 {
		padding: 0 0 20px;
		border-bottom: none;
		margin: 0;
	}
	#news li {
		padding-bottom: 1em;
		list-style-type: none;
	}
	#news .readmore {
		display: block;
		padding: 20px 0 0;
		font-size: 14px;
		text-align: right;
	}