/*-------------------------------------------
	Secondary (Left Column) Navigation
-------------------------------------------*/

div#contentCol1 h2 {
	height: 82px;
	width: 196px;
	margin: 0 0 0 0;
}

div#contentCol1 h2 a {
	display: block;
	height: 82px;
	width: 196px;
}


div#contentCol1 h2.hdgForNonprofits {
	background: url(../_images/sec_nav_headings/for_nonprofits.gif) top left no-repeat;
}

div#contentCol1 h2.hdgPlannedGiving {
	background: url(../_images/sec_nav_headings/planned_giving.gif) top left no-repeat;
}


div#contentCol1 h2.hdgAboutUs {
	background: url(../_images/sec_nav_headings/about_us.gif) top left no-repeat;
}




div#contentCol1 h2.hdgNewsAndPublications {
	background: url(../_images/sec_nav_headings/news_and_publications.gif) top left no-repeat;
}


div#contentCol1 h2.hdgContactUs {
	background: url(../_images/sec_nav_headings/contact_us.gif) top left no-repeat;
}

div#contentCol1 h2 span, div#contentCol1 h2 a span { display: none; }

div#contentCol1 ul {
	list-style: none;
}

div#contentCol1 ul li {
	padding: 0 0 1.5em 38px;
	font-size: 1.1em;
	line-height: 1.2;
	font-weight: bold;
	background: url(../_images/global/sec_nav_bullet.gif) 26px 5px no-repeat;
}


div#contentCol1 ul li.pdfNavLink {
	background-image: url(../_images/global/icon_PDF_x-small.gif);
	background-position: 23px 1px;
}


/* Nested level */

div#contentCol1 ul li ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0 0 0 0;
}

div#contentCol1 ul li ul li {
	padding: 0 0 .5em 0;
	font-size: 1em;
	line-height: 1.2;
	font-weight: normal;
	background: none;
}

div#contentCol1 ul li ul li.pdfNavLink {
	padding: 0 0 .5em 14px;
	background: url(../_images/global/icon_PDF_x-small.gif) 0px 1px no-repeat;
}

div#contentCol1 ul li ul li.lastItem {
	padding: 0 0 0 0;
}

div#contentCol1 ul li a {
	color: #6D5C6D;
	text-decoration: none;
}

div#contentCol1 ul li a:hover {
	color: #A18D66;
}

div#contentCol1 ul li a.selected:link, div#contentCol1 ul li a.selected:visited {
	color: #A18D66;
}
