html
{
	margin: 10px;
	padding: 0px;
}

body
{
	width: 685px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

body h1
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 0px;
	width: 0px;
	text-indent: -700em;
}

div#navigation
{
	float: left;
	width: 186px;
	background: transparent url(/src/img/logo.png) top left no-repeat;
}

div#navigation ul
{
	list-style: none;
	padding: 177px 0px 10px 0px;
	margin: 0px;
	font-size: 16px;
}

li { margin-bottom: 0px; }

div#navigation ul li a
{
	text-decoration: none;
	color: #FFF;
	padding: 6px 8px 6px 8px;
	margin: 2px 0px 2px 10px;
	background: #B1B559;
	display: block;
	width: 141px;
}

div#navigation ul li a:hover, a:active { background: #FDBF6C; }

div#header
{
	float: right;
	width: 499px;
	background: transparent url(/src/img/header.png) top left no-repeat;
}

form#search,
div#donate { padding: 10px; }

div#donate
{
	position: relative;
	background-color: #E7E8CB;
	min-height: 49px;
}

div#dtext
{
	width: 291px;
	font-size: 95%;
}

div#dbutton
{
	position: absolute;
	right: 0px;
	margin: 0px 10px 10px 10px;
}

div#dbutton a
{
	display: block;
	width: 178px;
	height: 49px;
	background: transparent url(/src/img/donate.png) top left no-repeat;
	text-indent: -700em;
}

form#search
{
	color: #FFF;
	text-align: right;
	margin: 135px 0px 0px 0px;
	border: 0px;
	background-color: #6D6E00;
}

input#criteria
{
	border: 0px;
	height: 17px;
	vertical-align: top;
	padding: 3px;
}

span.search_label { vertical-align: super; }

div#content
{
	float: right;
	width: 499px;
}

div#side_content
{
	float: right;
	margin: 0px 0px 10px 10px;
}

div#footer
{
	text-align: center;
	clear: both;
	padding-top: 3px;
	font-size: 12px;
}

div#footer a
{
	color: #666666;
	text-decoration: none;
}

div#footer a:hover { text-decoration: underline; }

body.homeSection div#navigation ul li#home a,
body.whoSection div#navigation ul li#who a,
body.whatSection div#navigation ul li#what a,
body.whereSection div#navigation ul li#where a,
body.missionSection div#navigation ul li#mission a,
body.partnersSection div#navigation ul li#partners a,
body.involvedSection div#navigation ul li#involved a,
body.resourcesSection div#navigation ul li#resources a,
body.storiesSection div#navigation ul li#stories a,
body.contactSection div#navigation ul li#contact a { background: #6D6E00; }

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

li.card
{
	float: left;
	text-indent: -1000em;
	display: block;
	width: 51px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}

li.amex { background-image: url(../img/cards/ccAmex.gif); }
li.delta { background-image: url(../img/cards/ccDelta.gif); }
li.echeck { background-image: url(../img/cards/ccEcheck.gif); }
li.maestro { background-image: url(../img/cards/ccMaestro.gif); }
li.mastercard { background-image: url(../img/cards/ccMC.gif); }
li.paypal { background-image: url(../img/cards/ccPaypal.gif); }
li.solo { background-image: url(../img/cards/ccSolo.gif); }
li.switch { background-image: url(../img/cards/ccSwitch.gif); }
li.visa { background-image: url(../img/cards/ccVisa.gif); }

table.formTable input, table.formTable textarea { width: 200px; }
table.formTable textarea { height: 100px; }
.formLabelError { color: #f00; }