/* Headings */
#content h1, #content h2, #content h3 {
  margin: 10px 0px 10px 0px;
  letter-spacing: -1px;
}

#leftcol p {
  font-size: 90%;
  line-height: 130%;
}
#leftcol h1 {
  font-size: 200%;
}
#leftcol h2 {
  font-size: 160%;
}
#leftcol h3 {
  font-size: 155%;
}
#leftcol h4, #leftcol h5, #leftcol h6 {
  font-size: 150%;
}

#rightcol p {
  font-size: 90%;
  line-height: 130%;
}
#rightcol h1 {
  font-size: 200%;
}
#rightcol h2 {
  font-size: 160%;
}
#rightcol h3 {
  font-size: 155%;
}
#rightcol h4, #rightcol h5, #rightcol h6 {
  font-size: 150%;
}

h1 {
  font-size: 250%;
}

h2 {
  font-size: 200%;
}

h3 {
  font-size: 175%;
}

h4 {
  font-size: 165%;
}

h5 {
  font-size: 150%;
}

h6 {
  font-size: 125%;
}

/* List Correction */
#content ol, #content ul {
  margin-left: 40px;
  margin-bottom: 5px;
}
#content li ul {
  margin-left: 20px;
  margin-bottom: 0px;
}
#content ul li {
  list-style-type: disc;
}
#content ul li li {
  list-style-type: circle;
}
#content ol {
  list-style-type: decimal;
}
#content ol ol {
  list-style-type: lower-alpha;
}

#leftcol ul.checklist, #rightcol ul.checklist, #bottom ul.checklist, #content ul.checklist {
  list-style: none;
}
#leftcol ul.checklist li, #rightcol ul.checklist li, #bottom ul.checklist li, #content ul.checklist li {
  list-style: none;
}

span.arrow {
  background: url(../images/list-arrow.png) no-repeat 0 4px;
  padding-left: 14px;
}

#footer {
  font-size: 11px;
  text-align: center;
  line-height: 150%;
}

p.info {
  background: #F8FAFC url(../images/info.png) center no-repeat;
  background-position: 15px 50%;
  text-align: left;
  padding: 5px 20px 5px 45px;
  border-top: 2px solid #B5D4FE;
  border-bottom: 2px solid #B5D4FE;
}
p.warn {
  background: #FFF7C0 url(../images/warn.png) center no-repeat;
  background-position: 15px 50%;
  text-align: left;
  padding: 5px 20px 5px 45px;
  border-top: 2px solid #F7D229;
  border-bottom: 2px solid #F7D229;
}
p.alert {
  background: #FBEEF1 url(../images/exc.png) center no-repeat;
  background-position: 15px 50%;
  text-align: left;
  padding: 5px 20px 5px 45px;
  border-top: 2px solid #FEABB9;
  border-bottom: 2px solid #FEABB9;
}

#leftcol ul.checklist li, #rightcol ul.checklist li, #content ul.checklist li, #bottom ul.checklist li {
  background: url(../images/tick.png) no-repeat 0 4px;
  line-height: 24px;
  padding-left: 20px;
}

p.quote, div.quoteXXX {
  color: #424242;
  letter-spacing: .2em;
  text-align: center;
  margin: 24px auto;
  text-transform: uppercase;
  border-bottom: 4px solid #eee;
  border-top: 4px solid #eee;
  padding: 5px;
  font: normal small-caps normal 1em/125% Georgia, Garamond, Times, serif;
}
p.quote:first-letter, div.quoteXXX:first-letter {
  display: block;
  margin: 7px 4px 0px 0px;
  float: left;
  font-size: 250%;
}

ul li span.small {
  font-variant: normal;
  font-size: .8em;
  text-transform: none;
  line-height: .5em;
}

#roksearch_search_str {
  padding: 7px 0 4px 48px;
  font-size: 100%;
  margin: 0;
  border: 0;
  background: transparent;
  color: #336D83;
}
#roksearch_search_str.loading {
  background: transparent url(/images/spinner.gif) no-repeat scroll 98% 50%;
  background-color: #EFF8FA;
  border: 1px solid #b7d9e9;
}

#roksearch_results {
  z-index: 10000;
  position: absolute;
  width: 400px;
  float: right;
  margin-top: -1px;
  text-align: left;
  visibility: hidden;
  background: #EFF8FA;
  border: 1px solid #b7d9e9;
}
#roksearch_results a#roksearch_link {
  float: right;
  padding-right: 5px;
  margin-top: 4px;
  display: block;
  height: 16px;
  width: 16px;
  background: url(/images/close.png) 0 0 no-repeat;
}
#roksearch_results h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 110%;
  font-size: 120%;
  padding-bottom: 0;
  color: #444;
}
#roksearch_results span {
  display: block;
  line-height: 120%;
  font-size: 90%;
  color: #888;
}
#roksearch_results .container-wrapper {
  overflow: hidden;
}
#roksearch_results .page {
  float: left;
}
#roksearch_results .roksearch_header {
  padding: 6px 15px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 100%;
  background: #fff;
  border-bottom: 1px solid #b7d9e9;
  color: #666;
}
#roksearch_results .roksearch_row_btm {
  padding: 6px 15px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 100%;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #b7d9e9;
  color: #666;
}
#roksearch_results .roksearch_row_btm span {
  line-height: 140%;
  color: #999;
}
#roksearch_results span.small {
  display: block;
  position: absolute;
  bottom: 6px;
  right: 10px;
  text-align: right;
  color: #666;
}
#roksearch_results span.highlight {
  display: inline;
  padding: 2px;
  background: #999;
  color: #fff;
}
#roksearch_results a.clr {
  font-size: 100%;
}
#roksearch_results a:hover {
  text-decoration: none;
  color: #0B3768;
}
#roksearch_results .roksearch_odd, #roksearch_results .roksearch_even {
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #b7d9e9;
}
#roksearch_results .roksearch_odd {
  background: #EFF8FA;
}
#roksearch_results .roksearch_even {
  background: #e9f0f2;
}
#roksearch_results .roksearch_odd-hover, #roksearch_results .roksearch_even-hover {
  background-color: #fff;
}
#roksearch_results .roksearch_odd-hover h3, #roksearch_results .roksearch_even-hover h3 {
  padding-left: 12px;
  background: url(/images/right-arrow.png) 0 4px no-repeat;
}

.results ol.list {
  padding-left: 30px;
  margin-top: 0;
  color: #666;
}
.results ol.list h4 {
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.results ol.list li {
  padding: 10px 5px;
  margin-bottom: 5px;
}
.results ol.list li p {
  margin-top: 0;
}

#roksearch_results .container-arrows {
  height: 16px;
  width: 40px;
  float: left;
  margin-right: 10px;
  position: relative;
}
#roksearch_results .arrow-left {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background: #e9e9e9 url(/images/left-arrow.png) 50% 50% no-repeat;
  border: 1px solid #d9d9d9;
}
#roksearch_results .arrow-left-disabled {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fefefe;
  border: 1px solid #e9e9e9;
}
#roksearch_results .arrow-right {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 22px;
  cursor: pointer;
  background: #e9e9e9 url(/images/right-arrow.png) 50% 50% no-repeat;
  border: 1px solid #d9d9d9;
}
#roksearch_results .arrow-right-disabled {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 22px;
  background: #fefefe;
  border: 1px solid #e9e9e9;
}

form.search_result .inputbox {
  padding: 4px;
  border: 1px solid #b7d9e9;
}
form.search_result .inputbox fieldset legend {
  padding-top: 10px;
}

fieldset.phrase, fieldset.word, fieldset.only {
  padding: 10px 2px;
  border-bottom: 1px solid #b7d9e9;
}

.searchintro {
  margin-bottom: 10px;
  overflow: hidden;
}

#roksearch_results .rokajaxsearch-overlay {
  background-color: #EFF8FA;
}
#roksearch_results .estimated_res, #roksearch_results .pagination_res {
  font-size: 10px;
  font-style: italic;
  padding-top: 3px;
  text-transform: none;
  margin-left: 5px;
  float: left;
}
#roksearch_results .powered-by-google {
  font-size: 9px;
  font-style: italic;
  text-transform: none;
}
#roksearch_results .roksearch_row_btm a.viewall {
  float: left;
}
#roksearch_results .pagination_res {
  font-style: normal;
  float: right;
  padding-top: 0;
}
#roksearch_results .google-thumb-image {
  margin: 5px auto;
}
#roksearch_results .google-search-images .loading {
  background: transparent url(/images/spinner.gif) no-repeat scroll 50% 50%;
}
#roksearch_results .youtube, #roksearch_results .google {
  display: inline;
}
#roksearch_results .google-thumb-image {
  margin: 10px auto 0;
}
#roksearch_results .youtube small, #roksearch_results .google small {
  display: none;
}
#roksearch_results .youtube {
  background: url(/images/youtube.jpg) right center no-repeat;
  height: 16px;
  line-height: 16px;
  display: block;
  padding-right: 22px;
}
#roksearch_results .google {
  background: url(/images/google.jpg) right center no-repeat;
  height: 16px;
  line-height: 16px;
  display: block;
  padding-right: 22px;
}

.clear {
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.clearfix {
  overflow: hidden;
  display: inline-block;
}
.clearfix {
  display: block;
}

.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}

.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}

.first {
  margin-left: 0;
  padding-left: 0;
}

.last {
  margin-right: 0;
  padding-right: 0;
}

.top {
  margin-top: 0;
  padding-top: 0;
}

.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ie */
body.ie {
  text-align: center;
}
* html body.ie legend {
  margin: 0px -8px 16px 0;
  padding: 0;
}
html>body.ie p code {
  *white-space: normal;
}
body.ie .container {
  text-align: left;
}
body.ie ol {
  margin-left: 2em;
}
body.ie sup {
  vertical-align: text-top;
}
body.ie sub {
  vertical-align: text-bottom;
}
body.ie hr {
  margin: -8px auto 11px;
}
body.ie img {
  -ms-interpolation-mode: bicubic;
}
body.ie fieldset {
  padding-top: 0;
}
body.ie input.text {
  margin: 0.5em 0;
  background-color: #fff;
  border: 1px solid #bbb;
}
body.ie input.text:focus {
  border: 1px solid #666;
}
body.ie input.title {
  margin: 0.5em 0;
  background-color: #fff;
  border: 1px solid #bbb;
}
body.ie input.title:focus {
  border: 1px solid #666;
}
body.ie input.checkbox {
  position: relative;
  top: 0.25em;
}
body.ie input.radio {
  position: relative;
  top: 0.25em;
}
body.ie input.button {
  position: relative;
  top: 0.25em;
}
body.ie textarea {
  margin: 0.5em 0;
}
body.ie select {
  margin: 0.5em 0;
}
body.ie button {
  position: relative;
  top: 0.25em;
}

body.ie {
  font-size: 62.5%;
}

body {
  font-family: trebuchet, "Trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
}

#bodybg.pagebghome {
  background: url(/templates/peace-sass/images/PH-HomeBG.jpg);
  background-repeat: repeat-x;
}
#bodybg.pagebg {
  background: url(/templates/peace-sass/images/PH-PageBG.jpg);
  background-repeat: repeat-x;
}

#footerbg {
  margin-top: 1px;
  background: url(/templates/peace-sass/images/PH-FooterBG.jpg);
  background-repeat: repeat-x;
}
.ie #footerbg.pagehome {
  margin-top: -150px;
}

.container {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
}
.container {
  display: block;
}


#header {
  display: inline;
  float: left;
  margin-right: 0;
  width: 950px;
  background-image: url(/templates/peace-sass/images/PH-Sprite-trans.png);
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  height: 165px;
}
* html #header {
  overflow-x: hidden;
}

#branding {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 350px;
  height: 165px;
}
* html #branding {
  overflow-x: hidden;
}
#branding h2 {
  position: absolute;
  left: -2000px;
}

.access {
  display: none;
  left: -2000px;
}

#fontsizer, .fontselect {
  display: none;
}

#tagline, #taglinehome {
  width: 280px;
  height: 27px;
  margin: 6px;
}
#tagline h2, #taglinehome h2 {
  display: block;
  position: relative;
  left: -2000px;
  color: white;
}

#tagline {
  background-color: transparent;
  background-image: url(/templates/peace-sass/images/PH-Sprite-trans.png);
  background-repeat: no-repeat;
  background-position: left -395px;
}

#guidestar h5, #paypal h5 {
  display: block;
  position: relative;
  left: -2000px;
}
#guidestar a, #paypal a {
  display: block;
  height: 46px;
  width: 120px;
  margin: 6px;
  background-color: transparent;
  background-image: url(/templates/peace-sass/images/PH-Sprite-trans.png);
  background-repeat: no-repeat;
}

#guidestar a {
  background-position: right -632px;
}
#guidestar a:hover {
  background-position: right -702px;
}

#paypal a {
  background-position: right -492px;
}
#paypal a:hover {
  background-position: right -562px;
}

.paypalform {
  width: 100%;
  text-align: center;
  height: 360px;
  margin: 0px 40px;
  padding: 0px 0px 0px 0px;
  border: 0px;
}

.donateform {
  margin: 0px;
  border: 0px;
  font-size: 120%;
}

#missionheading {
  height: 27px;
  width: 280px;
  margin: 6px;
}
#missionheading h3 {
  position: absolute;
  z-index: 4;
  display: block;
  color: white;
  left: -2000px;
}

#missionheading {
  background-color: transparent;
  background-image: url(/templates/peace-sass/images/PH-Sprite-trans.png);
  background-repeat: no-repeat;
  background-position: left -395px;
}

#mission {
  color: white;
}

.column {
  float: left;
  width: 280px;
  padding: 0 15px 0 0;
  line-height: 1.2em;
}
.column p {
  margin: 0 0 1em;
}

.alertbox {
  background-color: transparent;
  background-image: url(/templates/peace-sass/images/PH-Sprite-trans.png);
  background-repeat: no-repeat;
  background-position: left -422px;
  padding: 0;
  margin: 0 -60px 0 -21px;
  height: 55px;
  width: 305px;
}
.alertbox p {
  margin: 0 10px 0 40px;
  padding: 4px 0 0 0;
}
.alertbox a, .alertbox a:active {
  color: white;
}
.alertbox a:hover {
  color: yellow;
}

#component, #homebox, #footer {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 590px;
  padding-left: 80px;
  padding-right: 40px;
}
* html #component, * html #homebox, * html #footer {
  overflow-x: hidden;
}

#component {
  padding-top: 26px;
}
#component a {
  color: #330066;
}
#component a:link {
  color: #330066;
}
#component a:visited {
  color: #009900;
}
#component a:hover {
  color: #99ff00;
}
#component a:active {
  color: #99ff00;
}
.pagebghome #component {
  padding-top: 26px;
}

#homepanel {
  background-color: transparent;
  width: 100%;
  min-height: 950px;
}

#homebox {
  height: 220px;
  padding-top: 276px;
}

#mission {
  padding-top: 18px;
}

#footercontainer .sidebar {
  padding-top: 48px;
}
#footercontainer .sidebar span {
  display: block;
  width: 100%;
  text-align: center;
}

#showwrapper, #bodywrapper {
  position: relative;
  float: left;
  left: 50%;
}

#bodywrapper {
  top: -276px;
}

#bodycontainer2 {
  position: relative;
  float: left;
  right: 50%;
}

#imageContainer, #imageBG {
  position: relative;
  float: left;
  width: 1100px;
  height: 276px;
  background-repeat: no-repeat;
  overflow: hidden;
  border: 0;
}

#imageBG {
  background-image: url(/images/homeslideshow/PH11-empower.jpg);
  right: 50%;
}

#imageContainer {
  display: none;
}
#imageContainer img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1100px;
  height: 276px;
}

#toppanel {
  display: inline;
  float: left;
  margin-right: 0;
  width: 230px;
  padding-left: 360px;
  height: 90px;
}
* html #toppanel {
  overflow-x: hidden;
}

.sidebar {
  display: inline;
  float: left;
  margin-right: 0;
  width: 230px;
  padding-top: 9px;
}
* html .sidebar {
  overflow-x: hidden;
}
#homepanel .sidebar {
  margin-top: -490px;
}

/* DROPLINE */
#menubar {
  display: inline;
  float: left;
  margin-right: 0;
  width: 590px;
  position: relative;
}
* html #menubar {
  overflow-x: hidden;
}

/* The Container */
#outer {
  width: 100%;
  background: transparent;
  height: 75px;
  overflow: hidden;
}

/* The Menu */
#menuHolder {
  left: 50%;
}

#dropline {
  right: 50%;
  height: 45px;
}

#menuHolder, #dropline {
  position: relative;
  float: left;
}

#menuHolder ul {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
#menuHolder ul li.active ul {
  display: block;
}
#menuHolder li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#menuHolder li ul {
  position: absolute;
  display: none;
  top: 45px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#menuHolder li ul a {
  height: 30px;
  margin: 0;
  padding: 0 12px 0 12px;
  border-color: #ffaa33;
}
#menuHolder li ul a:hover {
  background: none;
}
#menuHolder li ul a:hover span {
  color: white;
  background: none;
}
#menuHolder li ul a span {
  padding: 10px 6px 4px 6px;
}
#menuHolder a {
  display: block;
  float: left;
  height: 45px;
  padding: 0 0 0 12px;
  color: #bbbbee;
  font-style: bold;
  font-size: 0.9em;
  text-decoration: none;
  cursor: pointer;
}
#menuHolder a:hover {
  background: url(/templates/peace-sass/images/PH-Sprite-trans.png) no-repeat left -350px;
}
#menuHolder a:hover span {
  line-height: 10px;
  color: white;
  background: url(/templates/peace-sass/images/PH-Sprite-trans.png) no-repeat right -350px;
}
#menuHolder a span {
  display: block;
  padding: 18px 12px 4px 0px;
  line-height: 16px;
  white-space: nowrap;
  font-weight: bold;
}
#menuHolder li.active a {
  height: 45px;
  color: #ffaa33;
  background: url(/templates/peace-sass/images/PH-Sprite-trans.png) no-repeat left -350px;
}
#menuHolder li.active a span {
  line-height: 10px;
  background: url(/templates/peace-sass/images/PH-Sprite-trans.png) no-repeat right -350px;
}
#menuHolder li.active li a {
  color: #bbbbee;
  background: none;
}
#menuHolder li.active li a span {
  background: none;
  padding: 10px 6px 4px 6px;
}
#menuHolder li.active li.active a {
  color: #ffaa33;
}
#menuHolder li:hover ul {
  display: block;
  z-index: 100;
  width: 100%;
  background: url(/templates/peace-sass/images/PH-PageBG.jpg) repeat-x 0px -135px;
}
#menuHolder li:hover ul a span {
  padding: 7px 6px 4px 6px;
  line-height: 16px;
}

div.button a, div.infobox, div.searchbox {
  background-color: transparent;
  background-image: url(/templates/peace-sass/images/PH-Sprite-trans.png);
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  margin: 0, auto;
  font-size: 100%;
  line-height: 1.5em;
}

div.button a {
  text-decoration: none;
  text-align: center;
  height: 60px;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
}
div.button a span {
  font-size: 86%;
  letter-spacing: 0px;
  font-weight: bold;
}

div.btn_hotline a {
  background-position: -5px -200px;
  padding: 12px 20px 0px 20px;
  line-height: 1.25em;
  color: #774400;
}
div.btn_hotline a:hover {
  background-position: -5px -270px;
}
div.btn_hotline a span {
  color: white;
}

div.btn_alert a {
  background-position: -5px -620px;
  padding: 16px 20px 0px 45px;
  color: #774400;
  letter-spacing: 0px;
}
div.btn_alert a span {
  letter-spacing: 0px;
  font-size: 86%;
}
div.btn_alert a:hover {
  background-position: -5px -690px;
}

div.btn_info a{
  background-position: -5px -480px;
  padding: 16px 20px 0px 20px;
}
div.btn_announce a {
  background-position: -5px -1005px;
  padding: 16px 20px 0px 20px;
}
div.btn_info a:hover {
  background-position: -5px -550px;
}
div.btn_announce a:hover  {
  background-position: -5px -1075px;
}
div.searchbox {
  height: 36px;
  background-position: -5px -166px;
}

div.infobox {
  height: 245px;
  padding: 16px 20px 0px 20px;
  text-align: left;
  background-position: 0px -760px;
}
div.infobox h5 {
  text-align: center;
  color: white;
  font-size: 100%;
}
div.infobox ul {
  margin: 0;
  list-style-type: none;
}
div.infobox a {
  font-weight: normal;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}
div.infobox a:hover {
  text-decoration: underline;
}
div.infobox a span {
  padding: 0 0 0 10px;
  font-size: 86%;
  letter-spacing: 0px;
  font-weight: normal;
}

div.warning {
  background-position: -5px -272px;
}

div.info {
  background-position: -5px -490px;
}

/* REQUIRED BUTTON STYLES */
button {
  position: relative;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: visible;
  /* removes extra side padding in IE */
}

button::-moz-focus-inner {
  border: none;
  padding: 0;
  /* overrides extra padding in Firefox */
}

button.submitBtn {
  position: relative;
  display: block;
  white-space: nowrap;
}

html, body {
  height: 100%;
}

#bodybg {
  min-height: 100%;
  margin-bottom: -150px;
}
#bodybg #bodyclear {
  height: 150px;
}

#footerbg {
  clear: both;
  position: relative;
  height: 150px;
}

#footerbg.pagehome {
  top: -260px;
}

#escape {
  position: fixed;
  top: 470px;
  left: 50%;
  margin-left: -508px;
}
#escape a {
  display: block;
  width: 80px;
  height: 62px;
  text-decoration: none;
  background-color: transparent;
  background-image: url(/templates/peace-sass/images/PH-Sprite-trans.png);
  background-repeat: no-repeat;
  background-position: -280px -768px;
}
#escape a .popup {
  display: none;
  text-align: center;
  position: relative;
  right: -108px;
  width: 186px;
  height: 40px;
  padding: 8px;
  background-color: transparent;
  background-image: url(/templates/peace-sass/images/PH-Sprite-trans.png);
  background-repeat: no-repeat;
  background-position: -20px -208px;
}
#escape a:hover {
  background-position: -280px -838px;
}
#escape a:hover .popup {
  display: block;
}

.barquote, .barquote1, .barquote2, .barquote3, .barquote4 {
  /* white on dark purple */
  background-color: transparent;
  background-image: url(/templates/peace-sass/images/PH-QuoteBG-trans.png);
  background-repeat: no-repeat;
  background-position: 0px -240px;
  width: 550px;
  height: 60px;
  padding: 9px 18px;
  font-weight: bold;
  font-style: italic;
  font-size: 110%;
  margin: 0 0 18px 0;
  color: white;
}
.barquote span, .barquote1 span, .barquote2 span, .barquote3 span, .barquote4 span {
  font-weight: normal;
}

.barquote1 {
  /* light green on dark purple */
  color: #9f0;
  background-position: 0px -240px;
}

.barquote2 {
  /* white on green */
  color: white;
  background-position: 0px -320px;
}

.barquote3 {
  /* purple on light purple */
  color: #306;
  background-position: 0px -400px;
}

.barquote4 {
  /* white on light purple */
  color: white;
  background-position: 0px -400px;
}

.pullquote, .pullquote1, .pullquote2, .pullquote3, .pullquote4, .pullquote5, .pullquote6, .pullquote7 {
  /* white on dark purple */
  float: right;
  background-color: transparent;
  background-image: url(/templates/peace-sass/images/PH-QuoteBG-trans.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  padding: 20px;
  font-weight: bold;
  font-style: italic;
  font-size: 120%;
  margin: 0 10px;
  color: white;
}
.pullquote span, .pullquote1 span, .pullquote2 span, .pullquote3 span, .pullquote4 span, .pullquote5 span, .pullquote6 span, .pullquote7 span {
  font-weight: normal;
}
.ie7 .pullquote, .ie7 .pullquote1, .ie7 .pullquote2, .ie7 .pullquote3, .ie7 .pullquote4, .ie7 .pullquote5, .ie7 .pullquote6, .ie7 .pullquote7 {
  font-size: 110%;
}

.pullquote1 {
  /* light green on dark purple */
  color: #9f0;
  background-position: 0px 0px;
}

.pullquote2 {
  /* white on green */
  color: white;
  background-position: -240px 0px;
}

.pullquote3 {
  /* purple on offwhite */
  color: #306;
  background-position: -480px 0px;
}

.pullquote4 {
  /* purple on light purple */
  color: #306;
  background-position: -720px 0px;
}

.pullquote5 {
  /* white on light purple */
  color: white;
  background-position: -720px 0px;
}

.pullquote6 {
  /* warning maroon on orange */
  color: #774400;
  background-position: -720px -240px;
}

.pullquote7 {
  /* white on orange */
  color: white;
  background-position: -720px -240px;
}

.left {
  float: left;
}

.right {
  float: right;
}

#page img {
  margin: 0 10px;
}

.first, h3, h4, h5, h6 {
  color: #009900;
}

.first {
  font-size: 125%;
}

h2 {
  color: #330066;
}
h2:before {
  padding-right: 0px;
  content: url(/templates/peace-sass/images/leaf-left-trans.png);
}
h2:after {
  padding-left: 5px;
  content: url(/templates/peace-sass/images/leaf-right-trans.png);
}
