/* -------- CSS STYLES FOR HANDHELD/MOBILE ----- */
/* Main layout Styles */
#topBar {
	width: 955px;
		padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 95px;
	background-image: url(../images/common/topBar.png);
}


#topBar .topBarText {
	color: #000000;
	float: right;
	display: block;
	width: 633px;
	text-align: right;
	margin-top: 20px;
	margin-right: 83px;
	height: 72px;
	overflow: hidden;
}

#topBar .topBarText .header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0px;
	line-height: 1em;
}

#topBar .topBarText .address{
	font-size: 11px;
	margin-top: 0.0;
	margin-bottom: 0em;
	padding: 0px;
	line-height: 16px;
	}
	
	
	

#topBarLowerSection {
	display:none;
}


#leftColumn {
	display:none;
	
}

#footer {
	display:none;
}

/* --------------------------------------- */
/* General tag definitions */

body {
	color: #414141;
	background-color: #ffffff;
}

