h1#editorial
{
	padding-bottom: 0.5em;
	border-bottom: solid 0.1em #EFF2F3;
}


h2 img#editorial_date 
{
	vertical-align: middle;
	margin-right: 1em;
}

div#editorial_footer
{
	position: relative;
	border-top: solid 0.1em #EFF2F3;
	border-bottom: solid 0.1em #EFF2F3;
	line-height: 1.6em;
	text-align: right;
}

div#editorial_footer ul
{
	list-style-type: none;
}

div#second_column h1
{
	text-align: right;
	padding-top: 1.5em;
	padding-right: 1.5em;
}

/* NEWS */

div#news 
{
	position: relative;
	float: left;
	width: 34.5em;
	margin-right: 1.5em;
	padding-bottom: 0.2em;
	border-bottom: solid 0.5em #75B2E1;
}

div#news h1
{
	background-color: #EFF2F3;
	border-right: solid 0.5em #999999;
	color: #778087;
	text-transform: uppercase;
	line-height: 3em;
	padding-left: 1em;
}

div#content div#main_column div#news h2  
{
	clear: both;
	font-size: 1.6em;
}

div#news div#news_footer
{
	clear: both;
	border-top: solid 0.1em #EFF2F3;
	text-align: right;
	height: 3em; /* for IE this bastard */
	line-height: 3em;
	padding-right: 1em;
	margin-top: 1em;
}

div#news div#news_footer a
{
	color: #FF9B01;
}


/* VIDEO */

div#news_video
{
	position: relative;
	float: left;
	width: 24em;
	padding-bottom: 0.2em;
	border-bottom: solid 0.5em #D2D5D9;
}

div#news_video h1
{
	background-color: #FF9B01;
	color: white;
	text-transform: uppercase;
	line-height: 3em;
	padding-left: 1em;
}


div#news_video div#news_video_legend
{
	background-color: #EFF2F3;
	padding: 1em;
}

div#content div#news_video_legend img
{
	float: left;
	margin-right: 0.5em;
}

div#news_video div#news_video_legend h2
{
	display: block;
	position: relative;
	color: #FF9B01;
	font-weight: bold;
	font-size: 1.2em;
}

div#news_video div#news_video_footer
{
	text-align: right;
	line-height: 3em;
	height: 3em; /* for IE this bastard */
	padding-right: 1em;
	background-color: #999999;
}

div#news_video div#news_video_footer a
{
	color: white;
}


/* WELCOME */
div#welcome_message
{
	line-height: 1.6em;
	border: solid 0.5em #75B2E1;
	background-color: #E7E9FF;
	color: #778087;
	padding: 1em 1em 0 1em;
	margin-top: 0;
}

div#welcome_message p
{
	margin-top: 0;
}

div#welcome_message a
{
	color: #FF9B01;
}



/* AMN ADAPTATIONS */

div#news 
{
	border-bottom: solid 0.5em #2C4ABC;
}
div#news div#news_footer a
{
	color: #FE361D;
}
div#news_video h1
{
	background-color: #FE361D;
}
div#news_video div#news_video_legend h2
{
	color: #FE361D;
}
div#welcome_message
{
	border-color: #2C4ABC;
	border-right: none;
	background-color: #E7E9FF;
}
div#welcome_message a
{
	color: #FE361D;
}


