/*
*************************************************

file : screen.css
client : Oceanic Asset Management
author : Guy Lillico
date created : 20th February 2008

*************************************************
*/

@import url("reset.css");

body {
	background: #016298 url('../images/core/body-bg.jpg') no-repeat top center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #ffffff;
}

body.page-home, body.page-popup {
	color: #ffffff;
}

body.page-popup {
	background-image: none;
}

p, li {
	line-height:150%;
	text-align:left;
	margin:0;
	margin-bottom: 15px;
	padding:0;
}

h2 { margin-bottom: 10px; }

strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 9px 0;
}

h2 { 
	font-size: 1.2em; 
	padding: 8px 0;
}

body.page-about h2, body.page-philosophy h2, body.page-chairmans h2, body.page-team h2 {
	padding: 3px 0;
}

h3 {
	font-size: 1.1em;	
	padding: 4px 0;
}

body.page-popup h1 {
	color: #FFFFFF;
}

/*#maincontent a, #subcontent a {
	color: #0077b8;
}*/

a {
	color: #ccc;
}

a.new-link {
	font-weight: bold; color: #ef8f1e;
} 

a:hover {
	color: #fff;
}

img.img-right {
	margin: 0px;
	padding: 0px;
	float: right;
}

img#aus-map {
	padding-right: 0px;
}

img#chairman {
	padding: 5px;
	float: right;
	clear: none;
}

img#pie-chart {
	float: left;
	position: relative;
	top: 0px;
}

/**********************************
Container
**********************************/
#container {
	width: 980px;
	margin: auto;
	margin-top: 24px;
	text-align: center;
	display: block;
}

body.page-popup #container {
	width: 490px;
	text-align: left;
}

/**********************************
Header
**********************************/
#header {
	clear: both;
	background: url('../images/core/header-bg.gif') no-repeat top center;
	text-align: center;
	height: 113px;
	position: relative;
	z-index: 100;
}

#header #flash-logo {
	width: 195px;
	height: 86px;
	float: left;
	padding: 12px 28px 12px 12px;
	position: relative;
	left: 4px;
}

/**********************************
Navigation
**********************************/
#header #nav {
	position: relative;
	list-style: none; /* hide bullet points */
	margin: 0;
	padding: 0px;
	text-align: left;
	z-index: 300;
	top: 82px;
	height: 31px;
	color: #FFF;
}

/**********************************
Content
**********************************/
#content {
	width: 100%;
	margin: -1px 0 0 0;
	background: url('../images/core/content-bg.png') repeat-y;
	position: relative;
	z-index: 0;
	padding: 0 10px;
	height: auto;
}


#content #flash-bg {
	text-align: left;
	background: url('../images/flash/001.jpg') no-repeat top left;
	position: relative;
	z-index: 1;
	top: 0px;
	width: 960px;
	height: 489px;
	display: block;
	left: 0px;
	margin: auto;
	margin-left: 0px;
}

body.page-reports #content #flash-bg {
	background: url('../images/core/inner-bg-01.jpg') no-repeat top left;
}

body.page-contact #content #flash-bg {
	background: url('../images/core/inner-bg-14.jpg') no-repeat top left;
}

body.page-news #content #flash-bg {
	background: url('../images/core/inner-bg-16.jpg') no-repeat top left;
}

body.page-global #content #flash-bg {
	background: url('../images/core/inner-bg-04.jpg') no-repeat top left;
}

body.page-funds #content #flash-bg {
	background: url('../images/core/inner-bg-07.jpg') no-repeat top left;
}

body.page-about #content #flash-bg {
	background: url('../images/core/inner-bg-05.jpg') no-repeat top left;
}

body.page-philosophy #content #flash-bg {
	background: url('../images/core/inner-bg-08.jpg') no-repeat top left;
}

body.page-prospectus #content #flash-bg {
	background: url('../images/core/inner-bg-13.jpg') no-repeat top left;
}

body.page-chairmans #content #flash-bg {
	background: url('../images/core/inner-bg-09.jpg') no-repeat top left;
}

body.page-team #content #flash-bg {
	background: url('../images/core/inner-bg-06.jpg') no-repeat top left;
}

body.reports-monthly #content #flash-bg {
	background: url('../images/core/inner-bg-03.jpg') no-repeat top left;
}

body.reports-quaterly #content #flash-bg {
	background: url('../images/core/inner-bg-11.jpg') no-repeat top left;
}

/* Oscar edition */
#maincontent {
	position: relative;
	margin: -450px 0 0 0;
	right: 50px;
	z-index: 10;
	height: 430px;
	float: right;
	display: block;
	padding: 12px 0 0 0;
	background: url('../images/core/scrollbox-top-inner.gif') no-repeat 0 0;
}
#maincontent h2.title { padding: 10px 20px 0 20px; width: 660px; height: 23px; background-color: #4b4c4d; display: block; border-bottom: 1px solid #909191; text-align: left; font-size: 14px; margin: 0; }
body.page-news #maincontent { position: relative; top: 30px; }
#maincontent #scrollbox { width: 670px; height: 330px; padding: 15px 10px 0 20px; margin: 0; background: #5f6062 url('../images/core/bg-brushed.jpg') repeat 0 0; display: block; }
#maincontent #scrollbox .scrollpane { position: relative; left: 0; width: 660px; padding-right: 10px; height: 330px; overflow: hidden; overflow-y: auto; }
#maincontent .base { width: 700px; height: 20px;  background: url('../images/core/scrollbox-bottom-inner.gif') no-repeat 0 0; display: block;  }

#maincontent { width: 430px; background: url('../images/core/scrollbox-top.gif') no-repeat 0 0; }
#maincontent h2.title { width: 390px; padding-bottom: 2px; }
#maincontent #scrollbox { width: 400px; }
#maincontent #scrollbox .scrollpane { width: 390px; } 
#maincontent .base { width: 430px; background: url('../images/core/scrollbox-bottom.gif') no-repeat 0 0;}

#maincontent h2, #maincontent p { text-align: left; clear: both; }
#maincontent h2 { display: block; color: #fff; padding: 5px; width: 98%; background-color: #4b4c4d; } 
#maincontent p { font-size: 1.1em; }

/* Wide content columns - added by cale */
/*body.stretch-content #maincontent,
body.stretch-content #scrollbox,
body.stretch-content .scrollpane,
body.stretch-content #maincontent .base,
body.stretch-content h2.title {
	width: 500px !important;
}*/

body.stretch-content #maincontent {right: 285px !important; margin-top: -445px !important; }
/*body.stretch-content #maincontent .base {background: url('../images/core/scrollbox-bottom-stretch.gif') top center no-repeat;}
body.stretch-content #maincontent h2 { width: 400px; float: none; }
body.stretch-content h2.title {padding-right: 0 !important; width: 480px !important;}

body.stretch-content #maincontent #scrollbox {padding-top: 10px; padding-bottom: 10px; padding-right: 0 !important; padding-left: 0 !important; }
body.stretch-content #maincontent #scrollbox p { width: 95%; }
body.stretch-content #maincontent .scrollpane {width: 470px !important; margin: 10px; }*/

body.page-philosophy #maincontent,
body.page-prospectus #maincontent,
body.reports-quaterly #maincontent,
body.page-contact #maincontent,
body.page-news #maincontent,
body.page-funds #maincontent,
body.reports-monthly #maincontent { right: 500px; }

ul.list { list-style: circle; margin-left: 25px; list-style-position: inside; padding-bottom: 20px; }
ul.list li { font-size: 1.1em; color: #fff; margin: 0; padding: 0; }

/* end oscar edition */


#maincontent h1 {
	color: #FFFFFF;
}

#maincontent ul.team-member {
	color: #FFFFFF;
	width: auto;
	height: auto;
	clear: both;
	list-style-type: none;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}

#maincontent ul.team-member li {
	text-indent: 0px;
}

#maincontent ul.team-member p {
	width: 230px;
}


#maincontent span.qual {
	padding-left: 0;
	margin-left: 0;
	font-style: italic;
	font-sixe: 0.9em;
} 

#maincontent ul.team-member li.member-pic {
	float: left;
	width: 130px;
	padding-top: 14px;
}

#maincontent ul.team-member li.member-pic img {
	margin-top: 7px;
	border: 2px solid #EEEEEE;
}

#maincontent ul.team-member li.member-profile {
	float: left;
	width: 235px;
	padding-top: 14px;
}

#maincontent ul.pdf-list,
#maincontent ul.ppt-list,
#maincontent ul.reg-links {
	list-style-type: none;
	margin-bottom: 20px;
}

#maincontent ul.pdf-list li, #maincontent ul.ppt-list li, #maincontent ul.reg-links li {
	padding-left: 22px;
	margin-bottom: 5px;
	font-size: 1.1em;
}

#maincontent ul.pdf-list li {
	background: url('../images/icon-pdf.gif') no-repeat top left;
}

#maincontent ul.ppt-list li {
	background: url('../images/icon-ppt.gif') no-repeat top left;
}

#maincontent ul.reg-links li {
	background: url('../images/icon-click.gif') no-repeat top left;
}

#maincontent ul#contact-list {
	color: #ffffff;
	clear: both;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 100%;
	height: auto;
}

#maincontent ul#contact-list li {
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	width: 100%;
}

#maincontent ul#contact-list li.contact-left {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 98%;
}

#maincontent ul#contact-list li.contact-left p {
	width: 310px;
}

#maincontent ul#contact-list li.contact-right {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 98%;
}

#maincontent ul#contact-list li.contact-right p {
	width: 278px;
}

#enquiry_form li{
	padding-left: 0px;
	float:left;
}

#maincontent ol {
	padding-left: 0px;
	position: relative;
	left: 20px;
	width: 680px;
}

body.page-home #maincontent ol {
	width: 350px;
}

#maincontent .scroll-pane h1 {
	font-size: 1.2em;
	padding-bottom: 5px;
	width: 350px;
}

#maincontent div#image-box {
	padding: 9px;
	margin-bottom: 16px;
	background: #FFFFFF;
	width: 278px;
	display: block;
	float: left;
}

#cta {
	background: url('../images/core/cta-bg.gif') repeat-x;
	height: 64px;
	width: 960px;
	margin: auto;
	position: relative;
	left: -10px;
	padding: 0px;
	text-align: center;
}

#bottom-quote {
	display: block;
	font-size: 1.1em;
	text-align: left;
	background: url('../images/core/quote-bg.gif') repeat-x;
	height: 80px;
	width: 960px;
	margin-left: 0px;
	position: relative;
	right: 0px;
	padding: 0px;
	color: #cececf;
}

#bottom-quote p {
	float: left;
	padding-top: 20px;
	margin-left: 40px;
}

#bottom-quote img.q-left {
	float: left;
	position: relative;
	left: 27px;
	margin-left: 37px;
}

#bottom-quote img.q-right {
	float: left;
	padding: 0px;
	margin: 0px;
}

#bottom-quote span {
	clear: both;
}

#prospectus-documents { 
  background: #7a7a7a;
  border: 1px solid #646464;
  padding: 10px;
}

#prospectus-conditions input {cursor: pointer;}

#prospectus-documents .pdf-list { list-style: none; margin: 0 !important; padding: 0; }

	
/**********************************
Footer
**********************************/
#clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	visibility: hidden;
	border: none;
    margin: 0;
	padding: 0;
    background: transparent;
}

#footer {
	position: relative;
	top: -1px;
	clear: both;
	color: #80b1cc;
	padding: 10px;
	padding-top: 30px;
	padding-left: 17px;
    background: url('../images/core/footer-top.gif') no-repeat top center;
	font-size: 1em;
}

#footer a {
	color: #80b1cc;
	padding: 0px;
	margin: 0px;
}

#footer a:hover {
	color: #FFFFFF;
}	

#footer img {
	position: relative;
	top: -24px;
	float: right;
}

.column { width: 190px; float: left; margin-right: 20px; display: inline-block; } 

