@charset "utf-8";

/************** Layout Styles ****************/

*{margin:0;padding:0;border:0;}

body {
	background-color:#b8b99f; /*#b08b66*/;
	font-size:12px;
	font-family: Times, "Times New Roman", serif;
}

#container {
	position:relative;
	width:990px;
	margin:10px auto;
	background-color:#ebecde;
	border-right:1px solid black;
	border-left:1px solid black;
}

#header {
	position:relative;
	width:990px;
	height:292px;
}

#header-top {
	width:990px;
	height:125px;
	background:url(/images/header/header.jpg) top left no-repeat;
}

#header-middle {
	width:990px;
	height:125px;
	background:url(/images/header/top-park.jpg) top left no-repeat;
}

#header-bottom {
	width:990px;
	height:42px;
	background:url(/images/header/green-bar-quote.jpg) top left no-repeat;
}

#main-content {
	width:990px;
}

#menu {
	float:left;
	width:170px;
	margin-top:5px;
	color:#a5b092;
	background-color:#ebecde;
}

#outer-content {
	float:right;
	width:775px;
	border:1px solid #bdbaab;
	padding:10px;
	margin-top:10px;
	margin-right:10px;
	background-color:#ebecde;
	display:inline;
}

#inner-content {
	width:745px;
	border:1px solid #bdbaab;
	background-color:#fff;
	color:#372415;
	padding:15px;
}

#footer {
	clear:both;
	width:970px;
	height:19px;
	background-color:#401e03;
	color:#fff;
	padding:4px 10px 0px;
}

/************* Text Styles ************/

h1 {
	text-size:18px;
	margin-bottom:20px;
}

ul {
	margin-left:15px;
	margin-top:10px;
}

ul ul {
	margin-left:30px;
}

ul li, ul li li {
	margin-top:5px;
}

img {
	border:1px solid #372415;
	background-color:#778f5d;
	margin:10px;
	padding:8px;
}

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

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

#inner-content a:link, #inner-content a:visited {
	color:#000000;
	text-decoration:underline;
}

#inner-content a:hover {
	text-decoration:underline;
}

#inner-content {
	font-size:14px;
}

.grant_table {
  border-collapse: collapse;
  margin: 10px 20px;
}

.grant_label_1 {
  padding: 0 10px;
  width: 280px;
}
.grant_label_2 {
  padding: 0 10px 0 30px;
  width: 260px;
}
.grant_label_3 {
  padding: 0 10px 0 50px;
  width: 240px;
}

.grant_number {
  padding: 0 10px;
  text-align: right;
  width: 120px;
}

.grant_recent {
  font-weight: bold;
}
.grant_total {
  font-weight: bold;
}

/************ Menu Styles *************/

#menu .menu-link a, #menu .menu-head a, #menu .menu-body a {
	display:block;
	text-decoration:none;
	color:#a5b092;
	padding:5px 0px 5px 13px;
}

#menu .menu-link a, #menu .menu-head a {
	border-top:1px solid #a5b092;
}

#menu .menu-body {
	margin-left:15px;
}

#menu .menu-link a:hover, #menu .menu-head a:hover, #menu .menu-body a:hover {
	color:#333124;
}

#menu .menu-body {
	display:none;
}

/************ Donate Button **************/

.donateButton {
	border:none;
	width:154px;
	height:83px;
	margin:15px auto;
	background-image:url(/images/donate-now-button.jpg);
}