
/*-------------------------------
	RESET
	-----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.mainColumn ul {
padding: 0 0 0.3em;
list-style-position:inside;	
list-style-type:disc;
	
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
p {
	font-size: 1.3em;
	line-height: 1.2;
	padding: 0 0 15px;
}
h1 {
	margin: 0;
	float: left;
	font-size: 1.4em;
}
li {
	font-size: 1.3em;
	margin: 0 0 10px;
}
li li {
	font-size: 1;
}
label {
	font-size: 1.3em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: oblique;
}

body {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 0.625em;
	background: #fff;
	color: #333;
	line-height: 1;
}
h1, h2, h3, h4, h5 {
	font-family: "Helvetica Rounded", "Arial Rounded MT Bold", "Arial Rounded", Calibri, Tahoma, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 4em;
	line-height: 1.2;
}
h2 {
	font-size: 3em;
	line-height: 1.2;
	padding: 0 0 0.3em;
	color: #96a;
}
.article .mainColumn h2 {
	font-size: 1.8em;
	text-transform: lowercase;
}
h3 {
	font-size: 1.8em;
	line-height: 1.2;
	padding: 0 0 0.6em;
	color: #96a;
}
.article .mainColumn h3 {
	font-size: 1.2em;
	padding: 0 0 0.2em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.2;
}
h5 {
	font-size: 1.2px;
	line-height: 1.2;
}
.container {
	position: relative;
}
.fixed {
	position: relative;
	width: 980px;
}
acronym {
	border-bottom: 1px dotted #999;
}
acronym:hover {
	cursor: help;
}

.container {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	min-height: 100%;
	margin: 0 auto;
}
.allContent {
	margin: 0 auto 10em;
	padding: 0 0 10px;
	display: block;
	text-align: left;
}
.footer {
	width: 100%;
	text-align: left;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	overflow: hidden;
	font-size: 1em;
}

/* -------------------------------
   HEADER STYLES
   ----------------------------- */ 

.header {
	overflow: hidden;
}
.header h1 {
	float: left;
	width: 255px;
}
.header ul.navigation {
	float: left;
	width: 460px;
	padding: 35px 0 0 0;
}
.header ul.navigation li {
	float: left;
	width: 105px;
	margin: 0 10px 10px 0;
}
.header ul.navigation li a {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	background: #f5f1f7;
	margin: 0;
	color: #96a;
	border: 1px solid #eee;
	text-decoration: none;
}
.header ul.navigation li.active a,
.header ul.navigation li a:hover, .header ul.navigation li.trail a {
	color: #fff;
	background: #d4c0dd url(../assets/images/construct/nav_active_bg.gif) repeat-y;
}
.header .forms {
	float: right;
	width: 255px;
	padding: 4px 0 0;
	margin: 0 10px 0 0;
	display: inline;
	text-transform: lowercase;
}
.header .forms form {
	padding: 5px;
	overflow: hidden;
}
.header .forms .formRow {
	float: left;
	margin: 0 10px 0 0;
}
.header .forms .formActions {
	float: right;
}
.header .forms h2 {
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #999;
	padding: 0 0 5px 5px;
}
.header .forms form#newsletter {
	background: #f5f1f7;
	border: 1px solid #eee;
	padding: 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 10px;
	
}
.header .forms .formRow input {
	width: 160px;
}
.header .forms .formActions input {
	min-width: 65px;
	
}

/* -------------------------------
   MAIN CONTENT STYLES
   ----------------------------- */ 

.columns a,
.footer a {
	color: #5da8dc;
	text-decoration: none;
	display: inline;
	padding: 1px 3px;
	margin: 0 -3px;
}
.columns a:hover,
.footer a:hover {
	background-color: #5da8dc;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.links li,
p.link {
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url(../assets/images/linkarrow.png) 0 4px no-repeat;
}
p.link a {
	display: block;
}
.home .panel p.link {
	position: absolute;
	bottom: 5px;
	left: 10px;
	width: 278px;
}
.auxColumn .panel p.link {
	position: relative;
	width: auto;
	left: auto;
	bottom: auto;
}
.columns {
	overflow: hidden;
	padding: 0 10px 10px;
}
.mainColumn {
	width: 695px;
	float: left;
	padding: 0 10px 0 0;
}
.article .mainColumn {
	width: 450px;
	float: right;
	border: 1px solid #ccc;
	padding: 9px 264px 9px 9px;
	position: relative;
	background: #e9e7e7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.article .mainColumn.donate {
	width: 705px;
	padding: 9px;
}
.article ul.tabs {
	position: relative;
	z-index: 10;
	list-style: none;
	width: 715px;
	float: right;
	margin: 0 0 -1px;
}
.article ul.tabs li {
	float: left;
	width: 234px;
	margin: 0 1px 0 0;
}
.article ul.tabs li a {
	display: block;
	text-align: center;
	background: #def;
	padding: 10px;
	margin: 0;
	font-size: 1.4em;
	font-family: "Helvetica Rounded", "Arial Rounded MT Bold", "Arial Rounded", Calibri, Tahoma, sans-serif;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.article ul.tabs li.active {
}
.article ul.tabs li.active a {
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #f8f7f7;
	color: #666;
}
.auxColumn {
	width: 255px;
	float: right;
}
.article .auxColumn {
	width: 225px;
	float: left;
}

.home .mainColumn .panel {
	float: left;
	width: 343px;
	margin: 0 9px 0 0;
}
.home .mainColumn .panel.last {
	margin: 0;
}
.home .mainColumn .panel h3 {
	background: #5da8dc;
	color: #fff;
	float: left;
	clear: both;
	padding: 5px 10px;
	margin: 0 0 -1px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.home .mainColumn .panel.intro h4 {
	font-size: 1.8em;
	font-weight: normal;
	font-family: "Helvetica Rounded", "Arial Rounded MT Bold", "Arial Rounded", Calibri, Tahoma, sans-serif;
	padding: 0 0 0.5em;
}
.home .mainColumn .panel h4 a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
.home .mainColumn .panel div {
	border: 1px solid #ccc;
	clear: left;
	padding: 9px 9px 3em;
	min-height: 280px;
	position: relative;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
}
.mainColumn blockquote, .mainColumn .imageHolder, .article .mainColumn .panel{
	position: absolute;
	top: 9px;
	right: 9px;
	width: 224px;
	background: #96a;
	color: #fff;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.article .mainColumn.donate .panel {
	float: right;
	position: relative;
	top: auto;
	right: auto;
	margin: 0 0 10px 10px;
}
.mainColumn .photoHolder{
	position: absolute;
	top: 9px;
	right: 9px;
	width: 244px;
}
.mainColumn .imageHolder, .mainColumn .photoHolder div {
	background: transparent;
	color: #666;
	width: 222px;
	border: 1px solid #ccc;
}
.mainColumn .photoHolder div{
	width: 222px;
	padding:10px;
	margin-bottom: 7px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.mainColumn .imageHolder p,.mainColumn .photoHolder p {
	padding: 0;
}
.mainColumn .imageHolder img,.mainColumn .photoHolder div img {
	margin: -10px -10px 10px;
	padding: 0;
	display: block;
}
.mainColumn blockquote p {
	font-size: 1.8em;
	padding: 0 0.5em 0.5em;
	text-indent: -0.5em;
	font-family: "Helvetica Rounded", "Arial Rounded MT Bold", "Arial Rounded", Calibri, Tahoma, sans-serif;
}
.mainColumn blockquote p.credit {
	font-size: 1.2em;
	padding: 0 1.3em 0;
	font-family: Calibri, "Trebuchet MS", sans-serif;
}
.mainColumn blockquote p.credit span {
	opacity: 0.7;
	font-weight: bold;
}
.auxColumn .panel {
	border: 1px solid #ccc;
	padding: 9px 9px 0;
	position: relative;
	background: #f2f0f0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 10px;
	overflow: hidden;
}
.article .mainColumn .panel {
	position: absolute;
	border: 1px solid #ccc;
	top: 9px;
	right: 9px;
	width: 225px;
	background: #f2f0f0;
	padding: 9px 9px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.auxColumn .panel.projects p.link {
	position: absolute;
	bottom: 0;
	left: 9px;
	width: 175px;
}
.auxColumn .panel h3, .article .panel h3 {
	background: #9565a9 url(../assets/images/construct/panel_header_purp.gif) repeat-y;
	color: #fff;
	padding: 5px 10px;
	margin: -10px -10px 10px -10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.article .mainColumn .panel h3 {
	font-size: 1.8em;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.auxColumn .panel .img_block,
.article .mainColumn .panel .img_block {
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}
.img_blocknews {
	float: left;
	margin: 150px 10px 10px 0;
	position: relative;
}
.panel .img_block img {
	display: block;
}
.panel .img_block span {
	display: block;
	position: absolute;
	width: 85px;
	height: 85px;
	top: 0;
	left: 0;
	background: url(../assets/images/construct/thumb_curved_corners.png);
}
.panel object {
	display: block;
	margin: -9px -9px 0;
}
.auxColumn .panel .text_block,
.article .mainColumn .panel .text_block {
	float: right;
	width: 140px;
	margin: 0 0 10px 0;
}
.article .mainColumn .panel .text_block {
	width: 125px;
}
.panel.gettinghere {
	background: url(../assets/images/construct/getting_here_bg.gif) 0 100% no-repeat;
	height: 115px;
}
.panel.gettinghere p.link {
	position: absolute;
	bottom: 4px;
	right: 9px;
	width: 110px;
}
p.category {
	padding: 0 0 0.2em;
	color: #ccc;
}


.hero {
	position: relative;
	min-height: 220px;
	padding: 10px;
	margin: 0 0 10px;
	background: url(../assets/images/hands.jpg) 100% 50% no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
.hero h2 {
	color: #fff;
	width: 280px;
	display: block;
	letter-spacing: -0.05em;
	font-weight: bold;
	margin: 0 0 20px;
	text-shadow: 0 0 4px RGBa(0,0,0,0.2);
}
.hero .donate {
	padding: 0;
}
.hero .donate a {
	display: block;
	text-indent: -5000px;
	width: 132px;
	height: 132px;
	padding: 0;
	margin: 0;
	background: url(../assets/images/donatenow.png) no-repeat;
	
}


a.externalLink {
	padding-right: 8px;
	background-image: url(../assets/images/externallink.gif);
	background-repeat: no-repeat;
	background-position: 100% 1px;
}
a.externalLink:hover {
	background-position: 100% -39px;
}
.subnav li.active a, .subnav li.trail a {
	color: #cad;
}
.subnav li.active a:hover {
	color: #fff;
}
.story {
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
	overflow: hidden;
}
.story img {
	float: right;
	display: block;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 0 0 10px 10px;
}
.alert {
	font-size: 1.6em;
}
.columns .invisible, .invisible{
	display:none;
}

/* -------------------------------
   FOOTER STYLES
   ----------------------------- */ 



.footer {
	background: #e6daeb;
	color: #9564a9;
	text-align: center;
	font-size: 0.9em;
}
.footer .fixed {
	width: 940px;
	padding: 10px 30px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}
.footer .ddp {
	float: right;
	clear: both;
	display: inline;
	width: 88px;
	height: 12px;
	padding: 0;
	margin: 0 135px 0 0;
	font-size: 1px;
	line-height: 1;
	text-indent: -5000px;
}
.footer .ddp a {
	display: block;
	width: 88px;
	height: 12px;
	padding: 0;
	margin: 0;
	background: url(../assets/images/ddp.gif) no-repeat;
}
.footer .ddp a:hover {
	background-position: 0 -12px;
}

.vcard {
	float: right;
	color: #999;
}
.vcard h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0;
}
.vcard .country-name {
	display: none;
}
.vcard .adr, .vcard .contactDeets {
	float: left;
	display: block;
	width: 200px;
	margin: 0 20px 0 0;
}
.vcard .contactDeets {
	width: 160px;
}
.footer .copyMessage {
	float: left;
	clear: left;
	width: 500px;
}
.footer ul {
	list-style: none;
	padding: 0 0 1em;
	float: left;
	clear: left;
	width: 500px;
}
.footer ul li {
	float: left;
	display: block;
	margin: 0 10px 0 0;
}
.footer ul li a {
	white-space: nowrap;
}
ul.pagination {
	list-style: none;
	overflow: hidden;
	padding: 0;
}
ul.pagination li {
	float: left;
	border-right: 1px solid #ccc;
	padding: 0 0.2em 0 0;
	margin: 0 0.2em 0 0;
}
ul.pagination li.last, ul.pagination li.next {
	border-right: 0;
}
ul.pagination li a {
	padding: 3px;
}
ul.pagination li span.current {
	padding: 3px;
	background: #ccc;
	color: #fff;
}


/* -------------------------------
   FORM STYLES
   ----------------------------- */ 

.formHolder p {
	padding-right: 265px;
}
.formHolder .panel p {
	padding-right: 0;
}

.formColumn {
	float: left;
	width: 280px;
	margin: 0 70px 0 0;
}
.formColumn p {
	padding-right: 0;
}

input[type="hidden"] {
display: none;
}

.formRow input,
.formColumn input {
	margin: 0;
	background: #fff;
	color: #ccc;
	padding: 2px 4px;
	border: 1px solid #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	text-transform: lowercase;
}
.formRow input:focus,
.formColumn input:focus {
	color: #227;
	border: 1px solid #cce;
}
.formActions input {
	margin: 0;
	background: #272278 url(../assets/images/construct/submit_bg.gif) repeat-x;
	color: #fff;
	padding: 2px 4px;
	border: 1px solid #448;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 1;
	text-transform: lowercase;
}
.formColumn label {
	display: block;
	padding: 0 0 2px;
}
.formColumn input {
	display: hidden;
	width: 270px;
	margin: 0 0 5px;
}
.formColumn .checkbox {
	margin: 20px 0 10px;
	overflow: hidden;
}
.formColumn .checkbox input {
	width: auto;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 0;
	padding: 0;
}
.formColumn .checkbox label {
	float: left;
	width: 240px;
	font-size: 1.2em;
}
.formColumn .link a {
	display: inline;
}
.formColumn .formActions {
	float: right;
	margin: 10px 4px 0 0;
	display: inline;
}
.formColumn .formActions input {
	width: auto;
	display: inline;
}

/* -------------------------------
   GENERAL LAYOUT TRICKERY
   ----------------------------- */ 

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hide {
	visibility: hidden;
}
.remove {
	display: none;
}
p.nospace {
	padding-bottom: 0.2em;
}

#ddp {
	display: block;
	float: right;
	height: 12px;
	width: 88px;
	padding: 0;
	margin: 0;
}
/* Hides from IE-mac \*/
#ddp { overflow: hidden; }
/* End hide from IE-mac */

#ddp a {
	padding: 0;
	margin: 0;
	display: block;
	text-indent: -5000px;
	width: 88px;
	height: 12px;
	background-image: url(../assets/images/ddp/ddp_logo.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
#ddp a:hover {
	background-position: 0 -12px;
	background-color: transparent;
}
