/* Reset */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,sub,sup,form,p,blockquote,fieldset,input { margin:0; padding:0; outline:0 none; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,sub,sup,em,strong,th { font-size:1em; font-weight:normal; font-style:normal; }
ul,ol { list-style:none; }
fieldset,img { border:none; }
caption,th { text-align:left; }
table { border-collapse:collapse; border-spacing:0; }
html { overflow-y:scroll; }
body { font-size:9pt; font-family:Arial; background-color:white; }
img { border:0; }
a { color:#666; text-decoration:none; }
a:hover { text-decoration:underline; }
a, a:hover, a:active, a:focus { outline:none; }
b, strong { font-weight:bold; }
i, em { font-style:oblique; }



/* Development */

.hide { display:none; }
.show { display:block; }
.inline { display:inline; }
.strong { font-weight:bold; }
.italic { font-style:italic; }
.normal { font-style:normal; }
.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.clear { color:white; height:0; display:block; overflow:hidden; font-size:1px; clear:both; }
.clear-left { clear:left; }
.clear-right { clear:right; }


/* Buttons */

.button {
color:white;
margin:0;
padding:0;
border:0 none;
outline:0 none;
display:inline-block;
background-repeat:no-repeat;
background-position:center center;
background-color:#388fd0;
background-image:url(../tpl/articles-heading.png);
}

	.button:hover {
	text-decoration:none;
	}

.button.readmore {
width:86px;
height:21px;
background:url(../tpl/button-readmore.png) center center transparent;
}

.button.submit {
height:21px;
padding:0 5px;
background-repeat:repeat-y;
}

/* Inputs */

input.text {
height:14px;
border:1px solid #ccc;
padding:2px 3px 3px 2px;
}





/* RetailOne Module Classes */

#content #page .module {
clear:both;
}

#content #page .fe_left {
float:left;
}

#content #page .fe_right {
float:right;
}

#content #page .fe_image {
max-width:710px;
width:expression(this.width > 710 ? 710 : true);
margin:auto auto 1em;
background-color:#f0f0f0;
}

	#content #page .fe_image.fe_left {
	width:110px;
	height:110px;
	overflow:hidden;
	margin-right:1.5em;
	}
	
	#content #page .fe_image.fe_right {
	margin-left:1.5em;
	}
	
	#content #page .fe_image.fe_mid {
	display:block;
	margin:1.5em auto;
	}

#page table.fe_table {
width:710px;
border:0 none;
padding:0;
margin-bottom:10px;
background:none;
}

	#page table.fe_table td {
	padding:0;
	border:0 none;
	background:none;
	}

#content #page .fe_half {
width:347px;
text-align:justify;
display:block;
overflow:hidden;
margin-bottom:10px;
}

#content #page .fe_third {
width:226px;
text-align:justify;
display:block;
overflow:hidden;
margin-bottom:10px;
}

	#content #page .fe_half.fe_left,
	#content #page .fe_third.fe_left,
	#content #page .fe_third.fe_mid {
	float:left;
	margin-right:15px;
	}

#content #page .fe_wrap {
margin-top:20px;
padding:20px 20px 10px;
border:1px solid #ccc;
background-color:#fdfdfd
}

	#content #page .fe_wrap a {
	color:#666;
	text-decoration:none;
	}
	
		#content #page .fe_wrap a:hover {
		color:#2a6dbc;
		}
	
	#content #page .fe_wrap ul,
	#content #page .fe_wrap ol {
	margin-bottom:5px;
	}
	
	#content #page .fe_wrap ul li,
	#content #page .fe_wrap ol li {
	padding-left:15px;
	padding-bottom:5px;
	background:url(../tpl/page-bullet-diamond.png) 0 4px no-repeat;
	}
	
	#content #page .fe_wrap ol li {
	width:45%;
	margin:0 10px 0 0;
	display:inline-block;
	list-style:none;
	}
	
	#content #page .fe_wrap h1,
	#content #page .fe_wrap h2,
	#content #page .fe_wrap h3,
	#content #page .fe_wrap h4,
	#content #page .fe_wrap h5,
	#content #page .fe_wrap h6 {
	color:#2a6dbc;
	margin-top:0;
	}



/* Cycle Gallery Module */

#page .fe_gallery_wrap {
width:710px;
position:relative;
margin:20px auto;
}

	#page .fe_gallery_wrap img {
	border:0 none;
	background-color:#f0f0f0;
	}

/* Gallery Hero */

#page .fe_gallery {
height:300px;
display:block;
clear:both;
overflow:hidden;
cursor:default;
}

	#page .fe_gallery li {
	overflow:hidden;
	padding:0;
	background:none;
	}

	#page .fe_gallery img {
	display:block;
	margin:auto auto;
	}

/* Gallery Pager */
#page .fe_pager {
display:none;
}


#page .fe_pager li {
margin:0;
padding:0;
display:inline;
background:none;
}

	#page .fe_pager a {
	text-align:center;
	text-decoration:none;
	}
		#page .fe_pager a:hover img,
		#page .fe_pager a.activeSlide img {
		opacity:1.0;
		filter:alpha(opacity=100);
		}

	#page .fe_pager img {
	opacity:0.3;
	filter:alpha(opacity=30);
	}
























/* Template Wrapper */

#container {
width:980px;
border:10px solid white;
margin:auto auto;
background:white;
}

/* Header */

#header {
height:120px;
position:relative;
z-index:20;
margin-bottom:10px;
background:url(../tpl/header-menu.png) bottom left repeat-x white;
}

	#stripe {
	width:100%;
	height:20px;
	background:url(../tpl/header-stripe.png) top center repeat-y #388fd0;
	}
	
	/*#logo {
	width:170px;
	height:80px;
	display:block;
	z-index:22;
	position:absolute;
	bottom:16px;
	left:10px;
	background:url(../tpl/header-logo.png) top center no-repeat transparent;
	}*/
	#logo {
	width:170px;
	height:90px;
	display:block;
	z-index:22;
	position:absolute;
	
	left:10px;
	background:url(../tpl/20years-logo.png) top left no-repeat transparent;
	}
	
		#logo img {
		display:none;
		}
	
		#logo.retail {
		width:207px;
		background:url(../tpl/header-logo-retail.png) top center no-repeat transparent;
		}
		
		#logo.office {
		width:207px;
		background:url(../tpl/header-logo-office.png) top center no-repeat transparent;
		}
		
		#logo.dpf {
		width:240px;
		background:url(../tpl/header-logo-dpf.png) top center no-repeat transparent;
		}

/* Quick Search */

form#search {
width:150px;
height:20px;
display:block;
z-index:22;
position:absolute;
top:30px;
right:10px;
}

	form#search input {
	float:left;
	}

	form#search input.text {
	color:#666;
	width:120px;
	height:12px;
	padding:2px;
	font-size:8pt;
	font-style:oblique;
	border-right:0 none;
	}
	
	form#search input.button {
	width:25px;
	height:18px;
	font-size:8pt;
	cursor:pointer;
	}
	
	#search p.description {
	font-size:9pt;
	}
	
	#search p.breadcrumbs {
	font-size:8pt;
	font-style:oblique;
	}

/* Main Menu */

#menu {
width:775px;
padding-left:200px;
padding-right:5px;
font-size:10pt;
font-family:Arial;
text-align:right;
z-index:21;
position:absolute;
bottom:15px;
right:0;
}

	#menu li {
	display:inline;
	position:relative;
	padding-right:18px;
	text-shadow:1px 1px 0 white;
	}
	
		#menu li a {
		color:#666;
		padding:5px 0;
		text-decoration:none;
		display:inline-block;
		}
		
			#menu li a:hover,
			#menu li a.hover,
			#menu li a.current {
			color:#2a6ebb;
			}
	
	/* Submenu */
	
	#menu ul {
	width:auto;
	display:none;
	position:absolute;
	top:20px;
	left:-13px;
	padding:5px;
	text-align:left;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-left:1px solid white;
	background:url(../tpl/header-submenu-background.png) top left repeat #f6f6f6;
	-moz-box-shadow:0 5px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 5px 3px rgba(0,0,0,0.1);
	}
	
		#menu ul.wrap {
		left:auto;
		right:3px;
		}
	
		#menu ul li {
		width:181px;
		height:auto;
		padding:0;
		line-height:normal;
		display:block;
		font-size:8pt;
		margin-bottom:1px;
		}
		
			#menu ul li a {
			width:auto;
			height:auto;
			display:block;
			padding:7px;
			font-weight:normal;
			line-height:1.4em;
			}
			
				#menu ul li a:hover {
				color:white;
				text-shadow:none;
				background:url(../tpl/header-submenu-hover.png) left center repeat-y #388fd0;
				}

/* Hero Container */

#hero {
width:980px;
height:300px;
margin-bottom:10px;
position:relative;
overflow:hidden;
}

	#message, #overlay {
	display:none;
	}



/* Hero Message */

#message {
color:white;
width:310px;
height:260px;
padding:20px;
overflow:hidden;
position:absolute;
z-index:10;
top:0;
right:0;
background:url(../tpl/blank.png top left repeat transparent);
}

	#message h1 {
	font-size:24pt;
	font-family:Arial;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:1em;
	margin-bottom:10px;
	}
	
	#message h3 {
	font-size:10pt;
	padding-bottom:10px;
	}
	
	#message a {
	color:white;
	font-weight:bold;
	}

/* Hero Background Hack */

#overlay {
width:350px;
height:300px;
position:absolute;
z-index:9;
top:0;
right:0;
background:url(../tpl/hero-overlay.png) top right no-repeat transparent;
}

/* Hero Pager */

#pager {
width:350px;
height:70px;
position:absolute;
text-align:center;
bottom:0;
left:0;
background:url(../tpl/blank.png) top left repeat transparent;
}
	#pager a.prev,
	#pager a.next {
	width:10px;
	height:70px;
	background-position:center center;
	background-repeat:no-repeat;
	opacity:0.75;
	filter:alpha(opacity=75);
	}
	
		#pager a.prev {
		float:left;
		margin-left:9px;
		background-image:url(../tpl/hero-prev.png);
		}
	
		#pager a.next {
		float:right;
		margin-right:9px;
		background-image:url(../tpl/hero-next.png);
		}

	#pager ul {
	display:block;
	width:300px;
	height:70px;
	overflow:hidden;
	margin:auto auto;
	}

		#pager li {
		height:50px;
		width:90px;
		display:inline;
		overflow:hidden;
		}
		
			#pager li a {
			width:90px;
			height:50px;
			line-height:50px;
			margin:10px 5px;
			overflow:hidden;
			display:inline-block;
			opacity:0.25;
			filter:alpha(opacity=25);
			background-position:center;
			background-color:#333;
			-moz-box-shadow:0 1px 2px rgba(0,0,0,0.33);
			-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.33);
			}
		
	#pager a.prev:hover,
	#pager a.next:hover,
	#pager li a.activeSlide,
	#pager li a:hover.activeSlide {
	opacity:1;
	filter:alpha(opacity=100);
	}
	
	#pager li a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	}



/* Homepage Articles */

#more {
width:980px;
position:relative;
overflow:hidden;
}

	#more .wrap {
	width:298px;
	height:255px;
	padding:10px;
	float:left;
	}
	
		#more .wrap.even {
		margin-left:10px;
		margin-right:10px;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		}
		
			#more .wrap.even .article {
			padding:0 10px;
			}
		
		#more .wrap h3 {
		color:#2a6dbc;
		font-size:24px;
		letter-spacing:-1px;
		font-weight:bold;
		font-family:Arial;
		margin-bottom:10px;
		}
		
		#more .wrap h4 {
		color:#2a6dbc;
		font-size:18px;
		font-weight:bold;
		font-family:Arial;
		margin-bottom:5px;
		}
		
		#more .wrap p {
		color:#666;
		line-height:1.4em;
		margin-bottom:5px;
		}
		
		#more .wrap input {
		width:280px;
		font-size:14px;
		padding:5px;
		margin-bottom:5px;
		border:1px solid #ccc;
		}
		
		#more .wrap .article {
		margin-bottom:10px;
		}
		
			#more .wrap .article.separator {
			padding-bottom:10px;
			border-bottom:1px solid #ccc;
			}
			
			#more .wrap .article span {
			width:70px;
			height:70px;
			float:left;
			overflow:hidden;
			margin-right:10px;
			background-color:#eee;
			}
			
				#more .wrap .article span img {
				display:block;
				}
		
		
		
			





#articles {
width:968px;
height:200px;
padding:5px 6px;
clear:both;
position:relative;
overflow:hidden;
background:url(../tpl/page-background.png) top left repeat-x white;
}

	#articles img {
	display:block;
	}

	#articles li.article {
	width:232px;
	padding:1px;
	margin:4px;
	float:left;
	display:inline;
	overflow:hidden;
	}
	
		#articles li.right {
		margin:0;
		float:right;
		}
	
	#articles li.article div.article {
	width:210px;
	padding:10px;
	overflow:hidden;
	border:1px solid rgba(255,255,255,0.5) !important;
	border:1px solid white;
	background:url(../tpl/articles-background-half.png) top center repeat-x #efefef;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	}
	
	#articles li.article div.shadow {
	width:230px;
	height:20px;
	background:url(../tpl/articles-shadow.png) top center no-repeat transparent;
	}
	
	#articles li.article span.image {
	width:210px;
	height:115px;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	background-color:white;
	}
	
	#articles li.article h2 {
	color:white;
	height:15px;
	line-height:1em;
	padding:7px 10px;
	width:190px;
	font-size:11pt;
	font-family:Arial;
	overflow:hidden;
	/* text-transform:uppercase; */
	background:url(../tpl/header-submenu-hover.png) left center repeat-y #388fd0;
	}
	
	#articles li.article form,
	#articles li.article blockquote {
	color:#333;
	height:100px;
	padding:10px 10px 30px;
	line-height:1.5em;
	overflow:hidden;
	position:relative;
	background:url(../tpl/articles-message.png) bottom center repeat-x #fdfdfd;
	}
	
		#articles li.article p {
		margin-bottom:10px;
		}
		
			#articles li.article p.heading {
			max-height:36px;
			overflow:hidden;
			font-weight:bold;
			}
			
			#articles li.article .message {
			height:auto !important;
			height:72px;
			min-height:72px;
			overflow:hidden;
			}

			#articles li.article .message ul li,
			#articles li.article .message span.bullet {
			padding-left:8px;
			background:url(../tpl/articles-bullet.png) 0 5px no-repeat transparent;
			}
			
			#articles li.article .message ol li {
			margin-left:20px;
			list-style:decimal;
			}
			
			#articles li.article .message li a {
			color:#666;
			text-decoration:none;
			}
			
		#articles li.article .message a,
		#articles li.article .message li a:hover {
		color:#2a6dbc;
		text-decoration:underline;
		}
		
			#articles li.article .message a:hover {
			color:#666;
			}
		
		#articles li.article a.readmore {
		left:10px;
		bottom:10px;
		position:absolute;
		}
		
		#articles fieldset {
		margin-bottom:10px;
		}
		
			#articles fieldset input.text {
			width:153px;
			border-right:0 none;
			}



/* Footer */

#footer {
clear:both;
width:980px;
margin-top:100px;
margin-bottom:10px;
font-size:8pt;
text-align:right;
border-top:1px solid #ccc;
}

	#footer a {
	color:#999;
	font-family:Arial;
	padding-top:10px;
	display:inline-block;
	}
	
		#footer a:hover {
		color:#2a6ebb;
		}

	#footer dt {
	float:left;
	}
	
		#footer dt a {
		padding-left:0;
		}

	#footer dd {
	display:inline;
	margin-left:10px;
	}

#disclaimer {
color:#999;
font-size:10px;
line-height:1.4em;
text-align:justify;
}

	#disclaimer p {
	margin-bottom:10px;
	}



























/* Container Elements */

#content {
color:#666;
}

	#content.home {
	padding:10px 0 10px 10px;
	}
	
		#content.home h1 {
		padding-top:15px;
		}
	
		#content.home p {
		width:690px;
		text-align:justify;
		}

		#content.home #features li ul,
		#content.home #features li blockquote {
		min-height:60px;
		}
	
	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color:#666;
	font-weight:bold;
	font-family:Arial;
	}
	
		#content h2, #content h3, #content h4, #content h5, #content h6 {
		margin-top:2em;
		margin-bottom:10px;
		}
	
		#content h1 {
		font-size:30px;
		letter-spacing:-1px;
		text-shadow:1px 1px 0 white;
		margin-bottom:1em;
		padding-right:50px;
		}
		
			#content.home h1 {
			margin-bottom:10px;
			}
	
		#content h2 {
		font-size:18px;
		}
		
		#content h3, #content h4, #content h5, #content h6 {
		font-size:14px;
		}
	
	#content p {
	line-height:1.5em;
	margin-bottom:10px;
	}

/* Default Colours  */
#content h1, #content h2, #content h3, #content #page a, #content #submenu dt, #content #submenu dd.current a, a.chc:hover { color:#2a6dbc; }

/* Charter Hall Group */
/* #content.chc h1, #content.chc h2, #content.chc h3, #content.chc #page a, #content.chc #submenu dt, #content.chc #submenu dd.current a, a.chc:hover { color:#2a6dbc; } */

/* Retail REIT */
/* #content.cqr #page a, #content.cqr #page h1, #content.cqr #page h2, #content.cqr #page h3, #content.cqr #submenu dd.current a, a.cqr:hover { color:#0191bb; } */

/* Office REIT */
/* #content.cqo #page a, #content.cqo #page h1, #content.cqo #page h2, #content.cqo #page h3, #content.cqo #submenu dd.current a, a.cqo:hover { color:#c51331; } */

/* Macquarie Direct Property Fund */
/* #content.mdpf #page a, #content.mdpf #page h1, #content.mdpf #page h2, #content.mdpf #page h3, #content.mdpf #submenu dd.current a, a.mdpf:hover { color:#444a66; } */

/* Diversified Property Fund */
/* #content.dpf #page a, #content.dpf #page h1, #content.dpf #page h2, #content.dpf #page h3, #content.dpf #submenu dd.current a, a.dpf:hover { color:#ffd34f; } */

/* Investment Funds */
/* #content.chif h1, #content.chif h2, #content.chif h3, #content.chif #page a, #content.chif #submenu dt, #content.chif #submenu dd.current a, a.chc:hover { color:#2a6dbc; } */

/* No. 1 Martin Place Trust */
/* #content.1mp #page a, #content.1mp #page h1, #content.1mp #page h2, #content.1mp #page h3, #content.1mp #submenu dd.current a, a.1mp:hover { color:#18294f; } */

/* Macquarie Property Income Fund */
/* #content.mpif #page a, #content.mpif #page h1, #content.mpif #page h2, #content.mpif #page h3, #content.mpif #submenu dd.current a, a.mpif:hover { color:#5e081c; } */

/* Umbrella Fund */
/* #content.chuf #page a, #content.chuf #page h1, #content.chuf #page h2, #content.chuf #page h3, #content.chuf #submenu dd.current a, a.chuf:hover { color:#f37736; } */

/* Core Plus Industrial Fund */
/* #content.cpif #page a, #content.cpif #page h1, #content.cpif #page h2, #content.cpif #page h3, #content.cpif #submenu dd.current a, a.cpif:hover { color:#6b8590; } */

/* Core Plus Office Fund */
/* #content.cpof #page a, #content.cpof #page h1, #content.cpof #page h2, #content.cpof #page h3, #content.cpof #submenu dd.current a, a.cpof:hover { color:#1b5a8e; } */

/* Core Plus Retail Fund */
/* #content.cprf #page a, #content.cprf #page h1, #content.cprf #page h2, #content.cprf #page h3, #content.cprf #submenu dd.current a, a.cprf:hover { color:#38bbe5; } */

/* Opportunity Fund No. 4,5,6 */
/* #content.chof #page a, #content.chof #page h1, #content.chof #page h2, #content.chof #page h3, #content.chof #submenu dd.current a, a.chof:hover { color:#9dbb2f; } */




/* Submenus */

#submenu, #page {
padding:15px;
min-height:300px;
position:relative;
background:url(../tpl/page-background.png) top left repeat-x white;
}

	#submenu {
	width:200px;
	padding-bottom:140px;
	float:left;
	}
	
		#submenu a {
		width:100%;
		display:inline-block;
		padding:3px 0;
		margin:0;
		}
		
			#submenu li {
			margin-left:2px;
			margin-bottom:1px;
			padding-left:10px;
			font-weight:normal;
			background:url(../tpl/page-bullet-square.png) 0 11px no-repeat transparent;
			}
		
			#submenu dt {
			font-size:11pt;
			font-weight:bold;
			font-family:Arial;
			line-height:1.5em;
			padding-bottom:0.66em;
			margin-bottom:0.33em;
			border-bottom:1px solid #ccc;
			}
			
				#submenu dd {
				line-height:1.5em;
				}
	
	#submenu .current,
	#submenu dd a:hover,
	#submenu dd li a.current:hover,
	#submenu dd li.current a:hover,
	#submenu dd li.current li a.current:hover {
	font-weight:bold;
	}
	
		#submenu a:hover,
		#submenu .current:hover,
		#submenu dd li.current a:hover,
		#submenu dd li.current li a.current:hover {
		text-decoration:none;
		}	
		
		#submenu dd li a:hover,
		#submenu dd li.current li a:hover {
		font-weight:normal;
		}
		
			#submenu dd li a:hover,
			#submenu dd li.current li a:hover {
			background:none;
			text-decoration:underline;
			}
			
			#submenu dd.current a:hover {
			background:none;
			}
	
	#submenu a.current, #submenu dd a:hover, #submenu dd a.current:hover, #submenu dd li.current li a.current:hover {
	background:url(../tpl/submenu-current.png) right 9px no-repeat transparent;
	}



/* Pages */

#page {
width:710px;
overflow:hidden;
float:right;
}
	
	#page a {
	text-decoration:underline;
	}
	
	#page ul, #page ol {
	margin-bottom:10px;
	}
	
	#page ul li {
	padding-left:10px;
	background:url(../tpl/page-bullet-square.png) 2px 8px no-repeat transparent;
	}
	
	#page ol li {
	margin-left:20px;
	list-style-type:decimal;
	}
	
	#page li {
	line-height:1.5em;
	}
	
	#page hr {
	height:1px;
	width:100%;
	margin:20px 0;
	display:block;
	overflow:hidden;
	background-color:#ccc;
	border:0 none;
	border-bottom:1px solid white;
	}
	
	#page sup,
	#page sub {
	font-size:6pt;
	}
	
	#page sub {
	color:#999;
	}
	
	/* Table Migration */

	#page table {
	margin-bottom:10px;
	}
	
		#page table .right {
		float:none;
		text-align:right;
		}
	
	#page table .TableHead,
	#page table .TableHead th,
	#page table .TableHead td {
	color:white;
	padding:3px 5px;
	font-weight:bold;
	border:1px solid white;
	background-color:#2a6dbc;
	}
	
		#page table .TableHead a {
		color:white;
		text-decoration:none;
		}
		
		#page table .TableHead a:hover {
		text-decoration:underline;
		}
	
	#page table td,
	#page table .TableCopy,
	#page table .TableCopyAlt,
	#page table .TableCopy td,
	#page table .TableCopyAlt td,
	#page table .TableSubHead,
	#page table .TableSubHead th,
	#page table .TableSubHead td {
	padding:3px 5px;
	border:1px solid white;
	background-color:#fafafa;
	}
	
		#page table .TableCopyAlt, 
		#page table .TableCopyAlt td {
		background-color:#f0f0f0;
		}
	
		#page table .TableSubHead,
		#page table .TableSubHead th,
		#page table .TableSubHead td {
		padding:3px 5px;
		font-weight:bold;
		}



/* Feature Boxes */

#features {
width:740px;
height:180px;
padding-top:10px;
margin:40px -15px 0;
background:url(../tpl/page-background.png) top left repeat-x white;
}


	#content.home #features {
	width:253px;
	height:235px;
	float:right;
	padding-top:10px;
	margin:-10px 0 10px 20px;
	}

		#content.home #features .feature {
		height:auto;
		}
	
		#content.home #features blockquote {
		padding-bottom:0;
		}
		
		#content.home #features li {
		margin-left:10px;
		}
		
		#content.home #features li img {
		margin:-5px auto -10px;
		}
	
	#page #features li {
	width:234px;
	float:left;
	display:inline;
	margin-left:10px;
	padding:0;
	background:none;
	}
	
	#features div.feature {
	width:210px;
	height:180px;
	padding:10px;
	overflow:hidden;
	border:1px solid rgba(255,255,255,0.5) !important;
	border:1px solid white;
	background:url(../tpl/articles-background-quarter.png) top center repeat-x #efefef;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	}
	
	#content #features li h2,
	#content #page #features li h2 {
	color:white;
	width:190px;
	font-size:11pt;
	font-family:Arial;
	font-weight:normal;
	margin:0;
	padding:5px 10px;
	overflow:hidden;
	background:url(../tpl/header-submenu-hover.png) left center repeat-y #388fd0;
	}
	
	#content #page #features li h3 {
	font-size:11pt;
	margin:0 0 10px;
	}
	
	#features li blockquote {
	color:#666;
	padding:10px;
	min-height:82px;
	line-height:1.5em;
	background:url(../tpl/articles-message.png) bottom center repeat-x #fdfdfd;
	}
	
		#features li blockquote ul {
		margin:0;
		}
		
		#page #features ul li {
		width:auto;
		float:none;
		display:block;
		margin:0;
		padding-left:8px;
		line-height:1.4em;
		background:url(../tpl/articles-bullet.png) 0 5px no-repeat transparent;
		}
	
		#features li p {
		margin-bottom:10px;
		}
		
		#content #page #features li a {
		color:#666;
		text-decoration:none;
		}
		
		#content #page #features li a:hover {
		text-decoration:underline;
		}
	
	#features li div.shadow {
	width:230px;
	height:15px;
	background:url(../tpl/articles-shadow.png) top center no-repeat transparent;
	}
		
		

/* Funds Overview */

#funds {
width:980px;
height:500px;
background:url(../tpl/page-background.png) top left repeat-x white;
}

#funds li.category {
width:230px;
float:left;
display:inline;
margin-top:10px;
margin-left:12px;
}

	#funds li.category h2 {
	color:white;
	padding:15px 0 15px 10px;
	margin:0 0 10px;
	font-size:13pt;
	text-shadow:none;
	background-color:#2a6ebb;
	}
	
	#funds li.category div.image {
	height:230px;
	position:relative;
	margin-bottom:10px;
	background-color:#fafafa;
	background-position:top center;
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
		#funds li.category div.image p {
		color:white;
		width:210px;
		height:auto;
		padding:10px;
		margin:auto auto;
		position:absolute;
		background-color:#2a6ebb;
		}
	
		#funds li.category.retail div.image {
		background-image:url(../tpl/overview-retail.png);
		}
		
		#funds li.category.wholesale div.image {
		background-image:url(../tpl/overview-wholesale.png);
		}
		
		#funds li.category.reits div.image {
		background-image:url(../tpl/overview-reits.png);
		}
		
		#funds li.category.charter div.image {
		background-image:url(../tpl/overview-charter.png);
		}
	
	#funds li.category ul {
	height:220px;
	padding:5px;
	background:url(../tpl/page-background.png) top left repeat-x white;
	}
	
	#funds li.category li {
	font-size:8pt;
	line-height:1.4em;
	}
		
		#funds li.category li a {
		display:block;
		padding:7px;
		text-shadow:1px 1px 0 white;
		}
		
	#funds li.category li a:hover {
	color:white;
	text-shadow:none;
	text-decoration:none;
	background:url(../tpl/header-submenu-hover.png) left center repeat-y #388fd0;
	}



/* ASX/Media Announcments */

#announcements h2 {
cursor:pointer;
display:block;
line-height:1em;
padding:10px 0;
margin:0 0 10px;
outline:0 none;
border-bottom:1px dotted #ccc;
}

	#announcements ul {
	padding-bottom:50px;
	}

	#page #announcements li {
	margin:0;
	padding:0;
	font-size:8pt;
	background:none;
	}
	
	#announcements div.clear {
	height:20px;
	}

	#announcements div.date {
	color:black;
	width:110px;
	float:left;
	}
	
		#announcements div.article {
		width:600px;
		float:left;
		}
		
		#announcements div.article a {
		display:block;
		font-weight:bold;
		text-decoration:none;
		}

/* Read More */

#announcements.more {
margin-bottom:30px;
}

	#announcements.more a {
	text-decoration:none;
	}
	
	#announcements.more h1 {
	margin-bottom:10px;
	}









/* Development Portfolio */

#page #portfolio li {
width:300px;
float:left;
display:inline;
padding:0;
background:none;
margin:auto 20px 20px auto;
}

	#portfolio a {
	width:278px;
	height:90px;
	display:block;
	overflow:hidden;
	padding-right:20px;
	text-decoration:none;
	border:1px solid #f0f0f0;
	background-color:white;
	}
	
		#portfolio a:hover {
		background-color:#fafafa;
		}
		
			#portfolio a:hover span {
			background-color:#f0f0f0;
			}
		
		#portfolio a:hover strong em {
		color:#2a6dbc;
		}
	
	#portfolio span {
	width:90px;
	height:90px;
	float:left;
	display:inline;
	overflow:hidden;
	margin-right:20px;
	background-color:#fafafa;
	}
		
		#portfolio span img {
		width:100%;
		}
	
	#portfolio strong {
	display:block;
	padding-top:15px;
	font-size:10pt;
	line-height:1.2em;
	text-shadow:1px 1px 0 white;
	}
	
		#portfolio strong em {
		color:#666;
		font-style:normal;
		font-weight:normal;
		}

/* Portfolio Asset Gallery */

#asset div.clear, #asset div.item, #asset div.module {
clear:none;
}

#page #asset .fe_gallery_wrap {
width:270px;
float:right;
margin:0 0 20px 20px;
}

/* Gallery Hero */

#page #asset .fe_gallery {
width:270px;
height:270px;
margin-bottom:5px;
}

	#page #asset .fe_gallery li {
	height:270px;
	}
	
		#page #asset .fe_gallery img {
		max-width:270px;
		width:expression(this.width > 270 ? 270 : true);
		}

/* Gallery Pager */

#page #asset .fe_pager {
clear:both;
display:block;
text-align:right;
}
	
	#page #asset .fe_pager a {
	margin-left:5px;
	margin-bottom:5px;
	}

	#page #asset .fe_pager img {
	max-width:30px;
	width:expression(this.width > 30 ? 30 : true);
	}



/* Page Tools */

#page #tools {
width:70px;
position:absolute;
top:15px;
right:15px;
}

	#page #tools li {
	background:none;
	}
	
		#page #tools li * {
		cursor:pointer;
		}

	#page #tools a {
	clear:both;
	color:#666;
	height:16px;
	font-size:8pt;
	line-height:1.6em;
	text-align:right;
	text-decoration:none;
	margin-bottom:2px
	}
	
		#page #tools a span {
		float:right;
		width:16px;
		height:16px;
		margin-left:4px;
		opacity:0.5;
		filter:alpha(opacity=50)
		}
	
			#page #tools a.print span {
			background:url(../tpl/icon-print.png) right center no-repeat;
			}
			
			#page #tools a.email span {
			background:url(../tpl/icon-email.png) right center no-repeat;
			}
			
			#page #tools a.share span {
			background:url(../tpl/icon-share.png) right center no-repeat;
			}
		
		#page #tools a label {
		float:right;
		background:url(../tpl/page-background.png) top left repeat-x white;
		opacity:0;
		filter:alpha(opacity=0)
		}





/* Unit Price Calculator */

.ui-helper-reset { border:0; }

#unit-price h2, #unit-price h3 {
outline:0 none;
cursor:pointer;
display:block;
line-height:1em;
}
	
	#unit-price h2 {
	margin:10px 0 0;
	padding:0;
	}
	
		#unit-price h2 span {
		display:block;
		padding:10px 0;
		border-bottom:1px dotted #ccc;
		}
		
		#unit-price h2 span.ui-icon {
		display:none;
		}
	
	#unit-price h3 {
	color:#666;
	margin:0;
	padding:10px 0 5px;
	}
	
		#unit-price h3.ui-state-active {
		color:#2a6dbc;
		}
	
	#unit-price table {
	width:100%;
	}

#unit-price div.unit-price-month {
margin:0;
}



/* Document Filetype Icons */
a.pdf {
background:transparent no-repeat left top;
padding-left: 20px;
line-height: 18px;
display:inline-block;
background-image: url(../tpl/icon-filetype-pdf.png);
}
 
a.doc {
background:transparent no-repeat left top;
padding-left: 20px;
line-height: 18px;
display:inline-block;
background-image: url(../tpl/icon-filetype-doc.png);
padding-left: 18px;
}

a.xls {
background:transparent no-repeat left top;
padding-left: 20px;
line-height: 18px;
display:inline-block;
background-image: url(../tpl/icon-filetype-xls.png);
padding-left: 18px;
}

.feature a.document {
background:none;
padding-left:0;
line-height:auto;
display:inline;
}



/* ASX Signup Page  */

#ASX-Releases.error { font-weight:bold; color:red; } 
#ASX-Releases.error span { font-weight:normal; } 

form#ASX-Signup { margin:10px 0 25px 0; }
form#ASX-Signup label { display:inline-block; margin-bottom:10px; font-weight:bold; }
form#ASX-Signup label.error { width:100px; margin-left:10px; color:red; }
form#ASX-Signup label span { color:red; }
form#ASX-Signup input { display:inline-block; }
form#ASX-Signup input.text { padding:3px; font-family:Arial, sans-serif; width:180px; }
form#ASX-Signup input.submit { padding:5px 8px; font-family:Arial, sans-serif; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; background-color:#fafafa; border:1px solid #ccc; cursor:pointer; font-weight:bold; color:#0c5691; }
form#ASX-Signup input.submit:hover { background-color:#fff; border-color:#7a98bc; }
form#ASX-Signup p { margin-top:10px; }
form#ASX-Signup p.mandatory-notice { font-style:italic; font-size:11px; }
form#ASX-Signup p.mandatory-notice span, form p span { color:red; }
form#ASX-Signup fieldset { margin-bottom:10px; }

#asx-groups label.error { display:none; padding-bottom:10px; }

form#ASX-Signup label { width:90px; }
form#ASX-Signup label.error { width:auto; }
form#ASX-Signup fieldset label { width:300px; }
form#ASX-Signup #captcha { position:relative; top:-5px; }

/* Update Home Page CSS */

/* Update Home Page CSS */

.temp li {
	margin-left:-7px; 
	padding-left: 7px; 
}
.temp li.red {
	background: transparent url(http://charterhall.com.au/media/wwwtpl/ch/tpl/articles-bullet_red.png) no-repeat 0px 5px; 
}
.temp li.blue {
	background: transparent url(http://charterhall.com.au/media/wwwtpl/ch/tpl/articles-bullet_blue.png) no-repeat 0px 5px; 
}
#container ul#feature-list{
	list-style:none;
	height:100px;
	margin-top:0;
}
#container ul#feature-list li{
	background: url(/images/green-arrow.png) no-repeat left center;
	padding-left:15px;
	line-height:20px;
}
#container ul#feature-list a{
	color:#666;
	text-decoration:none;
}
#container ul#feature-list a:hover{
	text-decoration:underline;
}
