/*re-define standard HTML tags*/
BODY {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 0.75em;
	LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	LINE-HEIGHT: 1.7em;
	PADDING-TOP: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	POSITION: absolute;
	TOP: 0px;
	BACKGROUND-COLOR: #ffffff;
	border: 0px;
	background-repeat: repeat-y;
	background-image: url(/images/green_sideband.gif);

}

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 12px;
	padding-left: 5px;
}
.topimages {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
}
.maincontent {
	padding-right: 20px;
	padding-left: 30px;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
}
.title_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.title_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #639600;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.pagecontent {
	padding: 8px 15px;
	background-image: url(/images/globe_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.crumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F7900;
	width: 100%;
	/*float: left;*/
} 


.topband {
	background-image: url(/images/ANZ_blackbanner.jpg);
	margin: 0px;
	padding: 0px;
}
.leftcol {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #4F7900;
	width: 140px;
	padding-left: 10px;
}
.sideimage {
	background-image: url(/images/fluffy_100.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
	width: 100px;
}


.sidebar {
	padding-top: 0px;
	padding-right: 0px; 
	padding-bottom: 0px;
	display: block;
	width: 100px;
}


a.sidebar{
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	width: 95px;
}

a.sidebar:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CA2800; 
}

/*------------------------------------------------
follows v long section to set up the side navigation using css */
/*vertical menu bar */
ul.mbv {
	list-style-type: none;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #639e00;
	height: auto;
	color: #FFFFFF;
	display: block;
	/*padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;*/
	width: 95px;
	
}
ul.mbv li {
	position: relative;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	z-index: 1;
	list-style-type: none;
	display:block
}
ul.mbv ul {
	margin: 0 0 0 -5px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	position: absolute;
	top: -1; /* if using borders, -1 to align top borders */
	left: 95px;
	top: -5px;
	width: auto;
	background-color: #639e00;
	z-index: 2;
	list-style-type: none;

}
/* separator to mark end of menu group */
ul.mbv li.end {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display: block;
}


ul.mbv li a:link,
ul.mbv li a:visited

{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	width: auto;
	text-decoration: none;
	background-color: #639e00;
	color: #fff;
	list-style-type: none;
	
}
ul.mbv li a:hover, 
ul.mbv li a:active {
	background: #CA2800;
	color: #FFF;
	width: auto;}

ul.mbv li a.visible:link,
ul.mbv li a.visible:visited,
ul.mbv li a.visible:active {
	color: #FFF;
}

ul.mbv li a.visible:hover {
	color: #FFF;
	background: #CA2800;	
}

/*end of sidenav*/
