@charset "utf-8";
/* CSS Document */




/**********************************************************
/	Home Page
**********************************************************/
.homeWrapper{
	background:url(/images/shared/scrolling-areas/middle.jpg) 41px 0px no-repeat;
	height:598px;
	padding:10px 0 0 0;
	position:relative;
	width:1061px;
}

	.homeWrapper .slideshow{
		border-bottom:solid #3c6ead 2px;
		height:440px;
		margin:0 0 0 187px;
		position:relative;
		width:692px;
		z-index:1;
	}
	
	.homeWrapper .slideshow img{
		position:absolute;
			top:0px;
			left:0px;
	}

	.homeWrapper .slideshow_text{
		height:440px;
		position:absolute;
			top:10px;
			left:187px;
		width:691px;
		z-index:5;
	}
	
	.homeWrapper .slideshow_text img{
		position:absolute;
		z-index:5000;
	}
	
		.homeWrapper .slideshow_text .text_1{
			bottom:0px;
			right:0px;
		}
	
		.homeWrapper .slideshow_text .text_2{
			bottom:0px;
			left:0px;
		}
	
		.homeWrapper .slideshow_text .text_3{
			bottom:0px;
			right:0px;
		}
	
		.homeWrapper .slideshow_text .text_4{
			bottom:30px;
			left:0px;
		}
	
		.homeWrapper .slideshow_text .text_5{
			top:80px;
			right:0px;
		}
	
		.homeWrapper .slideshow_text .text_6{
			top:0px;
			left:0px;
		}

#leftScroll{
	font-size:14px;
	position:absolute;
		left:-1px;
		top:1px;
}

	#leftScroll.jsScroll{
		height: 545px;
		padding:19px 14px 0 14px;
	}

#rightScroll{
	font-size:14px;
	position:absolute;
		right:-5px;
		top:1px;
}

	#rightScroll.jsScroll{
		height: 525px;
		padding:39px 14px 0 14px;
	}

	#rightScroll.jsScroll .scrollContainer{
		margin:23px 0 0 0;
	}
	
	.jsScroll{
		background:url(/images/shared/scrolling-areas/bg.png) 0px 0px no-repeat;
		color:#fff;
		font-family:"Times New Roman", Times, serif;
		position:relative;
		text-align:center;
		width:174px;
		z-index:10;
	}

		.jsScroll .button{
			background:url(/images/shared/scrolling-areas/button.png) 0px 0px no-repeat;
			color:#fff;
			display:block;
			font-size:12px;
			font-weight:bold;
			height:35px;
			line-height:35px;
			position:absolute;
				bottom:16px;
				left:28px;
			text-decoration:none;
			width:148px;
		}
		
			.jsScroll .button:hover{
				background-position:0px -35px;
			}
			
		.jsScroll .reflection{
			background:url(/images/shared/scrolling-areas/reflection.png) 0px 0px no-repeat;
			height:9px;
			position:absolute;
				bottom:14px;
				left:28px;
			width:146px;
		}

		.jsScroll h3{
			background:url(/images/shared/scrolling-areas/ornament.png) center bottom no-repeat;
			font-size:18px;
			font-weight:normal;
			line-height:20px;
			margin:0px;
			padding:0 0 15px 0;
			text-shadow:#000 0px 0px 10px;
		}

			.jsScroll h3 .enlarge{
				font-size:24px;
			}

			.jsScroll h3 a{
				color:#fff;
				text-decoration:none;
			}
	
		.jsScroll p{
			font-size:15px;
			line-height:15px;
			margin:0px;
			padding:5px 15px;
			text-shadow:#000 0px 0px 10px;
		}
		
	.jsScroll .hover{
		background:#530915;
	}
	
	.jsScroll .scrollContainer{
		position:relative;
		width:174px;
		overflow:hidden;
	}
	
	.jsScroll .mask{
		background:#335C97;
		position:absolute;
			top:0px;
			left:0px;
		width:174px;
		z-index:5;
	}
	
	.jsScroll .downBtn{
		background:url(/images/shared/scrolling-areas/arrow-down.png) 0px 0px no-repeat;
		height:16px;
		margin:0 auto;
		text-indent:-9000px;
		width:106px;
	}



/**********************************************************
/	Simple Scroll
**********************************************************/
.simply-scroll-container{ 
	position: relative;
}

.simply-scroll-clip{ 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.simply-scroll-list{ 
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
		top: 0;
		left: 0;
	z-index: 1;
}
	
.simply-scroll-list li{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
	.simply-scroll-list li a{
		color:#fff;
		display:block;
		font-weight:bold;
		padding:7px 5px;
		text-decoration:none;
	}
	
	.simply-scroll-list li img{
		border: none;
	}

.simply-scroll-btn{
	cursor: pointer;
	height: 44px;
	position: absolute;
	width: 42px;
	z-index:3;
}

.simply-scroll-btn-up {
	background:url(/images/spacer.gif) 0px 0px no-repeat;
	right: 6px;
	top: 6px;
}

	.simply-scroll-btn-up.disabled{
		background-position: -126px 0 !important;
	}
	
	.simply-scroll-btn-up:hover{
		background-position: -126px -88px;
	}
	
.simply-scroll-btn-down{
	background:url(/images/spacer.gif) 0px 0px no-repeat;
	bottom: 6px;
	right: 6px;
}

	.simply-scroll-btn-down.disabled{
		background-position: -42px 0 !important;
	}
	
	.simply-scroll-btn-down:hover{
		background-position: -42px -88px;
	}

.vert{
	height:328px;
	position:relative;
	width:174px;
	z-index:20;
}

	.vert .simply-scroll-clip{
		height:328px;
		width: 174px;
	}
	
	.vert .simply-scroll-list li{
		width: 174px;
	}

	.vert .simply-scroll-btn-up { 
		right: 0;
		top: 0;
		width:174px;
		z-index:25;
	}

	.vert .simply-scroll-btn-down { 
		left:0px;
		top: 290px;
		width:174px;
		z-index:25;
	}
	
	
	
	
/**********************************************************
/	Links Area
**********************************************************/
.homeLinks{
	list-style-type:none;
	margin:0px auto;
	padding:0 0 0 10px;
	position:relative;
	width:695px;
}

	.homeLinks li{
		float:left;
	}

		.homeLinks li a{
			display:block;
			height:140px;
			text-indent:-9000px;
			width:230px;
		}

			.homeLinks li a:hover{
				background-position:0px -140px;
			}
	
		.homeLinks .open-houses a{
			background:url(/images/home/open-houses.png) 0px 0px no-repeat;
		}
	
		.homeLinks .education a{
			background:url(/images/home/monthly-education-destination.png) 0px 0px no-repeat;
		}
	
		.homeLinks .meet-team a{
			background:url(/images/home/meet-the-team.png) 0px 0px no-repeat;
		}