/* HOMEPAGE STYLES */

#home {
	position: relative;
}

#home a {
	font-weight: bold;
	font-size: 0.9em;
}

#home h1 {
	display: none;	
}


#box1 {
	color: #adbace;
	background: white;
	height: 320px;
	width: 575px;
	border-width: 0 1px 2px 0;
	border-color: #e3e2dd;
	border-style: solid;
	position: absolute;
	top: 0;
	left: -1px;
	overflow: hidden;	
	font-size: 14px;
}

/* STYLES BOXS 2, 3 AND 4s */

#row_boxes_bottom {
	position: absolute;
	top: 322px;
	left: 0;
	height: 140px;
	width: 575px;
	overflow: hidden;
}

#box2, #box3, #box4 {
	color: #9F9E95;
	background: white;
	border-right: 1px #e3e2dd solid;

	overflow: hidden;
	float: left;
}

#box2, #box3, #box4 {
	padding: 11px 11px 0 11px;
	height: 129px;
}

#box2 {
	width: 165px;
}

#box3 {
	width: 169px;
}

#box4 {
	width: 172px;
}

#box2 h2, #box3 h2, #box4 h2 {
	font-weight: normal;
	margin: 0 0 5px 0;
	font-size: 17px;
}

/* RIGHT HAND SIDE COLUMN */

#column_boxes_rhs {
	position: absolute;
	top: 0px;
	left: 574px;
	width: 259px;
}

#box5, #box_recent {
	overflow: hidden;
	width: 245px;
	padding: 4px 4px 10px 10px;
}

#box5 {
	height: 258px;
	border-bottom: 2px #e3e2dd solid;
	width: 241px;
	padding: 0 0 14px 14px;
}



/* NEWS FEED */

#news_feed {
	line-height: 1.5em;
}

#news_feed p {
	margin-bottom: 0.5em;
}

#news_feed img {
	float: left !important;
	border: none !important;
	margin: 2px 13px 2px 2px !important;
}

#box_recent {
	height: 181px;
}

#box_recent h2.lang_en {
	height: 0;
	padding-top: 28px;
	background: url('/img/layout/box_recent_header_en.jpg') top left no-repeat;
	overflow: hidden;
	margin-top: 4px;
}

#box_recent img {
	display: block;
	margin: 0 auto 0 auto;
}

#box_recent p {
	text-align: right;
}
