
	* {
		margin: 0px;
		padding: 0px;
	}
	
	html {
		/*xborder: 2px dotted yellow;*/
		/*xheight: 100%;*/
	}

	body {
		/*xborder: 2px dotted fuchsia;*/
		/*xheight: 100%;*/
	}
	
	body {
		/* background-color: rgb(100, 132, 61); */
		background-color: rgb(100, 132, 61);
		color: white;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	
	a {
		color: #ff9;
		color: rgb(229, 217, 178);
	}
	a:hover {
		color: #fc3;
	}
	
	li {
		margin-left: 20px;
	}
	
	h1 {
		display: none;
	}
	
	hr {
		display: none;
	}
	
	#header {
		/*xheight: 250px;*/
		border-bottom: 2px solid white;
		background-color: #a7d6dc;
		background-image: url(images/water_bg.jpg);
		background-position: left bottom;
		padding-bottom: 25px;

		text-align: center;
	}

	#flash {
		/*xbackground-image: url(images/flash.png);*/
		/*xwidth: 985px;*/
		/*xheight: 525px;*/
		/*xmargin: 0px;*/
		margin-left: auto;
		margin-right: auto;
		/*xmargin-bottom: 25px;*/
		
		width: 980px;
		height: 520px;

		/*xbackground-image: url(images/FlashPreload.png);*/
		/*xbackground-position: 0px 2px;*/
		/*xbackground-position: center center;*/
		background-repeat: no-repeat;
		
		/*xborder: 1px dotted red;*/
	}
	#flash.loaded {
		background-image: url(images/FlashPreload.png);
	}
	#flash-fader {
		position: absolute;
		left: 0px;
		top: 0px;
		/*xborder: 1px dotted yellow;*/
		width: 100%;
		text-align: center;
		/*xdisplay: none;*/
	}
	#flash-fader img {
		display: block;
		margin: auto;
	}
	
	#body {
		position: relative;
		width: 100%;
	}

	#bottom {
		padding: 2px;
	}
	#bottom * {
		font-size: 10px;
	}
	
	/*
	** Menu
	*/
	.menu {
		position: absolute;
		left: 0px;
		top: -24px;

		width: 100%;
		height: 20px;
		line-height: 20px;
				
		font-size: 12px;
		font-weight: bold;
		
		z-index: 100;
		/*xborder: solid red;*/
	}
	.menu .background {

		display: table;
		margin: auto;

		height: 100%;

		/*xborder: solid blue;		*/
	}

	#menu {
		/*xfloat: left;*/
		height: 24px;
		/*xborder: solid;*/
	}
	#menu .divider .text {
		display: none;
	}

	/*
	** Menu Items
	*/
	#menu a {
		color: #555;
		color: white;
		text-decoration: none;
		height: 24px;
		line-height: 26px;
	}
	#menu a:hover,
	#menu .menu-item-selected a {
		color: white;
	}
	#menu .menu-item-selected a:hover {
		color: white;
		cursor: default;
	}
	#menu .menu-item {
		width: 72px;
		height: 24px;
		line-height: 24px;
		
		float: left;

		background-image: url(images/menu_item.gif);
		background-repeat: no-repeat;
		background-position: center center;		
		
		margin: 0px 5px;
	}
	#menu .divider {
		float: left;
	}
	#menu .menu-item-selected {
		background-image: url(images/menu_item_selected.gif);
	}
	#menu .menu-item-selected {
		background-image: url(images/menu_item_selected.gif);
	}
	#menu .menu-item-disabled a {
		color: silver;
	}
	
	#footer-menu {
		width: 150px;		
		display: none;
	}
	#footer-menu .menu-item {
		background-image: url(images/arrow_u.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 15px;
	}
	#footer-menu .menu-item a {
		background-image: url(images/arrow_u.png);
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 15px;
	}


	#menu,
	#closer {
		-moz-user-select:none;
	}
	
	
	/*
	** Footer
	*/
		
	#footer {
		position: relative;
		/*xpadding-top: 12px;*/
		
		font-size: 11px;
		/*xborder-top: 2px solid white;*/
		padding-bottom: 2px; /* This is required to fix "slug trail" bug. */
		width:850px;
		margin:auto;
		
		
	}
	#footer_links {
		width:600px;
		float:left;
		text-align:right;
		border-right:1px solid #ffffff;
		padding-right:8px;
		
	}
	#footer p {
		padding: 2px;
		text-align:right;
	}
	#social {
		width:230px;
		font-size: 11px;
		float:right;
		text-align:left;
		padding: 2px 2px 2px 5px;
		
	}
	

	/*
	** Closer
	*/
	#closer {
		position: relative;
		top: -20px;
		background-color: transparent;
		/*xborder: 1px solid red;*/
	}
	#closer .line {
		border-bottom: 2px solid white;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
	}
	#closer .hotspot {	
	
		background-image: url(images/closer_bg.png);
		background-image: url(images/menu_item_selected.gif);
		background-repeat: no-repeat;
		background-position: center top;

		margin-left: auto;
		margin-right: auto;
		
		width: 80px;
		height: 20px;
		line-height: 24px;

		position: relative;
		
		cursor: pointer;
	}

	
	#sections {
		text-align: center;

		overflow: hidden;
		height: 0px;
		width: 900px;
		
		margin: auto;
		/*xmargin-bottom: 25px;*/
		
		position: relative;

		/*border: solid;*/
	}
	
	
	.section {
		
		position: absolute;
		left: 0px;
		top: 0px;
		width: 780px; /* IE7 needs explicit width for animation */
		
		visibility: hidden;

		margin: auto;
		text-align: left;
		
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 120px;

		/*border: 1px dotted;*/
	}
	
	.feature {
		position: relative;
		margin-bottom: 10px;
	}
	
	.section h2 {
		display: none;
	}

	.section h3 {
		position: absolute;
		top: 0px;
		left: -120px;

		width: 110px;
		padding-right: 10px;

		text-align: right;
		text-transform: uppercase;
		font-size: 95%;
	}
	.section h3:after {
		content: ":";
	}
	.section p,
	.section ul {
		margin: .5em;
		margin-top: .5em;
		margin-bottom: .5em;
	}
	
	
	/*
	** Video Player
	*/
	.video-area {
		padding-left: 160px;
	}
	.video-player {
		width: 320px;
		/*xdisplay: inline;*/
		/*xdisplay: table;*/
		border: solid rgb(97, 128, 58);
		/*xmargin: auto;*/
	}
	.video-player object,
	.video-player embed {
		/*xdisplay: inline;*/
		/*xmargin-left: 80px;*/
	}
	
	
	.coalition p {
		margin-left: 0px;
	}
	.coalition a {
		display: block;
		font-size: .9em;
		line-height: 1.2em;
		padding-left: 1em;
	}	
	.coalition a.major {
		font-weight: bold;
		font-size: 1em;
		padding-left: 0em;
	}
	
	
	#console {
		position: absolute;
		position: fixed;
		left: 0px;
		top: 0px;
		width: 300px;
		height: 200px;
		background-color: black;
		color: lime;
		font-size: 10px;
		text-align: left;
		overflow: auto;
		border: 1px solid white;
		z-index: 10000;
		display: none;
	}
	
	.popupQuizIFrame {
		 
		border:0;
		overflow:hidden;
		overflow-x:hidden;
		overflow-y:hidden; 
		background-color: #333;
		padding: 0px;
		margin: 0px;
		width: 370px;
		height: 445px;
	}
	
	.quizBox {

		overflow:hidden;
		position: absolute;
		padding-left: 0px;
		padding-right: 0px;
		width: 370px;
		height: 450px;
		
		padding-top: 10px;
		padding-bottom: 10px;
		
		margin-left: -175px;
		
		top: 25px;
		left: 50%;
		background-color: #333;
		z-index:0;
		
	}
	#twitter {
		text-decoration:none;
		outline:none;
		margin-top:0px;

	}
	img {
		margin:1px 0 0 0;
		
	}

