/* 
    Document   : sitemap
    Created on : 29/09/2009, 4:49:06 PM
    Author     : martinm
    Description:
        Styles for the Sitemap.
*/

a
{
	text-decoration: none;
}

div#content
{
	margin-left: 30px;
	width: 897px;
}

div.column
{
	width: 209px;
	margin-right: 15px;
	float: left;
}


/*----------------------------------------------------------------------------*
 * First level
 *----------------------------------------------------------------------------*/
div#content ul.first
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
	
}

div#content ul.first li
{
	background: url(none);
	padding: 0px;
	margin-bottom: 30px;
}
div#content ul.first li span
{
	color: #30588f;
	font-size: 1.1em;
	border-bottom: 1px solid #717f81;
	display: block;
	font-weight: bold;
	margin-bottom: 15px;
}

div#content ul.first li span a
{
	color: #30588f;
}

/*----------------------------------------------------------------------------*
 * Second level
 *----------------------------------------------------------------------------*/

div#content ul.second
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
}
div#content ul.second li
{
	color: #717f81;
	font-weight: bold;
	margin-bottom: 0px;
}

/*----------------------------------------------------------------------------*
 * Second level
 *----------------------------------------------------------------------------*/

div#content ul.third
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
}
div#content ul.third li
{
	color: #717f81;
	font-weight: normal;
	padding-left: 15px;
	background: url("/Images/bullet_grey.gif") center left no-repeat;
	margin-bottom: 0px;
}
div#content ul.third li a
{
	text-decoration: underline;
}