#content a {
	color: #a77442;
}

h2 {
	color: #a77442;
}

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

#nav-global 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-global 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 0px;
	display: block;
	color: #444;		
}

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

#get_involved {
	clear: both;	
	margin: 1.7em 0;
	padding: 2.5em 2em .85em;
	background: url("../images/global/bg-get_involved.jpg") no-repeat center center;
	color: #eee;	
}

#copy #get_involved h3 {
	float: left;
	border: none;
	padding: 0;
	margin: .75em 0 1.133em;
	width: 28%;
	color: #fff;
	font-size: 1.77em;
	text-align: left;
}

#copy #get_involved ul {
	margin-top: 1.6em;
	margin-left:30%;	
	font-family: arial;
	font-weight: bold;
}

#copy #get_involved ul li {
	font-size: 14px;
	list-style-position: inside;
}



/* 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;
}

