@import 'lib/reset.css';
@import 'lib/typography.css';
/* @import 'lib/grid.css'; */
@import 'lib/forms.css';

/*----GENERAL STRUCTURE----*/
body {
	color: #6e6351;
	font-family: Georgia, georgia, "Times New Roman", Times, serif;
	background: #e6dfc2 url(/site_media/images/header_bg.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, georgia, "Times New Roman", Times, serif;
	color: #6e6351;
}

a:link {color: #d27005; text-decoration: none; outline: none;}
a:visited {color: #d27005; text-decoration: none; outline: none;}
a:hover {color: #646451; text-decoration: underline; outline: none;}
a:active {color: #d27005; text-decoration: none; outline: none;}

em {
	background-color: transparent;
}

ul.errorlist { margin-bottom: 0; }
ul.errorlist li { color: #F00; font-size: 1.1em; font-weight: bold; }

.container {
	width: 791px;
	margin: 0 auto;
}

.divider {
	border-bottom: 1px solid #a9a398;
	margin-bottom: 1.5em;
}

hr {
    display: block;
    height: 1px;
    margin: 1em;
    border: none;
    background: #A9A398;
}

/*----HEADER----*/
#header {
	margin-top: 46px;
}

#logo {
	margin-left: 56px;
	background: url(/site_media/images/logo.jpg) no-repeat 0;
	width: 384px;
	height: 49px;
}

#logo a {
	display: block;
	width: 384px;
	height: 49px;
}


/*----NAVIGATION----*/
#navigation {
	position: relative;
	top: 43px; left: 0;
	background-color: #6e6351;
	height: 29px;
	color: #cdbd89;
}

#navigation ul {
	margin: 0 0 0 56px;
	letter-spacing: 1px;
}

#navigation li {
	display: inline;
	list-style-type: none;
}

#navigation a {
	margin: 0px;
	font-size: 0.6875em;
	font-weight: bold;
	color: #fff;
	outline: none;
}

#navigation a:hover, #navigation a.current {
	text-decoration: none;
	outline: none;
	padding-bottom: 3px;
	border-bottom: 1px solid #cdbd89;
}


/*----SUB NAV----*/
#subnav {
	color: #6e6351;
}

#subnav li {
	list-style-type: disc;
	line-height: 1.15em;
	font-size: 0.875em;
}

#subnav a {
	margin: 0px;
	font-size: 0.875em;
	color: #960f20;
	outline: none;
	text-decoration: none;
}


/*----INDEX PAGE----*/
.index #content {
	background-color: #fff;
	position: relative;
	top: 43px;
	padding: 40px 0 55px 0;
	height: 430px;
}

.index #main {
	padding-left: 56px;
}

.index #main_left {
	float: left;
	width: 342px;
	border-right: 1px solid #a9a398;
}

.index #main_right {
	float: left;
	width: 342px;
	padding-left: 20px;
}

.index h1 {
	font-size: 1.5em;
	width: 324px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #a9a398;
}

.index p {
	font-size: 0.8125em;
	margin-bottom: .3em;
	padding-right: 15px;
}

.index a {
	font-size: 0.8125em;
	color: #960f20;
}

.index a:hover {
	color: #a9a398;
	text-decoration: none;
}


/*----INTERIOR PAGES----*/
.interior #content {
	background-color: #fff;
	position: relative;
	top: 43px;
	padding: 40px 0 55px 0;
	min-height: 200px;
}

.interior #main {
	width: 450px;
	padding-left: 56px;
	padding-right: 40px;
	border-right: 1px solid #a9a398;
}

.interior #main a {
	color: #960f20;
}

.interior #main a:hover {
	color: #a9a398;
	text-decoration: none;
}

.interior h1 {
	font-size: 1.875em;
	width: 399px;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #a9a398;
	margin-bottom: 0.7em;
}

.interior h2 {
	font-size: 0.875em;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #a9a398;
}

.interior h3 {
	font-size: 0.75em;
	font-weight: bold;
	margin-bottom: 0em;
}

.interior p {
	font-size: 0.8125em;
	line-height: 1.5em;
}


/*----SIDEBAR----*/
#side {
	position: absolute;
	top: 43px;
	left: 580px;
	padding-right: 35px;
}

#side h2 {
	font-size: 1.375em;
	border-style: none;
	margin: 0;
	padding: 0;
}


/*----CONTACT FORM----*/
.interior #main table {
	width: 450px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 0.75em;
}

label {
	color: #6e6351;
	width: 210px;
}

input {
	width: 235px;
	background-color: #e6dfc2;
	padding: 2px;
	border: 1px solid #6e6351;
}

select {
	background-color: #e6dfc2;
	padding: 2px;
	border: 1px solid #6e6351;
}

#main th {
	background: none;
	vertical-align: top;
	padding-top: 10px;
}

#main td {
	background-color: #fff;
}

textarea {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 1em;
	width: 230px;
	margin: 0px;
	background-color: #e6dfc2;
	border: 1px solid #6e6351;
	height: 100px;
}

.button {
	float: right;
	font-family:Arial,Helvetica,sans-serif;
	width: 110px;
	background-color: #6e6351;
	color: #fff;
	cursor: pointer;
}

.donate_button {
	font-family:Arial,Helvetica,sans-serif;
	width: 84px;
	background-color: #960f20;
	color: #fff;
	cursor: pointer;
	margin: 8px 0 0 11px;
}

.checkbox {
	width: 15px;
	height: 15px;
}



/*----FOOTER----*/
#footer {
	position: relative;
	top: 43px;
	background: url(/site_media/images/footer_bg.jpg) repeat-x left bottom;
	width: 100%;
	height: 176px;
}

#footer p {
	position: relative;
	top: 35px; left: 56px;
	width: 791px;
	margin: 0 auto;
	font-size: 0.625em;
	text-align: left;
}

#footer a {
	color: #6e6351;
	font-size: 1em;
}








