/*
[[MIGRATE:global-zone_name]]
© copyright PracticeWEB
http://www.practiceweb.co.uk
----------------------------
Script Build Date: [time stamp hook?]
Skeleton Version: 6.0
Author: [Who built the site?]
*/

@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 Arial, Helvetica, sans-serif; }
/*  
    Set Global font size 1em = 10px 
    Set Global line height 20px
    Arial, Helvetica, sans-serif;
    Verdana, Geneva, sans-serif
    Georgia, serif
    Times New Roman, Times, serif
    Trebuchet MS, Helvetica, sans-serif
    Tahoma, Geneva, sans-serif    
*/

body { /* Re-set Global font size i.e 1.2em = 12px */
    font-size: 1.2em;
    color: #555 }

h1, h2, h3, h4, h5, h6 {
    color: #4D6585;
    padding:0;
    margin:0 0 20px 0; }

h1 { /* Set font size i.e 1.2em = 14px if global font size is 1.2em */
    font-size: 1.2em; }

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; } 
 
table {
	margin-bottom:20px; }   

/*
List Items
----------
*/
ul {
    list-style: none }
    
li {
    padding: 0 0 5px 0;
    margin: 0 }
    
ul, ol {
    padding: 0 0 15px 0;
    margin: 0 }

ul li {
    /*background: url(../../images/li_bg_sm.gif) 0 .5em no-repeat;*/
    padding-left: 0px }

ol li {
    list-style-position: inside;
    text-indent:0  }
    
dl {
    margin:0 0 0 0 }

dt {
	margin-top:10px;
    font-weight:bold;
    background: url(../../images/li_bg.gif) 0 .5em no-repeat;
    padding-left: 10px }

dd {
    margin-bottom:0;
    margin-left: 10px }

li.err-msg {
    font-weight: bold;
    color: Red }

.redtext {
    color: Red }

/*
Links
-----
*/
a {
    color: #78838B;
    text-decoration: underline }
	
a:visited {}	

a:hover {
    color: #78838B;
    text-decoration: none }       

/* 
Miscellaneous
-------------
*/
.smalltextbold { /* used in PPV */
    font-weight:bold }

a.register { /* iEdit */
    text-decoration:none }

#registerPromo {display:none;} /* Register Promo - display: none if not required */

#contactPage h2{
margin:0 0 10px 0;

}

#contactPage h1{
margin:0 0 20px 0;

}

