/*

	COMMON

*/
* {
	padding: 0;
	margin: 0;
}
body {
	line-height: 1.5em;
}
object, img {
	display: block
}
a img {
	border: none;
}
.hide {
	display: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
	height: 1px;
    overflow: hidden;
}
.clearfix:after, .list_image:after, .list_image_last:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}/*

	RE-DEFINE HTML STYLES

*/


html { /* Enables scrollbar all the time in firefox*/
 overflow-y: scroll !important;
}

body {
	background: #ffffff;
	color: #515153;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 0 0 20px 0;
	margin: 0;
}

a:link, a:visited, a:active {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #4C4C4C;
text-decoration: none;
}

a[href *='.pdf'], a[href ^='http://www.benngroup.com.au/secure/'] {
   padding: 0 0 0 18px;
   background: transparent url(../../_img/icon_pdf.gif) no-repeat center left;
}

a[href *='.pps'] {
   padding: 0 0 0 18px;
   background: transparent url(../../_img/icon_pps.gif) no-repeat center left;
}

a.noicon {
  padding: 0;
  background: none;
}
a.ratingdisclaimer {
  padding: 0;
  background: none;
}
a.ratingdisclaimer:hover {
  opacity: 0.9;
}

h1 {
  margin: 0;
  padding: 0;
  height: 105px;
  position: relative;
}

p {
	margin: 1.1em 0;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 10px 0;
	padding: 0;
}
li {
	padding: 0;
	margin-bottom: 2px;
	margin-left: 17px;
}
ol {
	list-style-position: outside;
	margin: 0 0 10px 8px;
	padding: 0;
}
ol li {
	padding: 0;
	margin-bottom: 2px;
	margin-left: 17px;
}
hr {
  border: 0;
  color: #eee;
  background-color: #eee;
  height: 1px;
  margin: 1.5em 0 1em 0;
  padding: 0;
}

#wrapper {
  width: 990px;
  margin: 0 auto;
  background: url(../../images/headers/header_red.gif) no-repeat 253px 28px;
}
#home #wrapper {
  background: none;
}

#australian-large-caps #wrapper, #at-a-glance.bennelong-australian-equities-fund #wrapper, #at-a-glance.bennelong-concentrated-australian-equities-fund #wrapper, #at-a-glance.bennelong-ex-20-australian-equities-fund #wrapper {
  background: url(../../images/headers/header_ausequities_gold.gif) no-repeat 253px 28px;
}
#australian-small-caps #wrapper, #at-a-glance.bennelong-avoca-emerging-leaders-fund #wrapper {
  background: url(../../images/headers/header_smallcaps_green.gif) no-repeat 253px 28px;
}
#absolute-return #wrapper, #at-a-glance.bennelong-kardinia-absolute-return-fund #wrapper {
  background: url(../../images/headers/header_absolutereturn.gif) no-repeat 253px 28px;
}
#market-neutral #wrapper {
  background: url(../../images/headers/header_longshort_peach.gif) no-repeat 253px 28px;
}
#property #wrapper {
  background: url(../../images/headers/header_property_silver.gif) no-repeat 253px 28px;
}
#editorials #wrapper {
  background: url(../../images/headers/header_ed_orange.gif) no-repeat 253px 28px;
}
#editorials-view #wrapper, #news #wrapper, #media #wrapper {
  background: url(../../images/headers/header_media_red.gif) no-repeat 253px 28px;
}

#editorials #australian-equities-large-caps_ #wrapper, #editorials-view #australian-equities-large-caps_ #wrapper {
  background: url(../../images/headers/header_ed_ausequities_gold.gif) no-repeat 253px 28px;
}
#editorials #australian-equities-small-caps_ #wrapper, #editorials-view #australian-equities-small-caps_ #wrapper {
  background: url(../../images/headers/header_ed_smallcaps_green.gif) no-repeat 253px 28px;
}
#editorials #absolute-return_ #wrapper, #editorials-view #absolute-return_ #wrapper {
  background: url(../../images/headers/header_ed_absolutereturn.gif) no-repeat 253px 28px;
}
#editorials #global-equities_ #wrapper, #editorials-view #global-equities_ #wrapper {
  background: url(../../images/headers/header_ed_globalequities_brown.gif) no-repeat 253px 28px;
}
#editorials #industry-commentary_ #wrapper, #editorials-view #industry-commentary_ #wrapper {
  background: url(../../images/headers/header_ed_industry_olive.gif) no-repeat 253px 28px;
}
#editorials #philanthropy_ #wrapper, #editorials-view #philanthropy_ #wrapper {
  background: url(../../images/headers/header_ed_philantropy_brown.gif) no-repeat 253px 28px;
}


#top {
  position: relative;
  height: 28px;
}

#search {
  width: 201px;
  background: #ffffff;
  height: 28px;
  float: right;
}

#bar {
  /*height: 140px;*/
  height: 105px;
  position: relative;
  z-index: 500;
}
#home #bar {
  height: 140px;
}


#bar p {
  display: none;
}
#award {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  width: 201px;
  height: 139px;
  padding-top: 0;
  overflow: hidden;
}
#award a {
  padding: 0;
  background: none;
}
#award a:hover img {
  opacity: 0.75;
}
#market-neutral #award, #property #award, #absolute-return #award { height: 108px; }

a#logo {
  display: block;
  width: 253px;
  height: 126px;
  background: url(../../_img/logo.png) no-repeat 0 0;
  font-size: 0;
  text-indent: -9999px;
  outline: 0;
  position: absolute;
  top: 0;
  left: 0;
}
a#logo:hover {
  opacity: 0.7;
}

#structure {
  position: relative;
  z-index: 2;
}
#home #structure {
  background: url(../../_img/structure.jpg) no-repeat;
}
#bstructure {
  background: url(../../_img/structure-repeat.gif) repeat-y;
}

#footer {
  margin-top: 5px;
  font-size: 9px;
  color: #97999c;
  line-height: 13px;
  text-align: justify;
  padding-top: 20px;
}

#footer-links {
  font-size: 11px;
  color: #b5121b;
  width: 737px;
  padding-left: 253px;
  text-align: left;
}
#footer-links a {
  color: #b5121b;
  margin-right: 8px;
  text-decoration: none;
}
#footer-links a:hover {
  color: #333;
}
#footer-links span.spacer {
  margin-right: 7px;
}

#footer p {
  margin: 0;
}

#content {
  float: left;
  width: 737px;
  padding-bottom: 30px;
}

#home #content {
  width: 533px;
  margin-right: 1px;
  padding-bottom: 0;
}

#content .container {
  padding-right: 35px;
}

#content .smalltxt { font-size: 10px; line-height: 14px; margin-top: 15px; }

#contact-us #content .container {
  padding-right: 0;
}
#contact-us #content .container p { padding-right: 35px; }


* html #content .container {
  padding-right: 0;
}
* html #content .container p, * html #content .container ul {
  padding-right: 35px;
}
* html#editorials-view #content .container {
  padding-right: 35px;
}
* html#editorials-view #content .container p, * html#editorials-view #content .container ul {
  padding-right: 0;
}
* html#editorials-view #content em {
  width: 99%;
  display: block;
}


#take-a-look-at-an-ex-20-strategy #content {
  padding-bottom: 0;
}
#take-a-look-at-an-ex-20-strategy #footer {
  padding-top: 0;
  position: relative;
}
#take-a-look-at-an-ex-20-strategy #footer-links {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
}


#home #right-col {
  float: left;
  border-left: 2px solid #fff;
  width: 201px;
}

ul#quicklinks {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 252px;
  list-style: none;
  z-index: 10;
  width: 533px;
}
* html ul#quicklinks {
  bottom: -4px;
}
ul#quicklinks li {
  float: left;
  margin: 0;
  padding: 0;
  width: 175px;
  height: 124px;
  margin-right: 2px;
}
ul#quicklinks li#ratingsbanner {
  width: 356px;
  height: 124px;
  margin: 0;
}
ul#quicklinks li h3 {
  margin: 0;
  padding: 0;
  border-top: none;
  border-bottom: 1px solid #fff;
}
ul#quicklinks li h3 a {
  background: url(../../_img/quicklinks/bennelong-group.gif) no-repeat;
  width: 175px;
  height: 33px;
  font-size: 0;
  text-indent: -9999px;
  display: block;
}
ul#quicklinks li a:hover img {
  opacity: 0.75;
}

p.editorial-image {
  float: left;
  margin: 1.1em 1em 5px 0;
  padding-bottom: 5px;
}
p.editorial-image img {
  display: block;
  margin: 5px 0 0 0;
  padding: 0;
}

#editorials #ql-box {
  min-height: 30px;
  height: auto !important;
  height: 30px;
  color: #000;
  font-size: 12px;
}
#eql {
  padding: 15px 10px 0 10px;
  text-align: right;
}
#eql a#feedback {
  background: url(../../_img/editorial/feedback.gif) no-repeat top right;
  padding-right: 25px;
  height: 18px;
  line-height: 16px;
  display: block;
  margin: 0 0 5px 0;
}
#eql a#share {
  background: url(../../_img/editorial/share.gif) no-repeat top right;
  padding-right: 25px;
  height: 18px;
  line-height: 18px;
  display: block;
  margin: 5px 0 2px 0;
}
#eql a#friend {
  background: url(../../_img/editorial/sendtofriend.gif) no-repeat top right;
  padding-right: 25px;
  height: 18px;
  line-height: 18px;
  display: block;
  margin: 5px 0 2px 0;
}

#fl {
  margin: 1.1em 0;
}

#editorial-holder {
  background: #4e4e4e;
  height: 139px;
  width: 533px;
  position: absolute;
  top: 0;
  left: 253px;
  border-bottom: 1px solid #fff;
  z-index: 9999;
}
#editorial-holder h2 {
  margin: 0;
  padding: 0;
  width: 533px;
  height: 30px;
  background: url(../../images/editorial/latest-ed-home.gif) no-repeat;
}

#australian-large-caps #editorial-holder h2 {
  background: url(../../images/editorial/latest-ed-largecaps.gif) no-repeat;
}
#australian-small-caps #editorial-holder h2 {
  background: url(../../images/editorial/latest-ed-smallcaps.gif) no-repeat;
}
#absolute-return #editorial-holder h2 {
  background: url(../../images/editorial/latest-ed-kardinia.gif) no-repeat;
}

#editorial-holder a {
  position: relative;
}
#editorial-holder h4 {
  margin: 0;
  padding: 9px 0 0 0;
  font-size: 12px;
  color: #fff;
  width: auto;
  line-height: 18px;
  overflow: hidden;
}
#editorial-holder h4 a {
  color: #fff;
  text-decoration: none;
}
#editorial-holder p {
  color: #fff;
  display: block;
  margin-top: 5px;
  font-size: 11px;
  line-height: 14px;
}

#editorial-holder div.info {
  padding: 0;
  float: left;
  position: relative;
  height: 109px;
  width: 444px;
  color: #fff;
  background: url(../../_img/editorial/background.jpg) no-repeat;
}
#editorial-holder div.text {
  padding: 0 50px 0 17px;
  height: 85px;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#editorial-holder div.text a {
  color: #fff;
}

#editorial-holder a.img {
  position: relative;
  display: block;
  width: 88px;
  height: 109px;
  float: left;
  border-right: 1px solid #fff;
  overflow: hidden;
}

#editorial-holder a.img #overlay {
  border: none;
  position: absolute;
  bottom: 4px;
  right: 5px;
  opacity: 0.7;
}
#editorial-holder a.img:hover #overlay {
  opacity: 1;
}

#editorial-holder div.links {
  background: #ad1f26;
  width: 444px;
  height: 23px;
  background: url(../../_img/editorial/buttons.gif) no-repeat;
}

#australian-large-caps #editorial-holder div.links {
  background: url(../../images/editorial/ed-buttons-largecaps.gif) no-repeat;
}
#australian-small-caps #editorial-holder div.links {
  background: url(../../images/editorial/ed-buttons-smallcaps.gif) no-repeat;
}
#absolute-return #editorial-holder div.links {
  background: url(../../images/editorial/ed-buttons-absolutereutrn.gif) no-repeat;
}

#editorial-holder div.links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#editorial-holder div.links ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 111px;
}
#editorial-holder div.links ul li a {
  display: block;
  width: 111px;
  height: 23px;
  font-size: 0;
  text-indent: -9999px;
}
#editorial-holder li#editorial-link-1 a:hover { background: url(../../_img/editorial/buttons.gif) no-repeat 0 -23px; }
#editorial-holder li#editorial-link-2 a:hover { background: url(../../_img/editorial/buttons.gif) no-repeat -111px -23px; }
#editorial-holder li#editorial-link-3 a:hover { background: url(../../_img/editorial/buttons.gif) no-repeat -222px -23px; }
#editorial-holder li#editorial-link-4 a:hover { background: url(../../_img/editorial/buttons.gif) no-repeat -333px -23px; }

#australian-large-caps #editorial-holder li#editorial-link-1 a:hover { background: url(../../images/editorial/ed-buttons-largecaps.gif) no-repeat 0 -23px; }
#australian-large-caps #editorial-holder li#editorial-link-2 a:hover { background: url(../../images/editorial/ed-buttons-largecaps.gif) no-repeat -111px -23px; }
#australian-large-caps #editorial-holder li#editorial-link-3 a:hover { background: url(../../images/editorial/ed-buttons-largecaps.gif) no-repeat -222px -23px; }
#australian-large-caps #editorial-holder li#editorial-link-4 a:hover { background: url(../../images/editorial/ed-buttons-largecaps.gif) no-repeat -333px -23px; }

#australian-small-caps #editorial-holder li#editorial-link-1 a:hover { background: url(../../images/editorial/ed-buttons-smallcaps.gif) no-repeat 0 -23px; }
#australian-small-caps #editorial-holder li#editorial-link-2 a:hover { background: url(../../images/editorial/ed-buttons-smallcaps.gif) no-repeat -111px -23px; }
#australian-small-caps #editorial-holder li#editorial-link-3 a:hover { background: url(../../images/editorial/ed-buttons-smallcaps.gif) no-repeat -222px -23px; }
#australian-small-caps #editorial-holder li#editorial-link-4 a:hover { background: url(../../images/editorial/ed-buttons-smallcaps.gif) no-repeat -333px -23px; }

#absolute-return #editorial-holder li#editorial-link-1 a:hover { background: url(../../images/editorial/ed-buttons-absolutereutrn.gif) no-repeat 0 -23px; }
#absolute-return #editorial-holder li#editorial-link-2 a:hover { background: url(../../images/editorial/ed-buttons-absolutereutrn.gif) no-repeat -111px -23px; }
#absolute-return #editorial-holder li#editorial-link-3 a:hover { background: url(../../images/editorial/ed-buttons-absolutereutrn.gif) no-repeat -222px -23px; }
#absolute-return #editorial-holder li#editorial-link-4 a:hover { background: url(../../images/editorial/ed-buttons-absolutereutrn.gif) no-repeat -333px -23px; }

h3#news_item, #ql-box h3#news_item {
  width: 201px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  background: url(../../_img/news.gif) no-repeat;
  border-bottom: 1px solid #ffffff;
  border-top: none;
  padding: 0;
  margin: 0;
}
a#more_news_items {
  display: block;
  width: 201px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  background: url(../../_img/more_news.gif) no-repeat;
  margin-bottom: 20px;
}
a#more_news_items:hover {
  background: url(../../_img/more_news.gif) no-repeat 0 -49px;
}

#ql-box a#more_news_items {
  height: 15px;
  background: url(../../images/more-news-dark.gif) no-repeat 0 -20px;
  margin-bottom: 0;
}
#ql-box a#more_news_items:hover {
  background: url(../../images/more-news-dark.gif) no-repeat 0 -69px;
}

p#beige {
  margin: 15px 0 0 0;
  border-top: 1px solid #e0d1a5;
  padding: 0;
}

a#lnews {
  border-top: 1px solid #fff;
  display: block;
  background: url(../../_img/latest-news.gif) no-repeat -26px 0;
  width: 201px;
  height: 36px;
  font-size: 0;
  text-indent: -9999px;
  outline: 0;
}
a#lnews:hover {
  background: url(../../_img/latest-news.gif) no-repeat -26px -49px;
}

a#lmedia {
  border-top: 1px solid #fff;
  display: block;
  background: url(../../_img/latest-media.gif) no-repeat -16px 0;
  width: 201px;
  height: 36px;
  font-size: 0;
  text-indent: -9999px;
  outline: 0;
}
a#lmedia:hover {
  background: url(../../_img/latest-media.gif) no-repeat -16px -49px;
}

#right-col ul, #ql-box #right-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
  font-size: 11px;
  line-height: 14px;
  width: 201px;
}
#right-col ul li, #ql-box #right-col ul li {
  margin: 0;
  padding: 0;
  float: none;
  min-height: 30px;
  height: auto !important;
  height: 30px;
  width: 201px;
}
#right-col ul li a, #ql-box #right-col ul li a {
  display: block;
  width: 141px;
  min-height: 30px;
  height: auto !important;
  height: 30px;
  padding: 14px 30px 21px 30px;
  background: url(../../_img/news_border.gif) no-repeat bottom left;
  text-decoration: none;
  margin: 0;
}

#ql-box #right-col ul li a {
  background: none;
  padding-bottom: 14px;
}
#right-col ul li a:hover {
  background: #F4EEDE url(../../_img/news_border_hover.gif) no-repeat bottom left;
}
#ql-box #right-col ul li a:hover {
  background: none;
}
#ql-box #right-col ul li a:hover .title {
  color: #4c4c4c;
}

#right-col span.date {
  color: #b5111a;
  font-size: 11px;
  margin-bottom: -8px;
  display: block;
}
#right-col span.title {
  color: #000;
  font-size: 12px;
  line-height: 16px;
  padding-top: 4px;
}

#site {
  font-size: 11px;
  position: absolute;
	top: 6px;
	left: 253px;
	line-height: 15px;
	width: 533px;
	overflow: hidden;
}
#site a {
  color: #373737;
  display: block;
  float: left;
  height: 16px;
  border-left: 1px solid #e6e7e2;
  text-decoration: none;
  outline: 0;
}
#site a span {
  display: none;
}
#site a#increase {
  background: url(../../_img/icons/increase_text_size.jpg) no-repeat 0 -1px;
  width: 76px;
  padding-left: 48px;
}
#site a#increase:hover {
  background: url(../../_img/icons/increase_text_size.jpg) no-repeat 0 -20px;
  color: #999;
}
#site a#decrease {
  background: url(../../_img/icons/decrease_text_size.jpg) no-repeat 0 -1px;
  width: 77px;
  padding-left: 48px;
}
#site a#decrease:hover {
  background: url(../../_img/icons/decrease_text_size.jpg) no-repeat 0 -20px;
  color: #999;
}
#site a#bookmark {
  background: url(../../_img/icons/add_to_favourites.jpg) no-repeat 0 -1px;
  width: 115px;
  padding-left: 56px;
}
#site a#bookmark:hover {
  background: url(../../_img/icons/add_to_favourites.jpg) no-repeat 0 -20px;
  color: #999;
}
#site a#print {
  background: url(../../_img/icons/print.jpg) no-repeat 0 -1px;
  width: 53px;
  padding-left: 55px;
  overflow: hidden;
}
#site a#print:hover {
  background: url(../../_img/icons/print.jpg) no-repeat 0 -20px;
  color: #999;
}

span.clearfix {
  display: block;
  height: 22px;
}
a.back-to-top:link, a.back-to-top:active, a.back-to-top:visited {
  float: right;
  color: #ad2027;
  display: inline-block;
  min-width: 25px;
  padding: 0 12px;
  height: 20px;
  border: 1px solid #ad2027;
  text-decoration: none;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  margin-left: 5px;
}
a.back-to-top:hover {
  background: #faf8f1;
}
#editorials a.back-to-top, #editorials-view a.back-to-top {
  padding: 0 18px;
}

a.return_url:link, a.return_url:active, a.return_url:visited {
  float: right;
  display: inline-block;
  min-width: 25px;
  padding: 0 12px;
  height: 20px;
  border: 1px solid #000;
  text-decoration: none;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  margin-left: 5px;
}
a.return_url:hover {
  background: #faf8f1;
}

p.botlinks {
}


span.return_url {
  float: right;
  display: block;
}

span.return_url a:link, span.return_url a:active, span.return_url a:visited {
  float: right;
  display: inline-block;
  min-width: 25px;
  padding: 0 10px;
  height: 20px;
  border: 1px solid #000;
  text-decoration: none;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  margin-left: 5px;
}
span.return_url a:hover {
  background: #faf8f1;
}

#content h3#news-title {
  margin: 0.8em 0 0 0;
  padding-top: 0;
  border-top: none;
}

ul#news-listing {
  list-style: none;
  padding-top: 1em;
}
#important-information ul#news-listing {
  margin-top: 1.1em;
}

#editorials-view .container {
  padding-top: 1em;
}
#news #content #news-title {
  padding-top: 0.7em;
}

ul#news-listing li {
  margin: 0 0 1.5em 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
ul#news-listing li h3 {
  margin: 0;
  padding: 0;
  border-top: none;
}
ul#news-listing li p {
  margin: 1em 0 1.5em 0;
}

dl {
  margin: -0.5em 0 1.5em 0;
}
dl dt {
  float: left;
  width: 70px;
}
dl dd {
  padding-left: 70px;
}
dl dt.long {
  height: 2em;
}

#media #content sub {
  display: block;
  margin-top: 0.2em;
  line-height: 1.3em;
  margin-bottom: 1.5em;
}

/* DIST LIST */

#our-people #content .container {
  background: url(../../modules/ourPeople/dots.gif) no-repeat top right;
}

#distlist h3 {
  color: #333;
  border-top: 1px solid #ccc;
  margin-top: 1.5em;
}

#distlist h3.border_top {
  color: #333;
  border-top: none;
  margin-top: 1.6em;
}

ul.distlist {
  margin: 2em 0 0 0;
  padding: 0;
  /*border-top: 1px solid #eee;*/
  list-style: none;
}
ul.distlist li {
  margin: 0 0 0 20px;
  padding: 0;
}
ul.distlist h4 {
  margin-bottom: 0;
  margin-top: 1em;
  cursor: pointer;
  margin-left: -20px;
  padding-left: 20px;
  font-size: 1.1em;
  color: #333333;
  background: url(../../modules/ourPeople/whoarewe-arrow.gif) no-repeat;
}

ul.distlist h4:hover, ul.distlist h4.active {
  color: #000;
}
ul.distlist h4.active {
  background: url(../../modules/ourPeople/whoarewe-arrow.gif) no-repeat 0 -100px;
}

ul.distlist .element {
  margin-left: -20px;
  padding-left: 20px;
  padding-bottom: -1.1em;
  position: relative;
}
ul.distlist div.active {
  border-bottom: 1px solid #eee !important;
}
ul.distlist li.last div.active {
  border-bottom: none !important;
}
ul.distlist li p, ul.distlist li.last p { margin-bottom: 0; }
ul.distlist li p.sub {
  margin-top: 0;
  margin-bottom: 1.1em;
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
}
ul.distlist li.img p.sub {
  margin-top: 1.1em;
}
ul.distlist li img {
  float: left;
  margin: 0.2em 25px 10px 0;
  display: block;
}
ul.distlist li.img p {
  margin-left: 175px;
}
ul.distlist li .clearfix {
  margin: 0;
  padding: 0;
}
#distlist ul.last {
  margin-bottom: 2em;
}



ul#team_list {
  margin: 2em 0 1.5em 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #eee;
}
ul#team_list li {
  margin: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  padding-top: 15px;
}
ul#team_list li.list_image_last, ul#team_list li.list_noimage_last {
  padding-bottom: 0;
  border-bottom: none;
}
ul#team_list li sub {
  margin: 3px 0 15px 0;
  display: block;
  font-weight: bold;
  font-size: 0.9em;
  color: #333;
}
ul#team_list li img {
  float: left;
  margin: 0 25px 10px 0;
  display: block;
}
ul#team_list h4 {
  margin: 0;
  padding: 0;
  height: auto;
  color: #333;
}
ul#team_list h4 span { font-weight: normal; }
ul#team_list li p {
  margin-left: 175px;
}

#market-neutral ul#team_list li p {
  margin-left: 0;
}

#contact-us ul#team_list p {
  margin: 0 0 1.1em 0;
}

/* BUTTONS */

#content div.profile {
  margin: 0;
  width: 156px;
  height: 182px;
  background: #ffffff url(../../_img/download.gif) no-repeat 0 0;
  float: right;
  margin-top: -20px;
  margin-right: -37px;
  margin-left: 1.5em;
  line-height: 0;
  overflow: none;
  position: relative;
}
* html #content div.profile {
  width: 203px;
  margin-left: 0.5em;
  background: #ffffff url(../../_img/download.gif) no-repeat 10px 0;
}

#our-business #content div.profile {
  margin-right: -10px;
}
* html #our-business #content div.profile {
  margin-right: -25px;
}

#media #content div.profile {
  margin-right: -15px;
}

#content div.profile a {
  margin: 10px 0 0 10px;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  display: block;
  width: 115px;
  height: 100px;
  background: none;
}
#content div.profile a:hover {
  background: #ffffff url(../../_img/hover_download.gif) no-repeat -10px -10px;
}
* html #content div.profile a:hover {
  background: #ffffff url(../../_img/hover_download.gif) no-repeat 0 -10px;
}

/* OTHER STUFF */

p.border_top {
  border-top: 1px solid #eee;
  margin-bottom: 0;
  margin-top: 1.6em;
  width: auto;
  overflow: hidden;
}

span.highlight {
  background: #e2d3a9 !important;
  color: #000 !important;
}

img.aima {
  margin-right: -53px;
}
* html img.aima {
  padding-right: 37px;
}

p.return_url {
  margin-top: 2.2em;
}

/* QUICK LINKS BOX */

#absolute-return.absolute-return-overview #ql-box, #market-neutral.market-neutral-overview #ql-box, #property #ql-box {
  margin-top: 4px;
}
* html #absolute-return.absolute-return-overview #ql-box, * html #market-neutral.market-neutral-overview #ql-box, * html #property #ql-box {
  margin-top: 27px;
}

#australian-large-caps.large-caps-overview #ql-box, #australian-small-caps.small-caps-overview #ql-box/*, #absolute-return.absolute-return-overview #ql-box*/ {
  margin-top: 35px;
}
* html #australian-large-caps.large-caps-overview #ql-box, * html #australian-small-caps.small-caps-overview #ql-box/*, * html #absolute-return.absolute-return-overview #ql-box*/ {
  margin-top: 58px;
}

#ql-box {
  background: #e4d6b1 url(../../_img/ql.jpg) no-repeat bottom left;
  float: right;
  width: 201px;
  padding: 0 0 23px 0;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  margin-top: -23px;
  z-index: 9999;
  overflow: none;
}

#property #ql-box {
  background: #e4d6b1;
  padding-bottom: 0;
}
#property #ql-box img {
  display: block;
  margin-top: 20px;
  border-top: 1px solid #fff;
}

#editorials-main #ql-box {
  background: #efbb76 url(../../_img/ql-editorials.jpg) no-repeat bottom left;
  position: absolute;
  margin-top: 0;
  right: 0;
  top: -23px;
}

#ql-box ul {
  list-style: none;
  margin: 0;
  padding: 2px 10px 0 0;
  width: 191px;
}
#ql-box ul li {
  margin: 0 0 2px 0;
  padding: 0 0 0 30px;
  line-height: 20px;
  font-size: 12px;
}
#ql-box ul li a {
  display: block;
  min-height: 14px;
  height: auto !important;
  height: 14px;
  text-align: left;
  text-indent: 0;
  padding: 3px 0 3px 21px;
  text-decoration: none;
  background: url(../../_img/ql_arrow.gif) no-repeat 0 6px;
  line-height: 14px;
}
#ql-box ul li a:hover {
  background: url(../../_img/ql_arrow.gif) no-repeat 0 -24px;
}

#ql-box dl {
  margin: 0;
  padding: 2px 10px 0 30px;
  color: #000;
}
#ql-box dt {
  font-weight: bold;
  width: 90px;
}
#ql-box dd {
  padding-bottom: 2px;
  padding-left: 0;
}

#most-popular {
  padding: 0 18px 0 29px;
}
div.popular {
  padding-top: 5px;
  margin-bottom: 10px;
}
#most-popular div.title {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding-bottom: 5px;
}
#most-popular div.title a {
  text-decoration: none;
}
#most-popular div.date {
  font-size: 11px;
  opacity: 0.7;
  padding-bottom: 10px;
  line-height: 11px;
}
#most-popular div.desc {
  font-size: 12px;
  line-height: 15px;
}

.editorial-category {
  width: 519px;
  margin: 2em 0 0.9em 0;
}
.editorial-category#australian-equities-large-caps {
  background: #f7efd8;
}
.editorial-category#australian-equities-small-caps {
  background: #dfeae8;
}
.editorial-category#absolute-return {
  background: #D4DEE8;
}
.editorial-category#global-equities {
  background: #EEDAC8;
}
.editorial-category#industry-commentary {
  background: #e3e5d0;
}
.editorial-category#philanthropy {
  background: #d3c7bf;
}

.editorial-category .editorial-links {
  background: url(../../_img/editorial/links.jpg) no-repeat;
  border-top: 1px solid #fff;
  height: 23px;
  overflow: hidden;
}
.editorial-category .editorial-links a {
  float: right;
  width: 96px;
  height: 23px;
  font-size: 0;
  text-indent: -9999px;
  background: url(../../_img/editorial/view-more.jpg) no-repeat;
}
.editorial-category .editorial-links a:hover {
  background: url(../../_img/editorial/view-more.jpg) no-repeat 0 -23px;
}
.editorial-item {
  padding: 0 20px;
  margin: 1.1em 0 0.9em 0;
}
.editorial-item .date {
  float: right;
  font-size: 11px;
  color: #666666;
  line-height: 15px;
}
.editorial-item .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  width: 380px;
}
.editorial-item .title a {
  text-decoration: none;
}
.editorial-item .desc {
  line-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

table {
	border-collapse: collapse;
 	border-spacing: 0;
	width: 737px;
  background: url(../../_img/table-header.jpg) no-repeat;
}
table.basic {
  background: url(../../_img/table-header-grey.jpg) no-repeat;
}


table.basic p {
  padding: 0 !important;
}

#at-a-glance table {
  width: 504px;
  background: none;
  margin-top: 10px;
  padding: 0;
}
#at-a-glance td {
  padding: 0;
}
#at-a-glance td.ratingCol {
  width: 120px;
  padding-right: 15px;
}

#at-a-glance td.ratingCol p {
  margin-bottom: 40px;
  text-align: center;
  padding: 0;
}
#at-a-glance td.ratingCol a {
  text-align: center;
}

#at-a-glance table table {
  width: 369px;
}
#at-a-glance table table td {
  padding: 5px 15px;
}
#at-a-glance table table p {
  margin: 3px 0;
  padding: 0 !important;
}
#at-a-glance table table td.desc {
  width: 111px;
  font-weight: bold;
  border-right: 1px solid #fff;
  color: #000;
}

#at-a-glance table.baef td {
  background: #f9f6ea;
}
#at-a-glance table.baef td.desc {
  background: #f6efd5;
}

#at-a-glance table.avoca td {
  background: #f4f8f7;
}
#at-a-glance table.avoca td.desc {
  background: #dfeae8;
}

#at-a-glance table.kardinia td {
  background: #f2f5f8;
}
#at-a-glance table.kardinia td.desc {
  background: #D4DEE8;
}

table.basic td {
  border-bottom: 1px solid #ddd;
}
table.basic thead td { border: none; }

tr {
  vertical-align: top;
}

thead td {
  font-weight: bold;
  height: 29px;
  line-height: 29px;
  padding-bottom: 10px;
  font-size: 13px;
}

td, th {
	padding: 5px 15px;
  vertical-align: top;
}

tbody td, tbody th {
  border-bottom: 1px solid #fff;
}

table tbody tr.baef td, table tbody tr.bcaef td, table tbody tr.beaef td, table tbody tr.be20aef td {
  background: #f7efd8;
}

table tbody tr.bsgef td {
  background: #d9e5f1;
}

table tbody tr.blsef td {
  background: #f0e0d1;
}

table tbody tr.breef td, table tbody tr.brevf td {
  background: #e9edee;
}

table tbody tr.avoca td {
  background: #dfeae8;
}

#content img {
  display: inline;
}

td.table-desc {
  width: 190px !important;
}
td.table-pds {
  width: 130px !important;
}
td.table-unit {
  width: 115px !important;
}
td.table-im {
  width: 80px !important;
}
td.table-perf {
  width: 300px !important;
}
td.table-ratings {
  width: 425px !important;
}
td.unit-price {
  width: 85px !important;
}

ul#who_page {
  float: right;
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0;
  height: 20px;
}
ul#who_page li {
  float: left;
  width: auto;
  margin: 0 0 0 5px;
  padding: 0;
}
ul#who_page li a, ul#who_page li span {
  display: inline-block;
  min-width: 25px;
  padding: 0 10px;
  height: 20px;
  border: 1px solid #000;
  text-decoration: none;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
}
ul#who_page li a:hover {
  background: #faf8f1;
}
ul#who_page li span {
  border: 1px solid #ccc;
  color: #ccc;
}

ul.internal {
  list-style: none;
  width: auto;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 2em;
  margin: 1.5em 0 1em 0;
}
#who-are-we ul.internal {
  padding-bottom: 0;
  border-bottom: none;
  margin: 0 0 -1em 0;
}

#at-a-glance table.internal {
  margin-top: 1em;
  margin-bottom: 1em;
}

#at-a-glance table.internal a {
  display: block;
  line-height: 1.4em;
  padding: 2px 34px 2px 0;
}

table.internal {
  width: auto;
  margin: 0 0 -1em 0;
  border-collapse: collapse;
 	border-spacing: 0;
  padding: 0;
  background: none;
}
table.internal td {
  margin: 0;
  padding: 0;
  border: none;
}

p.border_bottom {
  border-top: 1px solid #dddddd;
  margin-bottom: -1em;
  margin-top: 1.5em;
}

ul.internal li {
  margin: 0;
  float: left;
  font-size: 1.1em;
}
ul.internal li a {
  padding: 0 34px 0 0;
  display: block-inline;
  color: #330000 !important;
  font-weight: normal;
  text-decoration: underline;
  min-height: 20px;
  height: auto !important;
  height: 20px;
  line-height: 1.7em;
  outline: 0;
  margin: 0;
}
table.internal a {
  padding: 0 34px 0 0;
  background: none;
  display: block-inline;
  color: #330000 !important;
  font-weight: normal;
  text-decoration: underline;
  min-height: 20px;
  height: auto !important;
  height: 20px;
  line-height: 1.7em;
  outline: 0;
  margin: 0;
}

ul.internal li a:hover, table.internal a:hover {
  color: #b5111a !important;
  text-decoration: none;
}
ul.internal li.active a, table.internal td.active a {
  font-weight: normal;
  color: #b5111a !important;
  text-decoration: underline;
}
ul.internal li.last {
  float: none;
}
ul.internal li.last a {
  padding-right: 0;
  background: none;
}

div.inews img {
  margin: 0 0 1.3em 1.5em;
  display: block;
  float: right;
}

#product-disclosure-statements dl {
  margin-top: 1.1em;
}
#product-disclosure-statements dl dt {
  width: 50px;
}
#product-disclosure-statements dl dd {
  padding-left: 50px;
}

td.table-sp {
  width: 77px;
  text-align: left;
  padding: 5px 13px !important;
}
td.table-zenith {
  width: 124px;
  text-align: center;
  padding: 5px 13px !important;
}
td.table-lonsec {
  width: 117px;
  text-align: center;
  padding: 5px 13px !important;
}
td.table-vaneyk {
  width: 112px;
  text-align: center;
  padding: 5px 13px !important;
}

#property-box {
  float: right;
  margin-right: -35px;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: -30px;
}
* html #property-box {
  padding-right: 33px;
  margin-top: -10px;
  margin-right: -33px;
}
#property-box img {
  display: block;
  margin: 0 0 5px 0;
}

#xmas {
  padding-top: 48px;
  padding-left: 225px;
  width: 485px;
  background: url(../../_img/christmas/bg.gif) no-repeat;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  margin-top: 3px;
}
* html #xmas {
  margin-top: 26px;
}

#xmas h2 {
  margin: 0;
  padding: 0;
  background: url(../../_img/christmas/heading.gif) no-repeat;
  width: 184px;
  height: 40px;
}

#xtop {
  padding-left: 18px;
  font-size: 15px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
}
#xtop p, #xbottom p {
  margin: 0;
}
#xbottom {
  padding-top: 28px;
  padding-left: 18px;
  font-size: 12px;
  width: 460px;
}

/* CONTACT TABLE */
table#contact {
  margin: 15px 0;
  border-collapse: collapse;
  background: none;
}
table#contact td {
  border-collapse: collapse;
  background: none;
  padding: 0;
  width: 185px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 0 45px 0 46px;
  vertical-align: top;
}
table#contact td.contactleft {
  width: 185px;
  padding: 0 44px 0 0;
  border: none;
}
table#contact td.contactright {
  width: 185px;
  padding: 0 0 0 45px;
  border: none;
}
table#contact td p {
  margin: 5px 0;
  padding: 0 !important;
}

.tool-tip {
	width: auto;
	z-index: 13000;
	background: #f3ecda;
	border: 1px dotted #dbd4be;
	padding: 7px 12px;
	text-align: left;
	line-height: 12px;
}
 
.tip-title {
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	color: #000;
}

#fundstream {
  width: 289px;
  height: 313px;
  background: url(../../images/homenew/bg.gif) no-repeat;
  margin-top: 25px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 224px;
}
#stream0 {
  width: 289px;
  height: 313px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 17px;
}
#stream0 p {
  padding-left: 12px;
  margin: 0 0 5px 0;
}
#stream0 h3, #stream0 h3 a {
  display: block;
  margin: 0;
  padding: 0;
  width: 289px;
  height: 33px;
  font-size: 0;
  text-indent: -9999px;
  border: none;
}

#stream0 h3 a {
  background: url(../../images/homenew/smallcaps.gif) no-repeat;
}
#stream0 h3 a:hover { opacity: 0.8; }

h3#stream-largecaps {
  height: 36px;
  width: 289px;
  margin-top: 15px;
}
h3#stream-largecaps a {
  height: 36px;
  background: url(../../images/homenew/largecaps.gif) no-repeat;
}
h3#stream-marketneutral {
  margin-top: 15px;
  width: 289px;
  margin-top: 15px;
  height: 36px;
}
h3#stream-marketneutral a {
  height: 36px;
  background: url(../../images/homenew/marketneutral.gif) no-repeat;
}
h3#stream-absolutereturn {
  margin-top: 15px;
  width: 289px;
  margin-top: 15px;
  height: 36px;
}
h3#stream-absolutereturn a {
  height: 36px;
  background: url(../../images/homenew/absolutereturn.gif) no-repeat;
}

#stream1 {
  width: 289px;
  height: 313px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
#stream1 img { display: block; }
#stream1 p {
  margin: 0;
}
#stream1 a:hover img {
  opacity: 0.75;
}

.stream, .stream a {
  display: block;
  width: 208px;
  height: 41px;
  font-size: 0;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  cursor: pointer;
}
#fund0 {
  top: 81px;
  background: url(../../images/homenew/funds.gif) no-repeat;
}
#fund0.active a, #fund0 a { background: url(../../images/homenew/funds.gif) no-repeat 0 -42px; }
#fund1 {
  top: 197px;
  background: url(../../images/homenew/teams.gif) no-repeat;
}
#fund1 a { display: none; }
#fund1.active a, #fund1 a { background: url(../../images/homenew/teams.gif) no-repeat 0 -42px; }

/* NEW TABLES */

* html #content .container td p {
  margin-right: 0;
  padding-right: 0;
}

table.new tfoot td {
  height: 22px;
  background: url(../../images/table/table-footer.gif) no-repeat bottom left !important;
  font-size: 0;
  text-indent: -9999px;
  padding: 0;
}
table.new {
  background: url(../../images/table/new.gif) repeat-y;
}
table.new tbody tr td {
  background: url(../../images/table/border.gif) no-repeat bottom left;
}
table.new tr.last td {
  background: none !important;
  padding-bottom: 0;
  border-bottom: none;
}
table.new tr.last td p {
  margin-bottom: 3px;
}
table.new td {
	padding: 5px 0 8px 28px;
  vertical-align: top;
}

#managed-funds table.new thead td {
  background: url(../../images/table/managedfunds-header.gif) no-repeat;
  font-size: 0;
  text-indent: -9999px;
}
#managed-funds table.new td, #investment-teams table.new td {
  vertical-align: middle;
}
#managed-funds td.table-pds {
  width: 189px !important;
}
#managed-funds td.table-desc, #investment-teams td.table-desc {
  width: 298px !important;
}
#investment-teams table.new thead td {
  background: url(../../images/table/investmentteams-header.gif) no-repeat;
  font-size: 0;
  text-indent: -9999px;
}
#investment-teams td.table-pds {
  width: 198px !important;
  padding-left: 15px;
}
#product-disclosure-statements table.new thead td {
  background: url(../../images/table/productdisclosure-header.gif) no-repeat;
  font-size: 0;
  text-indent: -9999px;
}
#product-disclosure-statements td.table-desc {
  width: 300px !important;
}
#product-disclosure-statements td.table-pds {
  width: 196px !important;
}
#performance-and-prices table.new thead td {
  background: url(../../images/table/performanceprices-header.gif) no-repeat;
  font-size: 0;
  text-indent: -9999px;
}
#performance-and-prices td.table-perf {
  width: 220px !important;
}
#performance-and-prices td.unit-price {
  width: 276px !important;
}
#australian-large-caps table.new thead td, #australian-small-caps table.new thead td {
  background: url(../../images/table/ratings-header.gif) no-repeat;
  font-size: 0;
  text-indent: -9999px;
}

.unit-price dl {
  margin: 1.1em 0;
  color: #000;
}
.unit-price dl dt {
  float: left;
  width: 90px;
}


/*

	HEADINGS

*/
h2 {
  width: 504px;
  font-size: 0;
  text-indent: -9999px;
  height: 38px;
  margin: 25px 0 -8px 0;
}

h2#home-main-heading {
  background: url(../../images/headings/welcome.gif) no-repeat;
}

#about-bennelong h2 {
  background: url(../../images/headings/about-bennelong.gif) no-repeat;
}
h2#managed-funds-main-heading {
  background: url(../../images/headings/managed-funds.gif) no-repeat;
}

h2#australian-large-caps-heading {
  background: url(../../images/headings/largecaps.gif) no-repeat;
}
#australian-large-caps.large-caps-overview #content h2 {
  padding-top: 86px;
  background: url(../../images/headings/largecaps.gif) no-repeat 0 86px;
  margin-top: 0;
}

h2#australian-small-caps-heading {
  background: url(../../images/headings/smallcaps.gif) no-repeat;
}
#australian-small-caps.small-caps-overview #content h2 {
  padding-top: 86px;
  background: url(../../images/headings/smallcaps.gif) no-repeat 0 86px;
  margin-top: 0;
}

h2#absolute-return-heading {
  background: url(../../images/headings/absolutereturn.gif) no-repeat;
}
/*#absolute-return.absolute-return-overview #content h2 {
  padding-top: 86px;
  background: url(../../images/headings/absolutereturn.gif) no-repeat 0 86px;
  margin-top: 0;
}*/


h2#global-equities-heading {
  background: url(../../_img/headings/global-equities.gif) no-repeat;
}
h2#market-neutral-heading {
  background: url(../../images/headings/market-neutral.gif) no-repeat;
}
h2#property-heading {
  background: url(../../_img/headings/property.gif) no-repeat;
}
h2#product-disclosure-statements-main-heading {
  background: url(../../images/headings/pds.gif) no-repeat;
}
h2#important-information-main-heading {
  background: url(../../_img/headings/important-information.gif) no-repeat;
}
h2#performance-and-prices-main-heading {
  background: url(../../images/headings/performance-prices.gif) no-repeat;
}
h2#media-main-heading {
  background: url(../../_img/headings/media.gif) no-repeat;
}
h2#contact-us-main-heading {
  background: url(../../_img/headings/contact-us.gif) no-repeat;
}
h2#news-main-heading {
  background: url(../../_img/headings/news.gif) no-repeat;
}
h2#search-results-main-heading {
  background: url(../../_img/headings/search.gif) no-repeat;
}
h2#investment-teams-main-heading {
  background: url(../../images/headings/investment-teams.gif) no-repeat;
}
h2#disclaimer-main-heading, h2#fund-disclaimer-main-heading, h2#strategy-disclaimer-main-heading {
  background: url(../../_img/headings/disclaimer.gif) no-repeat;
}
h2#privacy-main-heading {
  background: url(../../_img/headings/privacy.gif) no-repeat;
}

h2#editorials-main-heading {
  background: url(../../_img/headings/editorials.gif) no-repeat;
}
h2#latest-editorial-heading {
  background: url(../../_img/headings/latest-editorial.gif) no-repeat;
}
h2#quarterly-editorial-heading {
  background: url(../../_img/headings/quarterly-editorial.gif) no-repeat;
}
h2#share-editorial-heading {
  background: url(../../_img/headings/editorial-share.gif) no-repeat;
}
h2#australian-equities-how-to-do-it-differently-main-heading {
  background: url(../../_img/headings/audifferent.gif) no-repeat;
}

h2#editorials-australian-equities-large-caps, #australian-equities-large-caps_ h2#view-editorial-heading {
  background: url(../../images/headings/editorial/editorials-largecaps.gif) no-repeat;
}
h2#editorials-australian-equities-small-caps, #australian-equities-small-caps_ h2#view-editorial-heading {
  background: url(../../images/headings/editorial/editorials-smallcaps.gif) no-repeat;
}
h2#editorials-global-equities, #global-equities_ h2#view-editorial-heading {
  background: url(../../images/headings/editorial/editorials-global.gif) no-repeat;
}
h2#editorials-industry-commentary, #industry-commentary_ h2#view-editorial-heading {
  background: url(../../images/headings/editorial/editorials-industry.gif) no-repeat;
}
h2#editorials-absolute-return, #absolute-return_ h2#view-editorial-heading {
  background: url(../../images/headings/editorial/editorials-absolutereturn.gif) no-repeat;
}

h2#editorials-philanthropy, #philanthropy_ h2#view-editorial-heading {
  background: url(../../images/headings/editorial/editorials-philanthropy.gif) no-repeat;
}

h2#restricted {
  background: url(../../_img/headings/restricted.gif) no-repeat;
}
h2#secure-main-heading {
  background: url(../../_img/headings/secure.gif) no-repeat;
}


#at-a-glance h2 {
  margin: 10px 0 -8px 0;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
#at-a-glance.bennelong-australian-equities-fund h2 {
  background: url(../../images/headings/glance/baef.gif) no-repeat 0 20px;
}
#at-a-glance.bennelong-concentrated-australian-equities-fund h2 {
  background: url(../../images/headings/glance/bcaef.gif) no-repeat 0 20px;
}
#at-a-glance.bennelong-ex-20-australian-equities-fund h2 {
  background: url(../../images/headings/glance/be20aef.gif) no-repeat 0 20px;
}
#at-a-glance.bennelong-avoca-emerging-leaders-fund h2 {
  background: url(../../images/headings/glance/baelf.gif) no-repeat;
  margin: 25px 0 -8px 0;
  padding: 0;
  border: none;
}
* html #at-a-glance.bennelong-avoca-emerging-leaders-fund h2 {
  margin-top: 50px;
}
#at-a-glance.bennelong-kardinia-absolute-return-fund h2 {
  background: url(../../images/headings/glance/bkarf.gif) no-repeat;
  margin: 25px 0 -8px 0;
  padding: 0;
  border: none;
}
* html #at-a-glance.bennelong-kardinia-absolute-return-fund h2 {
  margin-top: 50px;
}

h3 {
  font-size: 1.4em;
  color: #b5111a;
  font-weight: bold;
  margin: 2em 0 0.9em 0;
  padding-top: 1.4em;
  border-top: 1px solid #ddd;
  display: block;
  overflow: hidden;
}
h3.border_top {
  margin-top: 1.1em;
  border-top: none;
  padding-top: 0;
}

h3 a.order_im {
  font-size: 0.7em;
  color: #000000;
  margin-left: 10px;
  font-weight: normal;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 1.6em 0 -0.5em 0;
  color: #333333;
}

#ql-box h3 {
  margin: 20px 0 0 0;
  font-size: 0;
  text-indent: -9999px;
  padding: 0;
  background: url(../../images/headings/ql-downloads01.gif) no-repeat 0 0;
  border: none;
  width: 201px;
  height: 48px;
}
#ql-box h3.unit-price {
  background: url(../../images/headings/ql-unitprices.gif) no-repeat 0 0;
}
#ql-box h3.ql {
  background: url(../../images/headings/ql-ql.gif) no-repeat 0 0;
}
#ql-box h3.download {
  background: url(../../images/headings/ql-downloads02.gif) no-repeat 0 0;
}
#ql-box h3#ql-heading {
  margin-top: 0;
  background: url(../../_img/headings/ql.gif) no-repeat 0 0;
  height: 43px;
}
#ql-box h3#ql-heading-news {
  margin-top: 0;
  background: url(../../_img/headings/news-archive.gif) no-repeat 0 0;
  height: 43px;
}
#ql-box h3#ql-heading-media {
  margin-top: 0;
  background: url(../../_img/headings/media-archive.gif) no-repeat 0 0;
  height: 43px;
}

#editorials #ql-box h3#ql-heading {
  background: url(../../_img/headings/ql_popular.gif) no-repeat 0 0;
}
#ql-box h3#ql-topics {
  background: url(../../_img/headings/ql_topics.gif) no-repeat 0 0;
}

#australian-equities-large-caps_ #ql-box h3#ql-topics, #australian-equities-small-caps_ #ql-box h3#ql-topics, #absolute-return_ #ql-box h3#ql-topics, #global-equities_ #ql-box h3#ql-topics, #industry-commentary_ #ql-box h3#ql-topics, #philanthropy_ #ql-box h3#ql-topics {
  background: url(../../_img/headings/ql_topics.gif) no-repeat 0 -5px;
  margin-top: 0;
  height: 43px;
}

#editorials-view #ql-box h3#ql-topics {
  margin-top: 20px !important;
  height: 48px !important;
  background: url(../../_img/headings/ql_topics.gif) no-repeat 0 0 !important;
}

.editorial-category h3 {
  margin: 0;
  padding: 0 !important;
  height: 40px;
  border-bottom: 1px solid #fff;
  border-top: none;
  font-size: 0;
  text-indent: -9999px;
}
.editorial-category#australian-equities-large-caps h3 {
  background: url(../../images/editorial/editorial-largecaps.jpg) no-repeat 0 0;
}
.editorial-category#australian-equities-small-caps h3 {
  background: url(../../images/editorial/editorial-smallcaps.jpg) no-repeat 0 0;
}
.editorial-category#absolute-return h3 {
  background: url(../../images/editorial/editorial-absolutereturn.jpg) no-repeat 0 0;
}
.editorial-category#global-equities h3 {
  background: url(../../_img/editorial/global-equities.gif) no-repeat 0 0;
}
.editorial-category#industry-commentary h3 {
  background: url(../../_img/editorial/industry.gif) no-repeat 0 0;
}
.editorial-category#philanthropy h3 {
  background: url(../../_img/editorial/philanthropy.gif) no-repeat 0 0;
}

#editorials-view #content h3#news-title {
  width: 500px;
}/*

	NAVIGATION

*/
#nav {
  float: left;
  width: 240px;
  padding-top: 50px;
  padding-left: 13px;
}

#home #nav {
  padding-top: 15px;
}

#nav ul {
  background: url(../../images/main-nav.gif) no-repeat;
  width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 9px;
}
#nav ul li {
  margin: 0;
  padding: 0;
}
#nav ul li a {
  display: block;
  width: 220px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  outline: 0;
}
#nav ul li#nav-li-5 a {
  height: 47px;
}

#nav ul li#nav-li-1 a:hover {
  background: url(../../images/main-nav.gif) no-repeat -250px -9px;
}
#nav ul li#nav-li-1.active a, #nav ul li#nav-li-1.active a:hover {
  background: #ffffff url(../../images/main-nav.gif) no-repeat -500px -9px;
}

#nav ul li#nav-li-2 a:hover {
  background: url(../../images/main-nav.gif) no-repeat -250px -39px;
}
#nav ul li#nav-li-2.active a, #nav ul li#nav-li-2.active a:hover {
  background: #ffffff url(../../images/main-nav.gif) no-repeat -500px -39px;
}

#nav ul li#nav-li-3 a:hover {
  background: url(../../images/main-nav.gif) no-repeat -250px -69px;
}
#nav ul li#nav-li-3.active a, #nav ul li#nav-li-3.active a:hover {
  background: #ffffff url(../../images/main-nav.gif) no-repeat -500px -69px;
}
#nav ul li#nav-li-3.active ul a, #nav ul li#nav-li-3.active ul a:hover {
  background: none;
}

#nav ul li#nav-li-4 a:hover {
  background: url(../../images/main-nav.gif) no-repeat -250px -99px;
}
#nav ul li#nav-li-4.active a, #nav ul li#nav-li-4.active a:hover {
  background: #ffffff url(../../images/main-nav.gif) no-repeat -500px -99px;
}
#nav ul li#nav-li-5 a:hover {
  background: url(../../images/main-nav.gif) no-repeat -250px -129px;
}
#nav ul li#nav-li-5.active a, #nav ul li#nav-li-5.active a:hover {
  background: #ffffff url(../../images/main-nav.gif) no-repeat -500px -129px;
}
#nav ul li#nav-li-6 a:hover {
  background: url(../../images/main-nav.gif) no-repeat -250px -176px;
}
#nav ul li#nav-li-6.active a, #nav ul li#nav-li-6.active a:hover {
  background: #ffffff url(../../images/main-nav.gif) no-repeat -500px -176px;
}
#nav ul li#nav-li-7 a:hover {
  background: url(../../images/main-nav.gif) no-repeat -250px -206px;
}
#nav ul li#nav-li-7.active a, #nav ul li#nav-li-7.active a:hover {
  background: #ffffff url(../../images/main-nav.gif) no-repeat -500px -206px;
}
#nav ul li#nav-li-8 a:hover {
  background: url(../../images/main-nav.gif) no-repeat -250px -236px;
}
#nav ul li#nav-li-8.active a, #nav ul li#nav-li-8.active a:hover {
  background: #ffffff url(../../images/main-nav.gif) no-repeat -500px -236px;
}
#nav ul li#nav-li-9 a:hover {
  background: url(../../images/main-nav.gif) no-repeat -250px -266px;
}
#nav ul li#nav-li-9.active a, #nav ul li#nav-li-9.active a:hover {
  background: #ffffff url(../../images/main-nav.gif) no-repeat -500px -266px;
}

ul#fundnav {
  margin: 0;
  padding: 0;
  width: 736px;
  height: 25px;
  background: url(../../images/fundnav_long_230811.gif) no-repeat;
  list-style: none;
  border-bottom: 1px solid #dbd4be;
  border-right: 1px solid #dcd5c0;
  position: absolute;
  bottom: -3px;
  left: 253px;
}
#home ul#fundnav {
  margin: 0;
  background: url(../../images/fundnav_230811.gif) no-repeat;
  width: 532px;
  position: static;
  top: 0;
  left: 0;
}
#australian-small-caps.small-caps-overview ul#fundnav, #australian-large-caps.large-caps-overview ul#fundnav/*, #absolute-return.absolute-return-overview ul#fundnav*/ {
  bottom: -61px;
}

#australian-large-caps ul#fundnav, #australian-small-caps ul#fundnav, #global-equities ul#fundnav, #absolute-return ul#fundnav, #market-neutral ul#fundnav, #property ul#fundnav, #view ul#fundnav, #editorials ul#fundnav, #editorials-view ul#fundnav, #news ul#fundnav, #media ul#fundnav, #at-a-glance ul#fundnav {
  background: url(../../images/fundnav_230811.gif) no-repeat;
  width: 532px;
}

ul#fundnav li {
  margin: 0 0;
  padding: 0;
  float: left;
}
ul#fundnav li a {
  display: block;
  height: 25px;
  font-size: 0;
  text-indent: -9999px;
  outline: 0;
}
ul#fundnav li#fundnav-1 a { width: 98px; }
ul#fundnav li#fundnav-1 a:hover { background: url(../../images/fundnav_230811.gif) no-repeat 0 -26px; }
ul#fundnav li#fundnav-1.active a { background: url(../../images/fundnav_230811.gif) no-repeat 0 -52px !important; }
ul#fundnav li#fundnav-2 a { width: 100px; }
ul#fundnav li#fundnav-2 a:hover { background: url(../../images/fundnav_230811.gif) no-repeat -98px -26px; }
ul#fundnav li#fundnav-2.active a { background: url(../../images/fundnav_230811.gif) no-repeat -98px -52px !important; }
ul#fundnav li#fundnav-3 a { width: 121px; }
ul#fundnav li#fundnav-3 a:hover { background: url(../../images/fundnav_230811.gif) no-repeat -198px -26px;  }
ul#fundnav li#fundnav-3.active a { background: url(../../images/fundnav_230811.gif) no-repeat -198px -52px !important;  }
ul#fundnav li#fundnav-4 a { width: 130px; }
ul#fundnav li#fundnav-4 a:hover { background: url(../../images/fundnav_230811.gif) no-repeat -319px -26px; }
ul#fundnav li#fundnav-4.active a { background: url(../../images/fundnav_230811.gif) no-repeat -319px -52px !important; }
ul#fundnav li#fundnav-5 a { width: 83px; }
ul#fundnav li#fundnav-5 a:hover { background: url(../../images/fundnav_230811.gif) no-repeat -449px -26px; }
ul#fundnav li#fundnav-5.active a { background: url(../../images/fundnav_230811.gif) no-repeat -449px -52px !important; }
/* MASTER */

#harness-the-potential-of-the-asx300-by-looking-outside-the-top-20-stocks #wrapper {
  background: url(../../images/headers/header_largecaps_gold_lge.gif) no-repeat 253px 28px;
}
#bennelong-avoca-emerging-leaders-fund-now-available #wrapper {
  background: url(../../images/headers/header_smallcaps_green_lge.gif) no-repeat 253px 28px;
}
#see-opportunities-in-all-conditions #wrapper {
  background: url(../../images/headers/header_absolutereturn_lge.gif) no-repeat 253px 28px;
}

#bennelong-avoca-emerging-leaders-fund-now-available #ql-box, #harness-the-potential-of-the-asx300-by-looking-outside-the-top-20-stocks #ql-box, #see-opportunities-in-all-conditions #ql-box {
  margin-top: 35px;
}
* html#bennelong-avoca-emerging-leaders-fund-now-available #ql-box, * html#harness-the-potential-of-the-asx300-by-looking-outside-the-top-20-stocks #ql-box, * html#see-opportunities-in-all-conditions #ql-box {
  margin-top: 58px;
}

/* HEADINGS */

#harness-the-potential-of-the-asx300-by-looking-outside-the-top-20-stocks-main-heading {
  background: url(../../images/headings/harness2.gif) no-repeat 0 31px;
  height: 76px;
  padding-top: 31px;
}

#bennelong-avoca-emerging-leaders-fund-now-available-main-heading {
  background: url(../../images/headings/avoca-available.gif) no-repeat 0 31px;
  padding-top: 31px;
}

#see-opportunities-in-all-conditions-main-heading {
  background: url(../../images/headings/landing/opportunities.gif) no-repeat 0 31px;
  padding-top: 31px;
}

/* NAV */

#bennelong-avoca-emerging-leaders-fund-now-available ul#fundnav, #harness-the-potential-of-the-asx300-by-looking-outside-the-top-20-stocks ul#fundnav, #see-opportunities-in-all-conditions ul#fundnav {
  background: url(../../images/fundnav_230811.gif) no-repeat;
  width: 532px;
  bottom: -34px;
}

/* NEW LANDING PAGES */

h2#passion-drive-main-heading {
  background: url(../../images/headings/landing/passion-drive.gif) no-repeat;
}
h2#innovative-entrepreneurial-main-heading {
  background: url(../../images/headings/landing/innovative-entrepreneurial.gif) no-repeat;
}
h2#a-boutique-with-backing-main-heading {
  background: url(../../images/headings/landing/boutique-with-backing.gif) no-repeat;
}

#passion-drive #content li, #innovative-entrepreneurial #content li, #a-boutique-with-backing #content li { margin-bottom: 5px; }
#passion-drive #content ul strong, #innovative-entrepreneurial #content ul strong, #a-boutique-with-backing #content ul strong {
  color: #b5111a;
  font-size: 1.1em;
}

#landing_fl {
  margin: 25px 0 0 0;
  width: 737px;
  height: 91px;
  background: #fff;
}
* html #landing_fl {
  margin-top: 50px;
}

table#contactsmall {
  margin: 0;
  border-collapse: collapse;
  background: none;
}
table#contactsmall td {
  padding-left: 0;
  padding-top: 0;
}
table#contactsmall p {
  margin: 5px 0;
}
/*

	FORMS

*/
fieldset {
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}
fieldset p {
	padding: 0;
	margin: 0 0 10px 0;
}
#searchform {
  position: relative;
}

#search form, #search fieldset {
  margin: 0;
  border: none;
}
#search input {
  background: #f0f0f0;
  border: none;
  font-size: 10px;
  width: 130px;
  margin: 6px 0 0 0;
  padding: 1px 4px 2px 4px;
}
#search input:focus, #search input.focus {
  background: #F5F1E0;
}

#search div {
  position: absolute;
  right: 0px;
}

#search button {
  height: 16px;
  width: 58px;
  border: none;
  margin: 6px 0 0 0;
  font-size: 0;
  text-indent: -9999px;
  outline: 0;
  background: url(../../_img/search.gif) no-repeat;
  display: block;
  cursor: pointer;
}
#search button:hover, #search button.hover {
  background: url(../../_img/search.gif) no-repeat 0 -16px;
}

form#share fieldset p {
  margin-bottom: 20px;
}
.required {
  color: #B5111A;
}


/* default form */

fieldset dl dt {
  width: 120px;
  float: left;
  min-height: 25px;
  height: auto !important;
  height: 25px;
  color: #333;
}
fieldset dl dd {
  min-height: 25px;
  height: auto !important;
  height: 25px;
  margin-bottom: 1px;
}
fieldset input {
  width: 350px;
  border: 1px solid #aaa;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  padding: 4px;
  background: #f6f6f6;
}
fieldset input:focus, fieldset input.focus, fieldset textarea:focus, fieldset textarea.focus {
  border: 1px solid #333;
  background: #fff;
}
fieldset input.error, fieldset textarea.error {
  border: 1px solid #B5111A;
}

#secure fieldset input {
  padding-bottom: 2px;
}

fieldset textarea {
  border: 1px solid #aaa;
  padding: 4px;
  background: #f6f6f6;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 350px;
	height: 150px;
}

button {
  background: #f6f6f6;
  color: #000;
  cursor: pointer;
  border: 1px solid #666;
  font-family: Arial,Helvetica,sans-seriff;
  font-size:12px;
  text-align: center;
  line-height: 17px;
  width: 70px;
  margin-top: 5px;
  height: 21px;
}

#share button {
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  -khtml-border-radius: 21px;
  border-radius: 21px;
  margin: 5px 0 0 0;
}

button:hover, button.hover {
  background: #cccccc;
  color: #000;
}

div.error {
	background: #ffe4e3 url(../../_img/error.jpg) no-repeat 20px 15px;
	border: 1px solid #e37e79;
	padding: 14px 45px 8px 45px;
	margin: 0 0 10px 0;
	color: #444;
}
div.error h3 {
  display: block;
  text-indent: 0;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  line-height: 17px;
  color: #444;
}
div.error ul {
  margin: 10px 0;
  padding: 0;
  list-style: inside square;
  line-height: 14px;
}
div.error ul li {
  margin-top: 2px;
  margin-bottom: 2px;
}

#secure div.error {
  padding: 10px 10px 5px 10px;
  width: 600px;
  margin: -5px 0 20px 0;
}
#secure div.error ul {
  margin: 0;
}
#secure div.error ul li {
  margin: 0 0 3px 0;
}

/*

	SHOW AND TELL LINK

*/
#show {
	font-size: 10px;
	color: #777;
  width: 737px;
  float: none;
  margin-left: 253px;
  margin-top: 20px;
}

#show a:link, #show a:visited, #show a:active {
	color: #ddd;
	font-weight: normal;
}
#show a:hover {
	color: #bbb;
	font-weight: normal;
}
#show p {
	padding-bottom: 0;
	text-align: right;
	margin-top: 0;
}

#legal-link {
	float: left;
}
#show #legal-link a {
	color: #E4E4E3;
}

#show a.st {
	text-decoration: none;
}
