/*
Knill James
© copyright PracticeWEB
http://www.practiceweb.co.uk
----------------------------
Skeleton Version: 6.0
*/

@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);
@import url(sde.css);

html {
    font: 62.5%/20px Verdana, Geneva, sans-serif  }
/*  
    Set Global font size 1em = 10px 
    Set Global line height 20px
    Arial, Helvetica, sans-serif;
    Verdana, Geneva, sans-serif
    Georgia1, Georgia, serif
    Times New Roman, Times, serif
    Trebuchet MS1, Helvetica, sans-serif
    Tahoma, Geneva, sans-serif    
*/

body { /* Re-set Global font size i.e 1.2em = 12px */
    font-size: 1.2em;
    color: #006091 }

h1, h2, h3, h4, h5, h6 {
    color:#4899BF; 
    padding:0 0 1em 0;
    margin:0;
     }

h1 { /* Set font size i.e 1.2em = 14px if global font size is 1.2em */
    font-size: 1.3em;
    padding:2em 0 1em 0; }

h2 {
    font-size: 1.1em }
    
h3, h4, h5, h6 {
    font-size: 1em }
    
p { /* padding-bottom should match global line-height */
    padding: 0 0 20px  0;
    margin: 0;
    vertical-align: baseline;}
    
img {
    border: none; }
    
address { 
    font-style: normal; } 
    
acronym, abbr { 
    border-bottom: #000 1px dashed; 
    cursor: help; } 
    
/* heading colours */


#homePage h1, #homePage h2, #homePage h3, #homePage h4, #homePage h5, #homePage h6 {
    color:#4899BF;
     }

#aboutPage h1, #aboutPage h2, #aboutPage h3, #aboutPage h4, #aboutPage h5, #aboutPage h6 {
    color:#006C6F;
     }

#servicePage h1, #servicePage h2, #servicePage h3, #servicePage h4, #servicePage h5, #servicePage h6 {
    color:#001B55;
     }

#newsPage h1, 
#newsPage h2, 
#newsPage h3, 
#newsPage h4, 
#newsPage h5, 
#newsPage h6

 {
    color:#737C86;
     }

#guidesPage h1, 
#guidesPage h2, 
#guidesPage h3, 
#guidesPage h4, 
#guidesPage h5, 
#guidesPage h6,
#sharedContentBusinessIndex h1,
#sharedContentBusiness h1,
#sharedContentPersonalIndex h1,
#sharedContentPersonal h1,
#sharedContentTaxIndex h1,
#sharedContentTax h1,
#sharedContentOnlineServices h1,
#sharedContentCalculators h1,
#sharedContentBusinessIndex h2,
#sharedContentBusiness h2,
#sharedContentPersonalIndex h2,
#sharedContentPersonal h2,
#sharedContentTaxIndex h2,
#sharedContentTax h2,
#sharedContentOnlineServices h2,
#sharedContentCalculators h2,
#sharedContentBusinessIndex h3,
#sharedContentBusiness h3,
#sharedContentPersonalIndex h3,
#sharedContentPersonal h3,
#sharedContentTaxIndex h3,
#sharedContentTax h3,
#sharedContentOnlineServices h3,
#sharedContentCalculators h3,
#sharedContentBusinessIndex h4,
#sharedContentBusiness h4,
#sharedContentPersonalIndex h4,
#sharedContentPersonal h4,
#sharedContentTaxIndex h4,
#sharedContentTax h4,
#sharedContentOnlineServices h4,
#sharedContentCalculators h4,
#sharedContentBusinessIndex h5,
#sharedContentBusiness h5,
#sharedContentPersonalIndex h5,
#sharedContentPersonal h5,
#sharedContentTaxIndex h5,
#sharedContentTax h5,
#sharedContentOnlineServices h5,
#sharedContentCalculators h5

 {
    color:#A85729;
     }

#careersPage h1, #careersPage h2, #careersPage h3, #careersPage h4, #careersPage h5, #careersPage h6 {
    color:#5F0560;
     }

#contactPage h1, #contactPage h2, #contactPage h3, #contactPage h4, #contactPage h5, #contactPage h6 {
    color:#AD221D;
     }

/*
List Items
----------
*/
ul {
     }
    
li {
    padding: 0 0 5px 0;
    margin: 0 }
    
ul, ol {
    padding: 0 0 15px 20px;
    margin: 0 }

ul li {
    background:none;
    padding-left: 8px }

ol li {
    list-style-position: inside;
    text-indent:0  }
    
dl {
    margin:0 0 0 20px }

dt {
    font-weight:bold;
    background: url(../../images/li_bg1.gif) 0 .5em no-repeat;
    padding-left: 10px }

dd {
    margin-bottom:10px;
    margin-left: 10px }

li.err-msg {
    font-weight: bold;
    color: Red }

.redtext {
    color: Red }

/*
Links
-----
*/
a {
    color:#4899BF; 
    text-decoration: underline }
	
a:visited {}	

a:hover {
    text-decoration: none }  
    
/* ============== separate link colours ================ */   
    
#homePage a 
{
   color:#4899BF;  
}      

#homePage a:hover 
{
   text-decoration: none
}      

#aboutPage a 
{
   color:#006C6F;
}      

#aboutPage a:hover 
{
   text-decoration: none
}      

#servicePage a 
{
   color:#001B55;  
}      

#servicePage a:hover 
{
   text-decoration: none
}      

#newsPage a 
{
   color:#737C86;
}      

#newsPage a:hover 
{
   text-decoration: none
}      

#guidesPage a,
#sharedContentBusinessIndex a,
#sharedContentBusiness a,
#sharedContentPersonalIndex a,
#sharedContentPersonal a,
#sharedContentTaxIndex a,
#sharedContentTax a,
#sharedContentOnlineServices a,
#sharedContentCalculators a
 
{
   color:#A85729;
}      

#guidesPage a:hover,
#sharedContentBusinessIndex a:hover,
#sharedContentBusiness a:hover,
#sharedContentPersonalIndex a:hover,
#sharedContentPersonal a:hover,
#sharedContentTaxIndex a:hover,
#sharedContentTax a:hover,
#sharedContentOnlineServices a:hover,
#sharedContentCalculators a:hover 
{
   text-decoration: none
}      

#careersPage a 
{
   color:#5F0560;
}      

#careersPage a:hover 
{
   text-decoration: none
}      

#contactPage a 
{
   color:#AD221D;
}      

#contactPage a:hover 
{
   text-decoration: none
}    
#quickJump {
	position:absolute;
	padding: 100px 0px 0px 0px;
	right:10px;


}  



/* 
Miscellaneous
-------------
*/
.smalltextbold { /* used in PPV */
    font-weight:bold }

a.register { /* iEdit */
    text-decoration:none }

#register {} /* Register Promo - display: none if not required */


