/*abs position techinique*/
.head-flash-nav{
	position:relative;
	height:284px;
}
	.header{
		position:absolute;
		top:0px;
		left:0px;
		width:980px;
		height:132px;				
		z-index:100;
	}
	.banner{
		position:absolute;
		top:87px;
		left:0px;
		z-index:99;
		height:198px;		
	}
	
	.nav{
		position:absolute;
		bottom:0px;
		left:0px;
		z-index:101;
		height:49px;			
	}
	.xxxnav img:hover{
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
	}
	
.content-inner{
	background-color:#025389;
}
	.content-inner p{
		margin-bottom:15px;
	}
	.leftnav{
		float:left;
		width:280px;
	}
	.rightcontent{
		float:right;
		width:700px;
		background-color:#003c64;
		min-height:650px;
	}
	/*IE hack min-height*/
	/*\*/
	* html .rightcontent {
		height:650px;
	}
	/**/		

#propSearch td {
	padding: 7px;
}

