body {
	margin-top: 0px;
	background-color: #000000;
}


/*************************
  	HOME PAGE SETUP
 *************************/

#container {
	width: 1097px; /* 1097 */
	height: 828px;
	top: 0px;
    margin-left: auto;
    margin-right: auto;
	z-index: 0;
    background-image: url(../img/aj_080609_bg1.jpg);
	background-repeat:no-repeat;
}

#home_playerlaunch {
	top: 0px;
	left: 800px;
	width: 227px;
	height: 72px;
	position: relative;
	z-index: 100;
}

#droplineholder {
	width: 790px;   /* 745 pre 9-7-09 */
    margin-left: auto;
    margin-right: auto;
	position: relative;
	left: 85px;
	top: 124px;
}

#droplineholder a {
	color: #ffa812; /*e2c4b5, ffa812 ee9a00 */
	text-decoration: none;
}

#droplineholder a:hover {
	color: #fff;
	text-decoration: none;
}


#home_navsection {
	width: 745px;   /* site, section image width */
    margin-left: auto;
    margin-right: auto;
	position: relative;
	left: 85px;
	top: 120px;
	z-index: 10;
	font-family: verdana; 
	color: #ffa812;   /*e2c4b5 */
	font-size: 12px;
	font-weight: normal;
/*	background-color: #ffff00; */
	}


#home_navsection a:hover {
	color: #ffff00;
	text-decoration: none; 
}




#home_middlesection {
	top: 180px;
	left: 260px;
	width: 829px;
	height: 559px;
	position: relative;
}

#home_newsfeed {
	width: 475px;  /* 9-17-09 was 485 */
	padding-right: 10px;
	height: 540px;
	top: -100px; /* -30 9-17-09 */
	left: -5px;
	position: relative;
	z-index: 1;
	overflow: auto;  
	
/*	
	background-color: #0000FF;  
	filter:alpha(opacity=50);
	opacity:.50;

*/

}

#home_rightfeature_top {
	width: 310px;
	height: 185px;
	top: -640px; /* -570 9-17-09 */
	left: 500px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#home_rightfeature_middle {
	width: 310px;
	height: 167px;
	top: -615px;  /* -545 9-17-09 */
	left: 505px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}


#home_rightfeature_bottom {
	width: 310px;
	height: 149px;
	top: -530px;  /* -589 9-22-09 */
	left: 505px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
/*
	background-color: #0000FF;  
	filter:alpha(opacity=50);
	opacity:.50;
*/

}



/*************************
  	HOME PAGE NEWS FEED DEFINITIONS
 *************************/

.home_newsfeed_header {
	font-family: Georgia;
	font-size: 23px;
	color: #ffa812;
	font-weight: normal;
	}

.home_newsfeed_itemtitle {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #000;
	padding: 3px 15px 3px 3px;
	font-weight: bold;
	text-transform: uppercase;
	background: #fff;
	}

.home_newsfeed_itemtext {
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	}


.home_newsfeed_itemtext a {
	font-weight: bold;
	text-decoration: none;
	color: #e3170d;
	}

.home_newsfeed_itemtext a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFCC;
	}



.home_newsfeed_itemposted {
	font-family: Verdana;
	font-size: 9px;
	color: #fff;
	font-weight: normal;
	}
	
.home_newsfeed_itemposted_bigger {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000;
	padding: 3px 15px 3px 3px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background: #ffa812;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
/*************************
  	HOME PAGE RIGHT FEATURE DEFINITIONS
 *************************/


.home_tourfeed_header {
	font-family: Georgia;
	font-size: 17px;
	color: #ffa812;
	font-weight: normal;
/*	line-height: 2em; */
}

.home_tourfeed {
	font-family: Verdana;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	}

.home_tourfeed a{
	font-weight: bold;
	text-decoration: none;
	color: #e3170d;
	}
.home_tourfeed a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFCC;
	}

.home_tourfeed_spacer {
	line-height: .2em;
	}








