/* primary styles */
* {
	padding: 0;
	margin: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #C9C7A5;	/*font-size: 62.5%;*/
}

p {
	color: #000000;
	font-size: 0.8em;
	line-height: 1.5em;
	}



/* text styles */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5em;
}
h2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.5em;
}
h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #C6CCA7;
	font-weight: bold;
	line-height: 1.5em;
}
h4 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.5em;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #306240;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

div.reference_quote {
	text-align: center;
	font-size: 0.85em;
	width: 80%;
	margin: 10px auto
}
div.reference_quote .quote {
	font-size: 1.2em;
}

fieldset {
	width: 256px;
	float: left;
	border: 1px solid #96957b;
	padding: 5px;
	margin-right: 5px
}
fieldset legend {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 10px;
	color: #3f7f52
}
fieldset label {
	width: 80px
}
fieldset input[type=submit] {
	margin-left: 80px
}
fieldset hr {
	border: 1px solid #96957b;
	width: 90%;
	margin: 5px auto
}
fieldset p.form_error {
	margin: auto
}

font.required { display: none }

.quote {
	font-size: 1.1em;
	color: #3f7f52;
	font-style: italic;
}

/* diffine areas */
#header {
	height: 188px;
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 10px
}
#header img {
	margin: 84px 0px 0px 175px
}

#content {
	width: 820px;
	float: left;
}

#navigation {
	float: left;
	width: 145px;
	margin-right: 20px
}


/* columns */
.singlecolumn{
	margin: 0px auto 0px 15px;
	width: 145px;
	display: block;
	float: left;
}
.doublecolumn{
	margin: 0px auto 0px 15px;
	width: 305px;
	display: block;
	float: left;
}
.triplecolumn{
	margin: 0px auto 0px 15px;
	width: 465px;
	display: block;
	float: left;
}
#minus_spacing{
	margin: 0px auto;
	width: 145px;
	left: -15px;
	display: block;
	position: relative;
	float: left;
}

#bannerblockdouble{
	margin: 0px;
	width: 465px;
	display: block;
	background-image: url(../images/banner_bkg.jpg);
	height: 200px;
	padding: 0px;
}
#bannerblocksingle{
	margin: 0px;
	width: 305px;
	display: block;
	background-image: url(../images/banner_1col_bkg.jpg);
	height: 200px;
	padding: 0px;
}
#bannerblockspacing {
	padding: 10px;
}

form {
margin-top: 20px
}
input, textarea, select {
	border: 1px solid #96957b;
	margin-bottom: 2px
}
input[type=submit] {
	margin: 5px 0px 0px 125px;
	padding: 4px 15px
}
label {
	display: block;
	float: left;
	clear: left;
	width: 125px;
	overflow: hidden;
	margin: 3px 0px 2px 0px;
	font-size: 0.8em;
	font-weight: bold
}
label._req {
	color: #D87F65;
}
p.form_error {
	margin-left: 125px;
	color: red
}

table.donations {
	width: 300px;
	font-size: 0.8em
}
table.donations td {
	width: 150px;
	text-align: center;
	padding: 3px;
	border: 1px solid #b0ae90
}
table.donations tfoot td {
	background-color: #b0ae90;
	border: none;
	font-weight: bold
}


/*side nav bloc*/
/* top level */

ul {
	font-size: 0.8em;
	}
#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    border: none;
}
                
#navigation li {
	margin: 1px 0px
} 

#navigation li a {
	display: block;
	background-color: #B7B697;
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding: 4px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #3f7f52;
	text-transform: uppercase;
}



html>body #navigation li a {
    width: auto;
}

#navigation li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px 4px 4px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#navigation li a.chosen {
	display: block;
	background-color: #96957b;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	padding: 4px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}
/*side nav bloc*/
/* 2nd level */
ul ul {
	font-size: 0.8em;
	}
#navigation ul ul li a {
	display: block;
	background-color: #b0ae90;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	padding: 4px 0px 4px 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C9C7A5;
}
html>body #navigation ul ul li a {
    width: auto;
}
#navigation ul ul li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px 0px 4px 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C9C7A5;
}