/*

	CSS Template

	CONTENTS ----------

		1.Over all styles
		2.Layout
		3.Search
		4.Menu(s)
		5.ARD Tables

    -------------------

	COLOURS ----------

		Text #000000
		
		A #074493 

		A:hover #e7910a

		H1 #505050
		
		H2 #505050

    -------------------

 */
 
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
/* Make scroll bar always visibale IMPORTANT in FF */
HTMl { overflow: scroll; }


 /* 1.Over all styles
---------------------------------------------------------------*/
body {
	font: 12px Tahoma, Arial, Verdana; /* to add line height of eg 18px use 13px/18px  */
	color: #000000;
	background-color:#fff;
	padding-left: 20px;
	padding-top: 0px;
	top: -40px;
	margin:15px 0;
	}
P, td, th, div { line-height: 17px; }
H1 {
	color:#FF0000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 24px;
	line-height: 26px;
}
H2 { font-size: 18px; font-weight: bold; color: #505050;  }
H3 { font-size: 16px; font-weight: bold; color: #505050; }
H4 {
	font-size: 14px;
	color: #333333;
	line-height: 17px;
}
#rhcfooter {
	width: 16px;
	height: 39px;
	position: relative;
	float: right;
	top: 0px;
}

H5 { font-size: 14px; color: #505050; line-height: 17px; }
H5 A { text-decoration: none; }
A {
	color: #074494;
	text-decoration: underline;
}
A:hover {
	color: #FF0000;
	text-decoration: none;
	cursor:pointer;
}
A.noline { color: #000; text-decoration: none; }
A.noline:hover { color: #000; text-decoration: none; }

/* 2.Layout
---------------------------------------------------------------*/

#logo { border:0; }

#content {
	float:right;
	width: 850px;
}
#lhcurve {
	float: left;
	position: relative;
	text-align: left;
	left: -250px;
	height: 40px;
}

#content p, #content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-bottom:35px;
	margin-top: 0px;
}
#content ul, #content ol { margin:0 0 15px 45px; }
#content table { margin-bottom:15px; }

#wrapper {
	width: 900px;
	margin: 0 auto;
	position:relative;
}

#branding {
	height: 120px;
	background-color:#FFFFFF;
	position:relative;
}

#brandingLinks {
	position:absolute;
	right: 12px;
	top: 56px;
	color:#014a96;
	text-align:right;
	font-size:13px;
	width: 269px;
}
#brandingLinks a { color:#999999; }

#contentContainer {
	width: 900px;
	display: block;
	clear: both;
	overflow: hidden;
	height:100%;
	background-image:url(../images/mainbgtile.gif);
	background-repeat:repeat-y;
	background-position:left;
}
#flashBanner {
	width:100%;
	border-top: 1px solid #000000;
	border-bottom: 5px solid #000066;
	text-align: center;
}
#content {
	width: 665px;
	background-image:url(../images/mainbg.gif);
	background-repeat:no-repeat;
	background-position: right top;
	float: right;
	margin-right:10px;
	padding:0 0 0 15px;
}

#contentwindow {
	width: 900px;
	background-image:url(../images/mainbg.gif);
	background-repeat:no-repeat;
	background-position: right top;
	float: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
}
#content p, #content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-bottom:15px;
	margin-top: 0px;

}
#mainBanner { float:right; margin-right:5px; margin-bottom:5px; }
#column {
	width: 200px;
	float: left;
	margin-top:0px;
	background-color: #0A4591;
} 
#column img { border:none; }
#footershad {
	top: 810px;
	z-index: 300;
	position: relative;
	background-color: #084391;
	float: right;
	width: 650px;
}

#news { margin: 20px 0; background-color:#7fa5ca; padding:20px 0; }
div.boxTop {background-color: #e9e9e9; border-bottom: solid 1px #767A7F;}
div.boxTop p {color:#555555; margin: 0px; padding: 5px; font-weight:bold;}
div.linkBox {border-left: 1px solid #767A7F; border-right: 1px solid #767A7F; border-bottom: 1px solid #767A7F; background-color:#f9f9f9;}
div.linkBoxTop {border: 1px solid #767A7F; background-color:#f0f1f3;}

#footer {
	clear: both;
	height:39px;
	text-align: center;
	padding: 0px;
	background-image: url(../images/footerbg.gif);
	background-repeat:no-repeat;
} 
#footer p { color:#FFFFFF; }
#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:hover { color:#91b1d8; text-decoration:underline; }
#footerPrimary {
	width: 650px;
	float: right;
	height:30px;
	line-height:30px;
	text-align: right;
	padding-right: 15px;
	padding-top: 8px;
	z-index: 600;
}

#footerSecondary { 
  width: 240px; 
  float: right; 
  height:30px;
  line-height:30px;
  text-align:right; font-size:22px;
  color:#999999;
} 

/* 3.Search
---------------------------------------------------------------*/
.searchform { padding:0; margin:0; }
.searchbut { 
	height:21px;
	width:25px;
	font-weight:bold;
	color:#000;
	background-color:#505050;
	border:solid 1px #000;
	margin:0; padding:0;
	float:left; }
.searchbox {
	height:21px;
	width:100px;
	color: #000000;
	background-color: #FFFFFF;
	border:solid 1px #505050;
	padding:0; margin:0;
	float:left; }

/* 4.Menu
---------------------------------------------------------------*/

#rhcurve {
	width: 17px;
	float: right;
	height: 40px;
	right: -50px;
	position: relative;
}
#rhshadow {
	width: 14px;
	float: right;
	position: relative;
}

#undershadow {
	position: relative;
	top: -25px;
	bottom: 5px;
	background-repeat: repeat-x;
	background-image: url(../images/headshad.jpg);
	height: 40px;
	padding-bottom: 0px;
	width: 685px;
}
#rhshad {
	width: 20px;
	float: right;
}

#menuWrap {	
	clear: both;
	position:relative;
	display:block;
	height:38px;
	background-image:url(../images/menutopbg.gif);
	background-repeat:no-repeat;
	position:relative;
	z-index:100;/* this makes sure that the menu appears on top of all elements of the page mainly things like JS banners and flash files */
	}

#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; /* add line height  DONT USE HEIGHT */
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-weight:normal;
	font-size:13px;
	}
	
#menu { margin:0px 10px 0 370px; /* add any padding - separate so you don’t add margin to the all the ul elements */ }

#menu li { 
	list-style:none;
	float:left; /* float needed */  
	}
	
#menu li.noborderr a { border-right:none;  } #menu li.noborderl a { border-left:none;  }/* Borders as appropriate */

#menu a {
	display:block;
	padding:0px 22px; /* set padding will affect padding on all a tags in menu */
	line-height:38px; /* set line height DONT use just height */
	color:#fff;
	text-decoration:none;
	border-left:1px solid #dea1b1; border-right:1px solid #7a283d; /* Borders as appropriate */
	}

#menu a:hover{
	background-color: #ee2d24;
	color:#fff;
	}

#menu li{
	float:left; /* IMPORTANT */
	position:relative;
	border:0;
	}

#menu ul {
	position:absolute; /* Menu uses position ab to set drop downs so top: needs to be the same height as the menu */
	display:none; /*display none so menu is not visable until user hovers over the li*/
	width:124px; /* Width will need to be updated inline with all the padding on the menus */
	top:38px;
	background-color:#8f384e;
	font-size:13px;
	}

#menu li ul a{
	width:120px; /* Width will need to be updated inline with all the padding on the menus */
	height:auto;
	float:left;
	border:0;
	border-bottom:1px solid #dea1b1;
	background-color:#074493;
	line-height:normal;
	padding-top:8px;
	padding-bottom:8px;
	}
#menu li ul a:hover{
	width:120px; /* Width will need to be updated inline with all the padding on the menus */
	height:auto;
	float:left;
	border:0;
	border-bottom:1px solid #dea1b1;
	background-color:#ee2d24;
	}
#menu ul ul{
	top:auto;
	}	

#menu li ul ul { /* styles for sub drop downs */
	left:154px; /* left needs to be the overall width of the main drop down  */
	margin:0px 0 0 10px;
	width:124px;
	}
#menu li ul ul a { 
	width:120px; /*update width inline with all the overs*/
	}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
	display:none;
	}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
	display:block;
	}








/*-----------------------Vertical menu----------------------------*/

#verticalmenu {
	clear: both;
	position:relative;
	display:block;
	background:#074493; /* add background (this can be added directly to the #menu */
	position:relative;
	z-index:100;/* this makes sure that the menu appears on top of all elements of the page mainly things like JS banners and flash files */
	width:200px; /*set width of menu*/
	margin-top:10px;
	margin-bottom:20px;
	background-color: #074493;
	}
#submenu, #submenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; /*set line height DONT use height*/
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-weight:normal;
	font-size:13px;
	}

#submenu li { 
	list-style: none; 
	position:relative;
	border:0;
	}
#submenu a{
	display: inline-block;
	width:156px; /*Width of menu minus the padding*/
	padding:0px 22px;
	line-height:32px; /*set line height DONT use height*/
	color:#fff;
	text-decoration:none;
	border-bottom: 1px solid #FFFFFF;
	}

#submenu a:hover{
	background-color: #ee2d24; /*hover background colour*/
	color:#fff;
	}

#submenu ul {
	position:absolute; /* Menu uses position ab to set drop downs so left: needs to be the same height as the menu */
	display:none; /*display none so menu is not visable until user hovers over the li*/
	width:194px; /* Width will need to be updated inline with all the padding on the menus */
	left:200px;
	top:0;
	background-color:#ee2d24;
	}

#submenu li ul a{
	width:150px; /*update width inline with all the overs*/
	display:block;
	line-height:32px;
	float:left;
	border:0;
	border-bottom:1px solid #FFFFFF;
	background-color:#074493; 
	}
	
#submenu ul li { 
	float:left; /*float important*/
	display:inline;
	}

#submenu li ul li ul {
	left:184px; /*position ab in herited from above left needs to be set to width on drop downs*/
	margin:0px 0 0 10px;
	width:204px;
	top:auto; /*should defalut to top of LI as long as float left is used on LI*/
	}
#submenu li ul ul a { 
	width:160px; /*update width inline with all the overs*/
	}
#submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li:hover ul ul ul ul{
	display:none;
	}
#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li li li li:hover ul{
	display:block; /*IMPORTANT set drowns downs to show on hover*/
	}


#leftnavs_clients, #leftnavs_pclients, #leftnavs_wealthm
 {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}	
	
#lhc_footer {
	z-index: 300;
	position: relative;
	width: 16px;
}

#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li li li li:hover ul{
	display:block; /*IMPORTANT set drowns downs to show on hover*/
	}
#rhcfooter {
	position: relative;
	top: -39px;
}


/* 5.ARD Tables
---------------------------------------------------------------*/

/*table formatting*/
.tablines { background-color: #505050; }
 
/*a light colour on the borders of branded tables*/
.tabtitle{  font-weight: bold; color: #FFFFFF; background-color: #074493; padding:5px; }

.tabletitle{ font-weight: bold; color: #FFFFFF; background-color: #074493; padding:5px; }

/*Used if table has an extra heading.*/
.tabhead { font-weight: bold; color: #074493; background-color: #FFFFFF; padding:5px; }

/*dark colour, matching nav bar or other strong colour in the site.*/
.tabbody { font-weight: normal; color: #000000; background-color: #FFFFFF; padding:5px; }

/*standard text, white background, black text is most common.*/
.tabtotal{ font-weight: bold; color: #000000; background-color: #FFFFFF; padding:5px; }



/* 5.Forms (ask us a question)
---------------------------------------------------------------*/

#FirstName, #LastName { width:49%; }
#Business, #Telephone, #emailAddress { width:98%; }
#ValidationCode { width: 100px; }
#Comments { width: 99%; height: 100px; }

.Button { display:block; padding:3px; float:left; margin:0 15px 15px 0; background-color: #074493; color:#FFFFFF; }
.FormButton  {
	height: 19px;
	color: #FFFFFF;
	background-color: #074493;
	border: solid 0px #0053A4;
}
.FormText {
	background-color: #FFFFFF;
	border: solid 1px #000000;
	margin-bottom:5px;
	padding:2px; }
.FormTextRequired {
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
	margin-bottom:5px;
	padding:2px; }
H4 A {
	text-decoration: none;
	color: #333333;
}

.sitemap ul { display:block; margin:0; padding:0; }
.sitemap ul li {
	display:block;
	width:450px;
	border: 1px solid #fff;
	font-weight:bold;
	background-color:#BCCFEE;
	margin:5px 0;
	padding:0;
	line-height:25px;
	list-style-image: none;
	list-style-type: none;
} 
.sitemap ul li a {
	padding:0 0 0 5px;
	color:#074494;
}
.sitemap ul li ul li a { padding:0 0 0 10px; color: #004071; }
.sitemap ul li ul {
	display:block;
	width:250px;
	padding:5px 0;
	list-style-type: none;
}
.sitemap ul li ul li {
	display:block;
	padding:0 0 0 10px;
	margin:0;
	border:0;
	width:300px;
}
.sitemap ul blockquote { margin:0; text-indent:20px;}#sitemap {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-type: none;
}

