html {
	background: url(/_resources/body_background.gif) repeat-x top center #F6F6F5;
	font-size: 100%;
	font-family: arial, sans-serif;
}

body {
	margin: 0;
}

#page_wrap {
	background: url(/_resources/page_background.gif) repeat-y top center;
	width: 994px;
	margin: 0 auto;
}

#header {
	padding: 1px 0 0;
	height: 271px;
	background: url(/_resources/header_background.gif) no-repeat top center;
}

#header img {
	border: none;
}

#header ul {
	margin: 240px 0 0 116px;
	padding: 0;
	width: 622px;
}

#header ul li {
	margin: 0 30px 0 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#column_container {
	width: 840px;
	margin: 0 auto;
}

#single_column {
	margin: 0 20px 0 0;
}

#left_column {
	padding: 1px 0;
	margin-right: 301px;
}

#right_column {
	padding: 1px 0;
	width: 267px;
	float: right;
	margin: 0 20px;
}

#single_column div.border_wrap {
	padding: 30px 20px 0 40px;
	background: url(/_resources/left_header.gif) no-repeat top left;
}

#left_column div.border_wrap {
	padding: 30px 20px 0 40px;
	background: url(/_resources/left_header.gif) no-repeat top left;
}

#right_column div.border_wrap {
	padding: 30px 20px 0 40px;
	background: url(/_resources/right_header.gif) no-repeat top left;
}

h1 {
	margin: 0;
	color: #E32424;
	font-variant: small-caps;
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	color: #E32424;
}

p {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #5A5A5A;
}

a img {
	border: none;
}

a:link {
	color: #DA2A29;
}

a:visited {
	color: #D9605F;
}

a:active, a:hover {
	color: #EE3A39;
}

div.border_wrap h2 {
	background: transparent url(/_resources/heading2_background.gif) no-repeat scroll left top;
	left: -5px;
	margin: 20px 0 0;
	padding: 0.3em 10px 0.3em 5px;
	position: relative;
	top: 0;
}

#support_stats {
	padding: 20px;
	text-align: center;
}

#support_stats h2 {
	color: #5A5A5A;
}

#support_stats h2 span {
	color: #E32424;
}

#donate_now {
	margin: 20px 0 0;
}

#footer {
	margin: 0 auto 20px;
	padding: 40px 40px 20px;
	width: 760px;
	background: url(/_resources/footer_background.gif) no-repeat top center;
	font-size: 0.8em;
	text-align: center;
}

#footer_wrap {
	background: url(/_resources/page_footer.gif) no-repeat bottom center;
}

#footer ul {
	margin: 0;
	padding: 0 0 0;
	line-height: 1.6em;
	color: #5A5A5A;
	font-variant: small-caps;
	letter-spacing: 1px;
	list-style: none;
}

#footer p {
	margin: 5px 0;
	clear: left;
}

#footer ul li {
	display: inline;
	margin: 0 0.8em 0 0;
	padding: 0 0 0 1.5em;
	background: url(/_resources/bullet.gif) no-repeat left center;
}

#footer ul #first_point {
	padding: 0;
	background: none;
}

#actions_list {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#actions_list li {
	display: inline;
}

div.label_width_long label {
	width: 22em;
}

div.label_width label {
	width: 10em;
}

label {
	font-weight: bold;
	display: block;
	float: left;
	clear: left;
	margin-right: 10px;
}

p.required_text {
	font-weight: bold;
}

label span,
p.required_text span {
	color: #cb0404;
	font-weight: normal;
	font-size: 0.9em;
}

input.text {
	padding: 2px;
	border-color: #dfdfd0;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	color: #5A5A5A;
	width: 300px;
	background: url(/_resources/input_background.gif) repeat-x top left #FFF;
}

input.short {
	padding: 2px;
	border-color: #dfdfd0;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	color: #5A5A5A;
	width: 70px;
	background: url(/_resources/input_background.gif) repeat-x top left #FFF;
}

textarea {
	padding: 2px;
	border-color: #dfdfd0;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	background: url(/_resources/input_background.gif) repeat-x top left #FFF;
	color: #5A5A5A;
	font-family: arial, sans-serif;
}

select {
	padding: 2px;
	border-color: #dfdfd0;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	color: #5A5A5A;
	background: url(/_resources/input_background.gif) repeat-x top left #FFF;
}

div.label_width span.error,
div.label_width_long span.error {
	color: #FFF;
	display: block;
	clear: left;
	padding-bottom: 2.8em;
	margin: 0 0 5px 10.8em;
	background: url(/_resources/error_arrow.gif) no-repeat -1.4em bottom;
}

div.label_width_long span.error {
	margin: 0 0 5px 22.8em;
}

span.error strong {
	background-color: #BA0606;
	display: block;
	float: left;
	padding: 2px 6px;
}

#submit_support_1,
#submit_support_2,
#submit_support_3,
#submit_donate_1,
#submit_donate_2,
#submit_donate_3 {
	width: 255px;
	height: 57px;
	background: url(/_resources/form_support_1.gif) no-repeat top center;
	border: none;
	margin: 10px 0 0;
	cursor: pointer;
}

#submit_support_2 {
	background: url(/_resources/form_support_2.gif) no-repeat top center;
}

#submit_support_3 {
	background: url(/_resources/form_support_3.gif) no-repeat top center;
}

#submit_donate_1 {
	background: url(/_resources/form_donate_1.gif) no-repeat top center;
}

#submit_donate_2 {
	background: url(/_resources/form_donate_2.gif) no-repeat top center;
}

#submit_donate_3 {
	background: url(/_resources/form_donate_3.gif) no-repeat top center;
}

#show_support_form,
div.show_support_form {
	background: url(/_resources/footer_background.gif) no-repeat top center;
	padding: 30px 0;
}

#opt_out {
	margin-top: 30px;
}

div.centered_form_column form {
	display: inline;
}

div.details {
	font-size: 1.1em;
}

#pay_errors {
	color: #E32424;
	font-weight: bold;
}

#securesite {
	float: right;
	margin: 0 0 20px 20px;
}

div.image_container {
	width: 170px; 
	text-align: center; 
	margin: 15px 0 10px 15px; 
	padding: 10px 0;
	float: right;
	background: url(/_resources/photo_border.gif) bottom left no-repeat #fff;
}

div.image_container img {
	display: none;
}

div.image_container p {
	font-size: 0.6em;
	margin: 10px;
	padding: 0;
	height: 60px;
}

div.image_container p a {
	color: #5A5A5A;
	text-decoration: none;
}

a.image_wrap {
	display: block;
	width: 150px;
	height: 125px;
	margin: 0 auto;
}

#pc1 {
	background: url(/_resources/pc1_thumb.jpg) center center no-repeat #2F2F2F;
}

#pc2 {
	background: url(/_resources/pc2_thumb.jpg) center center no-repeat #2F2F2F;
}

#pc3 {
	background: url(/_resources/pc3_thumb.jpg) center center no-repeat #2F2F2F;
}

#pc4 {
	background: url(/_resources/pc4_thumb.jpg) center center no-repeat #2F2F2F;
}

#pc5 {
	background: url(/_resources/pc5_thumb.jpg) center center no-repeat #2F2F2F;
}

#more_photos {
	color: #DA2A29 !important;
	text-decoration: underline !important;
}