#sidebar_1 {
	width: 150px;
	margin: 93px 0 0 49px;
	_margin: 80px 0 0 25px;
	float: left;
	padding: 0 0 40px 0;
}

#sidebar_1 h2 {
	display: none;
}

#section_nav {
	background: url('../images/common/vertical_bar.png') 0 0 repeat-y;
}

#section_nav ul {
	width: 145px;
	margin: 0 0 42px 0;
}

#section_nav ul li {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	margin-bottom: 8px;
	width: 130px;
}

#section_nav ul li a {
	text-decoration: none;
	color: #406d0c;
	line-height: 14px;
	display: block;
	padding-left: 16px;
	padding-top: 1px;
	padding-bottom: 3px;
}

#section_nav ul li a:hover {
	color: #6c9e32;
	text-decoration: underline;
	background: url('../images/common/global.png') -698px 0 repeat-y;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding-top: 0px;
	padding-bottom: 2px;
}

#section_nav ul li.current_page_ancestor,
.page-parent #section_nav ul li.current_page_item {
	background: url('../images/common/global.png') -698px 0 repeat-y;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding-top: 0;
	padding-bottom: 2px;
} 

#section_nav ul li.current_page_ancestor a:hover,
.page-parent #section_nav ul li.current_page_item a:hover {
	border-top: none;
	border-bottom: none;
	padding-top: 1px;
	padding-bottom: 3px;
}

#section_nav ul li.current_page_item a {
	color: #8a8c8f;
}

#section_nav ul li ul {
	margin: 10px 0 -6px 18px;
	display: none;
}

#section_nav ul li.current_page_ancestor ul,
#section_nav ul li.current_page_parent ul,
.page-parent #section_nav .current_page_item ul {
	display: block;
}

#section_nav ul li.current_page_item ul li a, 
#section_nav ul li ul li a {
	color: #406d0c;
	border-left: solid 1px #adda78;
	padding-left: 14px;
	padding-top: 1px;
}

#section_nav ul li ul li a:hover {
	background: none;
	border-left: solid 1px #8a8c8f;
	padding-top: 0px;
}

#section_nav ul li ul li.current_page_item a {
	color: #8a8c8f;
	border-left: solid 1px #8a8c8f;
}

.facts_and_figures {
	background-color: #f4f4f4;
	width: 135px;
	margin-bottom: 16px;
}
.facts_and_figures dl {
	position: relative;
	padding: 14px 0 12px 16px;
	width: 135px;
}
.facts_and_figures dl dt {
	color: #616264;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 8px 0;
	width: 135px;
}
.facts_and_figures dl dd {
	font-size: 10px;
	color: #8a8c8f;
	line-height: 1.3em;
	width: 105px;
}
.facts_and_figures .more {
	width: 135px;
}
.facts_and_figures .more a {
	display: block;
	background: url('../images/common/buttons.png') 0 -1400px no-repeat;
	width: 56px;
	height: 15px;
	text-indent: -99em;
	overflow: hidden;
	margin: 0 0 0 16px;
}
.facts_and_figures .more a:hover {
	background: url('../images/common/buttons.png') 0 -1500px no-repeat;
}