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

/*HOME PAGE HEADER RULES*/
#home_header {
	width:908px;
	height:294px;
	margin: 0 auto;
	background:url(../site_images/banners/banner_1.jpg) no-repeat top;
	position:relative;
}
#headline {
	width:908px;
	height:140px;
	position:absolute;
	top:154px;
	left:0;
	background:url(../site_images/headline_tile.png) 0 0 repeat-x;
	color:#FFFFFF;
	}
.headline {
	width:880px;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:45px;
	font-weight:lighter;
	line-height:70px;
	}
.headline_read_more a:link, .headline_read_more a:active, .headline_read_more a:visited {
	font-size:15px;
	color:#FFFFFF;
	}
.headline_read_more a:hover {
	color:#CCCCCC;
}
#collapse {
	position:absolute;
	bottom:0px;
	right:0px;
	width:20px;
	height:20px;
	display:block;
	background:url(../site_images/home/close_tab.png) no-repeat top;
	z-index:100;
}
#collapse a {
	position:absolute;
	right:0;
	bottom:-5px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	}
#menu .language a {
	font-size:12px;
	margin:0 2px 0 2px;
	}
.language {
	position:absolute;
	right:13px;
	top:24px;
	font-weight:lighter;
	}
/*END OF HOME PAGE HEADER RULES*/

/*HOME PAGE SPRITES*/
.gaac_sprite {
	width:200px;
	height:32px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	background:url(../site_images/home/gaac.png) no-repeat 0 0;
	}
.gaac_sprite:hover {
	width:200px;
	height:32px;
	overflow:hidden;
	display:block;
	background:url(../site_images/home/gaac.png) no-repeat 0 -32px;
	}
.news_sprite {
	width:200px;
	height:32px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	background:url(../site_images/home/news.png) no-repeat 0 0;
	}
.news_sprite:hover {
	width:200px;
	height:32px;
	overflow:hidden;
	display:block;
	background:url(../site_images/home/news.png) no-repeat 0 -32px;
	}
.magazine_sprite {
	width:216px;
	height:32px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	background:url(../site_images/home/magazine.png) no-repeat 0 0;
	}
.magazine_sprite:hover {
	width:216px;
	height:32px;
	overflow:hidden;
	display:block;
	background:url(../site_images/home/magazine.png) no-repeat 0 -32px;
	}
/*END OF HOME PAGE SPRITES*/

/*HOME PAGE COLUMN RULES*/

.block_3_column .column_wrapper {
	width:314px;
	float:left;
	text-align:center;
	}
.block_3_column .column {
	width:280px;
	margin:0 auto;
	text-align:left;
}
.block_3_column h2 {
	margin:40px 0 30px 0;
}
.message {
	margin:15px 0 0 0;
}
.message a {
	text-decoration:none;
	font-weight:bold;
}

.news_item p, .news_item ul {
	margin:0 0 5px 0;
	}
.news_item {
	margin:0 0 10px 0;
	border-bottom:1px solid #E8E8E8;
}
.wp-post {
	float:left;
}
.wp_post p {
	margin:10px 0 10px 0;
}

/*END OF HOME PAGE COLUMN RULES*/


