			

/* ---------------------------------------------------------- */
/* Content */

	#Mask {
		position: fixed;
		top: 845px;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 4000;
		background:url(../images/bg-mask.gif) #5e7775 top left repeat-x;
	}	

	#Content {
		position: absolute;
		top: 0px;
		left: 0;
		width: 100%;
		min-width: 965px;
		background-color: #ffffff;
		z-index: 500;
	}
		
		#PanelOne {
			width: 100%;
			height: 600px;
			padding-top: 245px;
			background:url(../images/bg-panelone.jpg) top center no-repeat;
		}
		
		#PanelTwo {
			width: 100%;
			height: 600px;
			padding-top: 245px;
			background:url(../images/bg-paneltwo.jpg) top center no-repeat;
		}
		
		#PanelThree {
			width: 100%;
			height: 600px;
			padding-top: 245px;
			background:url(../images/bg-panelthree.jpg) top center no-repeat;
		}
		
		#PanelFour {
			width: 100%;
			height: 600px;
			padding-top: 245px;
			background:url(../images/bg-panelfour.jpg) top center no-repeat;
		}
		
		#PanelSpacer {
			width: 100%;
			height: 300px;
			background:url(../images/bg-mask.gif) #5e7775 top left repeat-x;
		}
	
			.panel-shell {
				width: 100%;
				background-color: rgba(255,255,255,0.90);
				padding: 40px 0 30px 0;
			}
			
			.panel-content {
				width: 965px;
				margin: 0 auto;
				color: #5e7775;	
			}
			
			#Content h2 {
				font-size: 32px;
				line-height: 42px;
				margin-bottom: 5px;
				font-family: 'AvenirLT-Medium', Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal;
				color: #5e7775;
			}
			
			#Content p {
				font-size: 18px;
				line-height: 28px;
				margin-bottom: 15px;
				font-family: 'AvenirLT-Medium', Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal;
				color: #5e7775;
			}
			
	
/* ---------------------------------------------------------- */
/* Next Panel */	

		#Next .what a {
			font-size: 21px;
			text-transform: uppercase;
			color: #607775;
			font-family: 'AvenirLT-Medium', Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-style: normal;
			background:url(../images/arrow-right.gif) bottom center no-repeat;
		}
		
		.what {
			display: none;
		}
	
	