@charset "utf-8";



/* Page setup */

html, body {
  margin: 0;
  padding: 0;
}

body {
  padding: 15px 0 40px 0;
  background: #ebebeb url(../image/bg.gif) repeat 0 0;
}





/* General layout */

#container {
  position: relative;
  width: 990px;
  margin: 0 auto 0 auto;
  padding: 1px 0 100px 0;
  background: #fff url(../image/containerBg.gif) repeat-y 0 0;
}

#masthead {
  position: absolute;
  top: 0;
  left: 0;
}

.content {
  position: relative;
  width: 548px;
  margin: 0 auto 0 auto;
  padding: 55px 0 43px 0;
}

.panelContainer {
  width: 726px;
  padding-top: 0;
  background: transparent url(../image/panelDivider.gif) repeat-y 361px 4px;
}

#footer {
  position: relative;
  width: 990px;
  margin: 3px auto 0 auto;
  padding: 1px 0 1px 0;
}





/* Container layout */

#container .top, #container .bottom {
  position: absolute;
  font-size: 0;
  line-height: 0;
  width: 990px;
}

#container .top {
  top: 0;
  height: 15px;
  background: transparent url(../image/containerTop.gif) no-repeat 0 0;
}

#container .bottom {
  bottom: 0;
  width: 990px;
  height: 203px;
  background: transparent url(../image/containerBottom.jpg) no-repeat 0 bottom;
}





/* Masthead elements */

#masthead .wfpaLogo a {
  display: block;
  position: absolute;
  top: 57px;
  left: 30px;
  width: 73px;
  height: 69px;
  background: transparent url(../image/wfpaLogo.gif) no-repeat 0 0;
  text-indent: -5000px;
  overflow: hidden;
}





/* Content layout */

.content .panel {
  display: inline;
  float: left;
  width: 334px;
  margin: 0 0 0 1px;
  padding: 50px 0 0 0;
}

.content .leftPanel {
  display: inline;
  float: left;
}

.content .rightPanel {
  display: inline;
  float: right;
}





/* Intro elements */

.intro h2 {
  margin-bottom: 10px;
}

.intro h4 {
  margin-bottom: 10px;
}

.intro {
  padding-bottom: 15px;
}





/* Footer elements */

#footer p {
  font-size: 1em;
  line-height: 1.2em;
  color: #5f5f5f;
}

#footer a {
  color: #3399cc;
}

#footer .copyright {
  display: inline;
  float: left;
}

#footer .contact {
  display: inline;
  float: right;
  text-align: right;
}





/* Supporting elements */

.left {
  display: inline;
  float: left;
}

.right {
  display: inline;
  float: right;
}

.clear {
  clear: both;
}

div.clear {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}





/* Common elements */


div.sectionDivider {
  width: 723px;
  height: 3px;
  margin: 0 auto 0 auto;
  background: transparent url(../image/sectionDivider.gif) repeat-x center center;
}


div.sectionDivider hr {
  display: none;
}

p.imageNote {
  margin: 10px 0 -20px 2px;
}

a.learnMore {
  padding-right: 8px;
  background: transparent url(../image/learnMoreArrow.gif) no-repeat right 0.4em;
}





/* General formatting */

body {
	font: 62.5%/1em Arial, Verdana, sans-serif;
	text-align: left;
  color: #707070;
}

h1, h2, h3, h4, h5, h6, a {
  font-family: Arial, Verdana, sans-serif;
  line-height: 1.2em;
  color: #6e7550;
  margin: 0;
  padding: 0;
}

a {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #d26f18;
}

h2 {
  font-size: 3.6em;
  line-height: 1em;
}

h3 {
  margin: 0 0 1em 0;
  font-size: 2.4em;
}

h4 {
  font-size: 1.4em;
  color: #645732;
}

p {
  margin: 0 0 1.2em 0;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.6em;
  line-height: 1.8em;
  font-weight: normal;
}

p strong {
  color: #645732;
}

ul {
  font-size: 1.2em;
  line-height: 1.833em;
}

li a {
  font-size: 1em;
}



