@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	color: #000;
	font: 0.76em Verdana, Arial, Helvetica, sans-serif;
}

#wrap {
	position: relative;
	width: 1007px;
	padding: 0px;
	margin: 0px auto;
}

#TopHeader {
	height: 20px;
}

#Header {
	height: 206px;
	margin: 0px;
	padding: 0px;
	text-align: right
}

#MainContent {
	background: url(../images/bg/content-middle-bg.jpg) repeat-y top left;
	min-height: 200px;
	padding: 6px 7px 31px 5px;
}

#ContentInner {
	float: left;
	margin-left: 30px;
	width: 699px;
	padding-top: 23px
}

.CS #ContentInner  {
	width: 719px;
}

.NewsBlock {
	float: left;
	background: url(../images/bg/NewsBlock.gif) no-repeat top left;
	width: 323px;
	height: 147px;
	margin-top: 20px
}

.NewsInner {
	padding: 12px 25px 0px 11px;
}

.NewsDate {
	color: #6e2627;
	font-weight: bold;
}

.MoreLink {
	text-align: right;
}

#Footer {
	background: url(../images/bg/footer-bg.gif) no-repeat top left;
	padding-top: 57px;
	text-align: right;
	font-size: 0.8em
}

/* STYLES */

h1 {
	font-size: 1.7em;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-size: 1.5em;
	text-transform: capitalize;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.NewsBlock h3 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #000;
	border-bottom: none
}

h3 {
	color: #ff3806;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 0px 0px;
}

h3 span.Board {
	font-weight: normal;
	font-size: 0.9em;
	color: #000
}

h3.Reports {
	border-bottom: none;
}

.NewsBlock p {
	line-height: 1.2em;
	padding: 5px 0px;
	margin: 0px
}

p {
	
}

td.News {
	background: #efefef;
}

ul#Sitemap li {
	list-style: none;
}

ul#Sitemap li ul {
	padding-bottom: 10px;
	line-height: 1.4em
}

.Button {
	background: #311bb6;
	border: 1px outset #efefef;
	color: #fff;
	padding: 2px 5px;
}

/* LINKS */


a:link, a:visited {
	color: #311bb6;
	text-decoration: underline;
}

a:hover {
	color: #13830d;
	text-decoration: none
}

a.top {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

ul#CountryTab {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 31px;
}

ul#CountryTab li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#CountryTab a {
	background: url(../images/tab-off.gif) no-repeat top left;
	height: 31px;
	display: block;
	width: 107px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 0px 0px 3px
}

ul#CountryTab a:hover {
	background: url(../images/tab-on.gif) no-repeat top left;
	color: #fff
}

.UK ul#CountryTab a#CountryUK, .USA ul#CountryTab a#CountryUSA, .HK ul#CountryTab a#CountryHK, .NZ ul#CountryTab a#CountryNZ, .SI ul#CountryTab a#CountrySI, .AU ul#CountryTab a#CountryAU {
	background: url(../images/tab-on.gif) no-repeat top left;
	color: #fff
}

.ResultsHeader {
	border-bottom: 5px solid #fff;
	padding: 5px
}

.SearchResult {
	margin-bottom: 5px;
}


.SearchResultAlt {
	background: #d6d1f0;
	border-top: 5px solid #d6d1f0;
	border-bottom: 5px solid #d6d1f0;
}


.SearchResultTitle {
	line-height: 1.5em;
	padding: 5px;
	font-size: 1em;
	text-align: left
}

.SearchResultDesc {
	padding: 10px;
	
}

tr.ResultsHeader td {
	padding: 5px;
}



