body {
	margin: 0px;
	padding: 0px;
	font: 1em/1.4em /*"Helvetica Neue", */Arial, Helvetica, Geneva, sans-serif;
	background: #004C92 url(../images/mainbg.jpg) repeat-y;
}

#map{
	width:310px;
	height:310px;
	overflow:hidden;
	margin:0 0 30px 0;
}

body#pHome {
	background: #f6f6f6 url(../images/bg.jpg) repeat-x;
}

p em {
	font-size: 0.8em;
	line-height: 1.3em;
}

#pHome #wrapper {
	height: 448px;
}
#pHome #header {
	background-image: url(../images/headerhomebg.gif);
}
#pHome #footer {
	background: none;
	top: -34px;
}

.clear {
	clear: both;
}

#wrapper {
	width: 1000px;
	margin: -47px 0px 0px 0px;
	background: url(../images/wrapperbg.jpg) repeat-x;
	position: relative;
}

#header {
	height: 157px;
	background: #004C92 url(../images/headerbg.jpg) repeat-x;
	min-width: 1000px;
}

#header h1 {
	padding: 17px 0px 0px 20px;
	margin: 0px;
	font-size: 1em;
}

#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 76px;
	left: 375px;
	width: 780px;
	z-index: 1;
}
#header li {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
#header li a {
	display: block;
	font: normal 0.8em/27px Arial, Helvetica, Geneva, sans-serif;
	background: url(../images/header_li_bg2.jpg) right top no-repeat;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
#header li a:hover, #header li a.on {
	background-position: right bottom;
	color: #666;
}
.nav_span{
	margin: 0px;
	padding: 6px 10px 5px;
	background: url(../images/header_li_bg2_cap.jpg) left top no-repeat;
}
.nav_span:hover,.nav_span.hover,a:hover .nav_span{
	margin: 0px;
	background: url(../images/header_li_bg2_cap.jpg) left bottom no-repeat;
}
.nav_active{
	margin: 0px;
	padding: 6px 10px 5px;
	background: url(../images/header_li_bg2_cap.jpg) left bottom no-repeat;
}

#header .submenu {
	display: none;
	position: absolute;
	top: 27px;
	left: 0px;
	margin: 0px;
	padding: 12px 4px 5px 4px;
}
#header li:hover .submenu {
	display: block;
}
#header .submenu ul {
	background: #fff;
	padding: 2px 3px 3px 3px;
	position: static;
	width: auto;
}
#header .submenu li {
	float: none;
	width: auto;
	margin: 0px;
}
#header .submenu li a {
	white-space: nowrap;
	padding: 0px 20px 0px 10px;
	text-align: left;
	height: 28px;
	border-top: 1px solid #fff;
	background: #999;
	color: #fff;
}
#header .submenu li a:hover {
	background: #e8e8e8;
	color: #666;
}

.nw, .nn, .ne, .ee, .se, .ss, .sw, .ww {
	position: absolute;
	font-size: 0px;
}
.nw {
	width: 4px;
	height: 9px;
	top: 9px;
	left: 0px;
	background: url(../images/submenu_nw.png) left top no-repeat;
}
.nn {
	width: 50px;
	height: 3px;
	top: 9px;
	left: 4px;
	background: url(../images/submenu_nn.png) right top no-repeat;
}
.ne {
	width: 9px;
	height: 3px;
	top: 9px;
	right: 0px;
	background: url(../images/submenu_ne.png) left top no-repeat;
}
.ee {
	width: 4px;
	height: 50px;
	top: 12px;
	right: 0px;
	background: url(../images/submenu_ee.png) left top no-repeat;
}
.se {
	width: 4px;
	height: 9px;
	bottom: 0px;
	right: 0px;
	background: url(../images/submenu_se.png) left top no-repeat;
}
.ss {
	width: 50px;
	height: 5px;
	bottom: 0px;
	left: 9px;
	background: url(../images/submenu_ss.png) right top no-repeat;
}
.sw {
	width: 9px;
	height: 5px;
	bottom: 0px;
	left: 0px;
	background: url(../images/submenu_sw.png) left top no-repeat;
}
.ww {
	width: 4px;
	height: 50px;
	top: 18px;
	left: 0px;
	background: url(../images/submenu_ww.png) left top no-repeat;
}


#navigationWrapper {
	position: relative;
	display: inline;
	float: left;
	margin-top: 20px;
	z-index: 1;
}

/* @group tables */



#portfolio, #portfolio2 {
	margin-top: 10px;
	background: url(../images/tr_bg.gif) no-repeat left top;
}

#portfolio tr.headers, #portfolio2 tr.headers {
	height: 30px;
	font: normal 0.8em/1.2em Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	vertical-align: top;
	background: url(../images/tr_dots.gif) repeat-x left bottom;
}

#portfolio tr.headers td, #portfolio2 tr.headers td {
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 13px;
}

#portfolio tr, #portfolio2 tr {
	padding-bottom: 1px;
	margin-bottom: 1px;
	font: normal 0.8em/1.6em Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
	vertical-align: top;
}

tr.lightgrey td {
	background: #f1f1f1 url(../images/tr_dots.gif) repeat-x left bottom;
	border-bottom: none;
}

tr.white {
	background: #fff url(../images/tr_dots.gif) repeat-x left bottom;
	border-bottom: none;
}

tr.white td {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: none;
}

tr.lightgrey td {
	padding-bottom: 10px;
	border-bottom: none;
	padding-top: 10px;
}

td.spacer {
	width: 9px;
}

td.companyplc {
	width: 150px;
}

td.sectorplc {
	width: 132px;
}

td.turnoverplc {
	width: 90px;
	text-align: center;
}

td.investplc {
	width: 99px;
	text-align: center;
}

td.typeplc {
	width: 96px;
	text-align: center;
}

td.statusplc {
	width: 64px;
	text-align: center;
}

td.companyrec {
	width: 114px;
}

td.sectorrec {
	width: 117px;
}

td.turnoverrec {
	width: 90px;
	text-align: center;
}

td.investrec {
	width: 102px;
	text-align: center;
}

td.typerec {
	width: 144px;
	text-align: center;
}

td.statusrec {
	width: 64px;
	text-align: center;
}

td.companype {
	width: 87px;
}

td.descriptionpe {
	width: 111px;
}

td.investmentpe {
	width: 93px;
}

td.investedcapitalpe {
	width: 78px;
}

td.grossassetpe {
	width: 81px;
}

td.exitdatepe {
	width: 57px;
}

td.multiplepe {
	width: 78px;
}

td.irr {
	width: 45px;
}

td.companype2 {
	width: 87px;
}

td.descriptionpe2 {
	width: 111px;
}

td.investmentpe2 {
	width: 93px;
}

td.investedcapitalpe2 {
	width: 78px;
}

td.grossassetpe2 {
	width: 81px;
}

td.exitdatepe2 {
	width: 57px;
}

td.multiplepe2 {
	width: 78px;
}

td.irr2 {
	width: 45px;
}

td.shareholderaim {
	width: 297px;
}

td.holdingsaim {
	width: 180px;
    text-align: center;
}

td.percentageaim {
	width: 154px;
	text-align: center;
}

table.generalTable {
	margin: 0 0 1em;
	padding: 0;
	width: 100%;
}

table.generalTable td {
	font-size: 0.8em;
	padding-bottom: 1em;
	vertical-align: top;
	color: #333;
}

table#portfolio.bigText {
    font-size: 1.2em; 
}

td.noWrappin {
	padding-right: 30px;
}

/* @end */

#navigation h1 {
	height: 47px;
	width: 260px;
	padding: 0 !important;
	margin: 0 !important;
}

#navigation {
	width: 260px;
	background: url(../images/nav_bg.jpg) repeat-y;
	padding-bottom: 0;
}

#navigation ul {
	margin: 0;
	padding: 0 0 8px 0;
	list-style: none;
	background: url(../images/nav_ulbottom.jpg) no-repeat left bottom;
}

#navigation li {
	margin-left: 23px;
	width: 213px;
}
#navigation li.bot {
}

#navigation li a {
	height: 28px;
	display: block;
	text-decoration: none;
	color: #666;
	font: normal 0.8em/2.2em Arial, Helvetica, Geneva, sans-serif;
	text-indent: 15px;
	background: url(../images/nav_middle.jpg) 0px 0px no-repeat;
}

#navigation li a.active,
#navigation li a.activenormal, #navigation li a.activeactive , #navigation li a.activesubnormal, #navigation li a.activesubactive,
#navigation li a.subnormal, #navigation li a.subactive, #navigation li a.subsubnormal, #navigation li a.subsubactive {
	color: #fff;
	text-indent: 30px;
}


#navigation li a.normalactive { /* normal, active above */
	background-position: 0px -28px;
}
#navigation li a.normalsubnormal { /* normal, submenu normal above */
	background-position: 0px -56px;
}
#navigation li a.normalsubactive { /* normal, submenu active or hover above */
	background-position: 0px -84px;
}
#navigation li a.activenormal, #navigation li a.active { /* active, normal above */
	background-position: 0px -112px;
}
#navigation li a.activeactive { /* active, active above */
	background-position: 0px -168px;
}
#navigation li a.activesubnormal { /* active, submenu normal above */
	background-position: 0px -140px;
}
#navigation li a.activesubactive { /* active, submenu active above */
	background-position: 0px -168px;
}
#navigation li a.subnormal { /* submenu, normal above */
	background-position: 0px -196px;
}
#navigation li a.subactive { /* submenu, active above */
	background-position: 0px -252px;
}
#navigation li a.subsubnormal { /* submenu, submenu normal above */
	background-position: 0px -224px;
}
#navigation li a.subsubactive { /* submenu, submenu active or hover above */
	background-position: 0px -252px;
}


#navigation li.top a {
	background: url(../images/nav_top.jpg) 0px 0px no-repeat;
}
#navigation li.top a.normalactive { /* normal, active above */
	background-position: 0px 0px;
}
#navigation li.top a.activenormal, #navigation li.top a.active {
	background-position: 0px -28px;
}
#navigation li.top a.subnormal { /* submenu, normal above */
	background-position: 0px -56px;
}

#navigation li.bot a {
	height: 31px;
	background: url(../images/nav_bottom.jpg) 0px 0px no-repeat;
}
#navigation li.bot a.normalactive { /* normal, active above */
	background-position: 0px -31px;
}
#navigation li.bot a.normalsubnormal { /* normal, submenu normal above */
	background-position: 0px -62px;
}
#navigation li.bot a.normalsubactive { /* normal, submenu active or hover above */
	background-position: 0px -93px;
}
#navigation li.bot a.activenormal, #navigation li.bot a.active { /* active, normal above */
	background-position: 0px -124px;
}
#navigation li.bot a.activeactive { /* active, active above */
	background-position: 0px -186px;
}
#navigation li.bot a.activesubnormal { /* active, submenu normal above */
	background-position: 0px -155px;
}
#navigation li.bot a.activesubactive { /* active, submenu active above */
	background-position: 0px -186px;
}


/* @group leftnav inner drop down menu */

#navigation ul ul {
	margin: 0 0 0 -23px;
	padding: 0;
	display: block;
	background-image: none;
	display: none;
}

#navigation li li {
	border-bottom: 1px solid #fff;
}
#navigation li li.bot {
	border: 0px;
}

#navigation li li a, #navigation li li.bot a {
	height: 28px !important;
	color: #fff;
	text-indent: 15px !important;
	background: #a5a5a5 !important;
	text-decoration: none;
	padding-left: 5px;
	display: block;
	background-image: none;
}
#navigation li li a.active, #navigation li li a:hover {
	background: #636363 url(../images/nav_arrow.gif) 8px 50% no-repeat !important;
}

/* @end */

#navarrow {
	width: 260px;
	height: 227px;
	margin-top: 20px;
	background: url(../images/navigation_big_arrow.gif) no-repeat;
}


#contentHead {
	height: 141px;
	background: url(../images/contentHead.jpg) 100% 47px no-repeat;
	float: right;
	width: 740px;
}


#contentHead h1 {
	color: #fff;
	font: normal 1.4em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0px;
	padding: 45px 0px 0px 0px;
	text-decoration: none;
	letter-spacing: 0;
}

#mainContent {
	background: url(../images/maincontent.jpg) -260px 0px repeat-y;
	float: right;
	width: 740px;
}

#mainContentCopy {
	padding: 0px 60px 0px 40px;
}

#mainContentCopy p.blue {
	font: 0.8em/1.5em Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0 0 1.5em;
    padding-top: 12px;
	border-top: 1px solid #bbbbbb;
}

#mainContentCopy p, #mainContentCopy ul {
	color: #333;
	font: 0.8em/1.5em Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0 0 1.5em;
}

#mainContentCopy ul {
	padding-left: 1.3em;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#mainContentCopy ul li {
	margin-bottom: 1em;
	margin: 0px;
	padding: 0px 0px 1em 1.3em;
	background: url(../images/arrow_bullet.gif) 0em 0.5em no-repeat;
}


#mainContentCopy ul ul li {
	font-size: 1.2em;
}

#mainContentCopy ul ul li.top {
	font-size: 1.2em;
    margin-top: 20px;
}
	
#mainContentCopy a {
	color: #3081DD;
	text-decoration: underline;
}

#mainContentCopy .quotename {
	color: #265293;
	font-size: 1.0em;
	font-weight: bold;

}

#mainContentCopy a.agree {
	width: 113px;
	height: 41px;

}

#mainContentCopy a.contact {
	width: 139px;
	height: 41px;	
}
	
#mainContentCopy h1 {
	color: #265293;
	font: normal 1.4em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 0 1em;
	padding: 0;
	padding-bottom: 6px;
	border-bottom: 1px solid #bbbbbb;
	word-spacing: 0;
	letter-spacing: -1px;
}

#mainContentCopy h2, #mainContentCopy h3 {
	color: #333;
	font: normal 1em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 0 1em;
	padding: 0;
	word-spacing: 0;
}

#mainContentCopy h2.header{
	color: #333;
	font: normal 1.2em/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 0 1em;
	padding: 0;
	word-spacing: 0;
}

#mainContentCopy h3 {
	font: 0.85em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

#mainContentCopy .copyRow1, #mainContentCopy .copyRow2 {
	width: 310px;
	float: left;
}

#mainContentCopy .copyRow1 {
	margin-right: 20px;
}

#mainContentCopy .copyRow1 h2.sIFR-replaced, #mainContentCopy .copyRow2 h2.sIFR-replaced {
	padding-top: 0;
	margin-top: 0;
}

#mainContentCopy sub {line-height: 0;}


ul#breadcrumb {
	color: #fff;
	position: absolute;
	right: 27px;
	top: 74px;
	margin: 0;
	padding: 0;
	font: normal 0.8em/1.2em Arial, Helvetica, Geneva, sans-serif;
	list-style: none;
}

ul#breadcrumb li {
	float: left;
	margin: 0px;
	padding: 0px 16px 0px 4px;
	background: url(../images/breadcrumb_arrow.gif) 100% 40% no-repeat;
}
ul#breadcrumb li.last {
	padding-right: 0px;
	background: none;
}

ul#breadcrumb a {
	color: #fff;
	text-decoration: none;
}

ul#breadcrumb a:hover {
	text-decoration: underline;
}


#homeContent {
	width: 475px;
	height: 448px;
	background: url(../images/homecontenthbg.jpg) no-repeat left top;
	float: left;
}

#homeContent ul {
	position: absolute;
	width: 372px;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 100px;
	top: 30px;
}



#homeContent li {
	height: 40px;
	border-bottom: 1px solid #97b5d3;
	overflow: hidden;
}

#homeContent li a {
	display: block;
	width: 372px;
	height: 40px;
	text-decoration: none;
}

#homeColumntwo {
	width: 500px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 25px;
}

#homeColumntwo ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


#homeColumntwo li {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	width: 474px;
	height: 77px;
	overflow: hidden;
}

#homeColumntwo li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: 2px;
}

#homeColumntwo h1 {
	height: 100px;
	margin: 0;
	padding: 0;
}

#homeArrow {
	width: 85px;
	height: 83px;
	position: absolute;
	left: 0px;
	top: 37px;
	background: url(../images/floatarrow.gif) no-repeat;
	display: none;
}

/* @group footer */

#footer {
	clear: both;
	position: relative;
	background: #f6f6f6 url(../images/footer.jpg) repeat-x;
	height: 200px;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	min-width: 1000px;
}

#footer li a {
	color: #333333;
	text-decoration: none;
}

#footer li a:hover {
	color: #333333;
	text-decoration: underline;
}

#footer li {
	display: inline;
	margin-left: 15px;
}

#footer ul {
	position: absolute;
	color: #333333;
	font: 0.8em/1.2em Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	left: 560px;
	top: 46px;
	list-style: none;
}

#footerHead {
	background: url(../images/footer_head.jpg) no-repeat;
	height: 34px;
}

#footer h4 {
	color: #333333;
	font: normal 0.8em/1.2em Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 25px;
	top: 46px;
}

#footer p {
	padding: 0;
	margin: 0;
	color: #333333;
	font: 0.8em/1.5em Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	left: 25px;
	top: 94px;
}

ul#standards {
	position: absolute;
	width: 184px;
	height: 31px;
	top: 94px;
	left: 794px;
	margin: 0;
	padding: 0;
}

ul#standards li {
	padding: 0;
	margin: 0;
	float: left;
	width: 88px;
	height: 31px;
	display: inline;
}

ul#standards li.margin {
	margin-left: 8px;
	display: inline;
}

/* @end */

/* @group new form */

#formContainer {
	background: url(../images/form_bg_twotone.gif) repeat-y center;
	height: 1%;
}

#mainContentCopy .red {
	color: #f22400;
}

#formLeft, #formRight {
	display: block;
	float: left;
}

#formLeft {
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#formRight {
	padding: 10px;
	margin-bottom: -10px;
}

#formLeft p {
	font-weight: bold;
	margin-bottom: 0;
}

#formLeft input {
	width: 304px;
	margin-bottom: 0.7em;
	font: 0.8em Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid #b5b4b9;
}

#formRight textarea {
	width: 290px;
	margin-bottom: 1em;
	height: 50px;
}

#formRight p.question {
	margin-bottom: 0;
	font-weight: bold;
}

#formRight select {
	float: left;
	margin-right: 10px;
}

#mainContentCopy input.submitButt {
	width: 116px;
	height: 42px;
	margin-left: 320px;
	margin-top: 15px;
	margin-bottom: 30px;
}

#termBox {
	width: 600px; 
	height: 165px; 
	border: 1px solid #CCD6E0; 
	margin: 0 0 13px 0;
	padding: 10px; 
	overflow-y: scroll;
}

#mainContentCopy div.small{
	color: #333;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0 0 1.0em;
}


/* @end */


