/***************************************************** Import menu stylesheet *********************************************************************************/
@import url(menu.css );
@import url(shared.css );
@import url(form.css );
@import url(inktomi.css );
@import url(ppv.css); /*amend if site with coloured background */
/**************************************************************************************************************************************************************/

/* Search and replace the following colors ON ALL OF THE ABOVE CSS */

/* #7A7A7A - used for BODY, P, TD, LI, FOOTER TEXT, FORMS */
/* #421E82 - used for TITLE, H1-H6, TABLE SUB HEADINGS, HR */

/* DARKBLUE - LINKS:LINK:ACTIVE, FOOTER:LINK, PPV-FOOTER:LINK:ACTIVE */
/* LIGHTBLUE - used for LINKS:VISITED, FOOTER:VISITED, PPV-FOOTER:VISITED */
/* BLUE - used for LINKS:HOVER, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* GRAY - used for (ppv/search)COLUMNTWO(dividing line bgcolor), TABLE LINES */
/* #FFF - used for (ppv/search)COLUMNONE(bgcolor), (ppv/search)COLUMNTHREE(bgcolor), bgColorContent - NOTE; Please ensure that bgLeft, bgRight and bgBottom images are edited to match the color chosen for this class!! */

/* #421E82 - used for (ppv/search)COL-1-MAINTITLE BGCOLOR, (ppv/search)COL-3-MAINTITLE BGCOLOR, (ppv/search)COL-1-SUBTITLE BGCOLOR, (ppv/search)COL-3-SUBTITLE BGCOLOR, BUTTON(all colors) */
/* #FFF - used for (ppv/search)COL-1-MAINTITLE FONT, BGTOP, (ppv/search)COL-3-MAINTITLE FONT, (ppv/search)COL-1-SUBTITLE FONT, (ppv/search)COL-3-SUBTITLE FONT, BUTTON FONT */

* {
	margin:0;
	padding:0;
}

body {
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:.7em;
	background:#421E82 url(/images/body_bg.gif) top repeat-x;
	color:#3B3A3B;
	margin:0;
	padding-top:10px;
	text-align:center;
	line-height:1.6em;
}

p {
	margin:1em 0;
}

strong {
	font-weight:bold;
}

img {
	border:none;
}
	
h1, .heading1, .maintitle-help, .maintitle-reference, .maintitle-home, .maintitle-admin, .maintitle-career, .maintitle-interact, .maintitle-news {
	font-size: 1.6em;
	font-weight: bold;
	color: #421E82;
	margin:0.5em 0 1em 0;
}

h2,	.heading2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #421E82;
	margin:1em 0;
}

h3, .heading3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #421E82;
	margin:1em 0;
}

h6, .heading6 {
	font-size: 1em;
	font-weight: bold;
	color: #421E82;
	margin:1em 0;
}

hr	{
	color: #421E82;
	height: 1px;
}/* Height does not work in NS4, as SIZE is used as property in tag (same in IE but appears to work)/

/*list items*/
li {
	color: #7A7A7A;
}

li.err-msg {
	font-weight: bold;
	color: RED;

}/*used for form errors on Registration pages etc.*/

ul {
	list-style-type: disc;
	padding:10px;
}

ol {

	padding:10px;
}
/*list-style-image: url(/images/stylesheets/list_icon.gif);*/
/*list image can be changed in the images folder or can be removed and list style type can 
be used (square, circle, disc). List image does not work in NS4 but list-style-type does so
leave in when using list-style-image.*/

/*links*/
a:active {
	color: #421E82;
	text-decoration: underline;
}
a:link {
	color: #421E82;
	text-decoration: underline;
}
a:visited {
	color: #421E82;
	text-decoration: underline;
}
a:hover {
	color: #421E82;
	text-decoration: none;
}
/*navigation links which are not footer links*/

/**DO NOT MAKE THIS FONT SIZE SMALLER AS IT APPEARS IN TABLES VERY SMALL**/
a.subnav:active {
	font-size: .85em;
	font-weight: normal;
	color: #421E82;
	text-decoration: none;
}
a.subnav:link {
	font-size: .85em;
	font-weight: normal;
	color: #421E82;
	text-decoration: none;
}
a.subnav:visited  {
	font-size: .85em;
	font-weight: normal;
	color: #421E82;
	text-decoration: none;
}
a.subnav:hover {
	font-size: .85em;
	font-weight: normal;
	color: #421E82;
	text-decoration: none;
}
/*navigation links which are not footer end*/


/*smalllinks - used in PPV*/
a.smalllink:active  {
	font-size: 10px;
	font-weight: bold;
	color: #421E82;
	text-decoration: underline;
}

a.smalllink:link  {
	font-size: 10px;
	font-weight: bold;
	color: #421E82;
	text-decoration: underline;
}
	
a.smalllink:visited  {
	font-size: 10px;
	font-weight: bold;
	color:#421E82;
	text-decoration: underline;
}

a.smalllink:hover  {
	font-size: 10px;
	font-weight: bold;
	color:#421E82;
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
	color: #7A7A7A;
}

.smalltextbold {
	font-size: 10px;
	font-weight: bold;
	color: #7A7A7A;
}
/* Inktomi Styles End */

/*format tables*/
.tablelines {
	background-color: GRAY;
}/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-size: 1.1em;
	font-weight: normal;
	color: #FFF;
	padding:3px;
	background-color: #421E82;
}/*alter background color and font color. 
Not on all tables, only present if table has an extra heading*/

.tablehead {
	font-size: .9em;
	font-weight: bold;
	color: #7A7A7A;
	padding:3px;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains headings of table rows or columns.*/

.tablebody {
	font-size: .9em;
	color: #7A7A7A;
	padding:3px;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains main body of the table.*/

.tabletotal {
	font-size: .9em;
	font-weight: bold;
	color: #7A7A7A;
	padding:3px;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains total, or highlighted areas.*/

/* styles to make round cornered boxes, can also be square depending on images used*/
.tableSubHeading {
	font-weight: bold;
	color: #421E82;
}

.bgTop {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 1.2em;
	font-weight: bold;
	text-align:left;
	color: #FFF;
}

.bgColorContent {
	font-size: 0.98em;
	background-color: #FFF;
}

.cornerTopLeft {
	background-image: url(/images/stylesheets/corner_top_lft.gif);
}

.cornerTopRight {
	background-image: url(/images/stylesheets/corner_top_rgt.gif);
}

.cornerBottomLeft {
	background-image: url(/images/stylesheets/corner_bottom_lft.gif);
}

.cornerBottomRight {
	background-image: url(/images/stylesheets/corner_bottom_rgt.gif);
}

.bgLeft {
	background-image: url(/images/stylesheets/bg_lft.gif);
}

.bgRight {
	background-image: url(/images/stylesheets/bg_rgt.gif);
}

.bgBottom {
	background-image: url(/images/stylesheets/bg_bottom.gif);
}
/* styles to make round cordered boxes end*/

/* styles to make borders/dotted lines start*/ 
.borderhorizontal {
	background-image: url(/images/stylesheets/borderhorizontal.gif);
}

.bordervertical {
	background-image: url(/images/stylesheets/bordervertical.gif);
}
/* styles to make borders/dotted lines end*/

.redtext {
	color: #F42A41;
}

/*vvvv PLEASE ADD ANY SITE SPECIFIC STYLES BELOW vvvv*/




/**************************************************************************************************************************************************************/
/*XHTML Layout Styles*/
/**************************************************************************************************************************************************************/

/*Overall site container styles*/
#container{
	position:relative;
	width:748px;
	margin:0 auto;
	text-align:left;
}

#header {
	height:164px;
	background:url(../../images/headerBg.jpg) no-repeat; /*must add full image path or secure header can't find image*/
}

#logo {
	float:left;
	margin:0 2em;
	display:inline;
}

#search {
	float:right;
	margin:2em;
}

#content {
	background:url(../../images/contentBg.gif) repeat-y;
	padding:0;
	margin:0;
}

#contentCont {
	background:url(../../images/contentContBg.gif) no-repeat top left;
	height:auto !important; /*keeps footer pushed down below content*/
	height: /**/ 506px;		/*keeps footer pushed down below content*/
	height /**/: 506px;
	min-height:506px;		/*keeps footer pushed down below content*/
	padding:2em;
	margin:0 0 0 0.7em;
}

#leftCol {
	float:left;
	width:175px;	
	margin:0 10px;
}

#guides {
	background:url(../../images/guides_repeat.gif) top left repeat-y;
	position:relative;
}

#guides div {
	background:url(../../images/guides_bottom.gif) no-repeat bottom left;
	position:relative;
}

#guides div div {
	background:url(../../images/guides_top.gif) no-repeat top left;
	position:relative;
	
}

#guides div div #business {
	background:url(../../images/guidesIndvBott.gif) no-repeat bottom left;
	padding:3em 2em 0.5em;
}

#guides div div #personal {
	background:url(../../images/guidesIndvBott.gif) no-repeat bottom left;
	padding:0.5em 2em 0.5em;
}

#guides div div #tax {
	background:none;
	padding:0.5em 2em 0.5em;
}

#guides p {
	margin:0;
	padding:2px 0;
	color:#000;
	line-height:1.5em;
	
}

#guides h1 {
	padding:0;
	margin:0
	
}

#rightCol {
	float:left;
	width:435px;
	margin:0 30px;
	display:inline;
}

/*End overall container styles*/

/*Index page styles*/
#loginReg {
	float:right;
	clear:right;
	padding:0 40px 0 0;
	width:200px;
	margin-top:-10px;
}

#register {
	float:right;
}

#login {
	float:right;
	border-left:1px solid #421E82;
	margin-left:5px;
	padding-left:5px;
}

#welcome h1 span {
	color:#A599B9;
}

#businessNews {
	background:url(../../images/BusNewsBgRepeat.gif) top left repeat-y;
}

#businessNews div {
	background:url(../../images/busNewsTop.gif) no-repeat top left;
}

#businessNews div div {
	background:url(../../images/busNewsBott.gif) no-repeat bottom left;
	padding:2.5em 2em;
}

#businessNews th {
	display:none;
}

#firmNews {

}

#firmNews th {
	display:none;
}

#printNews {
	margin:0 20px 20px 20px;
}

/*End Index page styles*/

/*Footer styles*/
#footer {
	background: #421E82 url(../../images/footerBg.gif) no-repeat 0 0;
	padding:25px 0 15px 0;
	height:15px;
	color:#fff;
	text-align:center;
	font-size:0.95em;
	clear:both;
}

#footerLinks {
	float:left;
	width:50%;
}

#copyright {
	float:right;
	width:45%;
}

#footer a:active {
	color:#fff;
	text-decoration:underline;
}

#footer a:link {
	color:#fff;
	text-decoration:underline;
}

#footer a:visited {
color:#fff;
	text-decoration:underline;
}

#footer a:hover {
	color:#fff;
	text-decoration:none;
}
/*End Footer styles*/

/*Our Services styles*/
#ourservices {
	padding:0;
	margin:0;
	height:auto !important;
	height /**/:450px;
	min-height: 450px;
}

#ourservices_content {
	margin-right: 200px;
}

#ourservices_nav {
	float: right;
	width:169px;
	background:#FFF;
	border:1px solid #421E82;
	margin:0 0 0 20px;
}

#ourservices_nav ul{
	list-style-type:none;
	margin:6px;
	margin:5px 0 5px 15px;
	padding:0;
}

#ourservices_nav h3 {
	margin: 10px 0 10px 12px;
}

/*End Our Services styles*/



/*Start News Detail Styles*/
#newsOptions img {
	vertical-align:middle;
}
/*End News Detail Styles*/

/*Start Business News Page Styles*/
#businessNewsPage th {
	display:none;
}

#qbeTable th {
	display:none;
}

td.newsDate {
	padding:8px 10px 0 0;
}

h1#busnewstitle {
	display:none;
}

td.newsTitle {
	padding:8px 0 2px 0;
}

#businessNewsPage td.newsDate {
	padding:2px 10px 2px 0;
}

#businessNewsPage td.newsTitle {
	padding:2px 0 2px 0;
}
/*End Business News Page Styles*/

#contact .address {
	float:left;
	padding:0 100px 0 10px;
}

#contact #email {
	clear:both
}




#contact .row {
clear:both;
margin:0pt;
padding:0pt;
width:100%;
color: #7A7A7A;
}

#contact .fifty {
border:medium none;
margin:0pt 20px 0pt 0pt;
padding:0pt;
width:46%;
color: #7A7A7A;
}

#contact .left {
float:left;
}




