html, body {
  width:100%;
  height:100%;
}

body {
  color:#222;
	font-family:Arial, sans-serif;
	font-size:62.5%;	/* 1em = 10px */
	line-height:1.5em;
	background-image:url('../images/site/watermark.gif');
	background-position:100% 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

p {
  margin-bottom:1em;
}

ul {
  margin-bottom:1em;
  margin-left:2em;
  list-style:circle;
}
ul ul {
  margin-top:0.5em;
}

ol {
  margin-bottom:1em;
  margin-left:2em;
  list-style:decimal;
}
ol ol {
  margin-top:0.5em;
  list-style:lower-alpha;
}
ol ol ol {
  list-style:lower-roman;
}

li {
  margin-bottom:0.25em;
}

dl {
  margin-bottom:1em;
}

dt {
  font-weight:bold;
  margin-bottom:0.25em;
}

dd {
  margin-left:1em;
  margin-bottom:0.25em;
}

blockquote {
  width:40em;
  margin-bottom:1em;
  background-color:#ececec;
  background-color:rgba(200,200,200,0.4);
  padding:1.3em;
  padding-bottom:1px;
  border-radius:1em;
  -webkit-border-radius:1em;
  -moz-border-radius:1em;
}

a {
  color:#88002d;
  text-decoration:none;
}

a:hover,
a:active,
a:focus {
  color:#df004a;
  text-decoration:underline;
}

strong {
  font-weight:bold;
}

em {
  font-style:italic;
}

q:before {
  content:'“';
}
q:after {
  content:'”';
}

cite {
  font-style:italic;
}

del {
  text-decoration:line-through;
  color:#555;
}

ins {
  text-decoration:none;
  padding:0.1em;
  background-color:#f5abcf;
}

code {
  font-family:monospace;
}

abbr, acronym {
  border-bottom:1px dotted #333;
  cursor:help;
}

small {
  font-size:0.8em;
}

big {
  font-size:1.2em;
}

h1, h2, h3 {
  font-size:1.2em;
  font-weight:bold;
  color:#500055;
  border-bottom:3px solid #500055;
  padding-bottom:5px;
  margin-bottom:1em;
}
h2 {
  color:#ec1171;
  border-color:#ec1171;
}
h3 {
  color:#88002d;
  border-color:#88002d;
}

h4, h5, h6 {
  color:#88002d;
  font-weight:bold;
  margin-bottom:0.3em;
}
h4 {
  font-size:1.2em;
}
h6 {
  color:#333;
}

form fieldset {
  border:2px solid #ec1171;
  border-radius:1em;
  -moz-border-radius:1em;
  -webkit-border-radius:1em;
  padding:1em;
  width:40em;
  background-color:#fff;
  background-color:rgba(255,255,255,0.7);
  margin-bottom:1em;
}

form legend {
  color:#ec1171;
  font-weight:bold;
  padding:0 0.5em;
  font-size:1.25em;
}

form ol {
  margin:0;
  list-style:none;
}

form li {
  margin-bottom:0.5em;
}

form li span.error,
form li span.pending,
form div.pending {
  display:block;
  background-color:#88002d;
  border-left:1px solid #fff;
  color:#fff;
  font-weight:bold;
  width:29em;
  padding:0.25em 0.5em;
  margin:0em 0em 1em 9.5em;
}
form li span.pending,
form div.pending {
  background-color: #f53591;
}

form label {
  float:left;
  clear:left;
  width:8.5em;
  padding:0.5em 1em 0.5em 0;
  text-align:right;
}

form label.checkbox {
  float:none;
}

form select {
  font-size:1em;
  width:30em;
  margin:0.5em 0;
}

form input.checkbox,
form input.radio {
  margin:0.6em 0 0.5em;
}

form input.text,
form textarea {
  font-size:1em;
  border:1px solid #666;
  width:29em;
  padding:0.5em;
	font-family:Arial, sans-serif;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

form textarea.tinymce {
  width:505px;
  height:40em;
}

form abbr.required {
  color:#88002d;
  font-weight:bold;
  border:none;
}

form p.error,
form p.pending {
  color:#88002d;
  font-size:1.5em;
  line-height: 1.3;
}
form p.pending {
  color:#F53591;
}

form div.buttons {
  text-align:right;
  border:2px solid #ec1171;
  border-radius:1em;
  -moz-border-radius:1em;
  -webkit-border-radius:1em;
  padding:1em;
  width:40em;
  margin:1em 0;
  background-color:#fff;
  background-color:rgba(255,255,255,0.7);
}

form div.buttons button {
  margin-left:0.25em;
}

form fieldset button {
  float:right;
  margin-top:0.5em;
  margin-right:0.25em;
}

table {
  margin:0 0 1em 0;
  border-collapse:collapse;
}

table th,
table td {
  padding:0.5em 1em;
  border:2px solid #fff;
}

table th {
  padding:0.45em 0.91em;
  background-color:#500055;
  color:#fff;
  font-weight:bold;
  font-size:1.1em;
}

table tr.odd td {
  background-color:#f4f4f4;
  background-color:rgba(200,200,200,0.2);
}

table tr.even td {
  background-color:#e9e9e9;
  background-color:rgba(200,200,200,0.4);
}

table tfoot td {
  color:#500055;
}

div.page-header {
  position:relative;
  color:#ec1171;
  border-bottom:3px solid #ec1171;
  padding-bottom:5px;
  margin-bottom:1em;
  zoom:1; /* IE hasLayout fix */
}
div.page-header h2 {
  margin:0;
  padding:0;
  border:none;
  display:inline;
}
div.page-header abbr.five-years {
  position:absolute;
  right:0;
  bottom:3px;
}

p.meta {
  color:#88002D;
}

ul.books {
  margin:0;
  padding:0;
  list-style:none;
}

ul.books li {
  margin-top:2em;
  width:48%;
}

ul.books li.odd {
  float:left;
  clear:both;
}
ul.books li.even {
  float:right;
}

ul.books h3 {
  font-size:1em;
  font-weight:normal;
}

ul.books h3 strong {
  font-size:1.2em;
  display:block;
}

ul.books img {
  float:left;
  margin-right:1em;
  -webkit-box-shadow:rgba(0,0,0,0.5) 0 5px 7px;
  -moz-box-shadow:rgba(0,0,0,0.5) 0 5px 7px;
  margin-bottom:2em;
}

div.region {
  float:left;
  border:2px solid #ec1171;
  border-radius:1em;
  -moz-border-radius:1em;
  -webkit-border-radius:1em;
  margin-top:75px;
  padding:1em;
  width:200px;
}

div.team-member {
  margin-bottom:2em;
  width:100%;
  overflow:hidden;
  padding-left:10px;
  margin-left:-10px;
  padding-bottom:10px;
}

div.team-member h3.fn {
  margin-bottom:0.75em;
}

div.team-member img.photo {
  float:left;
  margin-right:1em;
  -webkit-box-shadow:rgba(0,0,0,0.5) 0 5px 7px;
  -moz-box-shadow:rgba(0,0,0,0.5) 0 5px 7px;
}

div.team-member dl {
  float:left;
}

div.entry-content img {
  float:left;
  margin-right:2em;
  margin-bottom:2em;
  -webkit-box-shadow:rgba(0,0,0,0.5) 0 5px 7px;
  -moz-box-shadow:rgba(0,0,0,0.5) 0 5px 7px;
}

ul.declutterers {
  list-style:none;
  margin:0 0 2em 0;
  padding:0;
}

ul.declutterers li {
  margin-bottom:1em;
  position:relative;
  zoom:1; /* IE hasLayout fix */
}

ul.declutterers li a span.org {
  color:#333;
  font-weight:bold;
  font-size:1.1em;
  display:block;
}

ul.declutterers li a:hover span.org,
ul.declutterers li a:focus span.org,
ul.declutterers li a:active span.org {
  color:#df004a;
}

abbr.five-years {
  display:block;
  border:none;
  width:28px;
  height:0;
  padding-top:29px;
  overflow:hidden;
  background-image:url('../images/site/badge-5-years.gif');
}

ul.declutterers abbr.five-years {
  position:absolute;
  top:0;
  right:0;
}

div.contact-details,
div.event-details {
  border:2px solid #ec1171;
  border-radius:1em;
  -moz-border-radius:1em;
  -webkit-border-radius:1em;
  padding:1em;
  width:300px;
  float:right;
  margin-left:1em;
  margin-bottom:1em;
  background-color:#fff;
  background-color:rgba(255,255,255,0.7);
}

div.contact-details dl,
div.event-details dl {
  margin:0;
  padding:0;
}

div.contact-details dt.logo-dt {
  display:none;
}

div.contact-details dd.logo-dd {
  margin:0 0 1em 0;
  padding:0;
  text-align:center;
}

div.contact-details a.download,
div.event-details a.download {
  display:block;
  text-align:center;
  font-weight:bold;
  margin-top:1.5em;
  font-size:0.9em;
}

#container {
  height:100%;
}

body > #container {
  height:auto;
  min-height:100%;
}

#header {
  background-image:url('../images/site/header-gradient.gif');
  background-position:0 100%;
  background-repeat:repeat-x;
  background-color:#fff;
  padding:6px 0;
  overflow:hidden;
  width:100%;
}

#footer {
  width:670px;
  padding-left:225px;
  margin:0 auto;
  margin-top:-150px;
  height:150px;
  clear:both;
}

#header a.brand {
  font-size:1.4em;
  line-height:2em;
  float:left;
}

#header abbr.logo {
  display:block;
  float:left;
  width:69px;
  height:0;
  overflow:hidden;
  padding-top:28px;
  background-image:url('../images/site/header-logo.gif');
  background-repeat:no-repeat;
  margin-left:6px;
  margin-right:5px;
  border:none;
  cursor:default;
}

#header span.tagline {
  color:#ec1171;
}

#header ol.navigation {
  font-size:1.3em;
  margin:0.5em 0 0 0;
  list-style:none;
  float:right;
}

#header ol.navigation li {
  display:inline;
  margin:0 3px 0 0;
  padding-right:6px;
  line-height:1em;
  border-right:1px solid #565656;
  zoom:1; /* IE hasLayout fix */
}
#header ol.navigation li.last {
  margin-right:8px;
  padding-right:0;
  border-right:none;
}

#header ol.navigation a {
  color:#565656;
}
#header ol.navigation a:hover,
#header ol.navigation a:focus,
#header ol.navigation a:active,
body.home #header ol.navigation li.home a,
body.about #header ol.navigation li.about a,
body.home #header ol.navigation li.home a,
body.about #header ol.navigation li.about a,
body.declutterers #header ol.navigation li.declutterers a,
body.membership #header ol.navigation li.membership a,
body.latest #header ol.navigation li.latest a,
body.resources #header ol.navigation li.resources a,
body.press #header ol.navigation li.press a,
body.contact #header ol.navigation li.contact a {
  color:#ec1171;
}

div#login-form {
  float:right;
  background-color:#500055;
  background-image:url('../images/site/login-form-curve.gif');
  background-position:0 100%;
  background-repeat:no-repeat;
  padding:5px 5px 5px 20px;
  margin-top:-1px;
  color:#fff;
}

div#login-form h4 {
  display:inline;
  color:#fff;
  margin-right:5px;
}

div#login-form input,
div#login-form label,
div#login-form button {
  float:none;
  margin:0;
  padding:0;
}

div#login-form label {
  font-size:1em;
  position:relative;
  background:#fff;
  display:inline-block;
  width:10em;
  padding:0 2px;
  line-height:1.5em;
  margin:0 7px 5px 0;
  text-align:left;
}

div#login-form input {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:none;
  padding:2px 2px 0;
  background:#fff;
  font-size:1em;
}

div#login-form label.js {
  color:#000;
}

div#login-form label.js input {
  background:transparent;
}

div#login-form label.focus {
  color:#fff;
}

div#login-form button {
  background:none;
  border:none;
  margin:0;
  padding:0;
  color:#fff;
  font-weight:bold;
  text-transform:uppercase;
  cursor:pointer;
}

div#login-form ol.navigation,
div#login-form ol.navigation li {
  list-style:none;
  margin:0;
  padding:0;
  display:inline;
}

div#login-form ol.navigation li.logout {
  border-left:1px solid #ddd;
  padding-left:5px;
  margin-left:2px;
}

div#login-form a {
  color:#fff;
}

#content {
  font-size:1.3em;
  margin:40px auto 0;
  width:670px;
  padding-top:110px;
  padding-left:225px;
  padding-bottom:190px; /* Height of footer + spacing */
  background-image:url('../images/site/logo.gif');
  background-position:0 0;
  background-repeat:no-repeat;
}

#content div.section-navigation {
  width:220px;
  float:left;
  display:inline; /* Double margin float bug fix */
  margin-left:-225px;
}

#content div.section-navigation ol {
  list-style:none;
  margin:0;
  font-size:1.1em;
}

#content div.section-navigation a {
  color:#939393;
}

#content div.section-navigation a.email {
  color:#88002D;
}

#content div.section-navigation a:hover,
#content div.section-navigation a:focus,
#content div.section-navigation a:active,
body.index #content div.section-navigation li.index a,
body.search_results #content div.section-navigation li.index a,
body.declutterer #content div.section-navigation li.index a,
body.team #content div.section-navigation li.team a,
body.what_to_expect #content div.section-navigation li.what_to_expect a,
body.code_of_ethics #content div.section-navigation li.code_of_ethics a,
body.our_profession #content div.section-navigation li.our_profession a,
body.archive #content div.section-navigation li.archive a,
body.international #content div.section-navigation li.international a,
body.apply #content div.section-navigation li.apply a,
body.newsletter #content div.section-navigation li.newsletter a,
body.newsletter_forward #content div.section-navigation li.newsletter a,
body.articles #content div.section-navigation li.articles a,
body.profile #content div.section-navigation li.profile a,
body.profile_update #content div.section-navigation li.profile a,
body.status #content div.section-navigation li.status a,
body.password #content div.section-navigation li.password a,
body.password_update #content div.section-navigation li.password a,
body.payment #content div.section-navigation li.payment a,
body.payment_thanks #content div.section-navigation li.payment a {
  color:#ec1171;
}

body.home #content {
  background-image:none;
  padding-left:450px;
  width:445px;
}

body.home h1 {
  margin:0;
  margin-bottom:10px;
  margin-left:-450px;
  padding:0;
  border:none;
  width:338px;
  height:0;
  padding-top:127px;
  overflow:hidden;
  background-image:url('../images/site/logo-large.gif');
  float:left;
  display:inline; /* Double margin bug fix */
}

ul#featured-sections {
  clear:both;
  list-style:none;
  padding:0;
  overflow:hidden;
  width:895px;
  margin:0;
  margin-left:-450px;
  margin-bottom:30px;
}

ul#featured-sections li {
  display:inline;
}

ul#featured-sections a {
  margin-right:5px;
  margin-bottom:0;
  float:left;
  width:220px;
  height:0;
  padding-top:219px;
  overflow:hidden;
  background-image:url('../images/site/home-buttons.png');
  background-repeat:no-repeat;
}

ul#featured-sections li.find a {
  background-position:0 0;
}

ul#featured-sections li.membership a {
  background-position:-224px 0;
}

ul#featured-sections li.press a {
  background-position:-448px 0;  
}

ul#featured-sections li.newsletter a {
  background-position:-674px 0;
  margin-right:0;
}

ul#featured-sections li.find a:hover,
ul#featured-sections li.find a:focus,
ul#featured-sections li.find a:active {
  background-position:0 -219px;
}

ul#featured-sections li.membership a:hover,
ul#featured-sections li.membership a:focus,
ul#featured-sections li.membership a:active {
  background-position:-224px -219px;
}

ul#featured-sections li.press a:hover,
ul#featured-sections li.press a:focus,
ul#featured-sections li.press a:active {
  background-position:-448px -219px;
}

ul#featured-sections li.newsletter a:hover,
ul#featured-sections li.newsletter a:focus,
ul#featured-sections li.newsletter a:active {
  background-position:-674px -219px;
}

form#regions select {
  width:auto;
  margin-bottom:0;
}

div#map {
  float:right;
}
