div#frame {
	width: 970px;
	margin: auto;
	padding: 6px 0 0 0;
}

div#header {
	padding: 10px 20px 0 25px;
	text-align: right;
	height: 55px;
	position: relative;
}

img#logo {
	float: left;
	display: block;
	margin-top: 5px;
}

div#header ul {
	margin: 0;
	padding: 0;
	float: right;
	clear: none;
}

div#header ul li {
	margin: 0;
	padding: 0 0 0 32px;
	list-style: none;
	display: inline;
}

div#header ul li#print {
	background-image: url(/_uploads/images/icons/iconPrint.gif);
	background-position: 31px 0;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-bottom: 3px;
	display:none;
}

div#printBtnInTitle{
  background-image:url(/_uploads/images/icons/iconPrint_t.gif);
  background-position:0px 0pt;
  background-repeat:no-repeat;
  padding-bottom:3px;
  padding-left:20px;
  position:absolute;
  right:30px;
  top:15px;
}


div#header ul li#email {
	background-image: url(../images/iconEmail.gif);
	background-position: 31px 0;
	background-repeat: no-repeat;
	padding-left: 50px;
}

div#header ul li a {
	color: #0d2950;
	text-decoration: none;
	background-image: none;
	padding-left: 0;
}

div#header ul li a:hover {
	color: #993333;
}

div#header div#search {
	width: 180px;
	margin: 10px 0 0 auto;
}

div#header div#search input.field {
	width: 120px;
	float: left;
	border: 1px solid #e1e1d5;
	padding: 2px;
}



div#content {
	float: left;
	width: 735px;
	min-height: 400px;
	_height: 400px;
	padding-bottom: 60px;
}
div#content div.oneColContentInner { padding:10px; }
div.centre {
	width: 496px;
	float: left;
	font-size: 1.1em;
	line-height: 1.4em;
}
div.oneCol { font-size: 1.1em; line-height: 1.4em; }

div.centre ul, div.rightCol ul, div.oneCol ul {
	margin: 0;
	padding: 0;
}

div.centre ul li, div.rightCol ul li, div.oneCol ul li {
	background-image:url(../images/arrowHead.gif);
	background-position:0pt 5px;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0 0 3px 9px;
	list-style: none;
}

div.homeInner {
	padding: 25px 0px 0px 20px;
}

div.homeCol {
	float: left;
	width: 222px;
	padding-right: 15px;
	overflow: hidden;
}

div.homeCol img {
	border: 1px solid #c6c6c4;
}
div.homeCol img.more {
	border: none;
}

div.homeCol h2 {
	margin-top: 10px;
	color: #0d2950;
	border: none;
	font-size: 1.1em;
	text-transform: none;
	font-weight: bold;
}

div.homeCol p {
	font-size: 1.0em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}


div.rightCol {
	width: 239px;
	float: left;
	overflow: hidden;
	font-size:1.1em;
}


div#footer {
	clear: left;
	border-left: 235px solid #993333;
	padding: 0 25px 10px 20px;
	text-align: right;
  _width:695px;
}

div#footer ul {
	margin: 0;
	padding: 0;
	float: left;
}

div#footer ul li {
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
	display: inline;
}

div#footer a {
	font-weight: normal;
}

div#footerText {
	padding: 5px;
	color:#888888;
 clear:both;
}


div#columns {
	background-image: url(../images/columnsBg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	float: left; /* IE6 hack to make bg image appear */
}

div#columns div.inner {
	padding: 25px 20px 0px 20px;
}

div#IhateIE {
	padding: 25px 20px 0px 20px;
}


div#columns h1 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #993333;
	margin: 0 0 5px 0;
}
div#columns div.latestNews h1 {
	color:#993333;
	font-size:1.4em;
	margin:20px 0pt 1px;
	text-transform:uppercase;
}
div#columns div#leftCol div.latestNews h1
{
  margin-top:0px;
}

div#leftCol {
	float: left;
	width: 235px;
	overflow: hidden;
 font-size:1.1em;
}

/* RIGHT COLUMN MODULES */

div.rightMod {
	background-color: #ecece4;
	margin-bottom: 10px;
}

div.rightMod h2 {
	background-color: #e2e2d3;
	background-image: url(/images/rightModTop.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #0b2952;
	font-weight: normal;
	padding: 5px 9px 5px 9px;
	margin: 0;
	font-size: 1.0em;
}

div.rightMod div.innerContent {
	padding: 10px;
}

div.rightMod div.innerContent ul.announcements li {
	background-image: none;
	padding-left: 0;
	margin-bottom: 15px;
}

div.rightMod div.innerContent ul.announcements li a {
	display: block;
}

div.rightMod div#annoucements {
	padding: 10px;
}

div.rightMod div#annoucements ul.announcements li {
	background-image: none;
	padding-left: 0;
	margin-bottom: 15px;
}

div.rightMod div#annoucements ul.announcements li a {
	display: block;
}

/* News */

div.newsItem
{
	margin-bottom: 15px;
}

div.newsItem img
{
	float: right;
}

div.newsItem div.text
{
}

/* LISTS */

ul.plainList {
	margin: 5px 0 15px 0;
	padding: 0;
}

ul.plainList li {
	margin: 0;
	padding: 0 0 0 6px;
	list-style: none;
	background-image: url(../images/arrowHead.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

dl.descriptive {
	background-color: #e2e2d3;
	padding: 5px 15px 15px 15px;
	margin: 10px 0 10px 0;
	font-size: 0.9em;
	line-height: 1.2em;
}

dl.descriptive dt {
	color: #993333;
	width: 120px;
	padding: 10px 0 0px 0;
}

dl.descriptive dd {
	margin: -1.2em 0 0 130px;
}

/* PRODUCT PAGE */

div.prodDetails {
	margin: 10px 0 0 0;
	line-height: 1.2em;
	background-color: #fff;
	border: 1px solid #E2E2D3;
	clear: both;
}

div.prodDetails div.left, div.prodDetails div.right {
	padding: 10px 10px 0px 10px;
}

div.prodDetails div.left {
	width: 201px;
	float: left;
}

div.prodDetails div.right {
	width: 201px;
	float: right;
}

div.prodDetails h2 {
	margin: 0px !important;
	clear: both;
}

div.prodDetails p {
	font-size: 0.9em;
}

div.prodDetails dl {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #F4F3EF;
	background-image: url(../images/dlBg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

div.prodDetails dl dt {
	font-weight: bold;
	width: 100px;
	padding: 5px;
}

div.prodDetails dl dd {
	padding: 5px;
	margin-top: -2.1em;
	margin-left: 0;
	text-align: right;
	border-bottom: 1px solid #fff;
}

/* PROPERTY RESULTS */

div#propertyResults {

}

div#propertyResults h3 {

	margin: 0 0 15px 0;
}

div#propertyResults p {
	margin: 20px 0 0 0;
}

div#propertyResults div.property {
	width:456px;
	border-top:1px solid #FFFFFF;
	float:left;
	clear: left;
	_height: 140px;
	margin:10px 0pt 0px;
	min-height:140px;
	padding:20px 0pt 0pt;
}
div.centre div.inner div#propertyResults div.property
div.oneCol div.inner div#propertyResults div.property

{
width:456px;
}
div#propertyResults div.property div.pic {
	width: 100px;
	/*height: 100px;*/
	float: left;
	border: 1px solid #e3e3d4;
}
div#propertyResults div.property div.pic img {
  width:100px;
}
div#propertyResults div.property div.text {
	float: left;
	margin-left: 15px;
	width: 339px;
}

div#propertyResults div.property dl {
	padding: 0px 15px 0px 0px;
	margin: 0;
	line-height: 1.2em;
}

div#propertyResults div.property dl dt {
	color: #993333;
	width: 100px;
	padding: 2px 0 0px 0;
}

div#propertyResults div.property dl dd {
	margin: -1.2em 0 0 110px;
}

/* Property page */

div#propertySearch h2 {
	color:#993333;
	margin: 0 0 5px 0;
	text-transform:uppercase;
	border: none;
}

div#propertySearch label {
	display: block;
	font-size: 1.1em;
	margin: 10px 0 0 0;
}

div#propertySearch select {
	width: 190px;
}

div#propertySearch div.button {
	clear: both;
	padding-top: 10px;
}

div#propertySearch div.button input {
	background-color: #7e2c2c;
	background-image: url(/images/buttonGrad.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #7e2c2c;
	border-left: 1px solid #7e2c2c;
	text-transform: uppercase;
}

div#propTop h2 {
	font-size: 1.4em;
	color: #993333;
	border: none;
	text-transform: none;
	margin: 0;
}

ul#propertyImagesNav {
	border-bottom: 3px solid #993333;
	height: 2.5em;
	margin: 0;
	padding: 0;
}

ul#propertyImagesNav li {
	float: right;
	width: 120px;
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0;
}

ul#propertyImagesNav li a {
	background-color: #2f3649;
	color: #fff;
	display: block;
	padding: 7px 10px 7px 10px;
	text-align: center;
}

ul#propertyImagesNav li a:hover {
	background-color: #993333;
	color: #fff;
}

ul#propertyImagesNav li.active a {
	background-color: #993333;
	color: #fff;
}


/* PROPERTY DETAILS */

div#PropertyDetails {
	font-size: 0.9em;
}


/* UNIT PRICES */

div#unitPrices {
}

div#searchInput {
	background-color: #E2E2D3;
	padding: 10px;
	margin-bottom: 20px;
}

div#searchInput h2 {
	margin: 0 0 15px 0;
	padding-bottom: 5px;
}

div#searchInput label {
	font-size: 1.2em;
}

div#searchInput div.rowexport {
	text-align: right;
}

div#searchInput span.button input {
	background-color: #7e2c2c;
	background-image: url(/images/buttonGrad.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #7e2c2c;
	border-left: 1px solid #7e2c2c;
	text-transform: uppercase;
}

table.unitPrices {

}

table.unitPrices th {
	background-color: #2F3649;
	color: #fff;
	padding: 3px;
	text-align: center;
	font-size: 1.2em;
}

table.unitPrices td {
 	background-color: #fff;
	border-bottom: 1px solid #F4F3EF;
	padding: 6px 3px 6px 3px;
	text-align: center;
	font-size: 1.1em;
}

/* ANOUNCEMENTS */

div#annoucements {
	font-size: 1em;
}

div#annoucements table.asx {
	width: 100%;
}

div#annoucements table.asx tr.odd td {
	background-color: #e9e7e0;
}

div#annoucements table.asx td {
	padding:2px;
}

div#annoucements table.asx td.date {
	font-size: 1em;
	padding-left: 10px;
	width: 90px;
}

div#annoucements table.pageLinks td {
	padding: 5px;
}

/* NEWS */

div.newsItem {
	border-top: 1px solid #fff;
}

div.newsItem div.pic {
	width: 100px;
	height: 100px;
	border: 1px solid #2F3649;
	float: left;
}

div.newsItem div.text {
	margin: 0 0 0 120px;
	min-height: 100px;
	_height: 100px;
}

div.newsItem h3 {
	margin-bottom: 5px;
	margin-top: 15px;
	font-size: 1.1em;
}

div.newsItem p {
	font-size: 1.0em;
	line-height: 1.4em;
}

div.newsItem p.date {
	margin-bottom: 5px;
	font-size: 0.9em !important;
}

/* News item on homepage */

div#leftCol div.newsItem {
	margin-top: 10px;
}

div#leftCol div.newsItem h3 {
	font-size: 1.1em;
	margin-bottom: 0px;
	margin-top: 10px;
}

div#leftCol div.newsItem p {
	font-size: 1.1em;
}

div#newsArticle {

}

div#newsArticle div.pic {
	/*border: 1px solid #2F3649;*/
	width: 300px;
	margin: 0 auto 20px auto;
}

div#newsArticle h3 {
	margin-bottom: 5px;
	font-size: 1.2em;
}

div#newsArticle p {
	/*font-size: 1.2em; */ /* Commented this out - as it stacks up with previously defined sizes */
	line-height: 1.4em;
}

div#newsArticle p.date {
	margin-bottom: 15px;
	font-size: 0.9em !important;
}

/* DOCUMENT REQUEST */

div#loginOption, div#registerOption, div#alreadyLogged {
	background-color: #E2E2D3;
	padding: 10px;
	margin: 10px 0 0 0;
}

div#loginOption h1 {
	display: none;
}

div#loginOption h2, div#registerOption h2, div#alreadyLogged h2 {
	margin-top: 0;
	border: none;
	font-size: 1.2em;
}

div#alreadyLogged p {
	font-size: 1.2em;
}

ul#orderMaterials {
	font-size: 1em;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul#orderMaterials ul {
	list-style: none;
	margin: 5px 0 0 15px;
	padding: 0;
}
ul#orderMaterials li h2 {
  margin-bottom:15px;
}
ul#orderMaterials ul.subCategory ul.subCategory{
  margin-bottom:15px;
}
ul#orderMaterials ul li  {
  margin:0;
}
table.orderedDocuments {

}

table.orderedDocuments th {
	background-color: #E2E2D3;

	padding: 3px;
	text-align: center;
	/*font-size: 1.2em;*/
}

table.orderedDocuments td {
 	background-color: #fff;
	border-bottom: 1px solid #F4F3EF;
	padding: 6px 3px 6px 3px;
	text-align: center;
	font-size: 1.1em;
}

div#yourDetails dl {
  clear:both;
  /*font-size:1.2em;*/
  line-height:1.6em;
  margin:0px;
  padding:0px 15px 0px 0px;
  width:430px;
}

div#yourDetails dl dt {
  clear:left;
  float:left;
  padding:0px 0pt;
  width:150px;
}

div#yourDetails dl dd {
	/*margin: -1.6em 0 0 150px;*/
  margin:0pt 0pt 0pt 150px;
  width:250px;
}

div#thanx p, div#thanx h3 {
	/*font-size: 1.2em;*/
 margin-bottom:0.5em;
}

/* FAQ EXPAND/COLLAPSE */

.trigger {
	cursor:pointer;
	position: relative;
}

.trigger a {
	/*padding-right: 7px;*/
	/*margin-right: 7px;*/
	/*margin-bottom: 7px;*/

display:block;
float:left;
margin-bottom:12px;
margin-right:10px;
margin-top:6px;
padding-right:0pt;
}

.trigger:hover{
	cursor:pointer;
}

.expanded a {
	/*padding-right: 7px;*/
display:block;
float:left;
margin-bottom:12px;
margin-right:10px;
margin-top:6px;
padding-right:0pt;
}

.expanded:hover{
	cursor:pointer;
}

div.show {
	position:'';
 padding-left:15px;
 left:auto;
 width:auto;
}

div.hide {
  position:absolute;
  left:-999px;
	height:1px;
	width:100px;
}

/* Right col items */

div.items {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #B1B1AD;
	font-size: 1.1em;
	line-height: 1.4em;
}

div.items h2 {
	margin: 0px 0 3px 0;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #993333;
}

div.items h3 {
	font-size: 1em;
}

div.items p {
	margin: 0 0 5px 0;
}

/* Paging */
div.paging ul {display: inline; padding: 0; margin: 0;}
div.paging ul li {display: inline; background:none; list-style-type: none; padding: 3px; margin: 0;}
div.paging ul li.active {font-weight: bold; font-size: 110%;}


/* Historic Shareprice */
.historicSharePrice .button.inline{
  display:inline;
  padding-left:10px;
  margin:0;
}

.historicSharePrice .button{
  margin:15px 0;
}

.historicSharePrice .button input{
	background-color: #7e2c2c;
	background-image: url(/images/buttonGrad.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #7e2c2c;
	border-left: 1px solid #7e2c2c;
	text-transform: uppercase;
}
.historicSharePrice .localOutoutSharePrice {
  margin:15px 0;
  font-weight:bold;
}
.historicSharePrice p.source {
  font-size:smaller;
  text-align:right;
}


div.unitPriceLarge { width:200px; float:left;margin-right:25px; padding-bottom:15px;}
body div.unitPriceFundImage img { width:200px; height:58px;}
div.unitPriceFundImage { margin-bottom:10px; width:200px; height:58px; border:1px solid #c6c6c4;}
div.unitPriceFundBlurb { }
div.unitPriceFundHead { height:40px; }
div.unitPriceFundBlurb h3{ margin:0px; }
p.unitPriceFundDate { font-weight:bold; margin-bottom:10px;}
div.unitPriceFundBlurb ul { float:right;  }
div.unitPriceFundData { }
div.unitPriceFundData dl { width:200px;height:60px;float:left;clear:both;}
div.unitPriceFundData dl dt{width:150px; float:left;clear:left; }
div.unitPriceFundData dl dd{width:50px;margin-left:150px;text-align:right; clear:right;_margin-left:0;_float:left;_clear:none;}

