.landing #subheader.prospective

{

	background: url(../../img/landing/subheader_prospective.jpg) no-repeat left top;

}



.landing .prospective #flash

{

	position: absolute;

	top: 20px;

	right: 40px;

	width: 600px;

	height: 250px;

}



.landing .prospective #prospectivelinks

{

	position: absolute;

	top: 80px;

	left: 40px;

	width: 300px;

	height: 250px;

	

	font-family: Verdana, Arial, sans-serif;

	font-size: 15px;

	color: #ffffff;

}



.landing .prospective #prospectivelinks ul

{

	list-style: none;

}



.landing .prospective #prospectivelinks li

{

	list-style: none;

	padding: 10px 0 10px 0;

}



.landing .prospective #prospectivelinks a

{

	font-family: Verdana, Arial, sans-serif;

	font-size: 15px;

	color: #ffffff;

}



.landing #middletext

{

	float: left;

	width: 525px;

	padding: 0 0 0 45px;

		

	font-family: Verdana, Arial, sans-serif;

	font-size: 13px;

	color: #000033;

}



.landing #middlelinks

{

	float: left;

	width: 240px;

	padding: 0 0 0 40px;

		

	font-family: Verdana, Arial, sans-serif;

	font-size: 13px;

	color: #000033;

}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:250px;	width: 520px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #000e92;
	border: 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}


