/********************************************
Home Page
********************************************/
#homePrint {
display: none; 
position: absolute; 
margin: 10px 0px; 
z-index: 100;
}
#homeBg{
	background-image:url(../images/bg_home.jpg); 
	width:950px; 
	height:600px;
	margin-left:10px;
	margin-top:10px;
	position: absolute;
	z-index: 10;
	border: 0px solid red;
}
#mainImg{
	padding: 42px 0 0 18px;
}
.descImg{
	background-image:url(../images/homepg_hover_bg.gif);
	width:225px;
	height:46px;
}
.descBox {
	position:absolute; 
	background:url(../images/homepg_hover_bg.gif) top left no-repeat;
	width:225px;
	height:46px;
	color:#03296a;
}
.descBg {
	position:absolute;
	left:0px;
	background:url(../images/homepg_hover.gif) 3px 2px no-repeat;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	width:225px;
	height:46px;
}
.descTxt {
	position:absolute;
	padding:10px 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	letter-spacing:0px;
	left:0px;
	width:200px;
	height:24px;
}
.pos1 {
	top:518px; 
	left:350px; 
}
.pos2 {
	top:228px; 
	left:98px; 
}
.pos3 {
	top:470px; 
	left:640px; 
}
.pos4 {
	top:394px; 
	left:72px; 
}
.pos5 {
	top:453px; 
	left:649px; 
}
.pos6 {
	top:226px; 
	left:628px; 
}

