
/*

	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 #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;
	background-image: url(../images/wave-bg.gif); background-repeat:no-repeat; background-position:center top;
}
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: 13px/19px Arial, Helvetica, sans-serif; /* to add line height of eg 18px use 13px/18px  */
	color: #000000;
	background-color:#fff;
	}
H1, .Heading { font-family:Arial, Helvetica, sans-serif; font-size: 20px; font-weight: normal; color: #006699; line-height: 26px; margin-top:0; }
h1.welcome {
	text-indent:-9999px;/*Hide Text, keep for SEO*/
	margin:0px auto;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/images/welcome.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height:30px;
	
	
}
H2 { font-family:Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000;  }
H3 { font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; }
H4 { font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; line-height: 17px;  }
H5 { font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; line-height: 17px; }
H5 A { text-decoration: none; }
A { color: #000000; text-decoration: underline; }
A.noline { color: #000000; text-decoration: none; }
A.noline:hover { color: #000000; text-decoration: none; }
A:hover { color: #000000; text-decoration: none; cursor:pointer; }
A.white { color: #FFFFFF; text-decoration: underline; }
A.white:hover { color: #FFFFFF; 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; }

/* 2.Layout
---------------------------------------------------------------*/

#container { position:relative; width:960px; margin:0 auto; }

.logos img { float:left; margin-right:10px; }
#header { position:relative; width:960px; padding:20px 0;}
	#logo { border:0; width:425px; height:110px; float:left; color:#0559a3;}
	.header-links { float:right; display:block; padding-bottom:20px; }
	.header-contact { float:right; clear:right; font-size:18px; color:#0559a3; }
	.header-contact a, .header-links a {color:#0559a3;}

#left-col { float:left; width:250px; }
	.news { width:220px; margin:0 auto; padding-top:10px; }
	#submenu { display:block; border-radius: 12px; background:#70c343; border:3px solid #90c4e6; width:200px; margin:0 auto; }
		#submenu li { display:block; }
			#submenu a { display:block; line-height:40px; padding-left:10px; text-decoration:none; color:white; font-size:14px; }
			.call-me { background:#c42d2d url(/images/call-me.png) no-repeat 160px; border-top-left-radius: 10px; border-top-right-radius: 10px; }
			.budget { background:#ed8421 url(/images/budget.png) no-repeat 160px;  }
			.tax-cal { background:#b24bf7 url(/images/tax-cal.png) no-repeat 160px;  }
			.cz { background:#d7b335 url(/images/cz.png) no-repeat 160px;  }
			.book { background:#74a5d9 url(/images/bookkeeping-prog.png) no-repeat 160px;  }
			.register { padding:10px; color:white; }
				.registerHead { line-height:28px; font-weight:bold; }
				
	.servicessubmenu, 
	.aboutsubmenu, 
	.ybsubmenu,
	.ymsubmenu,
	.tisubmenu,
	.tssubmenu,
	.itsubmenu,
	.bnsubmenu,
	#servicepage #submenu,
	#aboutpage #submenu
	{ display:none; visibility:hidden; }
	
	#servicepage .servicessubmenu,
	#aboutpage .aboutsubmenu,
	#yourbusiness .ybsubmenu,
	#yourmoney .ymsubmenu,
	#taxinformation .tisubmenu,
	#taxstrategies .tssubmenu,
	#interactivetools .itsubmenu,
	#news .bnsubmenu,
	#hottopics .bnsubmenu
	{ display:block; visibility: visible; width:180px; padding:10px; margin:0 auto; border-radius: 12px; background:#90C4E6; border:3px solid #C8C8C8; }
	
	.sectionmenus h3 { font-family:Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
	.sectionmenus ul { margin:10px 0 0 10px; }
	.sectionmenus li { margin-bottom:8px; line-height:16px; }
	.sectionmenus ul ul { margin:8px 0 0 10px; }
				
#flashcontent { margin-bottom:15px; }
#content { float:right; width:640px; padding:20px 35px; }
#content p, #content h1, #content h2, #content h3, #content h4, #content h5 { margin-bottom:15px; }
#content ul, #content ol { padding-left:30px; }
#content ol li { list-style:decimal; }
#content ul li { list-style:disc; }
#content ul li:last-child, #content ol li:last-child { margin-bottom:15px; }
.ielt9 #content ul, .ielt9 .submenu ul, .ielt9 #content ol { margin-bottom:1em; }
#content ul li ul li { margin-bottom:0; }
#content table { margin-bottom:15px; }
#content h2, #content h3, #content h4, #content h5 { margin-top:15px; } /* evenly space headings in the ARD content */

#footer { border-top:#90c4e6 1px solid; color:#027fcf; margin-top:20px; }
#footer a { color:#027fcf; font-weight:bold; }
#footer p {
    display: inline;
    font-size: 11px;
	line-height:40px;
}
.grey {
    float: right;
	color:#9b9a9a;
}
.grey img { margin-left:10px; }


/* helper classes
---------------------------------------------------------------*/
.clearfloat { clear:both; height:0; font-size:1px; line-height:0px; }
/*  image align left, right */
.right { float:right; margin:0 0 10px 10px; }
.left { float:left; margin:0 10px 10px 0; }

/* Hide for both screenreaders and browsers */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* clearfix  */
.cf:before, .cf:after { content: "\0020"; display: block; height: 0; overflow:hidden; } 
.cf:after { clear: both; }
/* Fix clearfix IE */
.cf { zoom: 1; }


/* 3.Search
---------------------------------------------------------------*/
.searchform { padding:0; margin:15px 0 0 15px; }
.searchbut { 
	height:40px;
	width:39px;
	font-weight:bold;
	color:#000;
	background-color:#505050;
	border:0;
	margin:0; padding:0;
	float:left; }
.searchbox {
	height:20px;
	width:161px;
	color: white;
	background: url(/images/search-back.png) no-repeat;
	border:0;
	padding:10px; margin:0;
	float:left; }

/* 4.Menu
---------------------------------------------------------------*/

#menuWrap {	
	clear: both;
	position:relative;
	display:block;
	height:32px;
	background:white url(/images/menu-drop.png) repeat-x bottom; /* add background (this can be added directly to the #menu */
	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 */
	border-top:1px #0259ad solid;
	padding-bottom:8px;
	}

#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:32px; /* add line height  DONT USE HEIGHT */
	font-weight:normal;
	}
	

#menu li { 
	list-style:none;
	float:left; /* float needed */
	position:relative;
	border:0;
	border-top:1px solid white;
	}
#menu li:hover { background-color: #0259ad; } /* keeps the original button highlighted */
#menu li:hover a { color:white; }
#menu a{
	display:block;
	padding:0px 18px; /* set padding will affect padding on all a tags in menu */
	line-height:32px; /* set line height DONT use just height */
	color:#0259ad;
	text-decoration:none;
	border-right:1px solid #d2d2d2; /* Borders as appropriate */
	}
#menu li:last-child a { border-right:0; }

#menu a:hover{
	background-color: #0259ad;
	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:#0259ad;
	}

#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 #fff;
	line-height:18px;
	padding:8px 22px;
	color:#FFFFFF;
	}
#menu li li { border-top:none; }
#menu li ul a:hover { background-color:#555454 }
#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;
	}
	


/* 5.ARD Tables
---------------------------------------------------------------*/

/*table formatting*/
.tablines { background-color: #C0C0C0; }

#content .tablines table { margin-bottom:0; border-spacing: 1px; border-collapse: separate; } /*resets the padding to 0 on tables inside the tablines*/

.tablines td td { padding:4px; }


/*a light colour on the borders of branded tables*/
.tabtitle{ font-weight: bold; color: #FFFFFF; background-color: #1c4e8c; }

.tabletitle{ font-weight: bold; color: #FFFFFF; background-color: #1c4e8c; }

/*Used if table has an extra heading.*/
.tabhead { font-weight: bold; color: #1c4e8c; background-color: #FFFFFF; }

/*dark colour, matching nav bar or other strong colour in the site.*/
.tabbody { font-weight: normal; color: #000000; background-color: #FFFFFF; }

/*standard text, white background, black text is most common.*/
.tabtotal{ font-weight: bold; color: #000000; background-color: #FFFFFF; }



/* 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: #1c4e8c; border:0; }
.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: #444 1px solid; margin-bottom:1em; padding: 1em; }
.NewsWireResult H3 { margin: 0em; }
.DataResult { border: #444 1px solid; margin-bottom:1em; padding: 1em; }
.DataResult H3 { margin: 0em; }


