/*
	Filename         :	sitemap.css
	Last updated by  :	The Guild
	Last Updated     :	1 October 2008
	Comments         :	Provides structural and styling information for sitemap page
					 :  v2.0.0 updated for new version of site
*/

/* structural styles for 4 column newsroom layouts */

#sitemap-wrapper .col1
{
	float: left;
	padding: 0 12px 12px 12px;
	width: 32%; /*update*/
	margin-right: 1%; /*update*/
	voice-family: "\"}\"";
	voice-family: inherit;
	/* hide from IE5 */
	width: 32%;
}
html>body #sitemap-wrapper .col1 { 
	width: 32%; /*update*/
}

#sitemap-wrapper .col2
{
	float: left;
	padding: 0 12px 12px 12px;
	width: 32%; /*update*/
	margin-right: 1%; /*update*/
	voice-family: "\"}\"";
	voice-family: inherit;
	/* hide from IE5 */
	width: 32%; /*update*/
}
html>body #sitemap-wrapper .col2 { 
	width: 32%;  /*update*/
}

#sitemap-wrapper .col3
{
	float: left;
	padding-top: 4px;
	margin-left: 2px;
	width: 25%; /*update*/
	voice-family: "\"}\"";
	voice-family: inherit;
	/* hide from IE5 */
	width: 25%; /*update*/
	margin-left: 4px;
	border-bottom: 0;
}
html>body #sitemap-wrapper .col3 { 
	width: 25%; /*update*/
}

#sitemap-wrapper ul li { /*update*/
	font-size: 0.7em;
}

#sitemap-wrapper ul li li { /*update*/
	font-size: 100%;
}

/* misc styles for block level and inline elements */

h2.sitemap 
{
	background: #DFEFDB;
	padding: 5px;
	font-size: 14px;
}
 
/* ul.itemList, ul.itemList ul { margin-left: 20px; } */

ul.itemList li, ul.itemList ul li { margin-left: -20px; }
