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

body {
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #2e2e2e;
	}

a {
	color: #22a3d0;
	}

h1 {
	margin-top: 0;
	color: #a32e18;
	font-size: 21px;
	font-weight: normal;
	}

h2 {
	margin-top: 0;
	color: #a32e18;
	font-size: 15px;
	}

h2.large {
	font-size: 24px;
	}

strong {
	font-weight: 500;
	}

.container {
	position: relative;
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	}

.mainMenu {
	margin: 0 0 20px 0;
	color: #fff;
	background: #22a3d0;
	}
	.mainMenu ul {
		margin: 0; padding: 0;
		overflow: hidden;
		}
		.mainMenu ul li {
			margin: 0; padding: 0;
			float: left;
			list-style: none;
			}
			.mainMenu ul li a {
				float: left;
				padding: 10px 15px;
				color: #fff;
				text-decoration: none;
				}
			.mainMenu ul li.selected a {
				color: #000;
				background: #fff;
				}

ul.sideMenu {
	margin: 0; padding: 0;
	min-height: 360px;
	border-right: 1px solid #2fa8d3;
	}
	ul.sideMenu li {
		margin: 0; padding: 0;
		list-style: none;
		background: #dff5ff;
		border-bottom: 1px solid #afdeee;
		}
		ul.sideMenu li a {
			position: relative;
			display: block;
			padding: 10px 15px;
			color: inherit;
			text-decoration: none;
			}
			ul.sideMenu li a span {
				display: none;
				position: absolute;
				top: 0; right: -13px;
				width: 13px; height: 100%;
				text-indent: -10000px;
				overflow: hidden;
				background: url(images/side_menu_arrow.gif) no-repeat right 50%;
				}
	ul.sideMenu li.selected {
		background: #b9e5fb;
		}
		ul.sideMenu li.selected a {
			color: #000;
			}
			ul.sideMenu li.selected a span {
				display: block;
				}

.breadcrumb {
	padding-bottom: 20px;
	font-size: 13px;
	}

.logo {
	margin-bottom: 20px;
	}

.column .logo {
	margin-bottom: 30px;
	text-align: right;
	border-bottom: 2px solid #22a3d0;
	}
	.column .logo img {
		margin-bottom: 40px;
		}

.banner {
	position: relative;
	height: 235px;
	overflow: hidden;
	margin-top: 15px;
	}
	.banner ul {
		position: absolute;
		z-index: 0;
		top: 0; left: 0;
		margin: 0; padding: 0;
		width: 100%; height: 100%;
		}
		.banner ul li {
			margin: 0; padding: 0;
			width: 100%; height: 100%;
			list-style: none;
			overflow: hidden;
			}
			.banner ul li img {
				position: absolute;
				top: 0; left: 0;
				width: 100%;
				border: none;
				}
			.banner ul li div.desc {
				position: absolute;
				bottom: 0; left: 0;
				width: 100%;
				text-align: center;
				color: #fff;
				}
				.banner ul li div.desc div {
					padding-bottom: 10px;
					font-size: 48px;
					}
				.banner ul li div.desc p {
					margin: 0; padding: 10px;
					background: #a32e18;
					}
	.banner .prev, .banner .next {
		float: left;
		position: absolute;
		top: 50%; left: 0;
		width: 40px; height: 60px;
		margin-top: -30px;
		background: url(images/banner_prev.png);
		cursor: pointer;
		border: 1pxc solid red;
		}
	.banner .next {
		left: auto; right: 0;
		background: url(images/banner_next.png);
		}

.column, .column-narrow {
	float: left;
	width: 230px;
	padding: 0 60px 0 0;
	}
.column-narrow {
	width: 180px;
	}

.content {
	overflow: hidden;
	font-weight: 300;
	}

.news {
	position: relative;
	overflow: hidden;
	font-size: 14px;
	}
	.news .left, .news .right {
		float: left;
		width: 45%;
		}
	.news .right {
		float: right;
		}
	.news .pipe {
		position: absolute;
		top: 0; left: 50%;
		width: 1px; height: 100%;
		background: #dfdfdf;
		}
	.news .title {
		font-size: 20px;
		color: #a32e18;
		text-decoration: none;
		}
	.news .title:hover {
		text-decoration: underline;
		}
	.news .date {
		padding-top: 10px;
		font-size: 12px;
		color: #a32e18;
		}
	.news .archive {
		clear: both;
		text-align: right;
		}

.world {
	position: relative;
	margin: 60px 0 30px; padding: 10px 15px;
	border: 1px solid #d8d8d8;
	}
	.world h2 {
		position: absolute;
		top: -35px; left: -1px;
		float: left;
		padding: 10px 15px 0 15px;
		font-size: 24px;
		background: #fff;
		border: 1px solid #d8d8d8;
		border-bottom: none;
		}
	.world p {
		margin-top: 0;
		font-size: 12px;
		}

ul.attachments {
	margin: 0; padding: 0;
	}
	ul.attachments li {
		margin: 0; padding: 10px;
		overflow: hidden;
		list-style: none;
		background: #f4f4f4;
		border-top: 1px solid #d8d8d8;
		}
		ul.attachments li img {
			float: left;
			margin-right: 5px;
			}
		ul.attachments li div {
			overflow: hidden;
			font-size: 13px;
			}
			ul.attachments li div a {
				font-size: 16px;
				}
			ul.attachments li div span {
				display: block;
				margin-top: 5px;
				color: #6e6e6e;
				}

.newsColumn {
	float: right;
	width: 200px;
	margin: 0 0 0 30px; padding: 0 0 0 10px;
	color: #2e2e2e;
	border-left: 1px solid #b9e5fb;
	}
	.newsColumn ul {
		margin: 0; padding: 0;
		}
		.newsColumn ul li {
			position: relative;
			margin: 0; padding: 0 0 0 20px;
			list-style: none;
			}
			.newsColumn ul li a {
				}
				.newsColumn ul li a span {
					position: absolute;
					top: 3px; left: 0;
					display: block;
					width: 10px; height: 10px;
					overflow: hidden;
					background: #22a3d0;
					}
			.newsColumn ul li .date {
				padding-top: 4px;
				color: #6e6e6e;
				font-size: 13px;
				}

.staff {
	margin: 0 0 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #b9e5fb;
	}
	.staff .title {
		overflow: hidden;
		color: #a32e18;
		}
		.staff .title h2 {
			position: relative;
			top: -4px;
			margin: 0 25px 0 0; padding: 0;
			float: left;
			font-size: 18px;
			font-weight: normal;
			}
		.staff .title div {
			clear: left;
			float: left;
			}
			.staff .title div tel {
				color: #2e2e2e;
				}
	.staff img {
		float: left;
		margin: 20px 30px 0 0;
		}
	.staff p {
		overflow: hidden;
		}

.tabs {
	height: 60px;
	}
	.tabs ul {
		margin: 0; padding: 0 0 0 40px;
		float: left;
		width: 100%;
		border-bottom: 1px solid #22a3d0;
		}
		.tabs ul li {
			float: left;
			margin: 0; padding: 0;
			list-style: none;
			}
			.tabs ul li a {
				float: left;
				width: 230px;
				padding: 8px 0;
				text-align: center;
				background: #dff5ff;
				color: #2e2e2e;
				text-decoration: none;
				border: 1px solid #b9e5fb;
				}
			.tabs ul li.selected a {
				position: relative;
				top: 1px;
				background: #fff;
				color: #000;
				border-color: #22a3d0 #22a3d0 #fff #22a3d0;
				}

.gradientMenu {}
	.gradientMenu strong {
		display: block;
		padding: 5px 0 5px 20px;
		background: url(images/gradient_menu.png) no-repeat;
		}
	.gradientMenu ul {
		margin: 2px 0 0 0; padding: 0;
		}
		.gradientMenu ul li {
			position: relative;
			margin: 0 0 2px 0; padding: 0 0 1px 10px;
			list-style: none;
			background: #ccc url(images/gradient_menu.png) repeat-x;
			}
			.gradientMenu ul li a {
				display: block;
				padding: 8px 10px;
				color: #000;
				text-decoration: none;
				background: #fff;
				}
				.gradientMenu ul li a span {
					display: block;
					position: absolute;
					top: 0; right: 0;
					width: 10px; height: 100%;
					overflow: hidden;
					text-indent: -10000px;
					background: #ffffff;
					}
		.gradientMenu ul li.selected {
			}
			.gradientMenu ul li.selected a {
				background: transparent;
				}
				.gradientMenu ul li.selected a span {
					background: transparent url(images/gradient_menu_selected.png) no-repeat right 50%;
					}
	.gradientMenu strong.transition {
		padding-top: 15px;
		}
	.gradientMenu .green strong, .gradientMenu .green ul li {
		background-position: 0 -115px;
		}
	.gradientMenu .green strong.transition {
		background-position: 0 -100px;
		}
	.gradientMenu .yellow strong, .gradientMenu .yellow ul li {
		background-position: 0 -230px;
		}
	.gradientMenu .yellow strong.transition {
		background-position: 0 -215px;
		}
	.gradientMenu .red strong, .gradientMenu .red ul li {
		background-position: 0 -345px;
		}
	.gradientMenu .red strong.transition {
		background-position: 0 -330px;
		}
	.gradientMenu .grey strong, .gradientMenu .grey ul li {
		background-position: 0 -460px;
		}
	.gradientMenu .grey strong.transition {
		background-position: 0 -445px;
		}

.history {
	float: right;
	overflow: hidden;
	font-size: 12px;
	}
	.history span {
		float: left;
		padding-top: 5px;
		}
	.history ul {
		position: relative;
		float: left;
		margin: 0 0 0 4px; padding: 0;
		}
		.history ul li {
			position: relative;
			top: -7px;
			float: left;
			width: 34px; height: 35px;
			margin: 0 0 0 2px; padding: 0;
			list-style: none;
			}
			.history ul li a {
				position: absolute;
				left: 0; bottom: 0;
				display: block;
				width: 100%;
				text-align: center;
				text-decoration: none;
				background: #ccc url(images/gradient_menu.png) repeat-x 0 0;
				color: #000;
				}
				.history ul li a span {
					float: none;
					display: block;
					padding: 2px 0 8px 0;
					text-align: center;
					background: url(images/history_menu.png) no-repeat 0 bottom;
					}
			.history ul li.green a {
				background-position: 0 -115px;
				}
			.history ul li.yellow a {
				background-position: 0 -230px;
				}
			.history ul li.red a {
				background-position: 0 -345px;
				}
			.history ul li.grey a {
				background-position: 0 -460px;
				}
		.history ul li.selected {
			width: 40px;
			font-size: 14px;
			}
			.history ul li.selected a span {
				background-position: -53px bottom;
				}

.gradientTitle {

	}
	.gradientTitle h1 {
		float: left;
		margin: 0;
		overflow: hidden;
		color: #000;
		font-size: 24px;
		background: #ccc url(images/gradient_menu.png) repeat-x 0 0;
		}
		.gradientTitle h1 span {
			float: left;
			padding: 5px;
			min-width: 345px;
			background: url(images/gradient_title_mask.png) repeat-y right top;
			}
	.gradientTitle .date {
		padding-top: 2px;
		clear: left;
		font-size: 12px;
		}
	.gradientTitle h1.green {
		background-position: 0 -115px;
		}
	.gradientTitle h1.yellow {
		background-position: 0 -230px;
		}
	.gradientTitle h1.red {
		background-position: 0 -345px;
		}
	.gradientTitle h1.grey {
		background-position: 0 -460px;
		}

.footer {
	margin-top: 30px;
	padding: 15px 0 30px;
	font-size: 12px;
	color: #818286;
	border-top: 2px solid #22a3d0;
	}
	.footer ul {
		margin: 0 0 20px 0; padding: 0;
		overflow: hidden;
		}
		.footer ul li {
			float: left;
			margin: 0; padding: 0 25px 0 0;
			list-style: none;
			}
			.footer ul li.selected a {
				color: inherit;
				text-decoration: none;
				}
	.footer .partners {
		padding-bottom: 10px;
		text-align: right;
		}
		.footer .partners img {
			margin-left: 50px;
			border: none;
			}
		.footer .partners div {
			float: left;
			margin-top: 10px;
			}
			.footer .partners div img {
				margin: 0 5px 0 0;
				}

.temp {
	width: 680px;
	position: absolute;
	top: 30%; left: 50%;
	margin: 0 0 0 -340px;
	}
	.temp h1 {
		float: left;
		margin: 0 50px 0 0; padding-right: 90px;
		background: url(images/thermometer-small.gif) no-repeat right bottom;
		}
		.temp h1 img {
			border: none;
			}
	.temp div {
		overflow: hidden;
		}

.expandablehead{
    display: inline-block;
}

div.expandable_content{
    display:none;
}

div.info{
	font-size:0.9em;
}
