@charset "utf-8";
#home {
	position: relative;
	background: url(../images/home.jpg) no-repeat;
	width: 885px;
	height: 373px;
	color: #FFF;
	padding: 40px;
	margin-bottom: 20px;
	z-index: 101;
}
div.text {
	width: 266px;
}
#home .h1 {
	font-size: 30px;
	font-weight: 900;
	letter-spacing: -1pt;
}
#home .h2 {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -1pt;
}
#home .h3 {
	font-size: 15px;
	font-weight: 900;
}
.important {
	position: absolute;
	right: 0;
	bottom: -12px;
}
p {
	line-height: 17px;
}
.separator {
	position: relative;
	float: left;
	width: 1px;
	height: 205px;
	border-left: 1px #001f33 solid;
	background-color: #00619e;
	margin-bottom: 18px;
	z-index: 101;
}
.el {
	position: relative;
	float: left;
	width: 170px;
	margin: 0 10px;
	color: #FFF;
	z-index: 101;
}
.el div {
	margin: 15px 0;
	font-size: 19px;
	font-weight: 900;
	letter-spacing: -1pt;
}
.el span {
	font-size: 13px;
}
#blue {
	position: absolute;
	margin-top: -60px;
	background: url(../images/bg_blue.jpg) repeat-x;
	height: 283px;
	width: 100%;
	left: 0;
	z-index: 1;
}