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


	/*	TITLE BAR ------------------------------------------------------------------------------------------------------------------------------------------------------------- */

		#TitleBar {
			height: 400px;
			background-image: url(HeaderImage.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			background-color: #292929;	
			background-position: center;
		}

#TitleBar .ContentContainer {
    padding-top: 150px;
}
		#ContentIntroduction {
			padding-top: 80px;	
			padding-bottom: 50px;
		}

	#Welcome {
		margin-bottom: 50px;	
	}
	
	#WhatWeDo {
		margin-top: 50px;	
	}

	.Column3 {
		width: 33%;	
		float: left;
		padding-bottom: 50px;
	}
	
	.Column3 #ColumnIcon {
		margin: 0px auto;
		width: 75px;
	}

	.Column3 #ColumnIcon img {
		width: 100%;
		height: 100%;
	}
	
	.Column3 p {
		margin: 0px 25px 0px 25px;	
	}
	
	.Column3 h2 {
		font-size: 20px;
		text-align: center;
		margin: 20px auto 30px auto;	
	}


	#PresidentImage {
		margin: 50px auto 50px;	
	}
	
	#PresidentImage img {
		width: 100%;
	}
	
	#PresidentMessage p {
		text-align: left;	
	}
	
	#PresidentMessage .PullQuote {
		font-family: "OpenSansItalic";
		color: #5AACBF;
		font-size: 16px;
		text-align: center;
		margin: 50px;
	}