#content a {
	color: #7f8f54;
}

h2 {
	color: #7f8f54;
}

#news h3 {	
	padding-top: .566em;
	border-top: 3px dotted #ccc;
}

#nav-local-section {
	margin: 1.7em -6px 1.7em 0 !important;	
	list-style: none !important;
	overflow: auto;	
}

#nav-local-section li {
	width: 202px;
	float: left;
	margin-right: 3px;
	background: #fff url("../images/local/bg-nav-local-li.png") repeat-x center center;	
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#nav-local-section li a {	
	text-decoration: none;
	font-size: 17px;
	font-family: arial;	
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.3em;	
	text-align: center;
			
	padding: .65em 0px .75em 48px;
	display: block;
	color: #444;		
}

#nav-local-section li a:hover {
	color: #000;
}

#nav-local-section .link-connect a {
	background: url("../images/local/bg-nav-local.png") no-repeat 2px 2px;
}

#nav-local-section .link-small_groups a {
	background: url("../images/local/bg-nav-local.png") no-repeat 2px center;
}

#nav-local-section .link-serve a {
	background: url("../images/local/bg-nav-local.png") no-repeat 2px bottom;
}

/* Resources expand/contract styles */

#copy #resources ul {
	margin-left: 0;
	list-style: none;
	border-top: 1px solid #ccc;
}

#resources ul li {
	border-bottom: 1px solid #ccc;
}

#resources ul li li {
	border: none;
	padding: 0;
}

#copy #resources ul ul {
	margin: 1.7em 0 1.7em 3em;
	list-style: disc;
	border: none;
}

#copy #resources ul ol {
	margin: 1.7em 0 1.7em 3em;
}

#resources h4 {
	font-size: 1.15em;
	font-family: arial;
	margin: 0;
	line-height: 1.478em;
	font-style: normal;				
}

#resources h4 a {		
	display: block;
	padding: 0.369em 0 0.369em 26px;			
	text-decoration: none;			
}
			
#resources h4 a:hover {
	background: url("/images/main/bg-link-expand.png") no-repeat 6px center;
	text-decoration: underline;
}	

#resources h5 {
	margin: 1.7em 0 -.85em;
}

#resources li.show h4 a:hover {
	background: url("/images/main/bg-link-contract.png") no-repeat 6px center;
}

#resources div.expand {
/*	display: none; */
	padding: 0 26px 1.7em;
}


