/* CSS Document */

body {
	background: #fff;
	font: 0.8em arial, sans-serif;
	line-height: 1em;
	color: #016c67;
	margin: 10px 0px;
	padding: 0px;
	text-align: justify
}

#wrap {
	position: relative;
	width: 870px;
	margin: 0px auto;
	padding: 1px;
	border: 1px solid #016c67;
}

#header {
	position: absolute;
	top: 36px;
	left: 1px;
	background: #fff;
	padding: 10px 0px 10px 0px;
	width: 199px;
	text-align: center
}

#TopMenu {
	padding: 0px;
	background: #016c67 url(../images/menu_bg.jpg) repeat-x top left;
	height: 34px;
	margin-bottom: 1px
}

#TopMenu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
	list-style: none
}

#TopMenu li {
	padding: 5px 13px 5px 12px;
	border-left: 1px solid #016c67;
	float: left;
}

#TopMenu a:link, #TopMenu a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 39px
}

#TopMenu a:hover {
	color: #a5cbc9;
}

#TopMenu li.last {
	border-right: 1px solid #016c67;
}

#SearchBox {
	position: absolute;
	top: 150px;
	left: 1px;
	padding: 10px;
	width: 180px;
}

#LeftMenu {
	color: #fff;
	padding: 10px 0px 30px 0px
}

#LeftMenu a:link, #LeftMenu a:visited {
	color: #fff;
	text-decoration: none;
}

#LeftMenu a:hover {
	text-decoration: underline;
	color: #fff;
}

#LeftMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none
}

#LeftMenu li {
	margin: 0px;
	padding: 5px 0px 5px 15px;
	list-style-type: none;
	line-height: 1.2em
}

#MainContent {
	border-left: 200px solid #016c67;
	margin: 0px;
	padding: 30px 20px 20px 20px;
	min-height: 350px;
	line-height: 1.3em
}

#MainContentHome {
	border-left: 200px solid #016c67;
	margin: 0px;
	padding: 30px 30px 20px 30px;
	min-height: 350px;
	line-height: 1.3em
}

#MainContentHome h1 {
	color: #016c67;
	font-size: 1.8em;
	padding: 5px 0px 25px 0px
}

#Footer {
	background: #29a295;
	color: #fff;
	text-align: right;
	padding: 10px 10px 10px 0px;
	border-top: 1px solid #fff
}

#Footer li.FooterLeft {
	padding-right: 15px;
}

#Footer ul, #Footer li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#Footer a:link, #Footer a:visited, #Footer a:hover {
	color: #fff;
}

a:link, a:visited {
	color: #016c67;
	text-decoration: underline;
}

a:hover {
	color: #29a295;
	text-decoration: underline;
}

/* STYLES */

h1, h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	font-size: 1.8em;
	padding: 5px 0px 15px 0px
}

h2 {
	font-size: 1.5em;
	padding: 25px 0px 0px 0px;
}

h4 {
	margin: 0px;
	padding: 2px 0px 5px 0px;
}

h3 {
	margin: 0px;
	padding: 20px 0px 5px 0px;
}

p {
	padding: 5px 0px;
	margin: 0px;
}

p.home {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0px 15px 0px;
	margin: 0px;
}

.SearchBox {
	border: 1px solid #00525d;
	width: 120px;
	background: #fff;
	padding: 3px
}

.Button {
	border: 1px solid #00525d;
	background: #5899a3;
	color: #fff;
	padding: 1px 2px
}

.share li.share_price, .areport li.areport, .governance li.governance, .board li.board, .aim li.aim, .latestResults li.latestResults {
	background: url(../images/bullet.gif) no-repeat top left
}

.IR #TopMenu li.Investor, .contact #TopMenu li.contact, .home #TopMenu li.home, .about #TopMenu li.about {
	background: #29a295;
}

/* AIM PAGE */

.AiMProfile {
	background: #eee;
	padding: 10px;
	margin-bottom: 5px;
}

/* RESULTS PAGE */

.ResultsHeader {
	border-bottom: 5px solid #fff;
	padding: 10px;
	font-size: 1.1em
}

.SearchResult {
	margin-bottom: 20px;
}


.SearchResultAlt {
	background: #d8e8e7;
	border-top: 5px solid #d8e8e7;
	border-bottom: 5px solid #d8e8e7;
}


.SearchResultTitle {
	line-height: 2em;
	padding: 10px;
}

.SearchResultDesc {
	padding: 10px;
	
}

tr.ResultsHeader td {
	padding: 10px;
}

.SingleLineBtm {
	border-bottom: 1px solid #034e85;
}