/* 
	File:			wsi-sitemap.css
	Author:			Eric Russell
	Created:		2008.11.24
	Description:	Sitemap

*/

div#content { clear : both; float : left; width : 100%; background-color : #fff; color : #51524a; }
div#content h1	{ color : #fff; background-color : #79725c; font-size : 2.2em; font-family : "Times New Roman", Times, serif; font-variant : small-caps; letter-spacing : 0.1em; padding : 0.3em 0 0.4em 0; margin-bottom : 0.23em; text-align : center; }
div#content div.text-wrapper { border : 1px solid #ccc; padding : 3em; overflow : hidden; height : 30em; }
div#content div.text-wrapper a,
div#content div.text-wrapper a:visited { color : #8d866c; }
div#content div.text-wrapper a:active,
div#content div.text-wrapper a:hover   { color : #666; }
div#content div.text-wrapper ul { width : 18em; margin-right : 2.5em; float : left; }
div#content div.text-wrapper ul li { font-size : 1.1em; padding-bottom : 0.5em; }
div#content div.text-wrapper ul li h2 { font-size : 1.2em; font-weight : bold; border-bottom : 1px solid #8d866c; }
div#content div.text-wrapper ul li h2 a { text-decoration : none; }
div#content div.text-wrapper ul li ul { padding : 0.5em 0em 0 2em; list-style : disc; width : auto; float : none; }
div#content div.text-wrapper ul li ul li { font-size : 1em; }
