@charset "utf-8";
/* CSS Document */

/* browser reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #002f4c;
}

#regBoxMainTo input, textarea, select 
{
width:15px;
padding-left:2px;
margin-left:2px;
}
.regBoxMainTo input, textarea, select 
{
width:15px;
padding-left:2px;
margin-left:2px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1.5em;
}

body {
	background: #01304E;
}

p {
	color: #004360;
	font-size: 12px;
}

a {
	color: #004360;
}

.hidden{
	display:none;
}

#wrapper{
	background: #ffffff;
	width: 980px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	overflow: hidden;
}

/* HEADER STYLES */

#header {
	float: left;
	clear: both;
	height: 84px;
	width: 100%;
	border-bottom: solid 1px #738897;
}

#header h1 {
	margin-top: 1px;
	float: left;
	text-indent: -9999px;
	background: url(images/trafalgar_logo.gif) no-repeat left bottom;
	width: 140px;
	height: 83px;
}

#mainLogo {
	margin-top: 1px;
	float: left;
	clear: none;
	width: 140px;
	height: 83px;
	overflow: hidden;
}

#mainLogo img {
	padding: 0;
	margin: 0;
}

#userInfo {
	font-size: 10px;
	color: #002f4c;
	float: right;
	clear: none;
	margin-top: 7px;
	margin-right: 10px;
}

#sectionTitle {
	position: absolute;
	left: 145px;
	top: 35px;
}

#sectionTitle h2 {
	font-size: 12px;
	font-weight: bold;
}

#mainmenu{
	position: absolute;
	top: 58px;
	left: 145px;
}

#mainmenu ul {
	float: left;
	font-family: arial, helvetica, sans-serif;
}

#mainmenu ul li { 
	display: inline; 
	font-size: 12px;
}

#mainmenu ul li a {
	padding: 0.2em 1em;
	background-color: #fddfbe;
	color: #002f4c;
	text-decoration: none;
	float: left;
	padding-right:20px;
	border-right: 5px solid #fff;
	background: #fddfbe url(../images/nav-item-righthand-bg.gif) no-repeat right bottom;
}

#mainmenu ul li a:hover,
#mainmenu ul li.active a {
	background-color: #f07d1b;
	color: #fff;
}

/* END OF HEADER STYLES */

/* LEFT NAV  ------------------------------------------------------*/

#leftnav{
	padding-left: 7px;
	float: left;
	clear:both;
	margin-top: 20px;
	width: 130px;
}

#leftnav ul {
	width: 125px;
	font-family: arial, helvetica, sans-serif;
}

#leftnav ul li { 
	display:block;
	background: url(../images/leftnav-bottom-bg.gif) no-repeat bottom;
	margin: 10px 0 10px 0;
	padding:0 0 3px 4px;
	line-height: 1.1em;
	font-size: 12px;
	padding-bottom: 10px;
}

#leftnav ul ul {
	text-indent: 10px;
	display:block;
	background: url(../images/leftnav-bottom-bg.gif) no-repeat bottom;
	padding:0;
	margin:0;
}

#leftnav ul ul li { 
	display:block;
	/*background: url(../images/leftnav-bottom-orange-bg.gif) no-repeat bottom;*/
	background: none;
	font-size: 12px;
	margin: 2px 0 2px 0;
	padding:0;
	line-height: 1.7em;
}

#benefitsClients {
	background: url(../images/benefits-clients-bg.gif) no-repeat left bottom;
}

#benefitsAdvisors {
	background: url(../images/benefits-advisors-bg.gif) no-repeat left bottom;
}

#leftnav ul .singleLine {
line-height: 3em;
}

#leftnav ul li a {
	color: #f07d1b;
	text-decoration: none;
}

#leftnav ul li a:hover,
#leftnav ul li.active a {
	color: #002f4c;
}

/*---*/
#leftnav ul li ul {
	margin-left:10px;
	width: 100px;
}

#leftnav ul li ul li { 
	padding-top:10px;
	display:block;
	padding-bottom:0;
}

#leftnav ul li ul li{
	padding-top:10px;
}

#leftnav ul li.active ul li a {
	color: #f07d1b;
	text-decoration: none;
}

#leftnav ul li.active ul li a:hover,
#leftnav ul li.active ul li.active a {
	color: #002f4c;
}

#leftnav ul li.activetop,
#leftnav ul li.activetop a{
	color: #002f4c;
	font-weight:bold;
	background: none;
}
/* END OF LEFT NAV ----------------------------------------------- */

.orange {
	color: #f7921e;
}

.darkBlue {
	color: #002f4c;
}

.singleLink1 {
	margin: 10px 0 10px 33px;
}
#mainContent {
	width: 650px;
	clear: none;
	border: solid 1px #c7d1d8;
	margin: 10px 0 35px 8px;
	float: left;
}

#subHeader {
	width: 100%;
	height: 130px;
	background: #fff8f1;
	margin:0;
	padding:0;
}

#subHeader img {
	float: left;
	margin-right: 15px;
}

#subHeader h3 {
	font-size: 14px;
	font-weight: bold;
	color: #002f4c;
	padding: 10px 0 20px 0;
}

#subHeader p {
	color: #f07d1b;
	padding-right: 30px;
}

#innerMain {
	margin: 30px;
}

#innerMain p{
margin-bottom: 1em;
}

#innerMain ul {
	font-size: 12px;
	margin-top: 10px;
}

#innerMain ul li {
	padding: 0 33px 0 15px;
	margin-bottom: 0.4em;
	background: url(../images/bullet.gif) 0 2px no-repeat !important; /*Fix SAFARI*/
	background: url(../images/bullet.gif) 0 6px no-repeat;
}

#innerMain ul li ul{
	margin:4px 0 10px 0;
}

#innerMain ul li ul li{
	padding: 0 22px 0 15px;
	background: url(../images/bullet-line.gif) 0 4px no-repeat !important; /*Fix SAFARI*/
	background: url(../images/bullet-line.gif) 0 7px no-repeat;
    margin-bottom: 0.2em;
}

#innerMain .oheading{
	margin-bottom: 0.4em;
	margin-top:1.0em;
	color:#f7921e;
	font-size:13px;
	font-weight:bold;
}

#rightColumnOutline {
	width: 138px;
	float: left;
	clear: none;
/*	height: 220px;*/
	margin: 10px 0 0 10px;
	font-size: 12px;
	padding: 10px;
	padding-bottom:50px;
	border-top:1px solid #f79421;
    background: url(../images/rightColumnOutline-main-bg2.gif) no-repeat center bottom;
}

#rightColumnOutline a {
	display: block;
	color: #002f4c;
}

#rightColumnOutline #dueDilPDF {
	background: url(../images/pdf-icon-1.gif) no-repeat;
	line-height: 22px;
	padding-left: 30px;
	margin-bottom: 10px;
}

#rightColumnOutline #videoSymbol {
	background: url(../images/videoicon.gif) no-repeat;
	line-height: 22px;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-top:10px;
}

#rightColumnOutline #pitchBookPDF {
	background: url(../images/pdf-icon-1.gif) no-repeat;
	line-height: 22px;
	padding-left: 30px;
	margin-bottom: 10px;
}
#rightColumnOutline #linkBlock{
	background: url(../images/globe_icon.gif) left center no-repeat;
/*	line-height:22px;*/
	padding-left:30px;
	margin-bottom:10px;
/*	margin-top:10px;*/
}
#rightColumnOutline #presentationPDF {
	background: url(../images/pdf-icon-2.gif) no-repeat;
	line-height: 22px;
	padding-left: 30px;
	margin-bottom: 10px;
}

.lightGreyRule {
	width: 100%;
	background: #e4e4e4;
	font-size: 1px;
	height: 1px;
}

#rightColumnOutline #downloadAdobe {
	margin-top: 10px;
	background: url(../images/adobe-icon.gif) no-repeat;
	height: 22px;
	padding-left: 30px;
	margin-bottom: 10px;
}

#mainLeftCol {
	width: 140px;
	height: 500px;
	float: left;
}

#mainLeftCol h1 {
	margin: 15px 12px 15px 12px;
	background: url(../images/trafalgar_logo.gif) no-repeat;
	text-indent: -9999px;
	height: 70px;
}

#mainCentreCol {
	width: 660px;
	float: left;
	clear: none;
}

#mainCentreCol h3 {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #004360;
}

#homepageIntro {
/*	width: 600px; JL 17/07/08 */
	margin-right: 80px;
	font-size: 12px;
}

#homepageIntro h3 {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}

#investorsColumn, #corporateColumn, #intermediariesColumn {
	position: relative;
	float: left;
	clear: none;
	background-color: #f7921e;
/*	width: 150px; JL 17/07/08*/
	width: 210px; /*JL 17/07/08*/
	height: 280px;
	margin-right: 6.6px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#investorsColumn h3, #corporateColumn h3, #intermediariesColumn h3 {
	margin: 10px;
	color: white;
}

#investorsColumn p, #corporateColumn p, #intermediariesColumn p {
	margin: 10px;
}

#investorsColumn a, #corporateColumn a, #intermediariesColumn a {
	position:absolute;
	float:left;
	bottom:0;
	width: 200px;
	height:280px;
	background: url(../images/register-now-img.gif) no-repeat bottom right;
	display:block;
	cursor: pointer;
	cursor: hand;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.regText {
	float: left;
	margin-top: 256px;
}

#mainRightCol {
	position: relative;
	float: left;
	clear: none;
	width: 155px !important;
	width: 145px;
	margin-top: -82px;
}

#login {
	position: relative;
	width: 146px !important;
	width: 136px;
	height: 277px;
	margin: 5px;
	background: #fddebf url(../images/login-box-bottom-bg.gif) no-repeat bottom;
	float: left;
}

#login h3 {
	margin: 5px;
	font-size: 12px !important;
	font-size: 10px;
	font-weight: bold;
	color: #004360;
}

#login p {
	margin: 5px;
}

#TandCsCheckbox {
	margin-left: 0px !important;
	margin-left: 0;
}

#TandCs {
	font-size: 11px;
}

* html #TandCs {
	padding-top: 0.7em;
	line-height: 0.1em;
}

.passwordLink {
	color: #f7921e;
	font-size: 11px;
}

.enterBtn {
	background: #f7921e url(../images/enter-btn-righthand-bg.gif) no-repeat right;
	color: white;
	border: none;
	height: 20px;
	width: 57px;
	text-align: left;
	padding-left: 5px;
	position: absolute;
	top: 225px;
	left: 7px !important;
	left: 6px;
}

.teamMember {
	width: 100%;
	float: left;
	font-size: 12px;
	margin-bottom: 15px;
}

.teamMember img {
	float: left;
	border: #F07D1B solid 1px;
	margin-right: 10px;
}

.teamMember a {
	display: block;
	color: #002f4c;
}

.teamMember a:hover {
	color: #F07D1B;
}

.teamMemberBiog img {
	border: #F07D1B solid 1px;
	display: block;
	margin-bottom: 15px;
}

.teamMemberBiog h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.teamMemberBiog a {
	color: #004360;
}

#backToTeamLink {
	padding-top: 20px;
	font-size: 12px;
	color: #F07D1B;
}

#regBox {
	width: 660px;
	border: solid 1px #F07D1B;
	margin: 95px 0 35px 145px;
	_margin: 10px 0 35px 145px;
}

#regBox h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#regBoxTop {
	background: #fff8f1;
	padding: 10px 0 10px 30px;
}

#regBoxTop p {
	color: #F07D1B;
}

#regBoxMain {
	padding: 10px 20px 10px 30px;
	font-size: 12px;
}

#regBoxMain input, textarea, select {
	width: 250px;
}

#regBoxMain button {
	width: 100px;
}

.regBoxMain {
	padding: 10px 20px 10px 30px;
	font-size: 12px;
}

.regBoxMain input, textarea, select {
	width: 250px;
}

.regBoxMain button {
	width: 100px;
}
#smallPrint {
	width: 660px;
	position: relative;
	left: 145px;
	font-size: 10px;
	top: -10px;
	padding-bottom: 20px;
}

#rightRegBox {
	background: #F7921E url(../images/rightregbox-bottom-bg.gif) no-repeat bottom;
	width: 140px;
	float: right;
	margin: 10px 15px 0 0;
	_margin: 10px 10px 0 0; /* for IE6 */
	padding-bottom: 64px;
}

#rightRegBox h3 {
	color: #004360;
	font-weight: bold;
	font-size: 13px;
	padding: 8px 8px 0 8px;
}

#rightRegBox h4 {
	color: #004360;
	font-weight: bold;
	font-size: 10px;
	padding: 0 8px 8px 8px;
}

#rightRegBox p {
	color: white;
	font-size: 10px;
	padding: 8px;
}

.rightright a {
	float: left;
	color: #004360;
	margin-bottom: 15px;
}

#footer {
	float: left;
	clear: both;
	width: 100%;
/*	height: 2em;*/
	padding-top:4px;
	background: #01304E;
}

#footer p {
	color: #aaabab;
	line-height: 1.5em;
	font-size: 10px;
/*	display: inline;*/
	text-align:center;
}

#righthandFooter {
	margin-left: 44px;
}

#footer a {
	color: #f7921e;
}

#mainContent .downloads p{
	padding:2px 0 0 0;
	margin:0;
}

#mainContent .downloads{
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
}

.h_invest{
	padding:10px 10px 0 0;
	margin:10px 10px 0 0;
}

.ErrorMessage ul li
{
	text-align: center;
	color: Red;
}

table.test tr td input
{
	width: 20px !important;
}

/*#mainContent .pdficon{
	float:left;
	line-height: 22px;
	padding: 0 10px 10px 0 !important;
	padding: 5px 0 0 10px;
}
*/