/***********************************************/
/* Layout Divs   - for site viewing without flash + search engine compatibility */
/***********************************************/

#mainFlashLayer{
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 98%;
	overflow: hidden;
}

#seoLayer{
	z-index: 7;
	position: absolute;
	left: 0px;
	top: 98%;
	width: 100%;
	height: 2%;
	overflow: auto;
	visibility: visible;
	font-family: verdana,arial,sans-serif;
	color: #2E3640;
	line-height: 1.166;	
	background-color: #ffffff;
	layer-background-color: #ffffff;
}

#iHtmlLayer{
	z-index: 3;
	position: absolute;
	left: -1px;
	top: -1px;
	width: 1;
	height: 1;
	border: 1px solid #ffffff;
	overflow: auto;
	visibility: visible;
	font-family: verdana,arial,sans-serif;
	color: #2E3640;
	line-height: 1.166;	
	background-color: #ffffff;
	layer-background-color: #ffffff;
}

#flash9Layer{
	z-index: 4;
	position: absolute;
	left: -1px;
	top: -1px;
	width: 1;
	height: 1;
	border: 1px solid #ffffff;
	overflow: auto;
	visibility: visible;
	font-family: verdana,arial,sans-serif;
	color: #2E3640;
	line-height: 1.166;	
	background-color: #ffffff;
	layer-background-color: #ffffff;
}

#eHtmlLayer{
	z-index: 1000;
	position: absolute;
	left: -1px;
	top: -1px;
	background-color: #ffffff;
	layer-background-color: #ffffff;
	border: 1px solid #ffffff;
	width: 1;
	height: 1;
	overflow: auto;
	visibility: visible;
}