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

/* Universal */
* { margin : 0; padding : 0; }

/* General page setup */
body { background: #305c86; font-family: Arial, Helvetica, sans-serif; color: #000000; text-align:center; }
div#pagecontainer { position: relative; width: 1025px; margin: 0 auto; text-align: left; }

/* Landing Page */
body#landingpage { 
	background: url(images/background-landing.png) repeat-x #305c86;
	}
div#branding-land {
	height: 148px;
	}
img#branding-land-logo {
	float: left;
	position: absolute;
	left: 24px;
	top: 12px;
	}
img#branding-land-tagline {
	float: left;
	position: absolute;
	left: 170px;
	top: 95px;
	z-index: 1;
	}
div#content-land {
	position: relative;
	}
img#splash {
	z-index: -1;
	}
img#splashtag1 {
	float: left;
	position: absolute;
	left: 50px;
	top: 85px;
	}
img#splashtag2 {
	float: left;
	position: absolute;
	left: 50px;
	top: 220px;
	}
img#splashyouth1 {
	float: left;
	position: absolute;
	left: 860px;
	top: 27px;
	}
img#splashyouth2 {
	float: left;
	position: absolute;
	left: 860px;
	top: 254px;
	}
div#content2-land {
	padding: 20px 0 0 0;
	}
div#footer {
	font-size: small;
	color: #FFFFFF;
	padding: 50px 0 0 0;
	}