html {
	height: 100%;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
}



/* ---------------------------------------- HEADER --------------------------------------------------------- */
/* ---------------------------------------- HEADER --------------------------------------------------------- */

#big_layout_top {
	width: 100%;
	height: 408px;
	background: #ffffff url(../images/background/home_top_bg.png) left top repeat-x;
}

#layout_top {
	width: 910px;
	height: 408px;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
}


#home_header {
	position:absolute;
	left:0px;
	top:0px;
	width:910px;
	height:408px;
}

#header-top {
	position:absolute;
	background-image: url(../images/header/header_top.png);
	background-repeat: no-repeat;
	left:491px;
	top:0px;
	width:419px;
	height:41px;
}

#header-left {
	position:absolute;
	left:0px;
	top:0px;
	width:491px;
	height:89px;
}

#header-menu-left {
	position:absolute;
	background-image: url(../images/header/header_menu_left.png);
	background-repeat: no-repeat;
	left:491px;
	top:41px;
	width:128px;
	height:48px;
}

#header-menu-center {
	position:absolute;
	background-image: url(../images/header/header_menu_center.png);
	background-repeat: no-repeat;
	left:619px;
	top:41px;
	width:128px;
	height:48px;
}

#header-menu-right {
	position:absolute;
	background-image: url(../images/header/header_menu_right.png);
	background-repeat: no-repeat;
	left:747px;
	top:41px;
	width:128px;
	height:48px;
}

#header-right {
	position:absolute;
	background-image: url(../images/header/header_right.png);
	background-repeat: no-repeat;
	left:875px;
	top:41px;
	width:35px;
	height:48px;
}

#header-bottom {
	position:absolute;
	background-image: url(../images/header/header_bottom.png);
	background-repeat: no-repeat;
	left:0px;
	top:89px;
	width:910px;
	height:35px;
}

#home-banner {
	position:absolute;
	background-image: url(../images/header/home_banner.png);
	background-repeat: no-repeat;
	left:0px;
	top:124px;
	width:910px;
	height:284px;
}



/* ---------------------------------------- CONTENT --------------------------------------------------------- */
/* ---------------------------------------- CONTENT --------------------------------------------------------- */

#big_layout_content {
	width: 100%;
	height: 293px;
	background: #ffffff;
}

#layout_content {
	width: 910px;
	height: 293px;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
}

#content {
	position:absolute;
	left:0px;
	top:0px;
	width:910px;
	height:293px;
}

#home-content-top-left {
	position:absolute;
	background-image: url(../images/content/home/home_content_top_left.png);
	background-repeat: no-repeat;
	left:0px;
	top:0px;
	width:457px;
	height:116px;
}

#home-content-top-left-text {
	color: #00799e;
	text-align: left;
	font-family: helvetica;
	font-size: 14pt;
	line-height: 22px;
	padding: 38px 0 0 42px;
	font-weight: bold;
}

#home-content-top-right {
	position:absolute;
	background-image: url(../images/content/home/home_content_top_right.png);
	background-repeat: no-repeat;
	left:457px;
	top:0px;
	width:453px;
	height:115px;
}

#home-content-top-right-text {
	color: #ffffff;
	text-align: left;
	font-family: helvetica;
	font-size: 13pt;
	line-height: 22px;
	padding: 38px 0 0 65px;
}

#home-content-bottom-right {
	position:absolute;
	background-image: url(../images/content/home/home_content_bottom_right.png);
	background-repeat: no-repeat;
	left:457px;
	top:115px;
	width:453px;
	height:178px;
}

#home-content-bottom-right-text {
	color: #004968;
	text-align: left;
	font-family: helvetica;
	font-size: 11pt;
	line-height: 16px;
	padding: 5px 0 0 65px;
}

#home-content-bottom-left {
	position:absolute;
	background-image: url(../images/content/home/home_content_bottom_left.png);
	background-repeat: no-repeat;
	left:0px;
	top:116px;
	width:167px;
	height:177px;
}

#home-content-bottom-center {
	position:absolute;
	background-image: url(../images/content/home/home_content_bottom_center.png);
	background-repeat: no-repeat;
	left:167px;
	top:116px;
	width:290px;
	height:177px;
}

#home-content-bottom-center-text {
	color: #292728;
	text-align: left;
	font-family: helvetica;
	font-size: 10pt;
	line-height: 17px;
	padding: 10px 0 0 15px;
	font-weight: bold;
}


