 
/* 	Sidewalk Counseling Section Styles
	Created 11/25/2008
------------------------- */

/* 	COLORS (BROWN)
	Very Dark	rgb(70,50,30)
	Dark		rgb(80,60,40)
	Medium		rgb(160,130,80)
	Light		rgb(190,170,130)
	Very Light	rgb(220,200,150)
------------------------- */

#sidebar {
	background-color: rgb(190,170,130); /* Light */
}
#mainmenu a#here,
#sidebar li,
#sidebar a {
	border-color: rgb(190,170,130);  /* Light */
}
#textbar p {
	color: rgb(235,220,170); /* Very or Extra Light */
	text-shadow: rgb(70,50,30) 1px 1px 1px;
}
#sidebar,
#sidebar span,
#sidebar a#here2 {
	color: rgb(70,50,30); /* Very Dark */
}
#sidebar a:hover {
	background-color: rgb(160,130,80); /* Medium */
	border-color: rgb(160,130,80); /* Medium (Invisible) */
}
ul#sidebarfooter,
#sidebarfooter a {
	background-color: rgb(160,130,80) /* Medium */
}

#sidebar a#here2 {
	background-color: rgb(220,200,150); /* Very Light */
	border-color: rgb(80,60,40); /* Dark */
	background-image: url('/includes/images/here_generations.gif');
}
ul#sidebarfooter {
	background-image: url('/includes/images/corners/corner_bottom_generations.gif');
} 
#mainmenu a#here,
#mainmenu a#here:hover {
	background-position: -246px -250px;
	text-shadow: rgb(30,15,10) 2px 2px 2px ;
}
#textbar {
	background-position: -6px -525px;
}
h1,
h2,
h2 a:link,
h2 a:visited,
h2 a:hover,
h3 {
	color: rgb(70,50,30);
	border-color: rgb(70,50,30);
}
h2 a:link,
h2 a:visited {
	text-decoration: none;	
}
/* Section-specific Styles
------------------------- */

#genfooter {
	background-color: #efeae0;
	margin: 0 188px;
	font-size: 0.8em;
	padding: 6px 0 0;
	clear: both;
	}
#genfooter address {
	font-style: normal;
	margin: 0;
	padding-bottom: 1em;
	text-align: center;
	}
#genfooter address strong {
	word-spacing: 2px;
	letter-spacing: 1px;
	}
#genfooter a:link, #genfooter a:visited {
	font-weight: bold;
	text-decoration: none;
	}
#genfooter a:hover {
	text-decoration: underline;
	}
