/* @override http://www.humanit.ca/HumanIT.css */

/* HumanIT default style v1.0 */

/* The MIT License, http://www.opensource.org/licenses/mit-license.php */

/* Copyright (c) 2006 HumanIT and contributors. */

/* generic elements */

body {
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 13px
}

p {
	margin-top: 4px;
	margin-bottom: 4px;
}

li {
	background-image: none;
	line-height: 13px;
	padding-left:0px;
	padding-top:0px;
}

a:link {
	color: #8b8b8b;
	text-decoration: none;
	border-bottom: 1px dotted #ffa500;
	font-weight: normal;
	font-style: normal;
}

a:visited {
	color: #a9a9a9;
	text-decoration: none;
	border-bottom: 1px dotted #ffa500;
	font-weight: normal;
	font-style: normal;

}
/* specific elements */

a.pdf:link {
	color: #a0a0a0;
	text-decoration: none;
	background-image: url(images/pdf_docu_grey.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	padding-right: 20px;
	border-bottom: 1px dotted #ffa500;
	font-weight: normal;
	font-style: normal;
}

a:hover, a.pdf:hover {
	color: white;
	text-decoration: none;
	background-color: #ffa500;
	border-bottom: 1px dotted white;
	font-weight: normal;
	font-style: normal;
}

.black-text {
	color: black
}

.footnotes {
	color: #a0a0a0;
	font-size: 10px;
	line-height: 11px
}

/* container elements */

#container {
	margin-right: auto;
	margin-left: auto;
	width: 725px
}

#header {
	margin-top: 30px;
	margin-bottom: 68px;
	padding-bottom: 5px;
	width: 725px;
	height: 34px
}

#header #logo {
	margin-right: 20px;
	width: 150px;
	height: 34px;
	float: left;
}

#header #logo a {
	text-decoration: none;
	border-bottom: 0px
}

#header #logo a:hover {
	background-color: transparent;
}


/*#sitemenu {
	text-align: center;
	margin-left: -10px;
	width: 400px;
	height: 34px;
	vertical-align: bottom;
	display: block;
	visibility: visible;
	z-index: 10;
	position: relative;
	margin-right: auto;
	margin-top: 0;
}*/

#header #search {
	text-align: right;
	padding-top: 5px;
	width: 150px;
	height: 34px;
	vertical-align: bottom;
	float: right;
}

#header #search input {
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 13px;
	padding: 3px;
	border: solid 1px #a0a0a0;
	width: 150px;
}

#header #search li {
	background-image: none;
	text-align: right;
	margin: 0;
	padding-right: 0;
	padding-left: 15px;
}

#header a {
	border-bottom: 0px;
	text-decoration: none;
}


#separator {
	background-image: url(images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
	margin-left: 170px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 555px;
	height: 30px;
	clear: both
}

#separator a {
	border-bottom: 0px;
	text-decoration: none;
}

#separator span.breadcrumbs-title {
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

#leftside {
	margin-right: 20px;
	padding-bottom: 5px;
	width: 150px;
	float: left;
	clear: right;
	margin-top: -1px;
	margin-left: -8px;
}

#leftside a {
	border-bottom: 0px;
	text-decoration: none;
}

#rightside {
	padding-bottom: 5px;
	padding-left: 5px;
	width: 150px;
	float: right;
	padding-top: 0;
	margin: 4px 0 0;
}

#rightside ul {
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	list-style-position: outside;
	margin: 0;
	padding: 0}

#rightside li {
	background-image: url(images/arrow-orange.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-align: left;
	list-style-type: none;
	display: block;
	padding-right: 2px;
	padding-left: 10px}

#rightside div.title {
	color: #ffa500;
	padding-left: 20px
}

#rightside a {
	border-bottom: 1px dotted #ffa500; 
	text-decoration: none;
}

#content {
	margin-left: 170px;
	width: 380px;
	height: auto;
	min-height: 300px;
	clear: none;
	margin-top: 0;
	padding: 0 5px 5px 0;
}

#content ul {
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 10px
}

#content li {
	background-image: url(images/bu_xlow_g.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
	list-style-type: none;
	display: block;
	padding-right: 2px;
	padding-left: 12px
}

#content div.ul-flush {
	margin-left: -12px
}

#contentfull {
	margin-left: 170px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	width: 380px;
	height: auto;
	min-height: 555px;
	clear: none
}

#content div.title {
	background-image: url(images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 15px;
	padding-bottom: 5px
}

#footer2 {
	color: #a0a0a0;
	font-size: 10px;
	line-height: 12px;
	background-image: url(images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
	margin-bottom: 15px;
	margin-left: 170px;
	width: 555px;
	clear: both;
	margin-top: 15px;
	padding: 5px 5px 5px 0;
	text-align: left;
}

#footer2 #leftcol {
	width: 340px;
	float: left;
	clear: right
}

#footer2 a {
	border-bottom: 0px;
	background-image: none;
}

#footer2 a:hover {
	color: white;
	text-decoration: none;
	background-color: #ffa500;
	border-bottom: 0px
}

#footer2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-image: none;
}

#footer2 li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding-right: 20px;
	background: none 0px 0px;
	padding-left: 0;
}

#footer2 #rightcol {
	padding-left: 10px;
	width: 180px;
	float: right
}

