/* CSS Document */

#page {
	width: 900px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}

#top {
	background: url(../img/homepage-banner.jpg) no-repeat;
	width: 900px;
	height: 227px;
	color: #FFF;
	position: relative;
	box-shadow: 0px 5px 5px #464646;
}

#top.grants {
	background: url(../img/grants-banner.jpg) no-repeat;
}

#top.what-we-do {
	background: url(../img/what-we-do-banner.jpg) no-repeat;
}
#top.how-you-can-help {
	background: url(../img/how-you-can-help-banner.jpg) no-repeat;
}
#top.about-edward-everett-hale {
	background: url(../img/edward-everett-hale-banner.jpg) no-repeat;
}
#top.about-us {
	background: url(../img/about-us-banner.jpg) no-repeat;
}
#top a {
	color: #FFF;
	text-decoration: none;
}

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

#top #nav {
	background: #8a2c2e;
	opacity: .76;
}

#top #nav ul#nav-list {
	padding: 5px;
}

#top #nav ul#nav-list li {
	display: inline;
	line-height: 1.7em;
	margin-right: 20px;
	font-weight: 700;	
}

#logo {
	float: right;
	border: none;
	margin: 20px;
}
#top .caption {
	position: absolute;
	bottom: 5px;
	left: 255px;
}
#highlightbar {
	background: #606060;
	width: 100%;
	height: 25px;
	color: #fff;
}

#content {
	border: 1px solid #a2a07a;
	background: url(../img/bg.jpg) no-repeat bottom;
	padding: 0 10px 0 10px;
	box-shadow: 0px -2px 5px #858585;
}
#content a {
	color: #692123

}
#content a:hover {
	text-decoration: none;
}
#footer {
	background: #a2a07a;
	border-top: #fff 2px solid;
	border-bottom: #dfdeb6 10px solid;
	color: #fff;
	text-align: right;
	padding: 5px;
	margin: 20px -10px 0 -10px;
	position: relative;
}
#footer a {
	color: #fff;
}

.maincontent {
	width: 490px;
	box-shadow: 0px 0px 3px #848484;
	padding: 5px 10px;
	background: url(../img/maincontentbg.png) top right no-repeat #ece9c6;
	float: left;
	margin-right: 10px;
}
.wide {
	width: 860px;
}
.maincontent h2 {
	font-family:"Lucida Handwriting", Monaco, monospace;
	color: #fff;
	font-size: 1.3em;
	margin: 0;
}
.mainhighlight {
	width: 131px;
	float: right;
	background: #fff;
	box-shadow: 0px 0px 5px #858585;
	padding: 5px;
	margin-left: 10px;
}

h1 {
	font-family:"Lucida Handwriting", Monaco, monospace;
	font-size: 1.5em;
	color: #741b1d;
	border-bottom: 1px solid #a2a07a;
	font-weight: normal;
}

h1:first-letter {
	font-size: 2.2em;
	font-weight: normal;
	vertical-align: -5%;
}
.sep {
	background: #a2a07a;
	width: 100%;
	height: 6px;
	position: absolute;
	top: -8px;
	left: 0px;
}
.sidebox {
	width: 356px;
	float: left;
	background: #FFF;	
	border: 1px solid #a2a07a;
	box-shadow: 0px 0px 3px #848484;
	margin-bottom: 10px;
}
.sidebox h2 {
	font-family:"Lucida Handwriting", Monaco, monospace;
	font-size: 1.2em;
	margin: 0;
	padding: 5px 5px 5px 10px;
	font-weight: normal;
}
.sidebox.taupe h2 {
	color: #fff;
	background: #89875d;
}
.sidebox.burgundy h2 {
	color: #fff;
	background: #692123;
}
.sidebox p {
	margin: 10px;
}
.sidebox table.data {
	width: 96%;
	margin: 2%;
	background: #f9f7dd;
	border-spacing: 0;
	border-collapse: collapse;
}
.sidebox table.data td {
	padding: 3px;
}
.sidebox table.data td + td {
	text-align: right;
}
.sidebox table.data tr + tr {
	background: #d8d6b0;
}
.overhangright {
	margin: -50px -20px 0 0;
}
p, li {
	line-height: 1.5em;
}
a.more {
	float: right;
}
