/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	color: #444;
}

#container
{
	text-align: left;
	margin: 0px auto;
	width: 900px; /* was 900 */
	background: #FFF url(../images/ht/htleftnavbackground.gif) repeat-y;
	border: 1px solid #D9D395;
}

h1
{
	background: #fff url(../images/ht/htstrapline.gif) no-repeat;
	color: #FFF;
	padding: 0px;
	margin: 0;
	border-bottom: 1px solid #D9D395;
	height:200px;
}

h1 img
{
	display: block;
	border: 0;
}

/* FOLLOWING LIST STYLE LIFTED FROM LISTAMATIC 2 Taming list in Standards-Compliant Mode for IE */

#navcontainer
{
float:left;
width: 180px;
border-right: 1px solid #000;
padding: 0px;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
/* background-color: #90bade; */
background-color: #EEE8AA;
color: #333;
}

#navcontainer ul
{
list-style-type: none;
margin: 0px;
padding: 0px;
border: none;
}

#navcontainer li
{
/* border-bottom: 1px solid #90bade; */
border-bottom: 1px solid #EEE8AA;
margin: 0;
font-weight: bold;
}

#navcontainer li a
{
display: block;
padding: 6px .5em 6px .5em;
/* border-left: 10px solid #1958b7; /* .7em solid #1958b7; */
/* border-right: 10px solid #508fc4;/* .7em solid #508fc4;  */
/* background-color: #2175bc;
color: #fff; */
/* border-left: 10px solid #8B864E;
border-right: 10px solid #BDB76B;
background-color: #CDC673; */
border-left: 10px solid #666339;
border-right: 10px solid #8B864E;
background-color: #CDC673;
color: #51491C;
text-decoration: none;
/* width: 9.6em; */
width: 150px;
font-weight: bold;
}

#navcontainer li a:hover
{
/* border-left-color: #1c64d1;
border-right-color: #5ba3e0;
background-color: #2586d7; */
border-left-color: #8B864E;
border-right-color: #BDB76B;
background-color: #EEE8AA;
color: #51491C;
font-weight: bold;
}

#navcontainer li li
{
/* border-top: 1px solid #90bade; */
border-top: 1px solid #EEE8AA;
border-bottom: 0;
margin: 0;
font-weight: bold;
}

#navcontainer li li a
{
padding: 4px .5em 4px 1.3em;
/* background-color: #5ba3e0; */
background-color: #D9D395;
/* width: 8.8em; */
width: 144px;
font-weight: bold;
}

#navcontainer li li li a
{
padding: 3px .5em 3px 1.9em;
background-color: #73b2e8;
width: 150px;
}

#content
{
	float: left;
	width: 680px;
	margin-left: 20px;
	padding: 10px 0;
}

#footer
{
	clear: both;
	background: #666339;
/*	border-top: 1px solid #666339; */
	padding: 2px 4px 4px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
	font-size: 60%;
}

h2
{
	margin-top: 0;
	color: #666339;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 160%;
}

h3
{
	margin-top: 0;
	color: #666339;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 120%
}

h4
{
	margin-top: 0;
	color: #666339;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	line-height: 120%;
}

p.intropara
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #666;
	line-height: 120%;
}

ol
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	line-height: 120%;
}

ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	line-height: 120%;
}

.smalltext
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000
}

.breadcrumbtrail
{
	font-family: Verdana, Arial;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: .1em .2em .5em .1em;
	border-bottom: 1px dashed #8B864E;
}

.references
{
	font-family: Verdana, Arial;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: .4em 0;
	border-top: 1px dashed #788059;
}


.pagenav
{
	font-family: Verdana, Arial;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 0;
	padding: .2em 0;
}

/* Re-style bullet lists - based on Listutorial css.maxdesign.com.au/listutorial/master.htm */
.bulletlist
{
	list-style: none;
	margin-left: 2em; /* was margin: 0; */
	padding: 0;
}

li.htbullet
{
	background-image: url(../images/ht/htbullet1.gif);
	background-repeat: no-repeat;
	background-position: 0 .25em;
	padding: .2em 0 .2em 2em;
/*	margin: .4em 0; */
	margin-bottom: 0.6em;
}



a:link
{
	color: #666339;
	text-decoration: none;
	font-weight: bold;	
}

a:visited
{
	color: #BDB76B;
}

a:hover, a:active
{
	color: #51491C;
	text-decoration: underline;
}

/* UL topmenubar has come from emphasis website stylesheet */
ul#topmenubar
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background: #333300;
	float: left;
	width: 100%;
	border-top: none #FFFFFF;
	border-right: none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;	
/*	originally - border-bottom: solid #FFFFFF; */
	border-left: none #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
}
	
ul#topmenubar li { display: inline; }
	
ul#topmenubar a
{
	display: block;
	float: left;
	padding: .2em 1em;
	text-decoration: none;
	color: #fff;
	background: #333300;
	border-right: 1px solid #fff;
}
	
ul#topmenubar a:hover
{
	color: #000;
	background: #CCCC99;
}

/* topnav derived from Scott Weakley's Css in 10 mins book */
ul#topnav
{
	margin: 0;
	padding: 5px 10px;
	list-style-type: none;
	background: #387A9B;
}

ul#topnav li
{
	display: inline;
	background: url(../images/page/header-bullet.gif) no-repeat 0 50%;
	padding: 0 10px 0 8px;
}

ul#topnav li a:link, ul#topnav li a:visited
{
	text-decoration: none;
	background: #fff;
}

ul#topnav li a:hover, ul#topnav li a:active
{
	text-decoration: none;
	color: #387A9B;
	background: #fff;
}

/* square box with heading in different colour than body */
/* Appeared at: http://www.wpdfd.com/editorial/wpd0103.htm */


.issue_box {
	BORDER-RIGHT: #169C7B 1px solid; /* originally #b3b3ff 1px dashed;*/
	PADDING-RIGHT: 10px; /* originally 10px */
	BORDER-TOP: #169C7B 1px solid; /* originally #b3b3ff 1px dashed;*/
	PADDING-LEFT: 10px; /* originally 10px */
	FLOAT: center;
	PADDING-BOTTOM: 10px; /* originally 10px */
	MARGIN: -15px 0px 10px 50px;
	BORDER-LEFT: #169C7B 1px solid; /* originally #b3b3ff 1px dashed;*/
	WIDTH: 550px;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #169C7B 1px solid; /* originally #b3b3ff 1px dashed;*/
	BACKGROUND-COLOR: #ececec
}

.issue_box H3 {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	/* FONT-SIZE:80% ; -- was '1em' */
	PADDING-BOTTOM: 5px;
	MARGIN: 0px -10px 12px;
	PADDING-TOP: 5px;
	BACKGROUND-COLOR: #169C7B;
	color: #FFFFFF;
}

.issue_box H4 {
	/* FONT-SIZE: 70%; -- was '0.8em' */
}

.issue_box H4 A {
	COLOR: #b4178c;
	TEXT-DECORATION: none
}

.issue_box H4 A:hover {
	TEXT-DECORATION: underline
}

.issue_box P {
	/* FONT-SIZE: 80%; -- was '0.8em' */
	/* LINE-HEIGHT: 1.2em */
}

/* tooltips CSS 

a
{
	position: relative;
}

a span
{
	display: none;
}

a:hover
{
	background-color: ##D9D395;
}

a:hover span
{
	position: absolute;
	top: 5px;
	left: 30px;
	display: block;
	background: #73b2e8;
	border: 1px solid #666339;
}

*/
