/* CSS Document */
/*******************************************************************************/
/* Presentation CSS File                                                       */
/*   Text and colour formatting for all media types                            */
/*                                                                             */
/* Developed by Matthew Harris, DBS, www.dbs-uk.co.uk                          */
/*******************************************************************************/

/* code tag for linking to a site */
/*******************************************************************************/
code.linkcode
{
	margin: 1em 2em;
	padding: 0.5em;
	background: #ccc;
	border: 1px solid #999;
	color: #000;
	display: block;
	overflow: auto;
}

div#nav_column
{
	color: #fff;
}

h1, h2, h3, h4, h5, h6
{
	color: #1a6c07;
	padding-bottom: 1em;
}

h1
{
	font-size: 1.33em; /* 16px */
}

h2
{
	font-size: 1.16em;
}

h3
{
	font-size: 1em;
	font-weight: normal;
}

p
{
	text-align: justify;
}

li
{
}


#breadcrumb a
{
	color: #5e5e5e;
}

/* nav column */
/*******************************************************************************/
#nav_column ul
{
	padding: 0; margin: 0 0 0 1px;
}

#nav_column ul li
{
	list-style-type: none;
	background: url(/site/img/menu-bgslice.gif) repeat-x;
	padding: 0 10px 0 15px;
}

#nav_column ul li.tall
{
	list-style-type: none;
	background: url(/site/img/menu-bgslice-double.gif) repeat-x;
	padding-top: 3px;
	padding-bottom: 3px;
}

#nav_column ul li a
{
	line-height: 22px;
	padding: 0;
	font-size: 0.916em;
	font-weight: normal;
	color: #fff;	
}

#nav_column ul li.tall a
{
	padding: 3px 0;
	line-height: 14px;
}

#nav_column ul li a:hover
{
	color: #ccc;
}
