/* CSS Document */

body {
	text-align: center;
	background: #000;
	/* * */
	height: 100%;
	background-image: url(../img/bg/main_bg_900h.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
} 

#wrapper { 
	
	width: 980px; 
	margin: 0 auto; 
	text-align: left;
	
	
	/* * */
	/*height:500px;
	*/
	/*margin-top:180px;*/
	
} 

#logo {
	width: 215px;
	height: 65px;
	float: left;
	/* * */
	display: block;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
}



#nav-container {
	height: 75px;
}

#banner-container {
	height: 225px;
}

#selector-container {
	height:310px;
	padding-bottom: 10px;
}

#ticker-container {
	height: 35px;
	margin-top: 15px;
	margin-bottom:10px;
	
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;

	
}

#instructions {
	margin-bottom: 5px;
	margin-top: 5px;
}

#jumpboxes-container {
	height: 165px;
	width: 980px;
	border-top: 1px dashed #FFFFFF;
	padding-top: 20px;
	
	border-bottom-style: dashed;
	
	
		
}
	

/*#footer-container {
	margin-top:20px;
	clear: both;
	height: 50px;
	
	border-top: 1px solid #000;
	padding-top: 10px;

}
*/

#step-01 {
	float: left;
	width: 280px;
	height: 230px;
	padding: 10px;
	margin-right: 12px;
	/*background: #b0d5ec;*/
	/*border:1px solid yellow;*/

	
	background-image: url(../img/bg/step_01_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}


#step-02 {
	float: left;
	
	width: 362px;
	height: 230px;
	
	padding:10px;
	
	margin-top:0px;
	
	/*background: #b0d5ec;*/
	/*border:1px solid #FFF;*/
	background-image: url(../img/bg/step_02_bg.png);
	background-repeat: no-repeat;
	background-position: left top;

}



#step-03 {
	float: right;
	
	width: 252px;
	height: 230px;
	
	padding: 10px;
	
	margin-left: 10px;
	margin-top:0px;
	
	/*background: #b0d5ec*/;
	/*border:1px solid #FFF;*/
	background-image: url(../img/bg/step_03_bg.png);
	background-repeat: no-repeat;
	background-position: left top;

}

/* bg for steps */
.bg {
	background-color: #459cd2;
	background-image: url(../img/bg/step_bg_220h.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}



#scroll_table {
	margin-top: 12px;
	background-color: #FFFFFF;	
	
	padding: 10px;
	
	/*
	background-image: url(../img/bg/zone_table_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	*/
/*
	height: 86px;
	float:left;
	clear: left;
	*/
	
	/* DON'T NEED SCROLLING */
	/*
	overflow-x: hidden;
	overflow-y: scroll;
	*/


}
/*	

.jumpbox {
	float: left;
	
	width: 220px;
	margin-left: 15px;
	
	background: #E1E1E1;
	height: 185px;
	
	margin-bottom:20px;
}

.about {
	margin-left: 0px;
	width: 335px;
}


