/*
Lerman Jacobs Davis
© 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 Lucida Sans, Arial, sans-serif  }


body { /* Re-set Global font size i.e 1.2em = 12px */
    font-size: 1.2em;
    color: #A0A0A0 }

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.6em;
    color: #7F7F7F;
    padding:0;
    margin:0;
     }

h1 { /* Set font size i.e 1.2em = 14px if global font size is 1.2em */
    font-size: 1.2em;
    padding-bottom: 10px; }

h2 {
    font-size: 1.1em }
    
h3, h4, h5, h6 {
    font-size: 0.9em }
    
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; } 
    

/*
List Items
----------
*/
ul {
    list-style: none }
    
li {
   
    padding: 0 0 5px 0;
    margin: 0 }
    
    
#sharedContentMainBodyText li, #main li {
  list-style: disc;   
    
}  

#sharedContentLinks li, #main li {
  list-style: disc;   
}
  
ul, ol {
    padding: 0 0 15px 20px;
    margin: 0 }

ul li {
    
     }

ol li {
    list-style-position: inside;
    text-indent:0  }
    
dl {
    margin:0;
}

dt {
    font-weight:bold;
 }

dd {
    margin-bottom:10px;
}

li.err-msg {
    font-weight: bold;
    color: Red }

.redtext {
    color: Red }

/*
Links
-----
*/
a {
    color: #F13C23;
    text-decoration: underline }
	
a:visited {}	

a:hover {
    color: #3E3E3E;
    text-decoration: underline !important; }       

/* 
Miscellaneous
-------------
*/
.smalltextbold { /* used in PPV */
    font-weight:bold }

a.register { /* iEdit */
    text-decoration:none }

#register {} /* Register Promo - display: none if not required */

