
/*landing page imgs*/
/*.body-about #page-heading, .body-grants #page-heading {background: url(../images/about/landing-about.jpg)}
.body-our-work #page-heading {background: url(../images/our-work/landing-our-work.jpg)}
.body-program-areas #page-heading {background: url(../images/program-areas/landing-program-areas.jpg?07262011)}*/
/*.body-grants #page-heading {background: url(../images/grants/landing-grants.jpg)}*/
/*.body-resources #page-heading {background: url(../images/resources/landing-resources.jpg)}
.body-media-center #page-heading {background: url(../images/media-center/landing-media-center.jpg)}
.body-contact #page-heading {background: url(../images/contact/landing-contact.jpg)}*/

#page-heading {
/*	background: url(../images/global/page-heading.jpg);*/
	background: url(../images/about/landing-about.jpg?10072011);
	height: 123px;
	position: relative;
}

#page-heading h1 {
	color: #fff;
	position: absolute;
	bottom: 15px;
	left: 20px;
	font: normal 28px/25px Georgia, sans-serif;
}

#landing-text {
	width: 630px;
	padding: 5px 0 25px 0;
}

#landing-cols {
	background: url(../images/global/landing-cols-blue-strip.gif) repeat-x;
	overflow: hidden; height: 1%;
	padding-top: 30px;
}

#landing-cols .col {
	float: left;
	border-right: 1px solid #ccc;
}

#landing-cols .first {padding-left: 0;}
#landing-cols .last {border: 0; padding-right: 0;}

#landing-cols h2 a {
	font: bold 18px/normal 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #00678F;
}

#landing-cols h2 a:hover, #landing-cols .hover h2 a {color: #9DAC3F;}

#landing-cols img {
	margin: 7px 0 5px 0;
}

#landing-cols a {
	text-decoration: none;
	color: #808080;
	font: 12px/18px arial, sans-serif;
	display: block;
}

#landing-cols span {
	font-weight: bold;
	color: #00678F;
}

.two-cols {
	float: left;
}
.two-cols .col, .three-cols .col {
	width: 283px;
	padding: 0 18px;
}
.two-cols .col img {
	display: block;
}
#landing-cols .second {
	border: none;
	padding-right: 0;
}
.two-cols .third {
	clear: left;
	padding-left: 0;
}
.grant-prog-areas #right-col {
	float: right;
	padding-left: 0;
}
.grant-prog-areas .col {
	padding-bottom: 10px;
}
.four-cols .col {
	width: 210px;
	padding: 0 13px;
}

ul#sidebar-nav {
	margin: 0;
}

#sidebar-nav a {
	color: #00678F;	
	font: bold 14px/normal 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;	
	text-decoration: none;
	display: block;
	padding: 3px 0;
}

#sidebar-nav a:hover, #sidebar-nav li.current_page_item a, #sidebar-nav li.current_page_ancestor a {
	color: #9DAC3F;
}

.contact-table td {
	padding: 0 15px;
	border-left: 1px dotted #ccc;
}

.contact-table td.first {
	padding-left: 0;
	border: 0;
}

.body-contact h2 {
	color: #787878;
	padding-bottom: 3px;
	width: 500px;
	border-bottom: 1px dotted #ccc;
	font: 19px/25px georgia, serif;
	margin-bottom: 15px;
}

