* { margin: 0; padding: 0; }

html, body {
	font-family: helvetica, verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {

	font-size: 100%;
	color: #53534d;
}

a {
	color: #5f911b;
}

a:hover {
	color: #e89b55;
}

#container {
	width: 960px;
	padding-top: 123px;
	margin: 0 auto;
	position: relative;
}

/* Header */

#header {
	position: absolute;
	top: 57px;
	width: 960px;
	height: 65px;
	background: url(greentop.png) left top repeat-x;
}

#logo {
	display: block;
	position: absolute;
	top: 0;
	left: 85px;
	width: 114px;
	height: 0px;
	background: url(logo.png);
	padding-top: 65px;
	overflow: hidden;
	float: left;
}

/* Main navigation */

ul#main-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	height: 65px;
	list-style-type: none;
	background: #dd6d07 url(toporange.png) bottom right no-repeat;
	width: 761px;
}

ul#main-nav li {
	display: block;
	float: left;
	height: 26px;
	padding-top: 39px;
}

ul#main-nav li a {
	position: relative;
	bottom: 0;
	padding: 0 12px;
	height: 26px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.7em;
	line-height: 24px;
}

ul#main-nav li.active, ul#main-nav li:hover {
	padding-top: 0;
	height: 65px;
	background: #fff url(active-menuitem-right.png) bottom right no-repeat;
}

#main-nav li.active a, #main-nav li:hover a {
	height: 26px;
	padding-top: 39px;
	color: #53534d;
	background: url(active-menuitem-left.png) bottom left no-repeat;
}

/* Language menu */

#lang-menu {
	position: absolute;
	bottom: 74px;
	right: 110px;
	font-size: 0.7125em;
	list-style-type: none;
}

#lang-menu li {
	display: inline;
	padding-left: 6px;
	background: url(lang-separator.png) left center no-repeat;
}

#lang-menu li.first-item {
	background: none;
}

#lang-menu a {
	color: #53534d;
	text-decoration: none;
}

#lang-menu a:hover {
	color: #e89b55;
}

/* Secondary navigation */

#secondary-nav {
	margin: 0 5px 0 25px;
	background: #fff url(secondary-nav-top.png) top right no-repeat;
	font-weight: bold;
	font-size: 0.95em;
}

#secondary-nav ul {
	list-style-type: none;
	background: url(secondary-nav-bottom.png) bottom right no-repeat;
	padding: 15px 0;
}

#secondary-nav ul li {
	margin: 15px 0;
	padding-left: 10px;
	background: url(secondary-navitem.png) left center no-repeat;
}

#secondary-nav ul li.active {
	color: #5f911b;
	background: url(secondary-navitem-active.png) left center no-repeat;
}

#secondary-nav ul li a {
	color: #53534d;
	text-decoration: none;
}

#secondary-nav ul li.active a {
	color: #5f911b;
}

#secondary-nav ul li a:hover {
	color: #e89b55;
}


/* General layout */

#main {
	height: 100%;
	padding-right: 111px;
	/*overflow: hidden;
	/*background: #aaf;
	clear: both;*/
	font-size: 0.75em;
}

#right-column {
	float: right;
	width: 649px;
	/*background: #cca;*/
}

#left-column {
	float: left;
	width: 199px;
	height: 200px;
	/*background: #cac;*/
	margin-top: 57px;
}

#main .no-nav {
	height: 238px;
	background: #fff url(map.png) 5px 6px no-repeat;
}

/* Content */

#content {
	position: relative;
	padding-left: 12px;
	margin-top: 46px;
	font-size: 0.95em;
	line-height: 1.6;
	border-bottom: 6px solid #5f911b;
}

#content h1, #content h2, #content h3, #content h4 {
	font-size: 1em;
	margin-bottom: 0;
}

#content h1#pagetitle {
	font-size: 1.1em;
	margin-bottom: 20px;
}

#content p {
	margin: 0 0 20px 0;
}

#ConfluenceContent img {
	border: 1px solid #5f911b;
} 

#ConfluenceContent ul {
	padding-left: 15px;
	margin: 0 0 20px 0;
}

#ConfluenceContent ul ul {
	margin: 0;
}

#ConfluenceContent table {
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

#ConfluenceContent td, #ConfluenceContent th {
	border: 1px solid #5f911b;
	padding: 3px;
}

#ConfluenceContent th {
	background: #7fa748;
	color: #fff;
}

/* Breadcrumb */

#breadcrumb {
	color: #a0a0a0;
	position: absolute;
	top: -37px;
	list-style-type: none;
}

#breadcrumb li {
	display: inline;
	padding-left: 9px;
	background: url(breadcrumb-separator.png) left center no-repeat;
}

#breadcrumb li.first-item {
	padding-left: 0;
	background: 0;
}

#breadcrumb a {
	text-decoration: none;
	color: #a0a0a0;
}

#breadcrumb a:hover {
	color: #e89b55;
}

/* Help Icons */

#helpicons {
	position: absolute;
	top: -20px;
	right: 0;
	height: 14px;
}

#helpicons img { margin-left: 10px; cursor: pointer; float: left; display: block;}
