/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetica, arial, sans-serif;
}

body { 
	background-color:#FFFFFF;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	background-position:left;
	background-image:url(images/Template/Background.png);
	background-repeat:repeat-y;
}



/* Container for all elements */
#wrapper {
	position:relative;
	width: 948px;
	height:568px;
	margin: 0 auto;
	z-index: 0;
}

/*Wrapper for normal content*/
#PageWrapper{
	position:absolute;
	left: 28px;
	top: 0;
	background: white;
	border-style:solid;
	border-color: white;
	border-width: 3px;
	height:530px;
	width: 912px;
	z-index:10;
	overflow-x: hidden;
	overflow-y: auto;
	
}





/* Navigation -----------------------------------------------*/
/* Vertical -----------------------------------------------*/

#NavVertical{
	position:absolute;
	left: 0;
	width: 28px;
	height: 500px;
	z-index: 100;
}


#NavVertical ul {
	list-style: none;
}

#NavVertical img {
	border: 0;
}

#NavVertical a {
	display: block;
	text-decoration: none;
}

#NavHomePage{
	position: absolute;
	left: 0;
	top: 15px;
	width: 28px;
	height: 22px;
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: -60px 0;
}

#NavHomePage a:hover {
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: -30px 0;
}

#body_HomePage #HomePage {
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: 0 0;
}




#NavNewHomes {
	position: absolute;
	left: 0;
	top: 40px;
	width: 28px;
	height: 132px;
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: -60px -25px;
}

#NavNewHomes a:hover {
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: -30px -25px;
}

#body_NewHomes #NavNewHomes a {
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: 0 -25px;
}



#NavDesigns {
	position: absolute;
	left: 0;
	top: 172px;
	width: 28px;
	height: 87px;
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: -60px -157px;
}

#NavDesigns a:hover {
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: -30px -157px;
}

#body_Designs #NavDesigns a {
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: 0 -157px;
}




#NavDisplays {
	position: absolute;
	left: 0;
	top: 259px;
	width: 28px;
	height: 69px;
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: -60px -244px;
}

#NavDisplays a:hover {
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: -30px -244px;
}

#NavInvestors {
	position: absolute;
	left: 0;
	top: 328px;
	width: 28px;
	height: 68px;
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: -60px -312px;
}

#NavInvestors a:hover {
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: -30px -312px;
}

#body_Investors #NavInvestors a {
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: 0 -312px;
}



#NavAbout {
	position: absolute;
	left: 0;
	top: 397px;
	width: 28px;
	height: 82px;
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: -60px -380px;
}

#NavAbout a:hover {
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: -30px -380px;
}

#body_About #NavAbout a {
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: 0 -380px;
}



#NavContact {
	position: absolute;
	left: 0;
	top: 480px;
	width: 28px;
	height: 49px;
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: -60px -462px;
}

#NavContact a:hover {
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: -30px -462px;
}

#body_Contact #NavContact a {
	background: url(images/Template/navigation-v4.gif) no-repeat;
	background-position: 0 -462px;
}




/* Nav Horizontal ------------------------------------------------------------ */

#NavHorizontal {
	position: absolute;
	left:60px;
	top: 540px;
	width:600px;
	height:30px;
	z-index:102;
}

#NavHorizontal ul {
	list-style-type:none;
}

#NavHorizontal li {
	float: left;
}

#NavHorizontal a {
	float: left;
	color: #FFFFFF;
	width: 110px;
	line-height: 23px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	background: url(images/Template/sub_navigation.gif) no-repeat;
	background-position: 0px 0px;
	border-right: #333333  1px solid;
}

#body_NewHomes #NavInsight a, 
#body_AusClub #NavAusClub a,
#body_APINexus #NavAPINexus a,
#body_AusKids #NavAusKids a
{
	background-position: 0px -46px;
	color: #333333;
}


#NavHorizontal a:hover {
	background: url(images/Template/sub_navigation.gif) no-repeat;
	background-position: -0px -23px;

}

#NavLowerContact {
	font-weight: bold;
}


/* Text Navagation (and line) ------------------------------------------------------------ */


#NavHorizontalLine {
	position:absolute;
	left: 400px;
	top: 543px;
	height: 2px;
	width: 540px;
	padding: 0;
	margin: 0;
	background:url(images/Template/HorizontalNavLine.png) no-repeat;
	z-index:101;
}

#BottomNavText {
	position: absolute;
	top: 550px;
	right: 19px;
	width: 290px;
	height: auto;
	text-align: right;
	z-index: 120;
	font-size: 10px;
	font-family:Tahoma, Helvetica, arial, sans-serif;
	color:#999999;
}

#BottomNavText a {
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;
}

#BottomNavText a:hover{
	color:#FF6600;
}




/* Common Elements ---------------------------------------------- */

/* Right menu Navigation ---------------------------------------------------------  */

#RightMenu{
	position: absolute;
	left: 748px;
	top: 0;
	margin: 0;
	padding: 0;
	width: 164px;
	height: 527px;
	z-index:200;
	background-image:url(images/common/right_banner.gif);
}

#AusbuildLogo {
	position: absolute;
	top: 3px;
	left: 30px;
	text-align: left;
}

#RightLine {
	position: absolute;
	left: 0px;
	top: 65px;
	width: 100%;
	height: 2px;
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 1px;
}


#nav_Right {
	position: absolute;
	left: 18px;
	top: 97px;
	padding: 0px;
	margin: 0px;
	width: 128px;
	height: 100px;
	z-index:200;
	
}

#nav_Right ul {
	list-style: none;
	vertical-align: bottom; /* THis fixes the IE list gap*/
}

#nav_Right li {
	padding: 0px;
	margin-top: 0;
}

#nav_Right a {
	float: left;
	clear: both;
	height: 17px;
	padding-top: 2px;
	width: 128px;
	text-decoration: none;
	background: url(images/common/orangestrip.gif) repeat-x;
	border: 1px solid white;
	font-weight: bold;
	font-size:11px;
	color: #FFFFFF;
	text-align: center;
}

#nav_Right a:hover {
	background:#FF6600;
}



.NavCaptionText {
	text-align: left;
	color: #FFCC00;
	padding-left: 15px;
	width: 120px;
	font-size: 9px;
	margin-top: 4px;
	margin-bottom: 15px;
}


/* End of Nested Right Menu area --------------------------------------------------------------------------------------------------------*/
/* HEading Area */


#HeaderArea {
	position: absolute;
	text-align: left;
	left: 0px;
	width: 100%;
	height: 53px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#Header {
	margin-left: 30px;
	position: absolute;
	bottom: 5px;
	left: 0px;
	height: auto;
	width: 500px;
}

#Header h1 {
	color: #e96524;
	font-size: 24px;
	font-weight: normal;
}

#LogoArea {
	position: absolute;
	top: 0px;
	right: 0px;
	height: auto;
	width: auto;
}

