/*
Blue: #1a3763
*/

/*-----------------------------------------------------
                  >> Reset <<
-----------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
  padding: 10px;
/*  font-family: Georgia, serif;*/
  font-family: Helvetica, Arial, sans-serif;
}

/*-----------------------------------------------------
                  >> Layout <<
-----------------------------------------------------*/

.container {
  border:1px solid #ddd;
  width:956px;
  margin:0 auto;
}

.masthead {
  display:block;
  position:relative;
  height:115px;
}

.deep {  height:190px; } /* modifies masthead */

div.home {
  background:#1a3763;
  height:300px;
  position:relative;
}

.content {
  width:620px;
  margin:0 0 0 211px;
  overflow:hidden;
  padding-bottom:50px;
  position:relative;
}

.masthead img.logo {
  position:absolute;
  bottom:10px;
  left:25px;
}

.masthead img.tag {
  position:absolute;
  bottom:20px;
  left:338px;
}

.ft {
  border-top:1px solid #ddd;
  font-size:11px;
  font-family:arial,helvetica,sans-serif;
  overflow:hidden;
  padding:5px 0;
}

.line {
  width:100%;
  overflow:hidden;
}

.specialBox {
  float:left;
  margin-left:22px;
  border:1px solid #3c4e72;
}

.specialBox div {
  background:#d8dad9;
  margin:10px;
  overflow:hidden;
  width:620px;
}

.specialBox img {
  float:left;
  margin-right:10px;
  height:90px;
  width:175px;
}

.specialBox p {
  width:400px;
  float:left;
/*  font-family:Georgia, serif;  */
  margin-top:10px;  
  margin-bottom:0px;
  line-height:130%;
}

.specialBox a {
  color:#c79c2c;
  font-weight:bold;
  text-decoration:none;
  font-size:12px;
  float:right;
  margin: 0 5px 4px 0;
  display:block;
  width:410px;
  text-align:right;
}

/*-----------------------------------------------------
                  >> Navigation <<
-----------------------------------------------------*/

.navBar {
  background-color:#c79c2c;
  overflow:hidden;
/*  width:100%;*/
  width:840px;
  padding-right:116px;
}

.navBar ul {
  font-family:arial,helvetica,sans-serif;
  margin:0;
  padding:0;
  width:512px;
  background:#bec1bf;
  overflow:hidden;
  float:right;
/*  margin-right:116px;*/
  border-right:1px solid #fff;
  border-left:1px solid #fff;
}

.navBar ul li {
  text-transform:uppercase;
  float:left;
  list-style:none;
  height:20px;  
}

.navBar ul li a {
  font-size:1px;  
  text-decoration:none;
  color:#bec1bf;  
  text-transform:uppercase;
  display:block;
  float:left;
  padding:none;
  height:20px;
}

.navBar li.home a {
  background:url(/static/images/home.gif) top left no-repeat;
  width:80px;
}

.navBar li.home a:hover {
  background:url(/static/images/home.gif) bottom left no-repeat;
}

.navBar li.stockbroking a {
  background:url(/static/images/stockbroking.gif) top left no-repeat;
  width:120px;  
}
.navBar li.stockbroking a:hover {
  background:url(/static/images/stockbroking.gif) bottom left no-repeat;
}

.navBar li.research a {
  background:url(/static/images/research.gif) top left no-repeat;
  width:100px;  
}

.navBar li.research a:hover {
  background:url(/static/images/research.gif) bottom left no-repeat;
}

.navBar li.corporate-finance a {
  background:url(/static/images/corporatefinance.gif) top left no-repeat;
  width:140px;  
}

.navBar li.corporate-finance a:hover {
  background:url(/static/images/corporatefinance.gif) bottom left no-repeat;
}

.navBar li.links a {
  background:url(/static/images/links.gif) top left no-repeat;
  width:60px;  
}

.navBar li.links a:hover {
  background:url(/static/images/links.gif) bottom left no-repeat;
}

/*-----------------------------------------------------
             >> Content & Typography <<
-----------------------------------------------------*/

h1 {
  font-size:16px;
  margin:40px 0 9px 0;
  color:#1a3763;
}

h2 {
  color:#c79c2c;
  font-size:12px;
  font-family:arial,helvetica,sans-serif;  
  margin-bottom:20px; 
}

h3 {
  color:#1a3763;
  font-size:12px;
  font-weight:bold;
  margin-bottom:6px;
}

p, a {
  font-size:12px;
  line-height:120%;
  color:#1a3763;
  margin-bottom:15px;
  font-family:arial,helvetica,sans-serif;  
}

a {
  text-decoration:none;
  font-weight:normal;
}

address {
  color:#1a3763;
  font-style:normal;
}

hr {
  width:100%;
  clear:both;
  margin:40px 0px;
	padding:0px;
	border-bottom:1px solid #ddd;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}

address.melb {
  float:left;
  margin-left:34px;
}

address.syd, .ft p.right {
  float:right;
  margin-right:34px;
}

.ft p {
  font-family:arial,helvetica,sans-serif;
  font-size:11px;
  margin-left:34px;
  margin-bottom:3px;
  color:#999;
  float:left;
}

.ft p span {
  margin-right:10px;
}

.home img.strip, .content img.strip {
  position:absolute;
  top:0;
  right:0;
  width:630px;
}

.content img.strip {
  position:relative;
  width:628px;
}

.home div.intro p {
  width:275px;
  margin-left:34px;
  line-height:150%;
  color:#fff;
  padding-top:20px;
}

p.intro {
  width:80%;
  margin-bottom:40px;
  color:#c79c2c;
  font-size:18px;
  line-height:130%;
}

div.link {
  width:100%;
  overflow:hidden;
  margin-bottom:25px;
}

div.link img {
  float:left;
}

div.link p {
  width:420px;
  float:right;
}







