* { margin: 0; padding: 0; }

body { font-size: 86%; font-family: Helvetica, Arial, sans-serif; }

div#header, div#footer { position: relative; width: 65em; margin-left: 2em; margin-right: 2em; }

div#header { margin-top: 1em; }

/*div#header h1 { font-weight: normal; background: url(/assets/site/images/symbol.png); background-repeat: no-repeat; background-position: 27em .5em; _background-position: 22.75em .5em; }*/

div#header h1 { font-weight: normal; background: url(/assets/site/images/symbol.png); background-repeat: no-repeat; background-position: center right; }

div#footer { margin-left: 19em; margin-bottom: 1em; }

div#container { position: relative; width: 65em; margin-left: 1em; margin-right: 2em; background-image: url(images/brown_bg.gif); background-position: 14.5em 0; background-repeat: repeat-y; }

div.clear { clear: both; }

div.hr { position: relative; margin: 1em 0; height: 9px; width: 100%; background-image: url(images/gbr_bg.gif); background-repeat: repeat-x; }

div#menu { float: left; top: 0; width: 13em; overflow: hidden; }

div#menu ul { list-style-type: none; }

div#menu li a {
	border-left: .2em solid transparent;
	padding-left: .8em;
	margin-bottom: 1em;
	display: block;
	font-size: 1.25em;
	color: black;
	text-decoration: none;
}

div#menu ul li.active a,
div#menu ul li.active ul li.active a,
div#menu ul li.active ul li.active ul li.active a {
	border-left: .2em solid #C6B48F;
}

div#menu ul li a:hover,
div#menu ul li.active ul li a:hover,
div#menu ul li.active ul li.active ul li a:hover {
	border-left: .2em solid #B5B6B5;
}

div#menu ul li.active ul li a,
div#menu ul li.active ul li.active ul li a {
	border-left: .2em solid transparent;
}

div#menu ul li.active ul li a {
	padding-left: 1.5em;
}

div#menu ul li.active ul li.active ul li a {
	padding-left: 3em;
}


div#content { position: relative; margin-left: 16em; margin-top: 1em; }

div#content h1, div#content h2, div#content h3, div#content h4 {
	margin-bottom: .5em;
}

div#content p, div#content ul, div#content ol {
	margin-bottom: 1.5em;
}

div#content h2 {
	font-size: 1.5em;
	font-weight: normal;
}

div#content a {
	color: #004CAC;
}

div#content ul {
	margin-left: 1em;
}

div#content div.newsContent h2 a {
	color: black;
	text-decoration: none;
}

div#content div.newsContent h3 a {
	color: black;
	text-decoration: none;
}

div.newsWrapper h3 {
	font-weight: normal;
}

//DEBUG
//div#header, div#footer, div#container { background-color: gray; }
//div#menu, div#content { background-color: lightgray; }