@charset "UTF-8";
/* CSS Document */

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #573f31;
	background: url(images/background.gif);
}

a:focus {outline-style: none;}
a img {border: none;}

a:link {
	color: #ad460d;
	text-decoration: none;
}
a:visited{color: #ad460d;text-decoration:none;}
a:hover {
	color: #ea5400;
	text-decoration: underline;
}


.clear {clear: both;}

br {clear: left;}

/*=============== STRUCTURE ===============*/

#wrapper {
	background: url(images/shadow.png) center repeat-y;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	font-size: .8em;
	line-height: 1.5em;
}

#toplinks {
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding-right: 10px;
}

#header {
	height: 226px;
	background: url(images/header.jpg) center top no-repeat;
}

#leftcol {
	width: 190px;
	float: left;
	padding: 20px 0 0 20px;
}

#leftcol img {
	margin-bottom: 20px;
}

#content {
	width: 710px;
	float: right;
	padding: 20px 20px 20px 0;
}

h1 {
	margin-top: 0;
	color: #ad460d;
	font-size: 2.2em;
	line-height: normal;
}

#nav {
	height: 40px;
}

#maincontent {
	background: url(images/content_bottom.jpg) left bottom no-repeat;
	*background: url(images/content_bottom_ie.jpg) left bottom no-repeat;
}

#footer {
	height: 100px;
	background: #ea5400;
	line-height: 100px;
	color: #fff;
}

#footer img {
	float: left;
	margin-right: 20px;
}

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

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

/*=== Navigation ===*/

#nav a {
	display: block;
	width: 136px;
	height: 40px;
	float: left;
	background: url(images/nav.jpg) left top no-repeat;
	/*text-indent: -5000px;*/
}

#nav #nav1:hover {background-position: left bottom;}

#nav #nav2 {background-position: -136px top;}
#nav #nav2:hover {background-position: -136px bottom;}

#nav #nav3 {background-position: -272px top;}
#nav #nav3:hover {background-position: -272px bottom;}

#nav #nav4 {background-position: -408px top;}
#nav #nav4:hover {background-position: -408px bottom;}

#nav #nav5 {background-position: -544px top;}
#nav #nav5:hover {background-position: -544px bottom;}

#nav #nav6 {width: 280px; background-position: -680px top;}
#nav #nav6:hover {background-position: -680px bottom;}

/*=== Form ===*/

form {
	font-weight: bold;
}

form ul {
	font-weight: normal;
}

label {
	width: 225px;
	float: left;
	text-align: right;
	padding-right: 5px;
}

#wrapper input {
	width: 200px;
	float: left;
	margin-bottom: 10px;
	padding: 2px;
	background: #ccc;
	border: none;
}

textarea {
	width: 350px;
	height: 150px;
	margin-bottom: 10px;
}

select {
	float: left;
	border: none;
	margin-bottom: 10px;
	margin-right: 5px;
	background: #ccc;
}

.acceptance {
	margin: auto 0 0 230px;
}

.checkbox {
	float: left;
	width: auto;
	margin: 0 5px 0 10px;
	background: none;
}

#donation-button {
	width: auto;
	margin: 20px 0 0 230px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background: #ea5400;
	padding: 5px;
}

#radio-button {
	width: 1em;
	margin-right: 5px;
	background: none;
}

.radio-label {
	width: 60px;
}

#donation-amounts {
	float: left;
	margin: 0 0 20px 225px;
}

.autowidth {
	width: auto;
}

#captcha-label {
	width: auto;
	margin-left: 10px;
}

#captcha-input {
	width: 70px;
	margin-left: 10px;
}

#captcha {
	float: left;
	margin-left: 230px;
}

/*=========== POP UP STYLES ============= */
#pop-container {
height: 260px;
}

#pop-close {
position: relative;
left: 640px;
top: 10px;
width: 21px;
}

#pop-image {
background: url("images/pop-back.jpg") no-repeat;
height: 250px;
}

#pop-email {
position: relative;
margin-left: 355px;
top: 217px;
}

#pop-submit {
vertical-align: middle;
width:46px;
height:26px;
}

