/*
Knight &amp;
© 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 Georgia, Tahoma, 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-family: Arial;
    font-size: 1.2em;
    color: #555453;
    line-height: 2.1em;}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    padding:0;
    margin:0;
    font-family: Georgia;
     }

h1 { /* Set font size i.e 1.2em = 14px if global font size is 1.2em */
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 25px;
    color:#fff;
    font-variant: small-caps
     }
     
     .bgTop 
     {
          font-size: 2.1em;
    font-weight: normal;
    margin-bottom: 25px;
    color:#f37849;
    font-variant: small-caps   
     }

h2 {
    font-size: 1.7em;
    color: #f37849;
        font-variant: small-caps }
    
h3, h4, h5, h6 {
    font-size: 1.2em;
    color: #f37849;
        font-variant: small-caps }
    
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; } 
    
#sideCol acronym, abbr { 
    border-bottom: #fff 1px dashed; 
    cursor: help; } 
    
    
    acronym, abbr { 
    border-bottom: #000 1px dashed; 
    cursor: help; } 

/*
List Items
----------
*/
ul {
    list-style: none }
    
li {
    padding: 0 0 5px 0;
    margin: 0 }
    
ul, ol {
    padding: 0 0 15px 20px;
    margin: 0 }

ul li {
    background: url(../../images/squareBullet.jpg) 0 .9em no-repeat;
    padding-left: 14px }

ol li {
    list-style-position: inside;
    text-indent:0  }
    
dl {
    margin:0 0 0 20px }

dt {
    font-weight:bold;
    background: url(../../images/squareBullet.jpg) 0 .9em no-repeat;
    padding-left: 10px }

dd {
    margin-bottom:10px;
    margin-left: 10px }

li.err-msg {
    font-weight: bold;
    color: Red }

.redtext {
    color: Red }

/*
Links
-----
*/
#content a {
    color: #f37849;
    border-bottom: dotted 1px #f37849;
    text-decoration: none; }
    
#homePage #content a    
{
 border: none;
 color: #fff;   
}    
	
a:visited {}	

#content a:hover 
{
    border-bottom: none;

    } 
    
#homePage #content div.Callouts a 
{
 color: #f37849;  
     text-decoration: underline;
} 

#homePage #content div.Callouts a:hover 
{
    text-decoration:none;
}             

/* 
Miscellaneous
-------------
*/
.smalltextbold { /* used in PPV */
    font-weight:bold }


#homePage .Callouts a.register,
a.register { /* iEdit */
    text-decoration:none;
    color: Orange; }

#register {} /* Register Promo - display: none if not required */

#sharedContentBreadCrumbs   
{
 display: none;   
}