
/*

	CSS Template

	CONTENTS ----------

		1.Over all styles
		2.Layout
		3.Search
		4.Menu(s)
		5.ARD Tables
		6.Forms
		7.CZ styles
		8.Right Hand Content

    -------------------

	COLOURS ----------

		Text #000000
		
		A #c50000 

		A:hover #e7910a

		H1 #505050
		
		H2 #505050

    -------------------

 */
 
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Make scroll bar always visibale IMPORTANT in FF */
HTMl { overflow-y: scroll; }


 /* 1.Over all styles
---------------------------------------------------------------*/
body {
	font: 0.9em Arial, Helvetica, sans-serif; /* to add line height of eg 18px use 13px/18px  */
	color: #545454;
	background-color:#fff;
	margin:0 0 20px 0;
	background-image:url(/images/bodybg.jpg); background-repeat:no-repeat; background-position:top center;
	}
P, td, th, div { line-height:normal; }
H1, .Heading {
	font-size: 1.6em;
	font-weight: normal;
	color:#98002f;
	margin-bottom:0.5em;
	line-height:normal;
}

H2, .Heading2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #014461;
	margin-bottom:0.5em;
}
H3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #014461;
	margin-bottom:0.5em;
}
.Heading3 {
	font-size: 1.2em;
	font-weight: bold;
	padding:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #014461;
	margin-bottom:0.5em;
}
H4 {
	font-size: 0.8em;
	color: #505050;
	line-height: 17px;
	margin-bottom:0.5em;
}
H5 {
	font-size: 0.8em;
	color: #505050;
	line-height: 17px;
	margin-bottom:0.5em;
}

H5 A { text-decoration: none; }

H6 {
	font-size: 0.6em;
	color: #505050;
	line-height: 17px;
	margin-bottom:0.5em;
}
A { color: #98002f; text-decoration: underline; }
A:hover { color: #014461; text-decoration: none; cursor:pointer; }
A.noline { color: #545454; text-decoration: none; }
A.noline:hover { color: #545454; text-decoration: none; }
	
	.skipmenu { text-align: left; }
	.skipmenu a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
	.skipmenu a:focus, a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; }

.eNEWSHeading { font: 1em Arial, Helvetica, sans-serif; color: #98002f;  }
.eNEWSHeading:hover { font: 1em Arial, Helvetica, sans-serif; color: #014461; }
.eNEWSTitle { font: 0.9em Arial, Helvetica, sans-serif; color: #98002f; }
.eNEWSTitle:hover { font: 0.9em Arial, Helvetica, sans-serif; color: #014461; }

.Tax_Heading { padding:5px; color:#FFFFFF; font: bold 11px Arial, Sans-Serif; background-color:#014461; }
.Tax_Row { padding:5px; color:#333333; font: bold 11px Arial, Sans-Serif; background-color: #f3f3f3; }
.DocSummaryBorder { padding:5px; border:1px solid #014461; }

.NavigationText { font-size: 0.7em; font-family:Arial, Helvetica, sans-serif; }

#biglinks { margin: 5px 0 16px 0; }
#biglinks a { display:block; background-position:left; width:305px; padding:15px 20px 15px 75px; color:#014461; font-size:24px; text-decoration:none; margin: 0; }
#biglinks a:hover { display:block;  background-position:right; width:300px; padding:15px 20px 15px 80px; color:#014461; font-size:24px; text-decoration:none; margin:0; }
a.taxplanning { background-image:url(/images/tax-planning-btn.gif); }
a.compliance { background-image:url(/images/compliance-btn.gif);  }
a.business { background-image:url(/images/businessgrowth-btn.gif);  }
a.corporate { background-image:url(/images/corporate-btn.gif);  }
a.financial { background-image:url(/images/financial-btn.gif);  }

#sidelinks { margin-bottom:30px; }
#sidelinks a { display:block; background-position:left; width:192px; padding:13px 0px 13px 48px; color:#014461; font-size:16px; text-decoration:none; margin: 0; }
#sidelinks a:hover { display:block;  background-position:right; width:192px; padding:13px 0px 13px 48px; color:#014461; font-size:16px; text-decoration:none; margin:0; }
a.taxplanningsml { background-image:url(/images/tax-planning-btn-sml.gif); }
a.compliancesml { background-image:url(/images/compliance-btn-sml.gif);  }
a.businesssml { background-image:url(/images/businessgrowth-btn-sml.gif);  }
a.corporatesml { background-image:url(/images/corporate-btn-sml.gif);  }
a.financialsml { background-image:url(/images/financial-btn-sml.gif);  }

#supportlinks { margin-bottom:16px; }
#supportlinks a { display:block; width:192px; padding:13px 0px 13px 48px; color:#014461; font-size:16px; text-decoration:none; margin: 0; border-bottom:1px solid #FFFFFF; }
#supportlinks a:hover { display:block; width:192px; padding:13px 0px 13px 48px; color:#98002f; font-size:16px; text-decoration:none; margin:0; border-bottom:1px solid #FFFFFF;  }
a.register { background-image:url(/images/registericon.gif); background-position:left; background-repeat:no-repeat; }
a.clientzone { background-image:url(/images/clientzoneicon.gif); background-position:left; background-repeat:no-repeat;}
a.print { background-image:url(/images/printericon.gif); background-position:left; background-repeat:no-repeat;}

.highlight { font-weight:bold; color:#014461; }
.date { color:#98002f; }
.divderpad { padding:0 3px; }

.pics { height: 240px; width: 700px; padding:0; margin:0 0 10px 0; overflow: hidden; }
.pics img { top:0; left:0; }

.maintable td { padding:6px; vertical-align:top; }
.small { font-size:0.75em; }
.floatr { float:right; margin:0 0 10px 10px; }

/* clearfix  */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow:hidden; } 
.clearfix:after { clear: both; }
/* Fix clearfix IE */
.clearfix { zoom: 1; }

/* 2.Layout
---------------------------------------------------------------*/

#logo {
	border:0; margin:10px 0;
}
#indexprimary p, #indexsecondary p, #content p, #contentMiddle p, #contentFull p {
	margin-bottom:1em;
}
#content ul, #content ol, #contentFull ul, #contentFull ol, #contentMiddle ul, #contentMiddle ol {
	margin:0 0 1em 2em;
	font-size:1em;
	list-style-type:disc;
}
#content table, #contentFull table, #contentMiddle table {
	margin-bottom:1em;
}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding:0;
	background-color:#FFFFFF;
}

#branding {
	margin:0 auto;
	display:block;
	clear:both;
}
#logo {
	float:left;
	padding-top:9px;
}
#toplinks { float:right; background-image:url(/images/toploginbg.gif); background-repeat:repeat-x; margin:0; padding:0px 10px 5px 10px; height:70px; }
#toplinks img { padding:0 4px; }
#contactinfo { float:right; clear:right; padding:3px 0 0 0; border-top:1px solid #bababa; background-image:url(/images/searchbg.gif); background-repeat:no-repeat; background-position: top right; width:625px; 	position:relative;
 }
#contactinfo p { margin-bottom:10px; }
.phone { padding: 15px 10px 10px 0; color:#98002f; font-size:0.8em;  }
.email { line-height:41px; padding: 10px 0 10px 45px; background-image:url(/images/mail.gif); background-repeat:no-repeat; background-position:left; }
.address { color: #014461; font-size:0.75em; text-align:right; }
#mainSupportingBanner {
	height:90px;
	width:960px;
	position:relative;
	margin: 0 auto;
	z-index:-100;
}
#contentIndexContainer {
	width: 960px;
	display: block;
	clear: both;
	overflow: hidden;
	margin: 15px auto 0px auto;

}
#contentContainer {
	width: 960px;
	display: block;
	clear: both;
	overflow: hidden;
	margin: 15px auto 10px auto;
	background-image:url(/images/maincontentbg.gif);
	background-repeat:repeat-y;
	background-position:left;
}
#newscontainer {
	width: 960px;
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
#contentSupportingContainer {
	width: 900px;
	display: block;
	clear: both;
	overflow: auto;
	height:100%;
	margin: 0 auto;
	border-top:12px solid #FFFFFF;
	border-bottom:12px solid #FFFFFF;
}
#breadcrumb { width:940px; border-bottom: 1px solid #014461; border-top:2px solid #014461; padding:10px; font-size:0.75em; margin-top:12px; }
#primaryColumn {
	width:140px;
	margin-right:20px;
	float:left;
}

#content {
	width: 700px;
	float: right;
	border-top:2px solid #98002f;
}
.sectionouter { border-top:2px solid #98002f; display:block; overflow:hidden; clear:left; height:100%; background-color:#bfd0d7; }
.contentbox p, .contentboxsmall p { font-size:0.75em; }
.contentbox { float:left; width:328px; padding:10px;  border-bottom: 2px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; min-height:120px;
	height:auto !important;
	height:120px;/*Needs to match the min height pixels above*/  }
.contentboxsmall { float:left; width:328px; padding:10px;  border-bottom: 2px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; }
.contentbox a, .contentboxsmall a { background-image:url(../images/arrow.gif); background-repeat:no-repeat; background-position:left; padding: 5px 10px 5px 20px; text-decoration:none; }

#indexprimary {
	width: 530px;
	float: left;
	padding:0px;
	border-top:2px solid #014461;
}
#indexprimary h1 { color:#98002f; margin: 8px 0 8px 0; }
#indexsecondary {
	width: 400px;
	float: right;
	padding:0px;
	border-top:2px solid #98002f;
}
#indexsecondary h2 { color:#98002f; font-size:1.6em; margin-bottom:6px; }

#newscolumn { border-top:2px solid #014461; padding:10px 0; margin-top: 10px; float:left; width:530px; }
#newscolumn ul { margin-bottom:1em; }
.highlightbox a { color:#98002f; text-decoration:none; }
.highlightbox a:hover { color:#014461; text-decoration:none; }
#newscolumn h3 { color:#014461; font-size:1.1em; }
#blogcolumn { border-top:2px solid #98002f;  padding:10px 0; margin-top: 10px; float:right; width:400px; }
#blogcolumn p { margin-bottom:0.8em; }
#blogcolumn h3 { color:#014461; font-size:1.3em; } 
.highlightbox { background-color:#e5ecef; padding:10px; }
.newsicon { background-position:top right; background-image:url(/images/newsicon.gif); background-repeat:no-repeat; }
.blogicon { background-position:top right; background-image:url(/images/blogicon.gif); background-repeat:no-repeat;}

#contentFull {
	width: 920px;
	float: left;
	padding:10px;
	background:#cccccc;
}
#contentMiddle {
	width: 540px;
	float: left;
	padding:0;
	background:#CCCCCC;
}


#column {
	width: 240px;
	float: left;
	margin-bottom:15px;
	border-top:2px solid #014461;
}


#footer {
	margin: 0 auto;
	width:950px;
	clear: both;
	height:100px;
	padding:15px 0px 0px 10px;
	display:block;
	overflow:hidden;
	border-top: 2px solid #014461;
	border-bottom:1px solid #a2bcd5;
	background-image:url(/images/footerfly.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#footer p {
	color:#014461;
	font-size:0.75em;
	margin-bottom:10px;
	line-height:1.5em;
}
#footer a {
	color:#98002f;
}
#footer a:hover {
	color:#333333;
}
#footerPrimary {
	width: 585px;
	float: left;
	height:30px;
	line-height:30px;
}

#footerSecondary {
	width: 230px;
	float: right;
	text-align:right;
	padding-right:130px;
}
#footerSecondary img { padding-right:8px; }

/* 3.Search
---------------------------------------------------------------*/
#searchform {
	padding:0;
	margin:0;
	float:right;
}
.searchbut {
padding:0;
	margin:0;
}
.searchbox {
	width: 100px;
	border:none;
	font-size: 0.75em;
	color:#999999;
	margin:0;
	position:absolute;
	top:18px;
	right:75px;
	background:none;
}

/* 4.Menu
---------------------------------------------------------------*/

#menuWrap {	
	clear: both;
	position:relative;
	display:block;
	height:45px;
	background-image:url(/images/menubg.gif);
	background-repeat:repeat-x;	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:45px; /* add line height  DONT USE HEIGHT */
	font-weight:normal;
	font-size:13px;
	}
	
#menu { margin-left:5px; /* 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 */
	position:relative;
	border:0;
	}
#menu li:hover a { background-color: #014461; color:#FFFFFF; } /* keeps the original button highlighted */
#menu li.noborderl a { border-left:none;  }/* Borders as appropriate */
#menu li.noborderr a { border-right:none;  } 


#menu a{
	display:block;
	padding:0px 22px; /* set padding will affect padding on all a tags in menu */
	line-height:45px; /* set line height DONT use just height */
	color:#014461;
	font-weight:bold;
	text-decoration:none;border-right:1px solid #d8dfe4; /* Borders as appropriate */
	}

#menu a:hover{
	background-color: #014461;
	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:45px;
	background-color:#014461;
	color:#FFFFFF;
	}

#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:0;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	line-height:18px;
	font-weight:normal;
	padding:8px 22px;
	}
#menu li ul a:hover{
	width:150px; /* Width will need to be updated inline with all the padding on the menus */
	height:auto;
	float:left;
	border:0;
	border-bottom:1px solid #FFFFFF;
	background-color:#e5ecef;
	color:#014461;
	line-height:18px;
	padding:8px 22px;
	}
#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;
	}
#sidelinks a { display:block; background-position:left; width:192px; padding:13px 0px 13px 48px; color:#014461; font-size:16px; text-decoration:none; margin: 0; }
#sidelinks a:hover { display:block;  background-position:right; width:192px; padding:13px 0px 13px 48px; color:#014461; font-size:16px; text-decoration:none; margin:0; }
#verticalmenuWrap {	
	clear: both;
	position:relative;
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	}

#verticalmenu {
	float			: left;
	list-style		: none;
	margin			: 0;
	width			: 240px;
	font-size:16px;
	height		: auto !important;
	height		: 100%;
}

#verticalmenu li {
}

#verticalmenu li:first-child {
	border-top		: none;
}

#verticalmenu li a {
	color			: #014461;
	display			: block;
	padding:13px 0px 13px 48px;
	text-decoration	: none;
	
}

#verticalmenu li.active li a {
	color:#014461;
	cursor			: pointer;
	font-weight:normal;
	font-size:12px;
	background-image:url(/images/side-arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:5px 0px 5px 48px;
}
#verticalmenu li a:hover, #verticalmenu li.active li a:hover {
	color			: #98002f;
}
#verticalmenu li.active a { font-weight:bold; }

#verticalmenu a.expand {
	background		: none	
}

#verticalmenu li.active a.expand {
	background: none; font-weight:bold; color:#FFFFFF;
}

#verticalmenu li ul li {
	border			: solid 0px #fff;
	list-style		: none;
	padding			: 0 0 0 0px;
}
#verticalmenu li ul li.active a { color:#014461; font-weight:bold; } 
#verticalmenu li ul li.active ul li a { color:#014461; }
#verticalmenu li ul li ul li.active a { color:#014461; font-weight:bold; } /*highlight current page*/
	
/*-----------------------Vertical menu----------------------------*/


#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:96px; /*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: #bc1e47; /*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:140px;
	top:0;
	background-color:#8f384e;
	}

#submenu li ul a{
	width:150px; /*update width inline with all the overs*/
	display:block;
	line-height:normal;
	padding-bottom:8px;
	padding-top:8px;
	float:left;
	border:0;
	border-bottom:1px solid #dea1b1; 
	}
	
#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*/
	}	
.verticalDropMenu a { padding:5px; text-decoration:none; display:block; width:120px;}
.verticalDropMenu li  { 
	list-style: none;
	position:relative;
	background-color:#FFFFFF;
	}
	
.verticalDropMenu li ul li { background-color:#CCCCCC; font-size:0.75em; line-height:normal; border-bottom:1px solid #FFFFFF; }

/* 5.ARD Tables
---------------------------------------------------------------*/



/* 6.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: #014461;
	border: solid 0px #014461; }
.FormText {
	background-color: #FFFFFF;
	border: solid 1px #014461;
	color:#545454;
	margin-bottom:5px;
	padding:2px; }
.FormTextRequired {
	background-color: #FFFFFF;
	border: solid 1px #FF0000;
	margin-bottom:5px;
	padding:2px; }


/* 7.CZ
---------------------------------------------------------------*/

#CZDocumentBody td { padding:5px; }
table#CZDocumentBody
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
#FAQBody ul { margin:0 0 10px 30px; }
.DocumentBody p { margin-bottom:15px; }
.FormButton { margin-bottom:15px; }


/* 8.Right Hand Content
---------------------------------------------------------------*/
#RHCAcc_1_DIV, #RHCAcc_2_DIV, #RHCAcc_3_DIV, #RHCAcc_4_DIV {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #fff; padding: 0 0 10px; margin: 0 0 10px;
	width:auto;
	min-height:75px;
	height:auto !important;
	height:75px;/*Needs to match the min height pixels above*/
	font-size:12px;
	background:none;
	color:#444;
}

.RightPanelBody { margin: 0; padding:0; background:none; }
#RHC_Body { margin:0; padding:0; background:none; width: 200px; }
#RHC_Body b { color: #E60000; }
#RHC_Body a {	color: #E60000;	 text-decoration: none; }
#RHC_Body a:hover { color: #AA0001; text-decoration: underline; }


