			

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

	#ContentShell {
		width: 100%;
		min-width: 965px;
		background-color: #ffffff;
		margin-top: 222px;
	}
	
	#ContentSpacer {
		display: none;
	}
	
		.contentpanel {
			width: 100%;
		}
		
		.grey {
			background-color: #eff3f4;	
		}
	
	#Content {
		width: 955px;
		margin: 0 auto;
		padding: 40px 5px 90px 5px;
	}
	
	#ContentBlock {
		width: 955px;
		margin: 0 auto;
		padding: 40px 5px 90px 5px;
	}
	
			.content-left {
				width: 625px;
				display: inline-block;
				font-size: 0;
				text-align: left;
				vertical-align: top;
			}
			
			.content-right {
				width: 280px;
				margin-left: 45px;
				display: inline-block;
				font-size: 0;
				text-align: left;
				vertical-align: top;
			}
			
				.address {
					margin-top: 195px;	
				}
				
				.careerpanel {
					margin-top: 67px;	
				}
				
				.userdays {
					margin-top: 120px;	
				}
				
				.careerinterest {
					margin-top: 123px;	
					background-color: #f0f3f4;
					padding: 35px 25px 25px 25px;
				}
				
				
		
			#Content blockquote {
				margin-left: 25px;
			}
			
			#Content strong {
				font-family: 'AvenirLT-Heavy', Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal;
			}
			
			#Content p, #ContentBlock p {
				font-size: 16px;
				line-height: 26px;
				margin-bottom: 25px;
				font-family: 'AvenirLT-Medium', Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal;
				color: #607775;
			}
			
			#Content h1, #ContentBlock h1  {
				font-size: 28px;
				line-height: 40px;
				margin-bottom: 25px;
				font-family: 'AvenirLT-Medium', Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal;
				text-transform: uppercase;
				color: #5e7775;
			}
			
			#Content h2, #ContentBlock h2  {
				font-size: 26px;
				line-height: 32px;
				margin-bottom: 25px;
				font-family: 'AvenirLT-Medium', Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal;
				color: #d75f00;
			}
			
			#Content h3, #ContentBlock h3  {
				font-size: 21px;
				line-height: 32px;
				margin-bottom: 0;
				font-family: 'AvenirLT-Medium', Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal;
				color: #d75f00;
				margin-bottom: 15px;
			}
			
			#Content h4, #ContentBlock h4  {
				font-size: 21px;
				line-height: 28px;
				margin-bottom: 0;
				font-family: 'AvenirLT-Medium', Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal;
				color: #607775;
			}
			
			
			#Content h6, #ContentBlock h6  {
				font-size: 18px;
				line-height: 28px;
				margin-bottom: 0;
				font-family: 'AvenirLT-Heavy', Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal;
				text-transform: uppercase;
				color: #607775;
			}
			
			
			
			#Content ul, #Content ol, #ContentBlock ul , #ContentBlock ol  {
				margin-bottom: 25px;
			}
			
			#Content ul li, #ContentBlock ul li  {
				font-size: 16px;
				line-height: 26px;
				margin: 0 0 5px 25px;
				padding-top: 2px;
				font-family: 'AvenirLT-Medium', Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal;
				color: #607775;
				position: relative;
			}
			
			#Content ul li:before, #ContentBlock ul li:before {
				content: "■";
				color: #d75f00;
				padding: 0 10px 0 0;
				margin: -2px 0 0 -23px;
				position: absolute;
			}
			
			#Content ol li, #ContentBlock ol li  {
				font-size: 16px;
				line-height: 26px;
				margin: 0 0 5px 25px;
				font-family: 'AvenirLT-Medium', Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal;
				color: #607775;
				list-style-type: decimal;
			}
			
			#Content a, #ContentBlock a {
				-moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
			}
			
			
		
			
			a.more {
				clear: left;
				width: 120px;		
				display: block;
				background-color: #d85e00;
				color: #fff;
				font-size: 16px;
				text-align: right;
				padding: 10px 15px 9px 0;
				font-family: 'AvenirLT-Roman', Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal;
				-moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
			}
			
				a.more:hover {
					background-color: #3f3f41;
					color: #fff;
				}
				
			a.back {
				display: block;
				font-size: 18px;
				text-transform: uppercase;
				color: #607775;
				font-family: 'AvenirLT-Medium', Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal;
				background:url(../images/arrow-left.gif) top left no-repeat;
				padding: 3px 0 0 40px;
				-moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
			}
				
				a.back:hover {
					color: #d75f00;
				}
				
				
			
			hr {
				border:none;
				height: 2px;
				background-color: #cecece;
				margin: 45px 0 45px 0;
			}
			
			#Content a.button {
				padding: 13px 20px 10px 20px;
				color: #fff;
				background-color: #009ed8;
				margin-bottom: 25px;
				-moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
			}
			
			#Content a.button:hover {
				background-color: #d85e00;	
			}
			
			
			#Content .careerinterest p {
				font-size: 15px;
				line-height: 21px;
				margin-bottom: 15px;
				font-family: 'AvenirLT-Medium', Arial, Helvetica, sans-serif;
				font-weight: normal;
				font-style: normal;
				color: #607775;
			}
			
			
			.time {
				display: inline-block;
				width: 120px;
				text-align: left;
				vertical-align: top;
				margin-right: 15px;
			}
			
			.event {
				display: inline-block;
				width: 450px;
				text-align: left;
				vertical-align: top;
				margin-right: 15px;	
			}
			
			.break {
				background-color: #efefef;
				padding: 8px 4px 4px 4px;	
			}
	
	
/* ---------------------------------------------------------- */
/* Next Panel and Footer */	
	
	
	#NextTopRule {
		width: 100%;
		height: 7px;
		background-color: rgba(171,198,202,0.60);
	}
	
	#NextShell {
		height: 175px;
		width: 100%;
		background-color: rgba(222,232,235,1.00);
		display: block;
		text-align: center;
		padding: 15px 0 0 0;
	}
	
		#Next {
		}
		
		#Next a {
			font-size: 21px;
			text-transform: uppercase;
			color: #607775;
			font-family: 'AvenirLT-Medium', Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-style: normal;
			padding: 0 0 45px 0;
			background:url(../images/arrow-next.gif) bottom center no-repeat;
		}
		
		#Next .us a, #Next .home 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;
		}
		
		#Next .previous 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-left.gif) bottom center no-repeat;
		}
		
		