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

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
	
body {
	background-color: #008FC9;
	}

#backdropShadow {
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	height: 677px;
	z-index: 5;
	background-image:url(../media/backdropShadow.gif);
	}
	
#mainContainer {
	position: absolute;
	top: 0px;
	left: 12px;
	width: 800px;
	height: 700px;	
	z-index: 5;
	}
	
#headerContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 100px;
	background-image: url(../media/topWhiteRoundedCorners.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	}
	
#bodyContainer {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 800px;
	height: 645px;
	background-image: url(../media/backdropElements.gif);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#copyContainer {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 780px;
	height: 300px;
	z-index: 5;
	}
	
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 10px;
	}

	
.secondaryText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	padding-bottom: 10px;
	}

.footText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	padding-bottom: 10px;

	}

	#h1footText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000000;
	padding-bottom: 10px;

	}


.callToActionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	line-height: 30px;
	color: #ffffff;
	padding-bottom: 10px;
	}
	
.callToActionText a {
	text-decoration: none;
	color: #ffffff;
	}
	
#imageContainer {
	position: absolute;
	top: 409px;
	left: 0px;
	width: 800px;
	height: 65px;
	z-index: 3;
	}
	
#imageContainer img {
	margin-left: 10px;
	}
	
#footerContainer {
	position: absolute;
	top: 595px;
	left: 0px;
	width: 800px;
	height: 65px;
	background-image: url(../media/bottomBlueRoundedCorners.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	background-color: #00457c;
	z-index: 10;
	}
	
#extrasContainer {
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 60px;
	z-index: 5;
	}
	
.extrasText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	padding-bottom: 20px;
	}
	
.extrasText a {
	text-decoration: none;
	}
	
.extrasText a:link {
	color: #ffffff;
	}

.extrasText a:visited {
	color: #333333;
	}
	
.extrasText a:hover {
	color: #00457c ;
	}
	
.extrasText a:active {
	color: #ffffff;
	}


