@charset "utf-8";
/* CSS Document */
.imageListnav ul
{
		padding-bottom: 5px;
}

#Donatesubnav ul {
	padding-bottom: 5px;
}

#Donatesubnav li ul {
	padding-bottom: 0;
}

#Donatesubnav li {
	margin-bottom: .5em;
}

#Donatesubnav a {
	color: #000;
	display: block;
}

#Donatesubnav a:hover {
	color: #232876; 
	text-decoration: underline; /* Changed C Savel 11/17/09 */
}

#Donatesubnav li.selected {
	font-weight: bold;
	margin-bottom: .75em;
}

#Donatesubnav li.selected ul {
	padding-left: 10px;
}

#Donatesubnav li.selected a {
	margin-bottom: .3em;
}

#Donatesubnav li.selected a.current {
	font-weight: bold;
}

#Donatesubnav li.selected li {
	font-weight: normal;
}

#Donatesubnav li.selected li a {
	margin-bottom: .3em;
}

#Donatesubnav li.selected li {
	margin-bottom: 0;
}

/* Additions by Craig Savel 12/3/2009 */
/* For Donate section right nav */

.donateRulerlist li
{
	border-bottom: 1px dashed #ddd;
}

#aside .imagesection
{
	border-bottom: 1px solid #a2a4a7;
	padding: 12px 10px;
}

.donatePullquoteImage
{
	padding-left: 6px;
	padding-bottom: 6px;
}