
/*Edit this stylesheet to make changes to elements exclusive to the AWARDS section*/

/*Comment*/
/*Main Awards Page Image*/
#page_header.awards {
	background:url(media/page_header_awards.jpg);
	padding: 0px;
	height: 229px;
	width: 981px;
	position: relative;
	z-index: 190;
	margin-top: -31px;
	background-repeat: no-repeat;
	background-position: center top;
}

#main_content_wrapper {
	height: auto;
	
}

/*Mini Content Header for Overview*/
#content_header.overview {
	margin: 0px;
	padding: 0px;
	height: 67px;
	width: 992px;
	background:url(awards_overview/media/content_header_overview.png);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: visible;
	position: relative;
	z-index: 500;
	left: -11px;
	top: 30px;
}

/*Mini Content Header for Recipients*/
#content_header.recipients {
	margin: 0px;
	padding: 0px;
	height: 67px;
	width: 992px;
	background:url(awards_recipients/media/content_header_recipients.png);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: visible;
	position: relative;
	z-index: 500;
	left: -11px;
	top: 30px;
}

/* ==== CONTEN BODY SETTINGS ==== */

/*Black box that the content exists within.*/
#content_body {
	margin: -10px 27px 32px 27px;
	padding:40px 36px 0px 38px;
	background:url(../../_images/body_bg/blk_bg.png);
	height:auto;
	width:853px;
	float:left;
	position:relative;
	z-index: 100;
	overflow: visible;
}


#content_body h1 {
	text-transform:uppercase;
	letter-spacing:0.11em;	
	font-size:1.7em;
	margin:0px 0px 30px 0px;
	text-align:center;
}
#content_body h3 {
	text-align:center;
	color:#4499dd;
}
#content_body p.download_center {
	margin-top: -23px;
	text-align: center;
	color: #ff77aa;
}


#content_body p.downloadDescription{
	margin-right: 13px;
	text-align:justify;
	text-justify:distribute;
	margin-right: 50px;
}
#column_center p {
	text-align:center;
}

#column_center h5 {
	text-align:center;

}

#column_left p {
	float:left;
	padding: 0px 0px 0px 15px;
	width:392px;
	text-align:right;

}
#column_right p {
	float:right;
	color:#aaccff;
	width:392px;
	padding: 0px 15px 0px 0px;

}



/*===================================*/

table.mainTable {
	width:850px;
	margin:0px;
	border-spacing:0px;
	}


table.mainTable, table.mainTable td, table.mainTable tr {
	border:1px solid #333;
	border-collapse:separate;
	}

table.mainTable tr td span {
	display:inline-block;
	text-transform:uppercase;
	color:#999;
	font-size:0.7em;
	font-weight:bold;
	padding:0px 0px 2px 0px;
}


table.mainTable tr td {
	background:url(../../_images/body_bg/blk_bg_dark.png);
	padding:0px 0px 0px 15px;
	font-weight:bold;
	font-size:0.9em;
	height:50px;
	width:50px;
	border:none;
}
