 
/* 	Sidewalk Counseling Section Styles
	Created 12/02/2008
------------------------- */

/* 	COLORS (ORANGE)
	Very Dark	rgb(110,60,30)
	Dark		rgb(130,70,40)
	Medium		rgb(210,160,80)
	Light		rgb(210,180,110)
	Very Light	rgb(230,210,150)
------------------------- */

#sidebar {
	background-color: rgb(210,180,110); /* Light */
}
#mainmenu a#here,
#sidebar li,
#sidebar a {
	border-color: rgb(210,180,110);  /* Light */
}
#textbar p {
	color: rgb(250,235,175); /* Very or Extra Light */
	text-shadow: rgb(110,60,30) 1px 1px 1px;
}
#sidebar,
#sidebar span,
#sidebar a#here2 {
	color: rgb(110,60,30); /* Very Dark */
}
#sidebar a:hover {
	background-color: rgb(210,160,80); /* Medium */
	border-color: rgb(210,160,80); /* Medium (Invisible) */
}
ul#sidebarfooter,
#sidebarfooter a {
	background-color: rgb(210,160,80) /* Medium */
}

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

/* Obsolete? */
.insearch input.searchtext {
	width: 149px;	
	}
h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0.2em 0 0;
	margin: 0.25em 0 0.5em;
	border-top: 1px solid;
	clear: both;
	}
h3 {
	padding-left: 2em;
	margin: 1.2em 0 0.8em;
	}

#mainpage dt {
	font-weight: normal;
	margin-bottom: 0;
	}
h3.prelist {
	padding-left: 0;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-decoration: underline;
	}
#mainpage h3.footnotes {
	padding-left: 0;
	}
#mainpage .footnotes {
	margin-left: 0;
	padding-left: 0;
	font-size: 0.8em;
	list-style-type: none;
	list-style-image: none;
	}
#mainpage .footnotes a {
	font-weight: bold;
	}
table {
	font-size: 1.0em;
	margin-left: 2em;
	margin-bottom: 1em;
	}
th, td {
	text-align: right;
	padding: 0 2em 0.25em 0;
	}	
th {
	padding-bottom: 0.5em;
	padding-top: 1em;
	}
