html {
	background-color:#ACB880;
	color:#6B7742;
}

body {
	padding:0;
	border:0;
	margin:0;
	font-family:"Tahoma","Lucida Sans","Lucida Grande",verdana,sans-serif;
	font-size:62.5%;
	color:#000;
	text-align:center;
}


#wrap {
	text-align:left;
	width:970px;
	position:relative;
	margin:0 auto;
	padding-top:20px;
}


#body {
	width:970px;
	color:#fff;
	background:#A09A8E url(pix/mid_bg.jpg) repeat-y;
	float:left;
}

#head {
	height:131px;
	background:url(pix/head_bg.jpg) no-repeat;
	float:left;
	width:100%;
	margin:0;
}

#logo {
	position:absolute;
	top:68px;
	left:17px;
	border:0;
}

#left {
	float:left;
	width:170px;
}

.mid {
	color:#000;
	font-size:118%;
	line-height:2em;
	height:auto !important;
	height:447px;
	min-height:447px;
	float:left;
	width:800px;
}

#mid_content {
	padding:60px 0 0 20px;
	width:480px !important;
	width:500px;
}

#footer {
	height:80px;
	background:url(pix/footer_bg.jpg) no-repeat;
	float:left;
	color:#fff;
	width:100%;
	text-align:right;
	padding-top:4px;
}

#footer img {
	border:0;
	vertical-align:middle;
	margin-right:5px;
}



/* ------------------------------- */

h1, h2, h3 {
	font-family:"Lucida Sans","Lucida Grande",verdana,sans-serif;
	margin:0;
	padding:.25em 0;
	line-height:1em;
}

h1	{ font-size:2.2em; font-weight:normal; color:#fff; letter-spacing:-1px; margin-left:-10px; }
h2	{ font-size:1.5em; font-weight:normal; padding:1em 0 0 0; color:#9C968A; }
h3	{ font-size:1.2em; font-weight:normal; padding:1em 0 0 0; color:#567B8B; line-height:1.25em; margin-bottom:-.5em;}

h1.headline {
	height:41px;
	width:760px;
}

h1.headline span {
	display:none;
}

h1#home			{ background:url(pix/headline_home.gif) no-repeat; }
h1#about		{ background:url(pix/headline_about.gif) no-repeat; }
h1#apply		{ background:url(pix/headline_apply.gif) no-repeat; }
h1#grants		{ background:url(pix/headline_grants.gif) no-repeat; }
h1#partners		{ background:url(pix/headline_partners.gif) no-repeat; }
h1#help			{ background:url(pix/headline_help.gif) no-repeat; }
h1#directors	{ background:url(pix/headline_directors.gif) no-repeat; }
h1#contact		{ background:url(pix/headline_contact.gif) no-repeat; }


p {
	margin:0;
	padding:.75em 0 .25em 0;
}

.invisible {
	visibility:hidden;
}

.hidden {
	display:none;
}

/* ---------- left nav ---------- */

#left_nav {
	padding-top:60px;
}

#left_nav_main {
	width:170px;
	height:288px;
	margin:0;
	padding:0;
	background:url(pix/left_nav_bg.gif) no-repeat;
	float:left;					/* FIXES IE7 BUG -- SEE BELOW */
}

#left_nav li {
	float:left;
	margin:0;
	display:block;				/* FIXES SAFARI */
}

#left_nav li a span {
	display:none;				/* IE7 MISSES HOVERS WITH THIS */
}

#left_nav a {
	height:36px;
	width:170px;
	display:block;
}

#left_nav a:hover {
	background:url(pix/left_nav_hover.gif) 36px 26px no-repeat;
	opacity:.75;-moz-opacity:.75;-khtml-opacity:.75;filter:alpha(opacity=75);
}

/* ---------- anchors ---------- */

a {
	color:#567B8B;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
