#HomepageMenu {
	position:				absolute;
	right:					65px;
	top:					30px;

	z-index:				10;
}

#HomepageMenu a {
	position:				relative;
}

#FlashArea {
	background-image:		url('../images/shadow-top.png');
	background-repeat:		repeat-x;
	background-position:	left bottom;

	width:					1048px;
	height:					405px;
	overflow:				hidden;
	
	position:				relative;
	z-index:				5;
	
	margin:					0 auto;
}

#PartnerViewportContainer {
	background-position:	top center;
	background-repeat:		no-repeat;	

}

#PartnerViewportContainer.SeveinPL {
	background-image:		url('../images/homepage/sevein_leadphoto.jpg');
}

#PartnerViewportContainer.NorthSlopePL {
	background-image:		url('../images/homepage/northslope_leadphoto.jpg');
}

#PartnerViewportContainer.SevenHillsPL {
	background-image:		url('../images/homepage/sevenhills_leadphoto.jpg');
}


#PartnerViewport {
	position:				relative;
	width:					1048px;
	height:					405px;
	overflow:				hidden;
	
	z-index:				5;
}	


#PartnerLandings {
	width:					5290px;
	height:					405px;
}

.PartnerLanding {
	margin-right:			10px;
	width:					1048px;
	height:					405px;
	
	float:					left;

	background-repeat:		no-repeat;
	background-position:	0 0;
}

.PartnerLanding p {
	color:					white;
	font-family:			Arial, sans-serif;
	font-size:				12px;
	line-height:			1.4em;
	
	padding-right:			50px;
}

.PartnerLanding .ExploreBtn {
	position:				absolute;
	top:					300px;
	left:					374px;
}

/*
#SeveinPL {
	background-image:		url('../images/homepage/sevein_leadphoto.png');
}

#NorthSlopePL {
	background-image:		url('../images/homepage/northslope_leadphoto.png');
}

#SevenHillsPL {
	background-image:		url('../images/homepage/sevenhills_leadphoto.png');
}
*/