


body, div, span, td, table
{
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #535353;
	-moz-box-sizing: border-box;
}

body
{
	background-color: #EEECEA; 
	padding-top: 20px;
}


table
{
	border-collapse: collapse !important;
}

td {
	padding: 0px;
	margin: 0px;
}

a 
{
	text-decoration: none;
}

p 
{
	padding: 0px; 
	margin: 0px;
}


/* Toolbar list */
table.hg-toolbar
{
	float: right;
}

table.hg-toolbar td
{
	padding-left: 7px;
}

table.hg-toolbar a
{
	color: #ffffff;
}



/* Main menu */
td.hg-menu
{
	width: 157px;
	padding-right: 1px;
	background-color: #BEB9B3;
	vertical-align: top;
}

	td.hg-menu a
	{
		display: block;
		margin-bottom: 1px;
		background-color: #F9F9F9;
		color: #8D6128;
		padding: 5px;
		background-image: url(bullet-orange.gif);
		background-repeat: no-repeat;
	}

	td.hg-menu a:hover
	{
		background-color: #F5F2EE;
		background-image: url(bullet-gray.gif);
	}

	a.hg-menu-1
	{
		padding-left: 25px !important;
		background-position: 8px 8px;
	}

	a.hg-menu-2
	{
		padding-left: 45px !important;
		background-position: 28px 8px;
	}

	a.hg-menu-expanded
	{
		background-image: url(bullet-orange-vertical.gif) !important;
	}

	a.hg-menu-highlight
	{
		background-color: #E7E0CF !important;
	}



/* Sitemap */
div.hg-sitemap
{
}

	div.hg-sitemap a
	{
		display: block;
		margin-bottom: 1px;
		color: #444444;
		padding: 3px;
		background-image: url(bullet-orange.gif);
		background-repeat: no-repeat;
	}

	a.hg-sitemap-1
	{
		padding-left: 25px !important;
		background-position: 8px 8px;
	}

	a.hg-sitemap-2
	{
		padding-left: 45px !important;
		background-position: 28px 8px;
	}



/* Content */
td.hg-content 
{
	vertical-align: top;
}

	div.hg-header-image
	{
		width: 614px;
		height: 127px;
		overflow: hidden;
		border-bottom: 1px solid #BEB9B3;
		background-color: #BEB9B3;
	}

	td.hg-content-content
	{
		vertical-align: top;
		padding: 20px;
		border-right: 1px solid #BEB9B3;
	}






/* News listing item */
td.hg-news-list
{
	width: 180px;
	vertical-align: top;
	padding: 10px;
	border-left: 1px solid #BEB9B3;
}

	div.hg-news-list
	{
		margin-bottom: 15px;
	}

		div.hg-news-list p
		{
			background-image: url(bullet-gray.gif);
			background-repeat: no-repeat; 
			background-position: 2px 3px;
			padding-left: 15px;
			color: #8D6128;
			line-height: 15px;
		}

		div.hg-news-list a
		{
			color: #678CC2;
			font-size: 11px;
		}



/* News rendered on the start page */
div.hg-news-item
{
	/*margin-bottom: 20px;*/
}

	.hg-news-item #date
	{
		font-size: 11px;
		color: #8D6128;
		margin-left: 1px;
		margin-bottom: 8px;
	}

	.hg-news-item #header
	{
		font-size: 18px;
		color: #678CC2;
		margin-bottom: 5px;
		margin-top: -5px;
	}



/* Footer */
td.hg-footer
{
	color: #A1A1A1;
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
}



/* Form fields */


input
{
	font-family: tahoma; 
	font-size: 11px;
}

input.dotted
{
	/*
	border: none;
	border-bottom: 2px dotted #909090;
	*/
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	width: 130px;
	margin: 4px;
	margin-left: 1px;
}

select
{
	font-family: tahoma; 
	font-size: 11px;
}