/*
Sochalls
© copyright PracticeWEB
http://www.practiceweb.co.uk
----------------------------
Skeleton Version: 6.1
*/

@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);
@import url(blog.css);
@import url(clientonly.css);
*/

html {
    font: 62.5%/20px Arial, 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: #292828 }

h1 {
	/* optional styling, you can use whatever you wish */
color:#81012f;
font-size: 2.4em;
font-weight:normal;
font-family: Arial;
margin:0.6em 0;
padding-top:1px;
position:relative;
line-height: 1.1em;
width:100%;
text-shadow: #b5b2b2 0px 2px 2px;
}


h1 span {
background:transparent url(../../images/gradient_1.png) repeat-x scroll 0 0;
height:100%;
left:0;
top:0;
width:100%;
}


h2 {
    font-size: 1.7em }
    
    
h3, h4, h5, h6 {
    font-size: 1.3em }
    
    
p { /* margin-bottom should match global line-height */
    padding: 0;
    margin: 20px 0;
    vertical-align: baseline;
}
    
img {
    border: none }
    
address { 
    font-style: normal; } 
    
acronym, abbr { 
    border-bottom: #000 1px dashed; 
    cursor: help; } 

label {
    color:#000 } /* IE6/7 defaults the legend to blue */

/*
List Items
----------
*/
ul {
    list-style: none }
    
li {
    padding:0;
    margin: 5px 0 }
    
ul, ol {
    padding:0;
    margin: 20px }

ul li {
    background: url(../../images/bulletPoint.jpg) 0 .5em no-repeat;
    padding-left: 19px }
    
/*  Alternative List Icons in Common - Should match dt below
    /common/images/list_items/li_bg_sm_2.gif
    /common/images/list_items/li_bg_sm_3.gif
    /common/images/list_items/li_bg_sm_4.gif
    /common/images/list_items/li_bg_sm_5.gif
*/    

ol li {
    list-style-position: inside;
    text-indent:0  }
    
dl {
    margin:0 0 0 20px }

dt {
    font-weight:bold;
    background: url(../../images/bulletPoint.jpg) 0 .5em no-repeat;
    padding-left: 19px }
    
/*  Alternative List Icons in Common - should match li above and same as #sideCol li in layout.css
    /common/images/list_items/li_bg_2.gif
    /common/images/list_items/li_bg_3.gif
    /common/images/list_items/li_bg_4.gif
    /common/images/list_items/li_bg_5.gif
*/

dd {
    margin-bottom:10px;
    margin-left: 19px }

li.err-msg {
    font-weight: bold;
    color: Red }

.redtext {
    color: Red }

/*
Links
-----
*/
a {
    color: #990338;
    text-decoration: underline }
	
a:visited {}	

a:hover {
    color: #990338;
    text-decoration: none }   
    
    #contentMapTree a:hover 
    {
     text-decoration: underline;   
    }
        

/* 
Miscellaneous
-------------
*/
.smalltextbold { /* used in PPV */
    font-weight:bold }

a.register { /* iEdit */
    text-decoration:none }

#registerPromo {} /* Register Promo - display: none if not required */


