
/****************** Import menu stylesheet **********************/

@import url(layout.css);
@import url(menu.css );
@import url(shared.css );
@import url(form.css );
@import url(common.css);
@import url(inktomi.css );
@import url(ppv.css); /*amend if site with coloured background */

/****************** End Import Menu Stylesheet *****************/

/* Search and replace the following colors ON ALL OF THE ABOVE CSS */

/* #3A3A3A - used for BODY, P, TD, LI, FOOTER TEXT, FORMS */
/* #6C8A41 - used for TITLE, H1-H6, TABLE SUB HEADINGS, HR */

/* #6C8A41 - LINK:ACTIVE, FOOTER:LINK, PPV-FOOTER:LINK:ACTIVE */
/* #6C8A41 - used for LINKS:VISITED, FOOTER:VISITED, PPV-FOOTER:VISITED */
/* #6C8A41 - used for LINKS:HOVER, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* #FEFEFE - used for (ppv/search)COLUMNONE(bgcolor), TABLELINES, (ppv/search)COLUMNTHREE(bgcolor), bgColorContent - NOTE; Please ensure that bgLeft, bgRight and bgBottom images are edited to match the color chosen for this class!! */

/* #FEFEFE - 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) */
/* #6C8A41 - 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 */


html, body {
	height: 100%;
}

body {
	font-family: Arial, Times, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#3A3A3A;
	line-height: 1.7em;
	margin:0;
	padding:0;
	text-align:center;
	
}


h1, h2, h3, h6 {
     margin-top: 7px;
    margin-bottom: 7px;
    font-family: Times;
	font-weight: bold;
	color: #FD7F33;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em;
 }
h4  {
 font-size: 1em;
 color: #FD7F33;   
} 
h6 { font-size: 1em; }

hr	{
	color: #6C8A41;
	height: 1px;
}


/********** LIST ITEMS *************/

ul {
	list-style: disc;
   /*list-style-image: url(/images/stylesheets/list_icon.gif);*/
}

li { 

}

li.err-msg {
	font-weight: bold;
	color: RED;
}

.redtext { 
	color: #F42A41; 
}


/************* LINKS **************/

a img { 
	border: none; 
}

a {
	color: #FD7F33;
	text-decoration: underline;
}

a:visited {
	color: #v;
}

a:hover {
	color: #CC5837;
	text-decoration: none;
}

/*navigation links which are not footer links*/

a.subnav {
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
}

/*smallinks - used in PPV*/

a.smalllink  {
	font-size: .95em;
	font-weight: bold;
}

.smalltext {
	font-size: .95em;
	color: #332323;
}

.smalltextbold {
	font-size: .95em;
	font-weight: bold;
	color: #323232;
}

/* Footer Links */

#footer a {	
	font-size: .95em; 
}


/***** INDEX PAGE STYLES ******/

#welcome {
	margin:0 0;
	padding:0;
}

#welcomeInner { 
	margin: 0;
	padding:0 70px 0 0px;
	background:url(../../images/watering_can.jpg) top right no-repeat;
}

#calloutWrapper {
    margin-top: 30px;
    width: 838px;
	clear:left;
}

#whyAcc {
    display: inline;
	float:left;
	background: url(../../images/needAccountantImage.jpg) top right no-repeat;
	width:355px;
	padding:10px;
	margin-left: 15px;

}

    #whyAcc h2 a {
     text-decoration: none;   
    }

#tips {
    display: inline;
	float:right;
	background:url(../../images/waterSqurter.jpg) bottom right no-repeat;
	width:219px;
	padding:10px;
	height: 250px;
}

    
    #tips h2 a  {
    text-decoration: none;
    } 

#businessNews {
    display: inline;
	float:left;
	padding:10px;
	width:169px;
	margin-top: 78px;
}

#businessNews th { 
	display:none; 
}

#businessNews a {
 text-decoration: underline;
 color: #CC5837;   
    
}


#businessNews a:hover   {
 color: #FD882D;   
    
} 
/*********** OURSERVICES STYLES ******************/

#ourservices {
	padding:0;
	margin:0;
	border:1px dashed #323232;
}

#ourservices_nav ul{
	list-style-type:none;
	margin:10px;
	padding:0;
}

#ourservices_nav h3 {
	margin: 6px;
}

/*** PLEASE CHOOSE THE APPROPRIATE OUR SERVICES TEMPLATE FROM BELOW ***/

/*** 2 COL FIXED ***/

#ourservices_content {
	width:415px;
	border:1px dashed red;
}

#ourservices_nav {
	float:right;
	width:160px;
	background:#E4E5E6;
}

/************ TABLES SHARED CONTENT ******************/

.tablelines { 
	background-color: #E9D8AD; 
}
/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #6C8A41;
	background-color: #FEFEFE;
}
/*Not on all tables, only present if table has an extra heading*/

.tablehead {
	font-size: 1em;
	font-weight: bold;
	background-color: #FFF; 
}
/*Contains headings of table rows or columns.*/

.tablebody {
	font-size: .9em;
	background-color: #FFF; 
	}

.tabletotal {
	font-size: .9em;
	font-weight: bold;
	background-color: #FFF; 
}
/*Contains total, or highlighted areas.*/

.tableSubHeading {
	font-weight: bold;
	color: #6C8A41;
}

/* styles to make round cornered boxes, can also be square depending on images used*/
.bgTop {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 1.25em;
	font-weight: bold;
	text-align:left;
	color: #fff;
}

.bgColorContent {
	font-size: 1em;
	background-color: #FEFEFE;
}

.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 borders/dotted lines*/ 
.borderhorizontal {
	background-image: url(/images/stylesheets/borderhorizontal.gif);
}

.bordervertical {
	background-image: url(/images/stylesheets/bordervertical.gif);
}

/*Start Business News Page Styles*/

#businessNewsPage th {
	display:none;
}

#qbeTable th {
	display:none;
}

#ClientProfile li   {
color: #3A3A3A;    
}



