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

body.home {
	background-image: url(../images/home_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.home .subhead {
	width:896px;
	/*height:249px; bak 20111006 */ 
	height:213px;
	overflow:hidden;
	/*background: url(../images/home_subHeadBG.jpg) no-repeat;*/
	z-index:500;
}
body.home .subhead .title {
	position: absolute;
	top:0; /* 68px; */
	left:0; /* 18px; */
	width:896px;
	height:220px;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	z-index:501;
}
body.home .subhead .title h1 {
	position:absolute;
	top:55px;
	left:20px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
body.home .subhead .title div {
	position:absolute;
	top:0;
	left:0;
	background-color:#000000;
	/*opacity:0;
	filter: alpha(opacity = 0);*/
}
body.home .subhead .title div p {
	position:absolute;
	top:80px;
	left:20px;
	width:400px;
	font-size: 16px;
}
body.home .subhead .subNav {
	position: absolute;
	background-image: url(../images/subNav_BG.png);
	background-repeat: repeat-x;
	width:896px;
	height:36px;
	bottom:0;
	left:0;
	z-index:600;
	display:none;
}
body.home .subhead .subNav .links {
	margin-top: 8px;
	height: 36px;
	background:url(../images/subNav_end.jpg) top right no-repeat;
	z-index:502;
}
body.home .subhead .subNav .links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 29px;
	color: #ffffff;
	height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 23px 5px;
	z-index:503;
}
body.home .subhead .subNav .links a:hover, body.home .subhead .subNav .links a.active {
	background-color: #005280;
}
body.home .subhead .subNav .links a:active {
	background-color: #005280;
}
 .subhead .subNav .links a:first-child {
	padding: 13px 23px 5px 17px;
}
body.home .textArea {
	width:670px; /*width: 470px;*/
}

div.subhead div.title {
	z-index:100;
}
