body {
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	margin: 0;
	overflow-y: scroll;
}

/********* Tags *********/
h1, h2, h3 {
	margin: 0 0 5px 0;
}
h1, h2 {
	font-size: 26px;
}
h3 {
	font-size: 16px;
}

p {
	margin: 0 0 12px 0;
	line-height: 16px;
}

a {
	color: #0099FF;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #33BBFF;
}
a img {
	border: none;
}

table {
	margin: 0 auto 12px auto;
	width: 90%;
}
table.fancy tr.alt {
	background: url(gfx/blue_o10.png) repeat;
}

.article img {
	border: 1px solid black;
	padding: 1px;
	-moz-border-radius: 2px;
	margin: 0 10px;
}

/********* Wrapper *********/

div#wrapper {
}

/*** Pane ***/

div.pane_header {
	background: url(gfx/pane_header1.png) no-repeat top;
	padding: 10px 10px 0 10px;
	min-height: 80px;
}
div.pane_main {
	background: url(gfx/pane_main.png) repeat-y;
	padding: 0 10px;
}
div.pane_footer {
	background: url(gfx/pane_footer.png) no-repeat bottom;
	padding: 0 10px 10px 10px;
	min-height: 20px;
}

/********* Header *********/

div#header {
	width: 1000px;
	margin: 30px auto 0 auto;
	position: relative;
}
div#header h1 {
	margin: 0;
}
div#header a {
	text-indent: -9999px;
	overflow: hidden;
}
div#logo, div#nb {
	float: left;
}
div#logo {
	background: url(gfx/bjoenness_logo.png) no-repeat center;
}
div#logo a {
	display: block;
	width: 305px;
	height: 85px;
	padding: 10px;
}
div#nb {
	background: url(gfx/bjoenness_logo_nb.png) no-repeat center;
}
div#nb a {
	display: block;
	width: 54px;
	height: 27px;
	padding: 10px;
	margin: 29px 41px;
}
div#jus {
	background: url(gfx/bjoenness_logo_jus.png) no-repeat center;
	float: right;
}
div#jus a {
	display: block;
	width: 37px;
	height: 45px;
	padding: 10px;
	margin: 20px 20px;
}

/********* Menu *********/

div#nav {
	background: #438CC4;
	padding: 0 0 0 156px;
}
div#nav div#inner {
	border-left: 1px solid white;
}
div#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	line-height: 20px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
div#nav ul li {
	position: relative;
	float: left;
	border-left: 1px solid white;
}
div#nav ul li a {
	display: block;
	padding: 0 10px;
	color: white;
}
div#nav ul li a:hover {
	background: url(gfx/cyan_o30.png) repeat;
}
div#nav ul ul {
	position: absolute;
	top: 20px;
	left: 0;
	width: 200px;
	border-left: none;
	border-top: 1px solid white;
	background: #438CC4;
	line-height: 20px;
}
div#nav ul ul li {
	position: relative;
	float: none;
	clear: left;
	border: none;
}
div#nav ul ul ul {
	position: absolute;
	top: 0;
	left: 200px;
	border-left: 1px solid white;
	border-top: none;
}

/********* Main *********/

div#main {
	width: 1000px;
	margin: 0 auto;
}

/********* Quickies *********/

div#quickies {
	width: 156px;
	float: left;
}
div#quickies ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#quickies ul li {
}
div#quickies ul li a {
	display: block;
	padding: 6px;
	margin: 5px;
	-moz-border-radius: 4px;
}
div#quickies ul li a:hover {
	background: #F0F0F0;
	border: 1px solid #E0E0E0;
	padding: 5px;
}
div#quickies ul li a img {
	border: 1px solid black;
	-moz-border-radius: 2px;
	padding: 1px;
}

/********* Content holder *********/

div#content_holder {
	width: 844px;
	float: left;
	padding: 30px 0;
	min-height: 400px;
}
div#content_holder p {
	text-align: justify;
}

div#content_holder div.column {
	margin: 0 10px;
	float: left;
}
div#content_holder div#content {
	width: 594px;
	min-width: 574px;
}
div#content_holder div#sidebar {
	width: 210px;
}
div#content_holder div#content.full {
	width: auto;
}

/********* Footer *********/

div#footer {
	font-size: 10px;
	color: inherit;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-align: center;
	padding: 10px 0 0 0;
	border-top: 1px solid #E0E0E0;
}
div#footer span {
	margin: 0 25px;
	white-space: nowrap;
}
div#footer span a {
	color: inherit;
	text-decoration: underline;
}

/********* PDF *********/

div.pdf {
	margin: 5px 0;
	min-height: 58px;
	background: url(gfx/pdf-icon.png) no-repeat left center;
}
div.pdf a, div.pdf span {
	display: block;
	position: relative;
	left: 58px;
	padding: 5px;
}
div.pdf a {
	font-size: 16px;
}
div.pdf span {
	font-size: 12px;
}

/********* Forms *********/

form ul {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	font-size: 12px;
}
form li {
	margin: 0 0 3px 0;
	float: left;
	clear: center;
	position: relative;
}
form ul ul {
	margin: 0;
}
form ul.feedback {
	color: red;
}
form li li {
	float: none;
	clear: none;
}
form dt {
	float: left;
	width: 125px;
	text-align: right;
	line-height: 20px;
	padding: 0 10px 0 0;
	font-weight: bold;
}
form dd {
	float: left;
	margin: 0;
	width: 325px;
}
form input[type="text"], form textarea {
	font-family: Arial, Helvetica, sans-serif;;
}
form input[type="button"], form input[type="submit"] {
	font-family: inherit;
}
form input, form textarea {
	font-size: inherit;
}
form textarea {
	width: 300px;
	height: 100px;
}
form ul li p {
	clear: left;
	margin: 0 0 12px 0;
}
form ul.checklist li {
	float: left;
	width: 50%;
}

/********* News *********/

ul.news_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.news_list li {
	margin: 0 0 30px 0;
}
.news div.meta, .news div.nav a {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.news div.meta, .news div.nav {
	line-height: 10px;
}
.news_list div.meta, .news div.nav {
	text-align: right;
}
.news_item div.meta {
	text-align: left;
}
.news div.nav a {
	padding: 0 0 0 10px;
}
.news div.body {
	background: white;
	padding: 5px 0;
}
.news_item div.body div.ingress {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #E0E0E0;
}
.news_item div.body div.content {
	padding: 5px 0 0 0;
}
.news div.body img {
	display: block;
	padding: 1px;
	margin: 0 10px;
	border: 1px solid black;
	-moz-border-radius: 2px;
}

/********* Misc *********/

.clear {
	clear: both;
	float: none;
}
.hidden {
	display: none;
}
.em {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
