@import url('style_general.css');
@import url('style_typography.css');
@import url('style_nav.css');

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background: url('../Images/bg_default.png') repeat-y center top #f6f6f6;
}

div#top_wave, div#top_wave_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
}

div#top_wave {
	z-index: 1;
	background: url('../Images/bg_default_top_wave.png') repeat-x;
}

div#top_wave_overlay {
	z-index: 3;
	background: url('../Images/bg_default_top_wave_overlay.png') no-repeat center top;
}

div#content_container {
	position: absolute;
	top: 92px;
	left: 50%;
	width: 524px;
	margin: 0 0 0 -262px;
	z-index: 4;
}

div#content_container img.border {
	border: 5px solid #fff;
}

div#shadow_left {
	z-index: 4;
	position: absolute;
	top: 140px;
	left: 50%;
	bottom: 0;
	width: 11px;
	margin: 0 0 0 -303px;
	background: url('../Images/shadow_left.png') no-repeat;
}

div#shadow_right {
	z-index: 4;
	position: absolute;
	top: 140px;
	left: 50%;
	bottom: 0;
	width: 11px;
	margin: 0 0 0 292px;
	background: url('../Images/shadow_right.png') no-repeat;
}

div#shade_btm {
	display: none;
	z-index: 3;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	height: 251px;
	background: url('../Images/shade_btm.png') repeat-x;
}

div#logo {
	position: absolute;
	top: 77px;
	left: 50%;
	width: 127px;
	height: 53px;
	margin: 0 0 0 -450px;
	z-index: 3;
}

div#right_column_container {
	position: absolute;
	top: 120px;
	left: 50%;
	margin: 0 0 0 293px;
	width: 256px;
	z-index: 3;
}

div#right_column_container .box {
	width: 100%;
	background: url('../Images/right_box_bg.png') no-repeat left 15px;
}

div#right_column_container .box.clean {
	background: none;
}

div#right_column_container .box .content {
	margin: 15px 57px 18px 22px;
}

div#right_column_container .shadow {
	width: 100%;
	height: 10px;
	background: url('../Images/right_box_shadow.png') no-repeat;
}

.hide {
	display: none;
}

.news-list-container {
	margin: 0 0 30px 0;
}

.news-details-container .news-date {
	margin: 0 0 6px 0;
}

#search-container {
	position: absolute;
	top: 95px;
	left: 50%;
	margin: 0 0 0 314px;
	width: 256px;
	z-index: 10;
}

.feature-boxes-container {
	float: left;
	position: relative;
}

.feature-boxes-container .box {
	float: left;
	position: relative;
	width: 150px;
	background: url('../Images/feature-box-separator.png') no-repeat 18px top;
	height: 172px;
	padding: 18px 0 0 37px;
}

.feature-boxes-container .box.first {
	background: none;
	padding-left: 0;
}