@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

h1 {
	margin: 0px;
	font-weight: normal;
	font-size: 24px;
}

.wrapper {
	width: 895px;
	margin: 0 auto;
	text-align: left;
}

.header {
	height: 204px;
	margin: 0px 0px 22px 0px;
	color: #666;
}

	.header .logo {
		float: left;
		margin: 0 10px 0 0;
	}
	
	.header .title_area {
		float: left;
		height: 70px; 
		width: 681px;
		border-bottom: 1px solid #9b9b9b;
		padding-top: 76px;
		padding-bottom: 24px;
	}
		
		.header .title_area .langbar {
			float: right;
			margin-top: -60px;
		}
		
		.header .title_area div#sifr {
			height: 35px;
		}
		
		.header .title_area div#sifr h1 {
			color: #6C5D4A;
			font-family: Arial,Helvetica,sans-serif;
			font-size: 24px;
		}
		
		.sIFR-hasFlash .title_area div#sifr h1 {
			display: none;
			/* other CSS properties go here */
		}

		
	.header .nav {
		float: left; 
		width: 681px;
	}
	
	.header a {
		color: #753c52;
	}

.header_image_bar {
	width: 877px;
	height: 234px;
	margin: 0 auto 7px auto;
}

	.header_image_bar .header_image {
		width: 823px; 
		float: left;
	}
	
	.bar1 {
		float: left;
		background-color: #2f97be;
	}
	
	.bar2 {
		float: left;
		background-color: #123c6d;
	}

.reserve_bar {
	height: 19px;
	margin: 0px 63px 16px 0px;
	text-align: right;
}

.content_box {
	width: 875px;
	border: 1px solid #dbdbdb;
	margin: 0 auto 22px auto;
	padding: 20px 0px;
	color: #333;
	font-size: 12px;
}

	.content_box .column {
		width: 265px;
		float: left;
		margin-left: 20px;
	}

	.content_box h1 {
		font-size: 14px;
		color: #6a3549;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.content_box a {
		font-weight: bold;
		color: #753c52;
	}

.footer {
	color: #a2a2a2;
	text-align: center;
}

.footer a {
	color: #a2a2a2;
	text-decoration: none;
}

.bn_button {
	background-color: #753d52;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	height: 19px;
	line-height: 19px;
	float: right;
	font-size: 10px;
}

.bn_button a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

/* START MENU STYLE */

.menu div {
	z-index: 1000;
}

.menu {
	position: relative;
	width: 681px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	z-index: 1000;
	text-align: left;
}

.menu .item {
	cursor: pointer;
	position: relative;
	float: left;
	padding: 0px 10px;
	height: 24px;
	line-height: 24px;
	color: #666;
	text-decoration: none;
}

.menu a {
	color: #666;
	text-decoration: none;
}

.menu .item.hover {
	font-weight: bold;
}

.menu .item.hover a {
	color: #333;
}

.submenu {
	position: absolute;
	background-color: #fff;
	top: 24px;
	left: 0px;
	width: 180px;
	z-index: 1500;
	text-align: left;
	/*white-space: nowrap;*/
}

.submenu a .item {
	color: #666 !important;
	font-weight: normal;
	/*white-space: nowrap;*/
}

.submenu a:hover, .submenu a .item.hover {
	color: #333 !important;
	font-weight: bold !important;
	/*white-space: nowrap;*/
}

.submenu .item {
	float: none;
	display: block;
	padding: 6px 14px;
	height: auto;
	line-height: normal;
	z-index: 1500;
	border-bottom: 1px solid #333;
}

.submenu .item.hover {
	background-color: #ECECEC;
}

/* END MENU STYLE */
