@charset "utf-8";
/* CSS Document */
	/*hide from ie on mac\*/
	html {
		height: 100%;
	
	}
	.FlashWrapper{
		display:block;
		height:100%;
	}
	#flashcontent {
		width: 100%;
		min-height:670px;
	}
	/* end hide */
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
	}
	#alternateContent{
		width:800px;	
		margin:0 auto;
	}
	#sitenav li{
		list-style: none;
		float: left;
		width:33%;
	}
	#sitenav{
		width:100%;
		text-align:center;
	}
	
	#noflash{
		width:400px;
		margin:0 auto;
		text-align:center;
	}
	
