/* Reset */
html{color:#000;background:#dae0dc;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
	margin: 0;
	background-color: #dae0dc;
}

#container {
	width: 100%; /* Width of container */
	margin: 0 auto; /* Center container on page */
	position: relative;
}

#container .row {
	width: 976px; /* Width of container */
	margin: 0 auto; /* Center container on page */
	position: relative;
	background: #dae0dc url(../images/background.png) repeat-y scroll;
}
#container .static {position: static;}

#container .menu {
	background: black;
}

#container .logo {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.color_khaki	{color: #6A8374;}
.color_yellow	{color: #FDD700;}
.color_blue		{color: #006594;}
.color_red		{color: #BD3D07;}
.color_green	{color: #199634;}

.bg_khaki	{background: #6A8374;}
.bg_yellow	{background: #FDD700;}
.bg_blue	{background: #006594;}
.bg_red		{background: #BD3D07;}
.bg_green	{background: #199634;}
.bg_gray	{background: #DDDDDD;}

.border_khaki	{border-color: #6A8374;}
.border_yellow	{border-color: #FDD700;}
.border_blue	{border-color: #006594;}
.border_red		{border-color: #BD3D07;}
.border_green	{border-color: #199634;}

.bg_map_khaki	{background-image: url(../images/header/h5.6A8374.png);}
.bg_map_yellow	{background-image: url(../images/header/h5.FDD700.png);}
.bg_map_blue	{background-image: url(../images/header/h5.006594.png);}
.bg_map_red		{background-image: url(../images/header/h5.BD3D07.png);}
.bg_map_green	{background-image: url(../images/header/h5.199634.png);}

#container .extension_left {
	width: 244px;
	height: 221px;
	background-image: url(../images/header/h1.png);
	background-repeat: no-repeat;
	background-position: 105px 0px;
	position: absolute;
	left: -127px;
	z-index: 10;
}

#container .extension_right {
	width: 399px;
	height: 221px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	top: 0px;
	right: -281px;
	z-index: 10;
}

/* Header */

#header {
	position: relative;
	height: 221px;
}

#container .extension_left .home {
	background: transparent url(../images/header/h2.png) no-repeat;
	position: absolute;
	width: 405px;
	height: 221px;
	top: 0px;
	left: 128px;
	z-index:1;
}

#container .circle {
	position:absolute;
	background-image: url(../images/header/h3_transparent.png);
	width: 110px;
	height: 221px;
	top:0px;
	right:-344px;
}

#illustration {
	position:absolute;
	width:560px;
	height:221px;
	right:-795px;
	top:0px;
	z-index:0;
}

#container .illustration_khaki	{background-image: url(../images/header/illustration_khaki.png);}
#container .illustration_yellow	{background-image: url(../images/header/illustration_yellow.jpg);}
#container .illustration_blue	{background-image: url(../images/header/illustration_blue.jpg);}
#container .illustration_red	{background-image: url(../images/header/illustration_red.jpg);}
#container .illustration_green	{background-image: url(../images/header/illustration_green.jpg);}

#container .illustration_txt {
	position:absolute;
	bottom:34px;
	left:1500px;
	width:430px;
	color:white;
	font-size:20px;
	font-weight:normal;
	z-index:2;
	text-align:right;
}

#container .illustration_bg_txt {
	position:absolute;
	bottom:30px;
	left:470px;
	width:0px;
	height:30px;
	background-image: url(../images/header/degrade_black_txt.png);
	background-color:gray;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:0.7;
	z-index:1;
}

/* Footer */

#footer {
	width: 100%;
	margin-top: 0px;
	text-align: center;
	z-index: 101;
	position: relative;
}
#footer .extension_right {
	width: 243px;
	height: 301px;
	position: absolute;
	bottom: 0px;
	right: -82px;
	z-index: 10;
}
#footer .information {
	position: relative;
	z-index: 100;
	margin-top: 20px;
	padding-bottom: 16px;
	font-size: 100%;
}
#footer .information a {
	text-decoration: none;
}
#footer .information a:hover {
	text-decoration: underline;
}

/* Content */

#main {
	width: 100%;
	min-height: 682px;
	height: auto !important;
	height: 682px;
	position: relative;
	z-index: 100;
}

#main #content {
	margin: 0 120px 0 180px; /* 0 [Width of right column] 0 [Width of left column] */
	padding: 0 2px;
}

/* Tables */

.tables#left {
	position: absolute;
	top:0px;
	left:-16px;
	z-index: 800;
	width: 160px;
	margin-left: 0px;
	padding: 0;
}

.tables#bottomleft {
	bottom: 0px;
	left:0px;
	position: absolute;
	z-index: 100;
	width: 160px;
	padding-bottom: 16px;
}

.tables#right {
	position: absolute;
	z-index: 100;
	top:0px;
	right:0px;
	width: 160px;
	margin-left: -160px;
	padding: 0;
}
