* {
	margin: 0; /* Set all element margin to 0 */
	padding: 0; /* Set all element padding to 0 */
}

html, body {
	height: 100%; /* Set document height for relative heights */
}

body {
	text-align: center; /* Centre website in IE */
	font: 0.85em "Trebuchet MS", Arial, Helvetica, Verdana, Sans-Serif;
	background: #C4CAE8 url(../images/weave5.jpg);
}

#shadow {
	margin: 0 auto; /* Centre website for other browsers */
	text-align: left; /* Align text to left */
	width: 850px; /* Website width */
	padding-bottom: 25px;
	background: url(../images/bottom.png) bottom left no-repeat;
	overflow: hidden;
}

#all {
	padding: 0 25px;
	background: url(../images/bg.png) repeat-y;
}

#header {
	height: 208px; /* Header height (excluding nav) */
	background: url(../images/header.jpg) no-repeat;
}

#header-inner {
	height: 171px;
}

a, a:visited {
	outline: 0;
	color: #204C93;
}

a:hover {
	text-decoration: none;
}

div.wrap {
	clear: left;
}

p {
	margin: 10px 0;
}

p.date {
	font-size:0.8em;
}

.pagination li {
	display: inline;
	margin: 0 5px;
}

p.pageinfo a, p.iteminfo a {
	position: relative;
	top: -10px;
	font-size: 0.8em;
	color: #999999;
}

td {
	padding: 5px;
}

tr.odd {
	background-color: #EEEEEE;
}

a img {
	border: none;
}

h1, #left a.mainlevel, #left h3, #left a.resourceman,.componentheading {
	font-family: Garamond, "Times New Roman";
	font-size: 1.6em;
	color: #326AB3;
	font-weight: 100;
	text-decoration: none;
	margin-top: 15px;
}

#left a.resourceman {
	padding-left: 20px;
}

h2 {
	font-size: 1.2em;
	color: #93A4D3;
	margin-top: 15px;
}

h3 {
	font-size: 1.2em;
	font-weight: 100;
	color: #326AB3;
	margin-top: 15px;
}

h4 {
	font-size: 1em;
	color: #326AB3;
	margin-top: 15px;
}

h5 {
	font-size: 1em;
	font-weight: 100;
	color: #326AB3;
	margin-top: 15px;
}

h6 {
	font-size: 0.9em;
	font-weight: 100;
	color: #93A4D3;
	margin-top: 15px;
}

ul {
	margin: 10px 10px 10px 30px;
}

ul ul {
	margin-top: 2px;
}

ol {
	list-style: none;
}

.contentdescription {
	margin: 20px 0;
}

.latestnews .date {
	display: none;
}

.username-logout {
	float: right;
	margin-left: 7px;
}

.note, .response {
	margin: 10px 20px;
	background: #E1E2EE;
	border: 1px solid #C5CAE8;
	padding: 10px;
	display: block;
}

.readon {
	display: block;
	text-align: right;
}

#disablePage {
	display: none;
}

#system-readmore {
	display: none;
}

.error {
	display: none;
	float: right;
	color: red;
	width: 160px;
	text-align: right;
}

.text-error {
	background-color: #FFCCCC;
	border: 1px solid red;
}

#contact-form .checkbox, li.radio input {
	margin: 0 10px;
	float: left;
	width: 14px;
	border: none;
}

li.radio input {
	float: none;
}

#contact-form label.checkboxlabel {
	width: auto;
	margin-bottom: 10px;
	float: none;
}

#contact-form li {
	margin: 15px 0;
}

#contact-form label {
	display: block;
	width: 160px;
	float: left;
}

#contact-form input, #contact-form textarea, li.radio input#donation-amount {
	width: 180px;
	border: 1px solid #999999;
	font-size: 1.2em;
}

#contact-form textarea {
	height: 120px;
}

#contact-form input.submit {
	width: 80px;
	margin-left: 50px;
	font-size: 0.9em;
}

/* Logo position */
#logo {
	float: left;
	margin: 12px 20px;
	/*background: url(../images/logo.png);*/
	width: 450px;
	height: 153px; /* 0 for all browsers but IE */
	text-indent: -10000000px;
	overflow: hidden; /* hide text */
}

/* Nav styles */
#navbg {
	position: absolute;
}

#nav ul { 
	list-style: none;
	position: absolute;
	z-index: 1;
	background: transparent url(../images/navbg.png);
	border-top: 1px solid #FFFFFF;
	width: 800px;
	margin: 0;
	margin-top: 1px;
}

#nav ul li {	
	display: inline;
	position: relative;
	float: left;
	z-index: 1000;
}

#nav ul li a {
	float: left;
	display: block;
	color: #FFFFFF;
	padding: 10px 22px 8px 23px;
	text-decoration: none;
}

#nav ul li.active a {
	background: url(../images/nav_over.png) repeat-x;
}

#nav ul li.active ul a, #nav ul li:hover li a {
	background: none;
}

#nav ul li a:hover, #nav ul li:hover a, #nav ul li ul a:hover {
	background: url(../images/nav_over.png) repeat-x;
}

#nav ul li ul {
	position: absolute;
	left: 0;
	margin-top: 35px;
	display: none;
	width: 160px;
	border-top: none;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav ul li ul li {
	/* display: block; */
	float: none;
}

#nav ul li ul li a {
	padding: 0;
	width: 100%;
	font-size: 0.9em;
}

#nav ul li ul li a span {
	display: block;
	padding: 5px 10px;
}

div#nav li:hover ul ul,
div#nav li li:hover ul ul,
div#nav li li li:hover ul ul,
div#nav li li li li:hover ul ul,
div#nav li ul li:hover ul
{display:none;}

div#nav li:hover ul,
div#nav li li:hover ul,
div#nav li li li:hover ul,
div#nav li li li li:hover ul
{display:block;}

#contentarea {
	clear: left; /* Drop content below nav */
	border-bottom: 1px solid #C5CCE1;
}

#left {
	float: left;
	width: 240px;
	background-color: #F1F3FA;
}

#main {
	position: relative;
}

#main img {
	padding: 4px;
	background: #fff;
	border: 1px solid #CCC;
	margin: 10px;
}

.moduletable-quick-links {
	padding: 20px;
	padding-top: 5px;
	background: url(../images/quicklinksbg.jpg);
}

.moduletable-quick-links ul {
	margin-left: 15px;
	color: #333333;
}

.moduletable-quick-links ul a {
	color: #333333;
	padding-left: 5px;
	color: #333333;
	margin: 10px 0;
	display: block;
}

.moduletable-left-menu,
.moduletable-resourceman-cat {
	padding: 20px 0;
}

.moduletable-left-menu ul,
.moduletable-resourceman-cat ul {
	list-style: none;
	margin: 0;
}

.moduletable-left-menu a {
	padding-left: 20px;
}

.moduletable-left-menu ul a.sublevel,
.moduletable-resourceman-cat ul a {
	padding: 5px 20px;
	margin: 2px 0;
	display: block;
	color: #333333;
	text-decoration: none;
}

.moduletable-left-menu ul ul ul a.sublevel {
	padding: 5px 40px;
}

#active_menu.sublevel,
.moduletable-left-menu ul a.sublevel:hover,
.moduletable-resourceman-cat ul a:hover,
.moduletable-resourceman-cat ul a.active {
	background-color: #DAE1EC;
}

.moduletable-resourceman-cat h3 {
	padding-left: 20px;
}

.moduletable-latest-news {
	padding: 20px;
	color: #333333;
}

.moduletable-latest-news ul {
	margin-left: 15px;
}

.moduletable-latest-news li {
	margin: 10px 0;
}

.moduletable-latest-news a {
	color: #333333;
	margin: 10px 0;
	padding-left: 5px;
}

#wrapper {
	padding: 20px;
	padding-top: 5px;
	margin-left: 240px;
	border-left: 1px solid #C5CCE1;
}

#breadcrumbs {
	padding-top: 4px;
	height:1em;
}

ul#categories {
	list-style: none;
	margin: 0;
}

ul#categories li {
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #C4CAE8;
	clear: right;
}

.article_row {
	border: 1px solid #DCDCDC;
	padding: 3px 5px 3px 10px;
	margin: 4px 0;
}

.article_row:hover {
	background-color: #F1F3FA;
}

.article_row h4 {
	margin-top:0px;
}

.article_column {
	padding: 5px;
	border: 1px solid #C4CAE8;
}

.article_column h2 {
	margin: 0 0 5px 0;
}

#footer {
	padding: 15px;
	padding-bottom: 0;
	font-size: 0.85em;
}

#footer table {
	overflow: hidden;
	position: absolute;
	width: 750px;
}

#footer .international {
	float: right;
	text-align: center;
	width: 120px;
}

#footer .pcp {
	padding-left: 80px;
	text-align: center;
	padding-top: 20px;
}

#copyright {
	clear: both;
	position: relative;
	top: -15px;
}

#copyright .sitemap {
	float: left;
}

#copyright img {
	float: left;
}

#copyright span {
	font-size: 10px;
	text-align: center;
	width: 710px;
	display: block;
}

#contact-form label.radio {
	float: none;
	width: auto;
	display: inline;
}

#contact-form li.radio {
	margin-left: 160px;
}

.form-login fieldset, .login_form fieldset {
	border-width: 1px;
	padding: 4px 2px;
	margin-bottom: 4px;
}

.login_form input {
	border: thin solid #D7D7D7;
	color:#888888;
	background: #FFF;
	height:22px;
	line-height:10px;
}

p.login, .contentpaneopen_edit {
	display: none;
}

form.user {
	padding: 10px 2px;
}

.user {
	padding: 3px 0;
}

.button {
	margin: 10px 0;
}

form.user label {
	float: left;
	margin-right: 50px;
	width: 106px;
}

ul.pagination {
	position: absolute;
}