.wrap {
	width: 100%;
	height:100%;
		background-size:100%;
	
	font-family: 'Open Sans', sans-serif;
  position: absolute;
  left: 0;
  border-bottom: 44px solid #e3edf2;
   /* fallback */
  background-color: #1a82f7;
  background: url(images/linear_bg_2.png);
  background-repeat: repeat-x;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eaf1f5));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fff, #eaf1f5);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fff, #eaf1f5);

  /* IE 10 */
  background: -ms-linear-gradient(top, #fff, #eaf1f5);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fff, #eaf1f5);
}

.topbkg {
  margin-top: -8px;
  width: 100%;
  background-color: #e3edf1;
}

.centered {
  width: 1080px;
  margin:0px auto;
}

.logo {
	
	margin-top: -70px;
	left: 0;
  margin-left: 87px;
}

.tagline {
	margin-top: 2px;
	margin-left: 121px;
}

.intro {
	background-color:#FFFEF5;
	position:absolute;
	top:167px;
	width:787px;
	height: 31em;
	z-index:3;
	-webkit-box-shadow:rgba(0, 0, 0, 0.34902) 5px 5px 5px;
	box-shadow:rgba(0, 0, 0, 0.34902) 5px 5px 5px;
	-o-box-shadow:rgba(0, 0, 0, 0.34902) 5px 5px 5px;
	-ms-box-shadow:rgba(0, 0, 0, 0.34902) 5px 5px 5px;
	-moz-box-shadow:rgba(0, 0, 0, 0.34902) 5px 5px 5px;

}

.wrapmid {
  width: 1064px;
  font-family: 'Open Sans', sans-serif;
  float: left;
}

.introintro {
  color: #00529a;
  font-size: 1.4em;
  padding-left: 32px;
  padding-right: 49px;
  height: 4em;
}

.intro ul {
  height: 11em;
}

.intro ul li {
  color: #6f99c2;
  margin-left: 43px;
  padding-right: 47px;
  line-height: 1.7em;
}

.introoutro {
  color: #2263a2;
  font-size: 1.1em;
  margin-left: 32px;
  margin-top: 26px;
  height: 4em;
}

div.intro img.contribute{
  margin-left: 309px;
  margin-top: 14px;
  float: left;
  display:block;
  height: 53px;
}

div.resourcelinks {
  float: right;
  width: 289px;
  height: 31em;
}

div.resourcelinks ul {
}

div.resourcelinks ul li {
  list-style-type: none;
  font-size: 18px;
  line-height: 50px;
}

div.resourcelinks ul li.resourcecallout a {
  background-color: #000;
  color: #eeeff9;
  padding-left: 3px;
  padding-right: 3px;
}

div.resourcelinks ul li.wrapinlist {
  line-height: 24px;
}

div.resourcelinks ul li a {
  text-decoration: none;
  color: #7e84cb;
}

div.lowerlinks {
  width: 100%;
  height: 100px;
  float: left;
  margin-top: 3em;
  z-index:55;
  background-color: #d9e4ea;
  margin-bottom: 29px;
}

.lowerlinks li {
  list-style-type: none;
  display: inline;
  font-size: 1em;
  padding-right: 30px;
}

.lowerlinks li a {
  color: #80a8cd;
  text-decoration: none;
}

.center {
  width:1080px;
  margin:0px auto;
}

div.footer {
  width: 100%;
  height: 94px;
  clear: both;
  background-color: #80a8cd;
  color: #fff;
  left: 0;

}



.footer div.leftfooter {
  float: left;
  height: 94px;
  width: 767px;
}

.leftfooter > span.address {
  position: relative;
  top: 17px;
  left: 29px;
  font-size: 1.1em;
}

.leftfooter > span.contact {
   position: relative;
  top: 27px;
  left: 235px;
  font-size: 1.2em;

}

.leftfooter > span.contact a {
  padding-left: 57px;
  text-decoration: none;
  color: #6369a3;
}

.sponsors > span.sponsorheader {
   position: absolute;
  font-size: .9em;
}

.footer div.sponsors {
  float: left;
}



