/*
	Filename         :	sitemap.css
	Version			 :	2.0 (REBRAND_2009)
	Last updated by  :	KS, The Guild (kaoru@theguildnetwork.com)
	Last Updated     :	16 March 2009
	Comments         :	Provides additional structural and styling information for sitemap page
*/

.col1
{
	float: left;
	margin-right: 12px;
	width: 250px;
}

.col2
{
	float: left;
	width: 250px;
}

h2.sitemap a { color: #EC003D; }
 
ul.itemList li
{
	list-style-type: none;
	font-size: 0.8em;
}

ul.itemList { margin-top: 0.5em; }
ul.itemList ul { margin-top: 0.1em; }
ul.itemList ul li { font-size: 0.6em; }
ul.itemList ul li a { color: #002b8d; }
