/***************************************************/
/* HDS Layout Print CSS                            */
/***************************************************/ 

body {
	font-family:tahoma, Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	background: none;
}
#globalNav, #searchCon div, #cuMap, #footer ul, #cuNav{
	display:none !important;
}
.content {
		background: none;
		position:relative;
}
#homeBannerCon {
	height:auto;
	margin::auto;
	padding:inherit;
}
.outter{
	border:none;  
	width:768px;
	margin:0px auto;
	text-align:left;
}
#cuNav {
	position:relative;
	width:768px;
	height:30px;
	background:url(gold_bar_bg.gif) bottom repeat-x #fff;
	margin:0px;

}

#siteTitle {
	display:block;
	/* background:url(bg_title_homepage.jpg) no-repeat; */
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	border-bottom:1px dotted #000;
}
#siteTitle span{
	position:relative;
	top:0px;
	left:0px;
}
.content {	
	position:relative;
	margin:0;
	padding:0;
}

#footer {
	width:768px;
	border-top:1px solid #333333;
	height: 5em;
}
#footer p {
	margin:0px;
	min-height:57px;
}


#footer p {
	margin-top: 4px;
	padding-left:4px;
	font-size:.75em;
}
.footTextwrap {
	margin:5px;
}
/*************  general class  ***************/
.hiddenbreak {
	clear: both;
	visibility: hidden;
}
.rfloat{
	float:left;
}
