/* CSS Document */



/* You are here state */
#NavContact a {  /*Nav contact actually rent, didn't rename lazy */
	background: url(http://www.ausbuild.com.au/images/Template/navigation-v4.gif) no-repeat;
	background-position: 0 -462px; 
	
	
}


/* Normal Elements */


h1 {
	color: #555;
	font-size: 12px;
	margin-bottom: 10px;
}

h2 {
	color: #006633;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 6px;
}

p {
	color: #666;
	font-size: 11px;
	margin-bottom: 10px;
}


ol {
	font-size:11px;
	padding-left: 17px;
}




#ContentWrapper {
	position: absolute;
	width: 747px;
	height: 530px;
	top: 0px;
	left: 0px;
}

#RightNavBox {
	position: absolute;
	left: 747px;
	width: 163px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 2px;
	/* - When all menu options in -- height: 193px;
	padding-top: 90px;*/
	height: 163px;
	padding-top: 120px;
	background-image: url(images/Menu-BG.jpg);
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#SearchBox {
	position: absolute;
	height:240px;
	top: 285px;
	left: 747px;
	width: 159px;
	padding-left: 4px;
	padding-top: 5px;
	background-color:#CC0000;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 2px;
	text-align: left;
}

#SearchBox h1 {
	font-size: 13px;
	font-weight: bold;
	color: white;
	margin-bottom: 10px;
}

#SearchBox .caption {
	float: left;
	font-size: 11px;
	color: white;
	width: 50px;
	line-height: 13px;
}

#SearchBox .filter {
	float: left;
	width: 100px;
	font-size: 10px;
	margin-bottom: 5px;
}

#SearchBox .clear {
	clear: both;
	margin-bottom: 10px;
}

#RightNavBox ul {
	list-style: none;
	vertical-align: bottom; /* THis fixes the IE list gap*/
}

#RightNavBox li {
	padding: 0px;
	margin-top: 0;
	height:26px;
	border-bottom: 1px solid white;
	width: 100%;
	position:relative;
}

#RightNavBox a {
	text-align: left;
	float: left;
	clear: both;
	height: 18px;
	padding-top: 8px;
	margin-left: 20px;
	width: 128px;
	text-decoration: none;
	background: none;
	font-weight: bold;
	font-size:11px;
	color: white;
}

#RightNavBox a:hover {
	color: #FF9900;
}

/* Fly Out Menu */

#RightNavBox ul li ul {
	display: none;
	z-index: 400;
}

#RightNavBox ul li:hover ul {
	display:block;
	position: absolute;
	top: 0px;
	left: -163px;
}



#RightNavBox ul li:hover ul li ul {
	display: none;
}

#RightNavBox ul li:hover ul li a {
	display:block; 
	background:#E96524; 
	color: white; 
	width: 130px;
	padding-left: 10px;
	border-right: 3px solid white;
	border-bottom: 1px solid white;
	z-index: 401;
}

#RightNavBox ul li ul li {
	border-bottom-style: none;
}

#RightNavBox ul li:hover ul li a:hover {
	color:#222;
}




/*  APM Normal  */

#APMNormalHeader {
	background-image: url(images/HomePage.jpg);
	width: 716px;
	height: 58px;
	top: 0px;
	left: 0px;
	position: absolute;
	padding-left: 30px;
	padding-top: 194px;
	
}

#APMNormalHeader h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: white;
	font-size: 36px;
}

#APMNormalContent {
	background-image:url(images/APM-webpage-gradient.jpg);
	background-repeat: repeat-x;
	width: 685px;
	position: absolute;
	left: 0px;
	top: 260px;
	height: 260px;
	text-align: left;
	color: #666666;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 20px;
	font-size: 12px;
	overflow-y: auto;
}

