* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ebebeb;
	margin: 0;
	padding: 0;
	font: 76% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #4d4d4d;
}

a {
	color: #4483BC;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

img {
	display: block;
}

hr {
	clear: right;
	color: #b4b4b4;
	background-color: #b4b4b4;
	height: 1px;
	border: 0;
	margin: 10px 0;
}

table {
	font-size: 1em;
}

#container {
	width: 860px;
	padding: 0 5px 0 5px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(/images/bg.gif) 0 0 repeat-y;
}

#container:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #container {height: 1%;}
/* End hide from IE-mac */

#header {
	background-color: #000;
	padding: 14px 0 0 0;
}

#header p#logo a {
	display: block;
	margin: 0 0 0 23px;
	float: left;
	position: static;
	width: auto;	
}

/* Navigation */

#header ul {
	position: relative;
	z-index: 1000;
	float: right;
	margin: 16px 11px 0 0;
}

#header ul li {
	display: block;
	float: left;
}

#header ul li a {
	display: block;
	margin: 0 15px 0 0;
	padding: 0 1px 15px 1px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 5px solid #000;
}

#header ul li a em {
	font-style: normal;
}

#header ul li a:hover,
#header ul li.active a {
	border-bottom: 5px solid #f78400;
}

/* Banner Image */

#header p {
	clear: both;
	position: relative;
	width: 671px;
}

/* Page Content */

#content {
	float: left;
	width: 810px;
	padding: 20px 25px;
}

#content h1,
.col1 h2,
.col2 h2 {
	clear: both;
	color: #f78400;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 12px;
}

#content h2 {
	font-size: 14px;
	margin-bottom: 12px;
}

#content h3 {
	font-size: 13px;
	margin-bottom: 12px;
}

#content h4 {
	font-size: 12px;
	margin-bottom: 2px;
}

#content .col1 {
	float: left;
	width: 390px;
}

#content .col2 {
	float: right;
	width: 395px;
}

p.arrow {
	padding-left: 7px;
	background: transparent url(/images/arrow.gif) 0 4px no-repeat;
}

/* Latest News Title */

#latest_news {
	position: relative;
}

#latest_news span {
	position: absolute;
	top: 0;
	right: 0;
}

.news_col.no_border #latest_news span {
	position: static;
}

.rss,
#latest_news span a {
	display: block;
	background: transparent url(/images/rss.gif) 0 0 no-repeat;
	padding: 2px 0 0 20px;
}

/* Menu */

#menu {
	width: 170px;
	float: left;
	font-size: 11px;
}

#menu ul {
	list-style: none;
}

#menu a {
	border-bottom: 1px dotted #B2B2B2;
}

#menu li.active a,
#menu a:hover em {
	color: #900028;
}

#menu ul li a {
	display: block;
	padding: 7px 0;
	text-decoration: none;
	color: #4c4c4c;
}

#menu em {
	font-style: normal;
}

/* Nested Menu */

#menu ul ul li a {
	margin-left: 15px;
}

#menu ul ul ul li a {
	margin-left: 30px;	
}

#menu ul ul ul ul li a {
	margin-left: 45px;	
}

#menu ul li.active li a,
#menu ul li.active li.active li a,
#menu ul li.active li.active li.active li a,
#menu ul li.active li.active li.active li.active li a,
#menu ul li.active li.active li.active li.active li.active li a {
	color: #4c4c4c;
	font-weight: normal;
}

#menu a {
	background-image: none;
}

#menu a.current {
	background-image: none;
}

#menu ul li a.current,
#menu ul li.active li a.current,
#menu ul li.active li.active li a.current,
#menu ul li.active li.active li.active li a.current,
#menu ul li.active li.active li.active li.active li a.current,
#menu ul li.active li.active li.active li.active li.active li a.current {
	font-weight: normal;
}

#menu a em {
	color: #4c4c4c;
	padding-right: 8px;
}

#menu a.current em {
	color: #f78400;
	font-weight:bold;
}

body #menu ul li.active li a {
	color: #4c4c4c;

}

body #menu ul li li.active li a {
	text-transform: none;
}

body #menu ul li.active li.active li.active li a {
	background-position: 10px 10px;
}

body #menu ul li.active li.active li.active li.active li a {
	padding-left: 22px;
	background-position: 15px 10px;
}

body #menu ul li.active li.active li.active li.active li.active li a {
	padding-left: 27px;
	background-position: 20px 10px;
}

body #menu ul li.active li.active li.active li.active li.active li a {
	padding-left: 32px;
	background-position: 25px 10px;
}

body #menu ul li.active li.active li.active li.active li.active li.active li a {
	padding-left: 37px;
	background-position: 30px 10px;
}

/* Main Content */

#main_content {
	float: right;
	width: 600px;
	position: relative;
}

#main_content #text {
	width: 450px;
	color: #4c4c4c;
}

#main_content #text p {
	margin-bottom: 1em;
	line-height: 1.3em;
}

#main_content ul,
#main_content ol {
	margin-left: 20px;
}

.page_image {
	float: right;
	margin: 0 -155px 25px 25px;
	width: 290px;
	position: relative;
	z-index: 2000;
}

.page_image span {
	display: block;
	float: right;
	margin-top: 5px;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	padding-left: 12px;
	background: transparent url(/images/arrow_up.gif) 0 1px no-repeat;
}

/* Homepage */

#news_headlines {
	margin-top: 35px;
}

dl.date_list {
	margin: 1.5em 0;
}

#news_headlines dl {
	clear: both;
}

#news_headlines dl dt,
dl.date_list dt {
	float: left;
	width: 130px;
}

#news_headlines dl dd,
dl.date_list dd {
	display: block;
	margin-left: 135px;
	padding-bottom: 15px;
}

dl.date_list h2 {
	clear: both;
}

/* Divisions */

#divisions {
	clear: both;
	padding: 8px 0 0 0;
}

.division {
	float: left;
	width: 186px;
	margin-right: 20px;
}

.division.wide {
	width: 395px;
}

.division.last {
	margin-right: 0;
}

.division h3 {
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.division p {
	margin: 10px 0;
}

.division p a {
	font-size: 11px;
}

/* Box */

.box {
	position: relative;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	width: 372px;
}

.box .col,
.division .col {
	float: left;
	width: 50%;
}

/* Property Search Box */

#property_search {
	width: 394px;
	margin-bottom: 25px;
}

#property_search .title {
	padding: 8px 8px 7px 8px;
	background: #f68400 url(/images/home/property_title.gif) 0 0 no-repeat;
}

#property_search h2 {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#property_search ul {
	float: left;
	width: 394px;
	padding: 8px;
	margin-bottom: 25px;
	background: transparent url(/images/home/property_box.gif) bottom left no-repeat;
}

#property_search ul li {
	float: left;
	padding-left: 7px;
	background: transparent url(/images/arrow.gif) 0 4px no-repeat;
	list-style: none;
	margin-right: 20px;
}

/* Investor Info Box */

#investor_info h3 {
	color: #f78400;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 9px;
}

#investor_info h4 {
	font-size: 24px;
	font-weight: bold;
}

.negative,
#investor_info p.prices span.negative,
#investor_info h4 span.negative {
	font-weight: normal;
	color: #750E0E;
}

.positive,
#investor_info h4 span.positive,
#investor_info p.prices span.positive {
	font-weight: normal;
	color: #006b33;
}

#investor_info p.updated {
	color: #808080;
	margin-top: 10px;
}

#investor_info p.graph {
	float: left;
	margin: 0 0 0 18px;
	color: #808080;
}

#investor_info p.graph img {
	margin-top: 6px;
}

#investor_info p.more_detail {
	clear: both;
	padding-top: 10px;	
	margin-left: 18px;
}

/* Investor Info landing page */

div.news_col#investor_info {
	padding-right: 0;
	width: 199px;
}

div.news_col#investor_info p.graph {
	float: left;
	margin: 6px 12px 0 0;
	color: #808080;
}

#investor_info p.prices {
	padding-top: 10px;
	clear: both;
}

#investor_info p.prices strong {
	display: block;
	float: left;
	width: 70px;
	font-weight: normal;
}

/* Interim Report */

#interim_report img {
	float: left;
	margin-right: 6px;
}

#interim_report h4 {
	color: #f78400;
	font-size: 12px;
}

#interim_report p {
	width: 150px;
	margin: 3px 0;
}

#interim_report p.download {
	width: auto;
	margin-left: 40px;
}

#interim_report p.arrow {
	position: absolute;
	left: 207px;
	bottom: 17px;
	width: 160px;
}

/* News Index */

#main_content #text.wide {
	width: 600px;
}

.news_col {
	float: left;
	border-left: 1px solid #c1c1c1;
	padding: 0 13px;
	margin: 0 0 30px 0;
	width: 173px;
	min-height: 240px;	
}

.news_col h2 {
	color: #F78400;
}

.news_col dl {
	margin-top: 18px;
}

.news_col dl dt {
	display: block;
	float: none;	
	font-size: 10px;
	text-transform: uppercase;
}

.news_col dl dd {
	margin-bottom: 15px;
}

.news_col p.archive a {
	display: block;
	padding-left: 8px;
	background: transparent url(/images/arrow.gif) 0 5px no-repeat;
}

/* Investor Info Index */

.news_col.no_border {
	font-size: 12px;
	border-left: 0;
	padding-left: 0;
}

.news_col.investor_info {
	position: relative;
	border-top: 1px solid #c1c1c1;
	padding-top: 10px;
}

/* At A Glance */

#at_a_glance {
	position: relative;
}

#at_a_glance ul {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	list-style: none;
}

#at_a_glance ul li {
	margin: 0;
	padding: 0;
}

#at_a_glance ul li a {
	width: 136px;
	display: block;
	padding: 5px 0 4px 0;
	text-decoration: none;
	color: #f78400;
	outline: none;
}

#at_a_glance ul li a.active {
	color: #4d4d4d;
	width: 131px;
	padding-left: 5px;
	background: transparent url(/images/investor_info/arrow.gif) 0 0 no-repeat;
	outline: none;
}

#at_a_glance ul li a:hover {
	cursor: pointer;
	width: 131px;
	padding-left: 5px;
	outline: none;
}

#at_a_glance p {
	display: none;
}

#at_a_glance p.active,
#at_a_glance p#turnover_chart {
	display: block;
}

/* Latest Results */

#latest_results h2 {
	color: #F78400;
}

#latest_results .news_col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#latest_results .news_col ul li {
	margin-bottom: 10px;
}

#latest_results h3 {
	margin: 0 0 12px 0;
	padding: 0;
	color: #4d4d4d;
	font-size: 16px;
	font-weight: normal;
}

#latest_results #at_a_glance {
	width: 386px;
	float: left;
	margin-right: 15px;
	border-right: 1px solid #c1c1c1;
}

#news_summary {
	float: left;
	clear: left;
}

#main_content .news_col.latest_results ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news_col.latest_results ul li {
	margin: 0 0 10px 0;
	padding: 0;
}

.news_col.latest_results ul li span {
	display: block;
	margin-top: 3px;
	font-size: 11px;
}

/* Financial Table */

table.financial {
	width: 100%;
	font-size: 11px;
}

table.financial caption {
	color: #F78400;
	text-align: left;
	padding-bottom: 15px;
}

table.financial th,
table.financial td {
	margin: 0;
	padding: 0 0 5px 0;
}

table.financial th {
	font-weight: normal;
	color: #4C4C4C;
	border-bottom: 2px solid #F78400;
}

table.financial th.notes {
	color: #F78400;
	padding-top: 1em;
	width: 25px;
}

table.financial th strong,
table.financial th b {
	display: block;
	font-size: 12px;
}

table.financial th.notes,
table.financial td.notes {
	width: 25px;
}

table.financial th.text,
table.financial td.text {
	width: 265px;
}

table.financial th.year,
table.financial td.year {
	width: 80px;
	text-align: right;
}

table.financial td {
	padding: 5px 0;
}

table.financial td.title {
	font-weight: bold;
	font-size: 12px;
	padding: 15px 0 10px 0;
}

table.financial td.notes {
	color: #f78400;
}

table.financial tr.last td {
	padding-bottom: 25px;
}

table.financial tr td.divider {
	padding: 0;
	margin: 0;
	line-height: 0;
}

table.financial tr td.divider hr {
	color: #f78400;
	background-color: #f78400;
	margin: 0;
}

table.financial tfoot {
	display: table-footer-group;
}

table.financial tfoot tr {
	padding-top: 25px;
}

table.financial tfoot td {
	padding-top: 20px;
	border-top: 2px solid #f78400;
}

table.financial tfoot td strong,
table.financial tfoot td b {
	display: block;
	font-size: 12px;
}

table.financial td.total {
	border-top: 1px solid #f78400;
	border-bottom: 1px solid #f78400;
}

table.financial td.total.double {
	border-top: 0;
	border-bottom: 2px solid #f78400;
}

table.financial td.total.double.top {
	border-top: 1px solid #f78400;
}

table.financial td.total.no_top {
	border-top: 0;
}

table.financial tr.indent td.text {
	padding-left: 10px;
}

/* Subscribe */

form#subscribe label {
	display: block;
	font-weight: bold;
}

form#subscribe input.subscribe_email {
	border: 1px solid #4d4d4d;
	padding: 2px;
	width: 180px;
}

.news_col.subscribe {
	width: 270px;
}

/* Misc */

iframe {
	width: 550px;
	min-height: 400px;
	border: 0;
}

iframe#calculator {
	height: 700px;
	overflow: visible;
}

iframe#tsr {
	height: 650px;
	overflow: visible;
}

iframe#share_chart {
	width: 600px;
	height: 700px;
	overflow: visible;
}

.hide {
	display: none;
}

.print {
	clear: both;
	margin-top: 25px;
	padding: 15px 0 0 5px;
	border-top: 1px solid #b4b4b4;
}

.print a {
	display: block;
	float: left;
	color: #808080;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 28px;
	min-height: 14px;
	background: transparent url(/images/print.gif) 0 0 no-repeat;
}

/* Footer */

#footer {
	position: relative;
	width: 870px;
	margin: 0 0 0 -5px;
	padding-bottom: 5px;
	background: transparent url(/images/footer_bg.gif) bottom left repeat-x;
	clear: both;
}

#footer_content {
	width: 860px;
	margin: 0 0 0 5px;
	border-top: 5px solid #f78400;
	background-color: #000;
}

#footer p {
	color: #d9d9d9;
	font-size: 11px;
	padding: 10px 0 11px 22px;
	min-height: 28px;
	text-align: left;
}

#footer p#credit {
	position: absolute;
	top: 10px;
	right: 8px;
	width: 211px;
	margin: 0;
	padding: 0;
	min-height: 0;
}

#footer a {
	color: #d9d9d9;
}

/* Historic Share Price Tool */

#historic_share_price {
	font-size: 12px;
}

#historic_share_price label {
	display: block;
	float: left;
	width: 15em;
	padding-top: 3px;
}

#historic_share_price select {
	margin-right: 0.5em;
}

#historic_share_price #cboStartDay,
#historic_share_price #cboStartMonth {
	width: 4em;
}

#historic_share_price form select {
	width: 5em;
	font-size: 12px;
}

#historic_share_price p.submit {
	margin-left: 14.9em;
}

#historic_share_price p#investis {
	width: 105px;
	margin: 2em 0 0 15em;
}

#temporary {
	width: 400px;
	color: #fff000;
	background-color: #c20;
	margin: 0 0 0 60px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

/* Share Price Table */

#share_info table {
	width: 500px;
	margin-bottom: 10px;
}

#share_info table th,
#share_info table td {
	font-size: 12px;
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #c1c1c1;
}

#share_info table tr.first th,
#share_info table tr.first td {
	border-top: 1px solid #000;
}

#share_info table tr.last th,
#share_info table tr.last td {
	border-bottom: 1px solid #000;
}

#share_info table th {
	text-align: left;
	width: 120px;
}

#share_info table td {
	text-align: right;
}

#share_info table th.right_col {
	padding-left: 40px;
}

#share_info p {
	font-size: 11px;
}
