/* stylesheet for taxonomy.org.au */
/* 14 - verts */

body{
	background-color: #FBF8ED;
	font-size: 100%;
}
/* styles for banner */
.tdbar {
	background-color: #C8B524;
	height: 1.2em;
	vertical-align: middle;
}
.bannerimg {
	background-image: url(../images/banner_14.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
}
/* styles for menu */
.tdmenu {
	background-color: #F0E9C2;
	background-image: url(../images/logo_14.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 0.8em;
	font-weight: bold;
	vertical-align: top;
	float: left;
	width: 140px;
	height: 96%;
	margin-left: 10px;
}
a.menu-active, a.menu-active:active, a.menu-active:visited, .menu-active a, .menu-active a:active, .menu-active a:visited, 
a.submenu:hover, .submenu a:hover, a.submenu1:hover, .submenu1 a:hover, .menu:hover, .menu a:hover, .menutitle:hover, .menutitle a:hover {
	color: #C8B524;
	text-decoration: none;
}
.menu-active {
	margin-left: 12px;
	color: #C8B524;	
	margin-bottom: 8px;
}	

/* styles for SIDEPANEL */
a.panel, a.panel:active, a.panel:visited, .panel a, .panel a:active, .panel a:visited {
	color: #C8B524;
	text-decoration: none;
	font-weight: bold;
}
a.panel:hover, .panel a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.paneltop{
	background-color: #DACC7E;
	color: #333333;
}
a.paneltop, a.paneltop:active, a.paneltop:visited, .paneltop a, .paneltop a:active, .paneltop a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.panelmid{
	background-color: #E8DEA3;
	color: #333333;
}
.panelbot {
	background-color: #F0E9C2;
}

