/* awards page */
#content.awards {
	background: url(../images/bg_content_awards.gif) no-repeat 0 0;
}
#content.awards .col_a { 
	padding: 40px 0 40px 40px; 
	width: 560px;
}
h1 {
	background: url(../images/hdr_awards.gif) no-repeat 0 0;
	width: 199px;
	height: 22px;
	margin: 0 0 15px 0;
}

.honoree {
	border-top: 1px solid #212121;
	margin-top: 28px;
	padding-top: 27px;
}
.honoree img {
	float: left;
	margin: 2px 20px 10px 0;
}
.honoree h3 {
	color: #FFCD61;
	font-size: 1.5em;
	margin-bottom: 10px;
}
.honoree strong {
	color: #ffffff;
	font-size: 1.7em;
}
.honoree em {
	color: #A4A4A4;
	font-size: 1.7em;
}
.honoree p {
	color: #A4A4A4;
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 5px;
}
.honoree a {
	font-size: 1.1em;
}