/*

	CSS Template

	CONTENTS ----------

		1.Over all styles
		2.Layout
		3.Search
		4.Menu(s)
		5.ARD Tables
		6.CZ styles

    -------------------

	COLOURS ----------

		Text #000000
		
		A #720000 

		A:hover #999999

		H1 #720000
		
		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-repeat: repeat-x;
	background-color:#d8aeb0;
	background-image: url(../images/bgrndtile.gif);
	}
	
	pre { display:none; }
.pics { height: 219px; width: 850px; padding:0; margin:0; overflow: hidden }
.pics img { top:0; left:0 }
P, td, th, div {
	line-height: 17px;
}
H1 { font: 24px/26px bold Tahoma, Arial, Verdana; color:#720000; }
H2 {
	font-size: 21px;
	font-weight: normal;
	color: #000000;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
}
H3 { font-size: 16px; font-weight: bold; color: #505050; }
H4 { font-size: 14px; color: #505050; line-height: 17px; }
H5 {
	font-size: 13px;
	color: #505050;
	line-height: 17px;
}
H6 {
	font-size: 9px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

H5 A { text-decoration: none; }
A {
	color: #720000; text-decoration:underline;
}
A:hover {
	color: #999999;
	text-decoration: none;
	cursor:pointer;
}

#column {
	width: 195px;
	top: 378px;
	float: right;
	height: 295px;
	position: static;
	background-color: #77090A;
	background-image: url(../images/leftmenu.png);
	background-repeat: repeat;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
} 

#leftstrapline {
	background-color: #FFFFFF;
	width: 80px;
	height: 501px;
	padding: 0px;
	z-index: 50;
	position: absolute;
	float: left;
	clear: left;
	margin: 0px;
	left: -3px;
	top: 165px;
}

A.noline {
	color: #000000;
	text-decoration: none;
}
A.noline:hover {
	color: #000000;
	text-decoration: none;
}

/* 2.Layout
---------------------------------------------------------------*/

#container {
	position:relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#contentContainer {
	width: 940px;
	display: block;
	clear: both;
	overflow: hidden;
	height:100%;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#header {
	position:relative;
	width: 1000px;
	background-repeat: repeat-x;
	background-image: url(../images/bgrndtile.gif);
	background-position: 0px 0px;
}
 
#headerlinks {
	position:absolute;
	width:346px;
	height:75px;
	z-index:1;
	left: 592px;
	top: 26px;
	text-align: right;
}
#mainbanner {
	height: 219px;
	width: 850px;
	text-align: right;
	float: right;
	padding-bottom: 0px;
}
#logo { border:0; }

#primary { width:60px; float: left; }

#content {
	float:right;
	background-color: #FFFFFF;
	width: 620px;
	padding-left: 35px;
	margin: 0px;
	padding-top: 15px;
	vertical-align: top;
	padding-bottom: 15px;
	z-index: 8;
}
#content ul, #content ol { margin:0 0 15px 20px; }
#content p, #content h1, #content h2, #content h3, #content h4, #content h5 { margin-bottom:15px; }
#content table { margin-bottom:15px; }
.innerColumn { float:left; width:48%; padding-right:10px; }
.clearfloat { clear:both; height:0; font-size:1px; line-height:0px; }
#footerImage { 
  float: left;
  padding: 0 10px 0 10px;
}
#footer {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #720000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 15px;
	height: 85px;
	clear: both;
}
#footer p { color:#666666; }
#footerPrimary {
	width: 300px;
	float: left;
	height:30px;
	line-height:30px;
	padding-top:8px;
}

#footerSecondary {
	width: 500px;
	float: right;
	text-align:right;
	height: 65px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 55px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	color: #666666;
}
.activered {
	color: #720000;
	font-size: 15px;
}
#footerEnd { height:55px; background-image:url(../images/footerend.jpg); background-repeat: repeat-x; }

/* 3.Search
---------------------------------------------------------------*/
#searchform {
	top: 500px;
	z-index:101;
	height: 44px;
	margin: 0;
	width: 181px;
	background-color: #FFFFFF;
	text-align: center;
	padding-right: 5;
	padding-bottom: 56;
	padding-left: 5;
 }
 
input.searchfield { width: 110px; padding: 4px; border: 2px solid #ccc; font-size: 11px; margin:0 0 0 10px;}
input.searchbutton { background: #c90000; border: 0; padding: 4px; color: #fff; font-weight: bold; font-size: 11px; }
.searchbut {
	height:20px;
	width:30px;
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#D01014;
	margin:0;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 0;
	border: 1px solid #970000;
}
.searchbox {
	height:20px;
	font-family: Arial;
	font-size: 12px;
	color:#333;
	background-color: #FFFFFF;
	border:1px solid #FF0000;
	margin:0;
	float:left;
	padding-top: 5px;
	padding-right: 4;
	padding-bottom: 0;
	padding-left: 2;
	width: 120px;
}

.searchOuter {
	margin-bottom:10px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.searchOuter img { float:left; }
#shadowbox {
	position:absolute;
	width:34px;
	height:353px;
	z-index:1;
	left: 285px;
	top: 382px;
	padding-right: 5px;
}
#sitemaprhs {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 659px;
	top: 403px;
}
/* 4.Menu
---------------------------------------------------------------*/
#menuWrap {
	clear: both;
	position:relative;
	display:block;
	height:32px; /* 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 */
	background-color: #666666;
	width: 1000px;
	background-image: url(../images/menutile.png);
	padding-bottom: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
	}

#menu, #menu ul{
	margin:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; /* add line height  DONT USE HEIGHT */
	font-family:Georgia,Arial,Verdana,Helvitica,sans-serif;
	font-weight:normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	right: 70px;
	}
	
#menu {
	margin-left:200px; /* add any padding - separate so you don’t add margin to the all the ul elements */
	padding: 0px;
}

#menu li {
	list-style:none;
	float:left; /* float needed */
	position:relative;
	border:0;
	}
#menu li:hover {
	background-color: #720000;
} /* keeps the original button highlighted */
#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:32px; /* set line height DONT use just height */
	color:#fff;
	text-decoration:none;
	border-left:1px solid #720000; border-right:1px solid #CCCCCC; /* Borders as appropriate */
	}

#menu a:hover{
	background-color: #720000;
	color:#fff;
	}

#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:194px; /* Width will need to be updated inline with all the padding on the menus */
	top:32px;
	background-color:#720000;
	left: 0px;
	}

#menu li ul a{
	width:150px; /* Width will need to be updated inline with all the padding on the menus */
	height:auto;
	float:left;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height:normal;
	padding-top: 8px;
	padding-bottom: 8px;
	}
#menu li ul a:hover { background-color:#6c6c6c; }


#menu ul ul{
	top:auto;
	}	

#menu li ul ul { /* styles for sub drop downs */
	left:184px; /* left needs to be the overall width of the main drop down  */
	margin:0px 0 0 10px;
	width:204px;
	}
#menu li ul ul a { 
	width:160px; /*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; /* 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:190px; /*set width of menu*/
	margin-top:0px;
	height: 280px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	padding-top: 0px;
	}
#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:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:13px;
	width: 194px;
	}

#submenu li { 
	list-style: none; 
	position:relative;
	border:0;
	}
#submenu a{
	display: inline-block;
	width:151px;
	line-height:32px; /*set line height DONT use height*/
	color:#fff;
	text-decoration:none;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 22px;
	}

#submenu a:hover{
	background-color: #999999; /*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:195px;
	top:0;
	background-color:#333333;
	}

#submenu li ul a{
	width:151px; /*update width inline with all the overs*/
	display:block;
	line-height:normal;
	padding-top:8px;
	padding-bottom:8px;
	float:left;
	border:0;
	border-bottom:1px solid #FFFFFF;
	background-color:#720000;
	}
	
#submenu ul li { 
	float:left; /*float important*/
	display:inline;
	}

#submenu li ul li ul {
	left:164px; /*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:150px; /*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: #c50000; padding:5px; }

.tabletitle{ font-weight: bold; color: #FFFFFF; background-color: #c50000; padding:5px; }

/*Used if table has an extra heading.*/
.tabhead { font-weight: bold; color: #c50000; 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; }

.FormButton  { 
	height: 19px;
	color: #FFFFFF;
	background-color: #b2b6d9;
	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; }
	

/* 5.Forms (ask us a question)
---------------------------------------------------------------*/

#FirstName, #LastName { width:49%; }
#Business, #Telephone, #emailAddress { width:98%; }
#ValidationCode { width: 100px; }
#Comments { width: 99%; height: 100px; }

.FormButton  { 
	height: 19px;
	color: #FFFFFF;
	background-color: #720000;
	border: solid 0px #0053A4; }
.FormText {
	background-color: #FFFFFF;
	border: solid 1px #000000;
	margin-bottom:5px;
	padding:2px; }
.FormTextRequired {
	background-color: #FFFFFF;
	border: solid 1px #720000;
	margin-bottom:5px;
	padding:2px; }


/* 6.CZ
---------------------------------------------------------------*/

#CZDocumentBody td { padding:5px; }
#smalllogo {
	width: 65px;
	float: left;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

