
/*

	CSS Template

	CONTENTS ----------

		1.Over all styles
		2.Layout
		3.Search
		4.Menu(s)
		5.ARD Tables
		6.Forms
		7.CZ styles
		8.Site Search results

    -------------------

	COLOURS ----------

		Text #000000
		
		A #084197 

		A:hover #000099

		H1 #000099
		
		H2 #084197

    -------------------

 */
 
/* 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%;
	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: 11px Arial, Helvetica, sans-serif; /* to add line height of eg 18px use 13px/18px  */
	color: #000000;
	background-color: #e6e9ed;
	background-image: url(../images/bodyBg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
P, td, th, div { line-height: 17px; }
H1 { font-size: 16px; color: #000099; margin-bottom:10px;}
H2 { font-size: 14px; font-weight: bold; color: #084197; margin-bottom:10px;}
H3 { font-size: 12px; font-weight: bold; color:#373942; margin-bottom:10px;}
H4 { font-size: 12px; color:#373942; line-height: 17px; }
H5 { font-size: 16px; color:#373942; line-height: 17px; }
H5 A { text-decoration: none; }
A { color: #084197; text-decoration: underline; }
A:hover { color:#000099; text-decoration: none; }
A.noline { color: #000; text-decoration: none; }
A.noline:hover { color: #000; 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; }

.floatr { float:right; margin:0 0 5px 5px; }
.tableHeader { background-color:#004ba8; color:#FFFFFF; font-size:12px; font-weight:bold; padding: 5px; }
.tablePad td { padding: 5px; }
.red { color:#FF0000; }
.sp { font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; font-size:22px; }
blockquote { margin: 0 30px; }

div.boxTop {background-color: #cddef6; 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; }
div.linkBoxTop {border: 1px solid #767A7F;}

/* clearfix  */
.cf:before, .cf:after { content: "\0020"; display: block; height: 0; overflow:hidden; } 
.cf:after { clear: both; }
/* Fix clearfix IE */
.cf { zoom: 1; }
/* 2.Layout
---------------------------------------------------------------*/

#logo {
	border:0; margin:10px 0; float:left;
}
#contactDetails { float:right; text-align:right; }

#content p{
	margin-bottom:15px;
}
#content ul, #content ol {
	margin:0 0 15px 30px;
	list-style-type:disc;
}
#content table {
	margin-bottom:15px;
}

#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	background-color:#FFFFFF;
}

#branding {
	margin:0 auto;
	display:block;
	height:100px;
	overflow:hidden;
	clear:both;
}
#topLinks { font-size:14px; background-color:#003371; padding:4px 0px; margin-bottom:1px;}
#topLinks a { color:#FFFFFF; padding:0 30px; text-decoration:none; }
#topLinks a:hover { color:#FFCC66; padding:0 30px; text-decoration:none; }

.gb { background-image:url(../images/gb.gif); background-repeat:no-repeat; background-position:right; }
.swiss { background-image:url(../images/swiss.gif); background-repeat:no-repeat; background-position:right; }

#mainBanner { background-image:url(../images/mainbanner.jpg); height:198px; padding:8px 0 8px 10px; }
#contentContainer {
	width: 770px;
	display: block;
	clear: both;
	background-image:url(../images/mainContentBgTile.gif);
	background-repeat:repeat-y;
	background-position:left;
	overflow: hidden;
	position:relative;
}

#content {
	width: 530px;
	float: left;
	padding:10px;
}

.social { padding:10px; }
	.twitter { padding-left:42px; background:url(/images/twitter.png) no-repeat 0 0; line-height:32px; display:block; margin-bottom:10px; }

.linkedin-box { background-color:#FFFFFF; padding:10px; margin-bottom:10px; float:left; }

.columnBox { padding:10px; margin-bottom:15px; }
.columnBox p, .columnBox h3 { margin-bottom:10px; color:#004ba7; }

#column {
	width: 200px;
	float: left;
	padding:5px 0px 10px 0px;
	margin-right:10px;
}

#footer {
	position:relative;
	margin: 0 auto;
	width: 750px;
	clear: both;
	padding: 10px;
	display:block;
	overflow:hidden;
	background-color:#004ba7;
	text-align:right;
	margin-bottom:5px;
}

#footer p {
	color:#FFFFFF;
	font-size:12px;
}
#footer a {
	color:#FFFFFF;
}
#footer a:hover {
	color:#c9d8eb;
}

/* 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
---------------------------------------------------------------*/
#menuWrap {
	clear: both;
	position:relative;
	display:block;
	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:175px; /*set width of menu*/
	}
#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	line-height:1.5em; /*set line height DONT use height*/
	font-weight:normal;
	font-size:13px;
	}
#menu { 	position:relative; }

#menu li { 
	list-style: none; 
	position:relative;
	border:0;
	}
#menu li:hover { background:none ; } /* keeps the original button highlighted */
#menu a{
	display: inline-block;
	width:121px; /*Width of menu minus the padding*/
	padding:0px 22px 0px 32px;
	line-height:32px; /*set line height DONT use height*/
	color:#fff;
	text-decoration:none;
	background-image:url(../images/blue-arrow.png);
	background-repeat:no-repeat;
	background-position:left;
	border-bottom:1px solid #FFFFFF;
	}

#menu a:hover{
	display: inline-block;
	width:121px; /*Width of menu minus the padding*/
	padding:0px 22px 0px 32px;
	line-height:32px; /*set line height DONT use height*/
	color:#FFFF99;
	text-decoration:none;
	background-image:url(../images/blue-arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	border-bottom:1px solid #FFFFFF;
	}

#menu 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:175px;
	top:0;
	background-color:#8f384e;
	}

#menu li ul a{
	width:140px; /*update width inline with all the overs*/
	display:block;
	line-height:32px;
	float:left;
	border:1px solid #003371;
	background-image:none;
	background-color:#FFFFFF;
	color:#000000; 
	}
	#menu li ul a:hover {
	width:140px; /*update width inline with all the overs*/
	display:block;
	line-height:32px;
	float:left;
	border:1px solid #003371;
	background-image:none;
	background-color:#003371;
	color:#FFFFFF; 
	}
#menu ul li { 
	float:left; /*float important*/
	display:inline;
	}

#menu li ul li ul {
	left:175px; /*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*/
	}
#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; /*IMPORTANT set drowns downs to show on hover*/
	}

#verticalMenu {
	clear: both;
	position:relative;
	display:block;
	background:#efefef; /* add background (this can be added directly to the #menu */
	position:relative;
	z-index:99;/* 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*/
	border:1px solid #c6c6c6;
	margin-bottom:4px;
	}
.register { margin-left:4px; }
.tools { background-image:url(../images/interactive-tools.png); background-position:left; background-repeat:no-repeat; }
.business { background-image:url(../images/your-business.png); background-position:left; background-repeat:no-repeat; }
.money { background-image:url(../images/your-money.png); background-position:left; background-repeat:no-repeat; }
.information { background-image:url(../images/tax-information.png); background-position:left; background-repeat:no-repeat; }
.strategies { background-image:url(../images/tax-strategies.png); background-position:left; background-repeat:no-repeat; }
#submenu, #submenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	line-height:1.5em; /*set line height DONT use height*/
	font-weight:normal;
	font-size:11px;
	}
#submenu { 	position:relative; }

#submenu li { 
	list-style: none; 
	position:relative;
	border:0;
	}
#submenu li:hover { background-color: #d5d6da; } /* keeps the original button highlighted */
#submenu a{
	display: inline-block;
	width:130px; /*Width of submenu minus the padding*/
	padding:0px 12px 0 48px;
	line-height:44px; /*set line height DONT use height*/
	color:#2a495e;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:1px solid #c6c6c6;
	font-weight:bold;
	}

#submenu a:hover{
	background-color: #d5d6da; /*hover background colour*/
	color:#2a495e;
	font-weight:bold;
	}

#submenu ul {
	position:absolute; /* submenu uses position ab to set drop downs so left: needs to be the same height as the submenu */
	display:none; /*display none so submenu is not visable until user hovers over the li*/
	width:166px; /* Width will need to be updated inline with all the padding on the submenus */
	left:191px;
	top:0;
	background-color:#d5d6da;
	}

#submenu li ul a{
	width:150px; /*update width inline with all the overs*/
	display:block;
	line-height:normal;
	font-weight:normal;
	float:left;
	border:0;
	background-color:#cddef6;
	padding:8px;
	border-bottom:1px solid #FFFFFF;
	color:#000000;
	text-transform:none; 
	}
#submenu li ul a:hover{
	width:150px; /*update width inline with all the overs*/
	display:block;
	line-height:normal;
	font-weight:normal;
	float:left;
	border:0;
	background-color:#084197;
	padding:8px;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	text-transform:none; 
	}
#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*/
	}
	


/* 5.ARD Tables
---------------------------------------------------------------*/

/*table formatting*/
.tablines { background-color: #505050; }

#content .tablines table { margin-bottom:0; border-spacing: 1px; border-collapse: separate; } /*resets the padding to 0 on tables inside the tablines*/
 
/*a light colour on the borders of branded tables*/
.tabtitle{  font-weight: bold; color: #FFFFFF; background-color: #000099; padding:5px; }

.tabletitle{ font-weight: bold; color: #FFFFFF; background-color: #000099; padding:5px; }

/*Used if table has an extra heading.*/
.tabhead { font-weight: bold; color: #000099; 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; }



/* 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: #000099;
	border: solid 0px #000099; }
.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; }


/* 7.CZ
---------------------------------------------------------------*/

#CZDocumentBody td { padding:5px; }



/* 8.Site Search results
---------------------------------------------------------------*/
/*same background as tabbody but bold the text */

.NewsWireResult{ BORDER-RIGHT: graytext 1px solid; BORDER-TOP: graytext 1px solid; BORDER-LEFT: graytext 1px solid; BORDER-BOTTOM: graytext 1px solid; MARGIN-BOTTOM: 10px; PADDING: 2px; }
.NewsWireResult H3 { MARGIN-TOP: 2px; MARGIN-BOTTOM: 0em; }
.DataResult { BORDER-RIGHT: graytext 1px solid; BORDER-TOP: graytext 1px solid; BORDER-LEFT: graytext 1px solid; BORDER-BOTTOM: graytext 1px solid; MARGIN-BOTTOM: 10px; PADDING: 2px; }
.DataResult H3 { MARGIN-TOP: 2px; MARGIN-BOTTOM: 0em; }


