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

/* 	COLORS (BLUE)
	Very Dark	rgb(40,60,100)
	Dark		rgb(50,70,110)
	Medium		rgb(100,140,180)
	Light		rgb(130,170,190)
	Very Light	rgb(160,200,230)
------------------------- */

#sidebar {
	background-color: rgb(130,170,190); /* Light */
}
#mainmenu a#here,
#sidebar li,
#sidebar a {
	border-color: rgb(130,170,190);  /* Light */
}
#textbar p {
	color: rgb(180,220,250); /* Very or Extra Light */
	text-shadow: rgb(40,60,100) 1px 1px 1px;
}
#sidebar,
#sidebar span,
#sidebar a#here2 {
	color: rgb(40,60,100); /* Very Dark */
}
#sidebar a:hover {
	background-color: rgb(100,140,180); /* Medium */
	border-color: rgb(100,140,180); /* Medium (Invisible) */
}
ul#sidebarfooter,
#sidebarfooter a {
	background-color: rgb(100,140,180) /* Medium */
}

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


