body {
    margin:0;
    padding:0;
    font:normal 11px/14px Arial, sans-serif;
    color:#575757;
    height: 100%;
    width: 100%;
}

a:active, a:focus
{
    outline:none;
}

a {
    color:#9C9D9F;
}

a:hover {
    color:#134C34;
}

img
{
	border: none;
}

p
{
    margin:0;
    padding:10px 0 0 2px;
    font-size:12px;
}

#site_holder
{
	height: 646px;
	position: relative;
}

#main
{
	padding: 44px 0 0 0;
}

H2
{
	margin:0;
	padding: 0 0 0 2px;
	font-size: 11px;
	line-height: 14px;
}
.msgError{
	color:red;
}

#navigation_column
{
	width: 231px;
	float: left;
	z-index: 2;
}

#content_column
{
	width: 434px;
	position: absolute;
	top: 174px;
	left: 231px;
	z-index: 3;
}

#pnlReminderForm{
	padding-top:18px
}

#login_page #content_column,
#register_page #content_column,
#home_page #content_column
{
	width: 434px;
	position: absolute;
	top: 0;
	left: 231px;
	z-index: 3;
}

#home_page.errorPage #content_column p
{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
}

#home_page.errorPage #content_column a
{
	text-decoration: underline;
}

#right_column
{
	width: 390px;
	position: absolute;
	left: 665px;
	padding: 0 0 0 46px;
}


#header_banner
{
	height: 130px;
	width: 100%;
	padding:0;
	margin:0;
}

#logo
{
	height: 95px;
	width: 193px;
	background: #ffffff;
	padding: 35px 0 0 38px;
}

#banner_title
{
	position: absolute;
	top: 100px;
	left: 240px;
}

/**************************************/
/*         GLOBAL NAVIGATION          */
/**************************************/

ul#global_navigation
{
	margin: 0;
	padding: 0 0 0 38px;
	text-transform: uppercase;
	color: #9C9D9F;
	list-style: none;
	font-size: 11px;
	line-height: 17px;
}

ul#global_navigation li a
{
	text-decoration: none;
}

.link_arrows
{
	font-size: 13px;
	padding-left: 3px;
}

ul#global_navigation li a:hover
{
	color:#134C34;
}

#home_page .home_page_link
{
    color:#134C34;
}

#publications_page .publications_link
{
    color:#134C34;
}

#strategy_page .strategy_link
{
	color:#134C34;
}

#team_page .team_link
{
	color:#134C34;
}

a#login1
{
	padding: 0 0 0 46px;
	width: 84px;
	height: 84px;
	display: block;
	background: url(../images/login1_off.gif) no-repeat 46px 0;
}

a#login1 #data
{
	width: 62px;
	position: absolute;
	top: 6px;
	left: 53px;
}


a#login1:hover
{
	width: 84px;
	height: 84px;
	display: block;
	background: url(../images/login1_on.gif) no-repeat 46px 0;
	color: #ffffff;
}

a#login2
{
	margin: 13px 0 0 0;
	padding: 5px 0 0 46px;
	width: 84px;
	height: 84px;
	display: block;
	background: url(../images/login1_off.gif) no-repeat 46px 0;
}

a#login2 #data
{
	width: 62px;
	position: absolute;
	top: 102px;
	left: 53px;
}


a#login2:hover
{
	margin: 13px 0 0 0;
	padding: 5px 0 0 46px;
	display: block;
	width: 84px;
	height: 84px;
	background: url(../images/login1_on.gif) no-repeat 46px 0;
	color: #ffffff;
}

#login_buttons
{
	position: absolute;
	top: 400px;
	left: -5px;
	font-size: 10px;
	line-height: 12px;
	z-index: 3;
}

#login_buttons a
{
	color: #CAC1B5;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.btnBack
{
	font-size: 11px;
}

/**************************************/
/*             HOME PAGE              */
/**************************************/

body#home_page 
{
	background-color: #CFDED3;
}

#home_page H2
{
	padding: 0 0 0 6px;
}

#home_page p
{
    margin:0;
    padding:10px 0 0 6px;
}

#home_page
{
	background: url(../images/home_background_green.gif) repeat-x;
	width: 100%;
	height: 720px;
}

.home_logo
{
	position: absolute;
	top: 90px;
	left: 38px;
	z-index:15;
}

.investor_login
{
	display: block;
	padding: 19px 0 0 0;
}

.telephone
{
	padding: 20px 0 0 0;
}

.email
{
	display: block;
	padding: 6px 0 0 3px;	
}

#home_page H1
{
	padding: 161px 0 15px 0;
	margin:0;
}

#home_page .quote
{
	padding: 122px 0 17px 75px;
}


#home_page .watermark_illustration
{
	position: absolute;
	left: 670px;
	top: 90px;
}
/**************************************/
/*           PUBLICATIONS PAGE          */
/**************************************/

#PublicationsData{
	/*margin-top:20px; if there is copy above this div*/
	margin-top:0px;
}

#PublicationsData .Row{
	height:35px;
	font-size:12px;
}

#PublicationsData #col1{
	clear:left;
	float:left;
	width:170px;
}

#PublicationsData #col2{
	float:left;
	width:140px;
}

#PublicationsData #col3{
	float:left;
	width:144px;
}

#PublicationsData #col3 select{
	font-size:11px;
	width:144px;
}

#PublicationsData #col2 a{
	color:#134c33;
}

#PublicationsData #col2 a:hover{
	color:#9db13f;
}

#publications_page .quote
{
	padding: 0 0 105px 16px;
}

#publications_page #header_banner
{	
	/*background: #9DB13F;*/
	background:#144c33;
}

.tablePublications
{
	margin-top: 20px;
}

.tablePublications tr
{
	height: 30px;
	width: 433px;
	text-align: left;
	vertical-align: middle;
}

.tablePublications tr a
{
	color: #134c33;
}

.tablePublications tr a:hover
{
	color: #9db13f;
}

.tablePublications td
{
	width: 139px;
}

.tablePublications select
{
	font-size: 10px;
}

.dropDownBox
{
	float: right;
	position: absolute;
	right: 5px;
}
/**************************************/
/*           STRATEGY PAGE            */
/**************************************/

#strategy_page #header_banner
{	
	/*background: #76B1B3;*/
	background:#144c33;
}

#strategy_page .quote
{
	padding: 0 0 178px 16px;
}

#strategy_page .quoteStrategy
{
	padding: 0 0 0 16px;	
}

.strategyDiagram img
{
	display: block;
	float: left;

}

/**************************************/
/*             TEAM PAGE              */
/**************************************/

#team_page #header_banner
{
	/*background: #AEA983;*/
	background:#144c33;
}

#team_page .quote
{
	padding: 0 0 216px 16px;
}

#team_page #site_holder p
{
	padding: 0 0 14px 0;
}

/* CONTACT PAGE */

#contact_page table.contacts
{
	border-collapse: collapse;
}

#contact_page table.contacts .name
{
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}

#contact_page table.contacts td.col2
{
	padding-left: 35px;
}

#contact_page .contact_link
{
	color:#134C34;
}

#contact_page #header_banner
{	
	/*background: #a2beaa;*/
	background:#144c33;
}

#contact_data
{
    margin:0 0 15px 0;
    padding:10px 0 0 2px;
    width: 130px;
}

#contact_data .address
{
	text-transform: uppercase;
}

#contact_data .telephone
{
    margin:0;
    padding:14px 0 0 2px;
}

#contact_data .email
{
    margin:0;
    padding:0;
    line-height: 14px;
}

#contact_page a
{
	text-decoration: none;
	color: #575757;
}

#contact_page a:hover
{
	text-decoration: underline;
	color: #134c33;
}

#map
{
	height: 292px;width: 405px; margin-left:300px; 
	border:solid 1px #d9dcdb;
}

.maplink
{
	margin-left:300px;
	width:400px;
	margin-top:10px;
	font-size:12px;
}

/* LOGIN PAGE */

#login_page .logo
{
	padding: 35px 0 45px 38px;
}

body#login_page 
{
	background-color: #CFDED3;
}

#login_page
{
	background: url(../images/home_background_green.gif) repeat-x;
	width: 100%;
	height: 720px;
}

#login_page H1
{
	padding: 161px 0 15px 6px;
	margin:0;
}

#login_page .watermark_illustration
{
	position: absolute;
	left: 670px;
	top: 90px;
}

#login_page #footer {
    color:#124C33;
    border: none;
    height: 73px;
    
}

#login_page a
{
	text-decoration: underline;
	color: #575757;
}

#login_page a:hover
{
	color: #134c33;
}

#login_page .instructions
{
	font-weight: bold;
	padding: 0 0 25px 0;
}

#termsConditions_link
{
	position: absolute;
	top: 576px;
	left: 0px;
	font-size:12px;
}

#support_link
{
	position: absolute;
	top: 600px;
	left: 0;
	font-size:12px;
}

#login_page #termsConditions_link a
{
	text-decoration: none;
}

#login_page #termsConditions_link a:hover
{
	text-decoration: underline;
}

#login_page #support_link
{
	padding: 0px 0 0 0;
}

#login_page #content_column
{
	margin-left: 5px;
}

#login_page h1
{
	margin-left: -5px;
}

/* Fieldset style - login page */

#formHolder 
{
	position: absolute;
	top: 220px;
	left: 0;
}

#login_page fieldset.loginForm
{
	border: none;
	font-size: 12px;
	line-height: 12px;
	padding: 0;
	margin: 0;
}

#login_page fieldset.loginForm ul
{
	padding: 0 0 14px 0;
	margin: 0;
}

#login_page fieldset.loginForm ul li
{
	list-style: none;
	padding-top: 10px;
}



#login_page fieldset.loginForm .username,
#login_page fieldset.loginForm .password
{
	font-size: 12px;
	color: #575757; 
	width: 170px;
}

#login_page fieldset.loginForm .username
{
	margin-left: 10px;
	font-size: 12px;
	color: #575757; 
	width: 170px;
}

#txtUsername,
#txtUsernameRemind
{
	margin-left: 10px;
	font-size: 12px;
	color: #575757; 
	width: 170px;
}

#login_page fieldset.loginForm .password
{
	margin-left: 13px;
}

.btnLogon
{
	padding: 0 0 25px 72px;
}

.remember,
.ForgottenPwdHyperLink
{
	/*font-size: 11px;*/
	font-size:12px;
	line-height:5px;
}

.ForgottenPwdHyperLink
{
	 margin-left:20px;	
}

#txtUsernameLocked
{
	margin-top: 10px;
	color: #575757;
}

.errorMessage
{
	color: Red;
	font-size: 12px;
	line-height: 14px;
}

.lockedUsername
{
	padding-right: 10px;
}

.txtUsernameLocked
{
	font-size: 12px;
}

.txtUsernameRemind
{
	font-size: 12px;
	margin: 10px 0 0 10px;
	color: #575757;
}

/* REGISTER PAGE */

fieldset.registerForm
{
	font-size: 11px;
	line-height: 11px;
	background:none;
	border: 0; 
	margin: 0;
	padding: 20px 0 20px 0;
}

fieldset.registerForm ul.left
{
	padding: 0;
	margin: 0;
	float: left;
	width: 270px;
}

fieldset.registerForm ul.right
{
	padding: 0;
	margin: 0;
	float: right;
	width: 270px;
}

fieldset.registerForm ul li
{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 27px;
}

fieldset.registerForm ul li .FormField
{
	margin: -12px 0 0 0;
	width: 154px;
}

fieldset.registerForm ul li.residency
{
	height: 55px;
	margin: 0;
	padding: 0;
}

#rdUSStatus
{
	float: left;
	width: 154px;
	margin-left: -18px;
}

#rdUSStatus tr td
{
	padding:0;
	margin: 0;
}

fieldset.registerForm ul li.residency .btn_radio
{
	height: 50px;
	margin-left: -15px;
}

*html fieldset.registerForm ul li.residency .btn_radio
{
	height: 50px;
	margin-left: 55px;
	border: none;
}

#rdUSStatus tr td label
{
		padding-left: 20px;
		text-align: left;
		margin-top: -15px;
}

fieldset.registerForm ul li.item
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	float: left;
}

.registerForm label
{
	background:none;
	text-align:left;
	width:120px;
	float:left;
	padding:0.1em;
	margin:0;
}

.registerForm .FormField
{
	font-size: 12px;
	width:150px;
	float:right;
	margin:0;
	color: #575757;
}

#register_page #txtUsername
{
width: 154px;
}


fieldset.registerForm ul li.country .FormField,
fieldset.registerForm ul li.classification .FormField,
fieldset.registerForm ul li.role .FormField
{
	width: 160px;
}

fieldset.registerForm ul li.classification .FormField
{
	float: right;
	margin-left: 40px;
}

*html fieldset.registerForm ul li.classification .FormField
{
	margin: -10px 0 5px 0;
	padding: 0;
}

#register_page #content_column
{
	width: 580px;
	position: absolute;
	top: 0px;
	left: 231px;
}

#register_page #right_column,
#login_page #right_column,
#home_page #right_column
{
	width: 100%;
	margin-left: -711px;
}

#register_page #right_column
{
	width: 100%;
	margin-left: -711px;
}


#register_page .logo
{
	padding: 35px 0 45px 38px;
}

#register_page H1
{
	padding: 161px 0 10px 0px;
	margin:0;
}

body#register_page 
{
	background-color: #CFDED3;
}

#register_page
{
	background: url(../images/home_background_green.gif) repeat-x;
	width: 100%;
	height: 720px;
}

#register_page #footer
{
    color:#124C33;
    border: none;
    height: 73px;	
}

fieldset.registerForm ul li.buttons
{
	padding: 40px 0 0 110px;
	float: left;
}

fieldset.registerForm ul li.buttons .btn_register
{
	padding-right: 0;
	padding-bottom: 10px;
	display: block;
}

fieldset.registerForm ul li.buttons a
{
	text-decoration: underline;
	line-height: 13px;
}

#mandatoryKey
{
	position: absolute;
	top: 575px;
	left: 0;
}

/* PAGE DISCLAIMER */

#pageDisclaimer #siteHolder
{
	text-align: justify;
	padding: 20px 20px 20px 20px;
}

#pageDisclaimer #pageTitle
{
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#pageDisclaimer a
{
	color: #575757;
	padding-right: 10px;
}

#pageDisclaimer a:hover
{
	color: #134c33;
}

#pageDisclaimer .links
{
	padding: 7px 0 0 3px;
}

/**************************************/
/*             FOOTER                 */
/**************************************/

#footer p
{
	padding: 11px 0 0 0;
	font-family: Arial;
    font-size: 10px;
    line-height: 11px;
    height: 73px;
    width: 530px;
    margin-left:213px;
}

#footer_holder
{
	margin: 0 0px 0 21px;
}

#footer
{
	width: 100%;
    height: 73px;
    border-top: solid 1px #D4D4D5;
}

#home_page #footer
{
    color: #124C33;
    border: none;
    height: 73px;
}

