* {
	color: #666;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
	text-align: center;
}

body {
	margin-top: 40px;
}

#title {
	position: absolute;
	top: 11px;
	right: 54px;
	z-index: 2;
	background: url(../images/logo.png) no-repeat 50% 50%;
}

	#title a {
		display: block;
		width: 47px;
		height: 47px;
		text-indent: -9999px;
	}
	#title a:focus{
  		outline:none;
 	}

#subtitle {
	position: absolute;
	top: 7px;
	right: 3px;
	z-index: 2;
	width: 182px;
	height: 5px;
	background-image: url(../images/subtitle_bg.png);
	text-indent: -9999px;
}

#accesskeysNavigation {
	position: absolute;
	top: 0;
	left: 300px;
}

	#accesskeysNavigation li a {
		position: absolute;
		z-index: 3;
		top: -100px;
		left: -1000px;
		padding: 2px 6px;
		background: #e60003;
		color: #fff;
		text-decoration: underline;
		white-space: nowrap;
	}

	#accesskeysNavigation li a:focus,
	#accesskeysNavigation li a:active {
		top: 0;
		left: 0;
		margin-left: 10px;
	}


#box {
	position: relative;
	width: 995px !important;
	width: 1075px;
	padding: 0 40px;
	margin: 0 auto;
}

#header {
	position: relative;
	z-index: 1;
	height: 69px;
	border-bottom: 1px solid #d5d6d8;
	background: transparent url(../images/header_bg_blue.gif) repeat-x right 0;
}

	* html #header {
		width: 1013px;
	}

ul#languageNavigation {
	float: left;
	position: relative;
	top: 12px;
	margin-left: 14px;
}

	#languageNavigation li {
		float: left;
	}

	#languageNavigation li a,
	#languageNavigation li span {
		display: block;
		width: auto !important;
		width: 1px;
		padding: 0 3px;
		white-space: nowrap;
	}

	#languageNavigation li a.cur,
	#languageNavigation li a:hover {
		color: #004894;
	}

ul#metaNavigation {
	float: left;
	position: relative;
	top: 12px;
	margin-left: 15px;
}

	#metaNavigation li {
		float: left;
		padding-left: 8px;
	}

	#metaNavigation li.first {
		padding: 0;
	}

	#metaNavigation li a {

	}

	#metaNavigation li a:hover {
		color: #004894;
	}

.searchBox {
	position: relative;
	float: left;
	top: 10px;
	width: 157px;
	height: 19px;
	margin-left: 14px;
	background: transparent url(../images/searchBox_bg.gif) no-repeat 0 0;
}

	.searchBox .text {
		position: absolute;
		top: 0;
		right:19px;
		width: 136px;
		height: 16px !important;
		height: 19px;
		padding: 3px 0 0 0;
		border: none;
		background: transparent;
	}

	.searchBox .button {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		width: 19px;
		height: 19px;
		border: none;
		background: transparent;
		text-indent: -9999px;
	}

ul#mainNavigation {
	position: absolute;
	bottom: 0;
	left: 0;
	border-right: 1px solid white;
}

	#mainNavigation li {
		float: left;
		padding-right: 3px;
		border-top: 1px solid #d5d6d8;
		border-right: 1px solid #d5d6d8;
		border-left: 1px solid white;
		/*background: transparent url(../images/mainNav_li_bg.gif) no-repeat right 0;*/
	}
	#mainNavigation li.first {
		border-left: none;
	}

	#mainNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: 23px !important;
		height: 29px;
		padding: 6px 13px 0 13px;
		color: #707173;
		font-size: 14px;
		font-weight: bold;
		white-space: nowrap;
	}

	#mainNavigation li a.cur,
	#mainNavigation li a.act,
	#mainNavigation li a:hover {
		color: #004894;
	}

#colOuter {
	padding: 4px 0 10px 0;
}

#colLeft {
	float: left;
	width: 770px;
}

#colRight {
	float: right;
	width: 215px;
}

#col1,
#col2,
#col3,
#col4,
#col5,
#col6 {
	position: relative;
	float: left;
}

#col1 {
	clear: both;
	width: 220px;
	min-height: 225px;
	height: auto !important;
	height: 225px;
}

	#divisionTitle {
		position: relative;
		left: 9px;
		color: #707173;
		font-size: 12px;
		font-weight: normal;
	}

	#divisionSubTitle {
		position: relative;
		left: 9px;
		top: 3px;
		margin-bottom: 25px;
		color: #004894;
		font-size: 16px;
		font-weight: bold;
	}

	ul#subNavigation {
		border-bottom: 1px solid #c3c4c5;
	}

		/* level 2 */
		#subNavigation li {
			border-top: 1px solid #c3c4c5;
			background-color: #dfedf8;
			background-repeat: no-repeat;
		}

			/* IE7 hack */
			*:first-child+html #subNavigation li {
				padding-bottom: 1px;
				margin-bottom: -1px;
			}

		#subNavigation li.ifSub {
			background-image: url(../images/subNav_li_ifSub1.gif);
			background-position: 18px 6px;
		}

			/* IE7 hack */
			*:first-child+html #subNavigation li.ifSub {
				background-position: 18px 7px;
			}

		#subNavigation li.curSub,
		#subNavigation li.actSub {
			background-image: url(../images/subNav_li_actSub1.gif);
			background-position: 17px 6px;
		}

			/* IE7 hack */
			*:first-child+html #subNavigation li.curSub,
			*:first-child+html #subNavigation li.actSub {
				background-position: 17px 7px;
			}

		#subNavigation li a {
			display: block;
			height: auto !important;
			height: 1px;
			padding: 2px 14px 2px 30px;
			font-weight: bold;
		}

		#subNavigation li a.cur,
		#subNavigation li a.act,
		#subNavigation li a:hover {
			color: #000;
		}

		#subNavigation li a.cur {
			background: transparent url(../images/subNav_a_cur1.gif) no-repeat 208px 5px;
		}

		/* level 3 */
		#subNavigation li li {
			background-color: #fff;
		}

		#subNavigation li li.ifSub {
			background-image: url(../images/subNav_li_ifSub2.gif);
			background-position: 30px 6px;
		}

			/* IE7 hack */
			*:first-child+html #subNavigation li li.ifSub {
				background-position: 30px 7px;
			}

		#subNavigation li li.curSub,
		#subNavigation li li.actSub {
			background-image: url(../images/subNav_li_actSub2.gif);
			background-position: 29px 6px;
		}

			/* IE7 hack */
			*:first-child+html #subNavigation li li.curSub,
			*:first-child+html #subNavigation li li.actSub {
				background-position: 29px 7px;
			}

		#subNavigation li li a {
			padding-left: 45px;
			font-weight: normal;
		}

		#subNavigation li li a.cur {
			background: transparent url(../images/subNav_a_cur2.gif) no-repeat 208px 5px;
		}

		/* level 4 */
		#subNavigation li li ul {
			border-top: 1px solid #c3c4c5;
		}

		#subNavigation li li li {
			border: 0;
		}

		#subNavigation li li li.ifSub,
		#subNavigation li li li.curSub,
		#subNavigation li li li.actSub {
			background: transparent;
		}

#col2 {
	width: 530px;
	float: right;
}

	ul#rootline {
		margin-bottom: 30px;
	}

		#rootline li {
			float: left;
			padding-left: 5px;
			background: transparent url(../images/rootline_arrow.gif) no-repeat 0 6px;
		}

		#rootline li.first {
			padding: 0;
			background: transparent;
		}

		#rootline li a {
			display: block;
			width: auto !important;
			width: 1px;
			height: 14px;
			padding: 0 3px 0 4px;
			color: #87888a;
			font-size: 11px;
			white-space: nowrap;
		}

		#rootline li a:hover {
			color: #004894;
		}

	#mainContent {
	}

	#rightContent {
		padding: 0 0 40px 0;
	}

#footer {
	position: relative;
	height: 40px;
	border-top: 1px solid #c4c4c4;
}

	#footer * {
		font-size: 11px;
	}

	#footer a:hover {
		color: #004894;
	}

	ul#footerNavigation {
		position: absolute;
		top: 3px;
		left: 10px;
	}

		#footerNavigation li {
			float: left;
		}

		#footerNavigation li a {
			display: block;
			width: auto !important;
			width: 1px;
			height: auto !important;
			height: 1px;
			padding: 0 4px 0 5px;
			white-space: nowrap;
		}

	#copyright {
		position: absolute;
		top: 3px;
		right: 15px;
	}

/* home */
	.home #rightContent {
		padding-top: 10px;
		background: transparent url(../images/rightContent_bg.gif) repeat-x;
	}
	
	.home #col1 {
		position: relative;
		width: 800px !important;
		overflow: hidden;
		text-align: right;
		margin-left: -31px;
		_margin-left: -16px; /* only for ie6 win */
		_left: 1px; /* only for ie6 win */
		margin-bottom: 20px;
	}
		.home #bgslider {
			display: block;
			position: relative;
			width: 770px;
			height:225px;
			overflow: hidden;
		}
	.home #col1 .tx-rgslideshow-pi1 {
		float: right;
	}
	
	.home #col3,
	.home #col4,
	.home #col5 {
		width: 247px;
		min-height: 325px;
		height: auto !important;
		height: 325px;
		background: transparent url(../images/homeContent_bg.gif) repeat-x 0 200px;
	}
	
	.home #col4,
	.home #col5 {
		margin-left: 14px;
	}