/* CSS Document */

/* Overwrite global.css' overflow behaviour.  We want the middle section to scroll, not the whole page. */
#PageWrapper {
	overflow-y: hidden;
	background-color:#EEE;
	background-position:top;
	background-repeat: repeat-x;
}

h1 {
	color: #E96524;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #E96524;
	font-size: 14px;
	font-weight: normal;
}


#LeftImage {
	position: absolute;
	height: 500px;
	width: 245px;
	left: 3px;
	top: 2px;
	margin: 0px;
	padding: 0px;
}

#MiddleHeading {
	position:absolute;
	padding: 5px;
	left: 246px;
	height: 55px;
	width: 493px;
	text-align: left;
}

#MiddleSection {
	position: absolute;
	left: 246px;
	top: 65px;
	width: 493px;
	padding: 5px;
	height: 455px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
}









/* Nested Right Menu area --------------------------------------------------------------------------------------------------------*/

#RightMenu{
	position: absolute;
	left: 748px;
	top: 0;
	margin: 0;
	padding: 0;
	width: 164px;
	height: 530px;
	z-index:0;
	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;
}

#RightLine2 {
	position: absolute;
	left: 0px;
	top: 320px;
	width: 100%;
	height: 2px;
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 1px;
}

/* Right menu Navigation */

#nav_Upper {
	position: absolute;
	left: 14px;
	top: 97px;
	padding: 0px;
	margin: 0px;
	width: 128px;
	height: 100px;
	z-index:200;
	
}

#nav_Upper ul {
	list-style: none;
	vertical-align: bottom; /* THis fixes the IE list gap*/
}

#nav_Upper li {
	padding: 0px;
	margin-top: 0;
}

#nav_Upper a {
	float: left;
	clear: both;
	height: 16px;
	padding-top: 3px;
	width: 134px;
	text-decoration: none;
	background: url(images/common/orangestrip.gif) repeat-x;
	border: 1px solid white;
	font-weight: bold;
	font-size:10px;
	color: #FFFFFF;
	margin-bottom: 1px;
}

#nav_Upper a:hover {
	background:#FF6600;
}



#nav_Lower {
	position: absolute;
	left: 18px;
	top: 354px;
	padding: 0px;
	margin: 0px;
	width: 128px;
	height: 35px;
	z-index: 200;
}

#nav_Lower ul {
	list-style: none;
	vertical-align: bottom; /* THis fixes the IE list gap*/
}

#nav_Lower li {
	padding: 0px;
	margin-top: 0;
}


#nav_Lower a {
	float: left;
	clear: both;
	height: 17px;
	padding-top: 2px;
	width: 128px;
	text-decoration: none;
	background:url(images/common/redstrip.gif) repeat-x;
	border: 1px solid white;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}


#nav_Lower a:hover {
	background: #660033;
}




.NavCaptionText {
	text-align: left;
	color: #FFCC00;
	padding-left: 15px;
	width: 120px;
	font-size: 9px;
	margin-top: 4px;
	margin-bottom: 15px;
}


#InvContact  {
	position: absolute;
	top: 364px;
	left: 759px;
	height: 84px;
	width: 150px;
	z-index:200;
	font-size: 11px;
	color: white;
	text-align: left;

}

#EstateContact h2 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
#EstateContact p {
	color:#333333;
	font-weight: regular;
	font-size: 11px;
}
#EstateContactHeading {
	color:#333333;
	font-weight: bold;
	font-size: 11px;
}


/* End of Nested Right Menu area --------------------------------------------------------------------------------------------------------*/
  

