/*

	COMMON

*/
* {
	padding: 0;
	margin: 0;
}
body {
	line-height: 1.5em;
}
object, img {
	display: block
}
a img {
	border: none;
}
.hide {
	display: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
	height: 1px;
  overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*

	RE-DEFINE HTML STYLES

*/
html {
  overflow-y: scroll!important; /* Enables firefox scrollbar as default */
}
body {
	background: #ffffff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 28px 0 20px 0;
	margin: 0;
}

p {
	margin: 12px 0;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 12px 0 12px 0;
	padding: 0;
}
li {
	padding: 0;
	margin-bottom: 3px;
	margin-left: 18px;
}
ol {
	list-style-position: outside;
	margin: 12px 0 12px 8px;
	padding: 0;
}
ol li {
	padding: 0;
	margin-bottom: 3px;
	margin-left: 20px;
}
li p {
  margin: 0 0 10px 0;
}


hr { /* For Internet Explorer */
	height: 1px;
	color: #CCC;
	border: none;
}
html>body hr { /* For Opera and Gecko-based browsers */
	height: 1px;
	background-color: #CCC;
	border: 0px solid #CCC;
}
a {
  cursor: pointer;
}
a:link, a:visited, a:active {
	color: #261C02;
	text-decoration: underline;
}
a:hover {
	color: #958D78;
	text-decoration: underline;
}

/*

  ICONS
  
*/
a[href *='.pdf'] {
   padding: 0 0 0 18px;
   background: transparent url(images/icons/icon_pdf.gif) no-repeat center left;
}
a[href $='.doc'], a[href $='.rtf']{ 
   padding-left: 18px;
   background: transparent url(images/icons/icon_doc.gif) no-repeat center left;
}
a[href $='.ppt'], a[href *='.pps'] { 
   padding-left: 18px;
   background: transparent url(images/icons/icon_pps.gif) no-repeat center left;
}
a[href $='.xls'] { 
   padding-left: 18px;
   background: transparent url(images/icons/icon_xls.gif) no-repeat center left;
}
/*a[href^='mailto:'] {   
   padding-left: 18px;
   background: transparent url(images/icons/icon_email.gif) no-repeat center left;
}*/



/*

	LAYOUT

*/
.container {
  width: 950px;
	margin: 0 auto;
}
#wrapper {
  background: url(images/wrapper.gif) no-repeat top center;
}
#header {
  height: 251px;
  position: relative;
}
#header img {
  float: right;
}
#header h1 { margin: 0; }
a#logo {
  position: absolute;
  display: block;
  width: 303px;
  height: 120px;
  font-size: 0;
  text-indent: -9999px;
  top: 0;
  right: 0;
  outline: 0;
}
#structure {
  width: 950px;
  background: url(images/istructure.gif) repeat-y;
}
#index #structure {
  background: url(images/structure.gif) repeat-y;
  padding-left: 20px;
  width: 930px;
}
#spacer {
  height: 36px;
  background: url(images/spacer.gif) no-repeat;
}
#inner-structure {
  background: url(images/inner-structure.gif) no-repeat;
}
#content-wrapper {
  min-height: 315px;
  height: auto !important;
  height: 315px;
  background: url(images/icontent-wrapper.gif) no-repeat bottom left;
}
#index #content-wrapper {
  background: url(images/content-wrapper.gif) no-repeat bottom left;
}

#left {
  width: 263px;
  float: left;
}
#index #left {
  width: 228px;
  padding-right: 15px;
}
#left p {
  font-size: 11px;
  color: #595959;
  margin-top: 5px;
  line-height: 16px;
  width: 162px;
  z-index: 99;  
  margin-bottom: 0;
  margin-left: 2px;
}
#left .overview {
  position: relative;
  width: 228px;
}
#left .overview img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#left .overview a {
  color: #d9531e;
  text-decoration: none;
}
#left .overview a:hover {
  color: #e48762;
}

.first a {
  top: 0 !important;
}

a.img:hover img {
  opacity: 0.7;
}


#content {
  width: 582px;
  float: left;
  padding: 0 65px 0 40px;
}
#index #content {
  width: 582px;
}
#contents {
  width: 647px;
  float: left;
  padding: 0 0 0 40px;
}

blockquote {
  font-size: 20px;
  color: #d9531e;
  line-height: 32px;
  font-weight: normal;
  margin: 0 0 15px 0;
}
blockquote p { margin: 0; }

body.charity-in-focus blockquote {
  line-height: 20px;
  font-size: 16px;
}

#footer {
  margin-top: 30px;
  padding-left: 303px;
  width: 647px;
}
#footer ul {
  margin: 0 0 0 68px;
  padding: 0;
  list-style: none;
  background: url(images/footer.gif) no-repeat;
  width: 500px;
  height: 23px;
}
#footer ul li {
  float: left;
  height: 23px;
  margin: 0 1px 0 0;
  padding: 0;
}
#footer ul li a {
  display: block;
  height: 23px;
  font-size: 0;
  text-indent: -9999px;
  outline: 0;
}
#footer li#foot1 a { width: 213px; }
#footer li#foot1 a:hover { background: url(images/footer.gif) no-repeat 0 -50px; }
#footer li#foot2 a { width: 89px; }
#footer li#foot2 a:hover { background: url(images/footer.gif) no-repeat -214px -50px; }
#footer li#foot3 { margin: 0; }
#footer li#foot3 a { width: 196px; }
#footer li#foot3 a:hover { background: url(images/footer.gif) no-repeat -304px -50px; }

#box {
  float: right;
  width: 179px;
  background: url(images/box.gif) no-repeat;
  margin-right: -24px;
  margin-left: 20px;
  z-index: 9999;
}
#inner-box {
  width: 146px;
  padding: 10px 24px 25px 9px;
  background: url(images/box-bottom.gif) no-repeat bottom left;
}
* html #inner-box {
  background: url(images/box-bottom-ie.gif) no-repeat bottom left;
}
#box p { margin: 0; }
p#bnews {
  display: block;
  width: 131px;
  height: 17px;
  font-size: 0;
  text-indent: -9999px;
  background: url(images/buttons/news.gif) no-repeat;
  outline: 0;
}

a#charity {
  display: block;
  width: 131px;
  height: 17px;
  font-size: 0;
  text-indent: -9999px;
  background: url(images/buttons/charity.gif) no-repeat;
  outline: 0;
  margin: 8px 0 8px 0;
}
a#charity.active, a#charity:hover {
  background: url(images/buttons/charity.gif) no-repeat 0 -30px;
}

ul#flist {
  width: 139px;
  list-style: none;
  margin: 0;
  padding: 2px 0 8px 0;
  background: url(images/foundation_list.gif) no-repeat bottom left;
}
ul#flist li {
  margin: 0 0 0 7px;
  padding: 0;
  line-height: 17px;
}
ul#flist li a {
  font-size: 13px;
  color: #45556e;
  text-decoration: none;
}
ul#flist li a:hover, ul#flist li.active a {
  color: #B53B10;
}

dl dt {
  float: left;
  width: 200px;
}

#contact-us dt {
  float: left;
  width: 65px;
}

ul#page {
  list-style: none;
  margin: 35px 0 0 210px;
  padding: 0;
  height: 20px;
}


ul#page li {
  float: left;
  width: auto;
  margin: 0 0 0 5px;
  padding: 0;
}
ul#page li a, ul#page li span {
  display: inline-block;
  min-width: 25px;
  padding: 0 10px;
  height: 20px;
  border: 1px solid #000;
  text-decoration: none;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
}
ul#page li a:hover {
  background: #eee;
  color: #000;
}
ul#page li span {
  border: 1px solid #ccc;
  color: #ccc;
}

ul.people {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
}
ul.people li {
  margin: 0;
  padding: 20px 0 8px 0;
  border-bottom: 1px solid #eee;
}
ul.people p { margin: 12px 0; }
ul.people h4 { margin: 0 0 -5px 0; font-size: 13px; }
ul.people p.sub {
  margin: 0 0 7px 0;
}
ul.people sub {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  margin: 8px 0 0 0;
}

ul.people li.img img {
  float: right;
  margin-left: 20px;
  margin-bottom: 12px;
}
ul.people li.last {
  border-bottom: none;
  padding-bottom: 0;
}

.no-border { border: none !important; }

ul#logos {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eee;
}
ul#logos li {
  margin: 0;
  padding: 20px 0 8px 0;
  border-bottom: 1px solid #eee;
}
ul#logos li.last {
  border-bottom: none;
}
ul#logos p { margin: 12px 0; }
ul#logos h4 {
  margin: 15px 0 -5px 0; 
  font-size: 14px;
}
ul#logos img { display: inline; }
ul#logos ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 12px 0 12px 0;
	padding: 0;
}
ul#logos ul li {
	padding: 0;
	margin-bottom: 3px;
	margin-left: 18px;
	border: none;
}
ul#logos a:hover img {
  opacity: 0.7;
}

span.clearfix { display: block; margin-top: 20px; }
#our-people span.clearfix, body.organisations-we-support span.clearfix { margin-top: 0; }

a.back-to-top {
  font-size: 12px;
  text-decoration: none !important;
  color: #d9531e !important;
  padding-right: 12px;
  background: transparent url(images/top.gif) no-repeat center right;
  outline: 0;
}
a.back-to-top:hover {
  color: #b53b10 !important;
  background: transparent url(images/top_hover.gif) no-repeat center right;
}

/*

	SHOW AND TELL

*/
#show {
  padding-top: 30px;
	font-size: 10px;
	color: #e9e9e9;
	width: 930px;
	margin: 0 auto;
	padding-left: 20px;
	line-height: 14px;
}
#show a:link, #show a:visited, #show a:active {
	color: #e9e9e9;
	font-weight: normal;
}
#show a:hover {
	color: #dadada;
	font-weight: normal;
}
#show p {
	text-align: left;
	margin: 0;
}

#legal-link {
	color: #b2b2b2;
  margin-right: 10px;
}
#show #legal-link a {
	color: #b2b2b2;
}
#show #legal-link a:hover {
  color: #BEB6A7;
  text-decoration: underline;
}

#show a.st {
	text-decoration: none;
}
/*

	HEADINGS

*/
h2 {
  width: 240px;
  height: 35px;
  background: #D9531E;
  color: #fff;
  font-size: 17px;
  line-height: 32px;
  text-align: right;
  padding: 0 20px 0 0;
  border-bottom: 1px solid #fff;
}
h3 {
  font-size: 20px;
  color: #d9531e;
  line-height: 32px;
  font-weight: normal;
  margin: 0 0 15px 0;
}
#index h2 {
  margin: 31px 0 0 0;
  color: #d9531e;
  font-size: 19px;
  font-style: oblique;
  line-height: 23px;
  background: #fff;
  width: auto;
  border-bottom: none;
  padding: 0;
  text-transform: none;
  text-align: left;
  height: auto;
}
#index h2.first {
  margin-top: 0;
}
h4 {
  color: #000;
  margin: 25px 0 -5px 0;
  font-size: 14px;
}
h4.first {
  margin-top: 15px;
}
h4.charity {
  margin: 15px 0 20px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  color: #333333;
  font-style: italic;
  font-size: 13px;
}

h4.beforelist {
  margin-bottom: 0;
}/*

	NAVIGATION

*/

ul#nav {
  margin: 0;
  padding: 0;
  list-style: none;
  background: url(images/nav.gif) no-repeat;
  width: 260px;
  height: 251px;
  border-right: 1px solid #fff;
  position: relative;
}
ul#nav li {
  margin: 0;
  padding: 0;
  width: 260px;
  height: 37px;
  position: absolute;
  left: 0;
}
ul#nav li#nav-1, ul#nav li#nav-1 a { top: 0; height: 36px; }
ul#nav li#nav-2 { top: 35px; }
ul#nav li#nav-3 { top: 71px; }
ul#nav li#nav-4 { top: 107px; }
ul#nav li#nav-5 { top: 143px; }
ul#nav li#nav-6 { top: 179px; }
ul#nav li#nav-7 { top: 215px; height: 36px; }
ul#nav li#nav-7 a { height: 36px; }
ul#nav li a {
  display: block;
  width: 260px;
  height: 37px;
  outline: 0;
  font-size: 0;
  text-indent: -9999px;
  z-index: 1;
}
ul#nav li a:hover, ul#nav li.active a { z-index: 999; }
li#nav-1 a:hover, li#nav-1.active a { background: url(images/nav.gif) no-repeat 0 -280px; }
li#nav-2 a:hover, li#nav-2.active a { background: url(images/nav.gif) no-repeat 0 -315px; }
li#nav-3 a:hover, li#nav-3.active a { background: url(images/nav.gif) no-repeat 0 -351px; }
li#nav-4 a:hover, li#nav-4.active a { background: url(images/nav.gif) no-repeat 0 -387px; }
li#nav-5 a:hover, li#nav-5.active a { background: url(images/nav.gif) no-repeat 0 -423px; }
li#nav-6 a:hover, li#nav-6.active a { background: url(images/nav.gif) no-repeat 0 -459px; }
li#nav-7 a:hover, li#nav-7.active a { background: url(images/nav.gif) no-repeat 0 -495px; }

ul#sub {
  margin: 0;
  padding: 5px 10px;
  list-style: none;
  background: #E48253;
  width: 240px;
}
ul#sub li {
  margin: 0;
  padding: 0;
  width: 240px;
  border-bottom: 1px solid #F2C2A6;
}
ul#sub li.last {
  border-bottom: none;
}
ul#sub li a {
  display: block;
  width: 230px;
  height: 26px;
  padding: 0 10px 0 0;
  text-align: right;
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
  color: #F6D5C0;
}
ul#sub li a:hover, ul#sub li.active a {
  color: #fff;
}
/*

	FORMS

*/
fieldset {
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}
fieldset p {
	padding: 0;
	margin: 0 0 10px 0;
}
label {
	width: 290px;
}
fieldset dl, fieldset dt, fieldset dd {
	margin: 0;
	padding: 0;
}

fieldset dt, fieldset dd {
  min-height: 28px;
  height: auto !important;
  height: 28px;
  line-height: 28px;
}

fieldset dt {
	font-weight: normal;
	float: left;
	width: 120px;
}
.fieldset {
	background: #ffffff;
	border: 1px solid #999;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 220px;
}

textarea {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 270px;
	height: 150px;
	overflow: auto;
	margin-top: 3px;
}

select * {
  outline: 0;
}
select {
  background: #ffffff;
  border: 1px solid #cccccc;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 277px;
	padding: 2px;
	margin: 3px 0 0 0;
}

input:focus, input.focus, textarea:focus, textarea.focus, select:focus, select.focus {
  border: 1px solid #444;
}

input.error {
  border: 1px solid #9d0159;
}

.required {
	color: #9d0159;
}

div.error {
  border: 1px solid #d9531e;
  padding: 10px 10px 5px 10px;
  margin: 0 0 20px 0;
  background: #fff;
  width: 600px;
}
div.error h3 {
  font-size: 13px;
  margin: 5px 0 10px 0;
}
div.error ul { margin: 0; }

button {
  background: #cccccc;
	border: 1px solid #666;
	color: #000;
	cursor: pointer;
	font-size: 12px;
	line-height: 10px;
	padding: 2px 7px;
	font-family: Arial, Helvetica, sans-serif;
  margin: 3px 0 0 0;
  width: 70px;
}
button:hover, button.hover {
  background: #666666;
  color: #fff;
}

div.form {
  margin-bottom: 5px;
}
* html div.form {
  margin-bottom: 0;
}

