html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 76%;
    font-weight: 600;
    line-height: 1.6em;
    color: #414141;
    background: #fff url(../images/bk_lhs.gif) 0 0 repeat-y;
    margin: 0;
    padding: 0;
    min-width: 760px;                   
}

#container
{
    position: relative;
    min-height: 100%;
    background: transparent url(../images/bk_rhs.gif) top right repeat-y;    
    min-width: 760px;  
    min-height: 100%;
}

* html #container
{
    height: 100%;
}

#header
{
    display: block;
    width: 100%;
    background: url(../images/bk_header.jpg) top left repeat-x; 
}

#footer
{
    position: relative;
    background: #fff url(../images/bk_footer.jpg) bottom left repeat-x;
    position: absolute;
    height: 100px;
    width: 100%; 
    margin-top: -100px;  
}

#LHS
{
    position: absolute;
    left: 0;
    top: 130px;
    width: 150px;
    margin: 80px 20px 0 20px;               
}

#RHS 
{
    position: absolute;
    right: 0;
    top: 130px;
    width: 150px;
    margin: 80px 20px 0 20px;
}

#content
{
    top: 130px;    
    display: block;
    margin: 25px 210px 0 210px;
    min-width: 340px;
    font-weight: normal; 
	min-height:500px;	
}

/* Type */

h1, h2, h3, h4
{
    color: #7C0000;
    font-size: 125%;
    font-weight: 800;
    margin: 0;
    padding: 0 0 0.5em 0;
}

h2
{
    color: #00487D;
}

h3, h4
{
    color: #0066B3;
    font-size: 100%;
    font-weight: bold;
}

h4
{
    color: black;
}

p
{
    margin: 0;
    padding: 0 0 0.5em 0;
    font-weight: normal;
}

p.bold
{
    font-weight: bold;
}

p.center
{
    text-align: center;
}

p.blue
{
    color: #0066B3; 
}

a:link, a:visited
{
    color: #00477C;
}

a:hover
{
   color: #0076CE;
}

a.red:link, a.red:visited
{
    color: #7C0000;
}

a.red:hover
{
   color: #B70001;
}


/* Further styling */

#footer p
{
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 1.3em;
    padding-top: 20px;
    
}

img
{
    vertical-align: text-bottom;
}

#header img
{
    vertical-align: top;
}

img.block
{
    display: block;
}

img.left
{
    float: left;
    padding: 0 6px 6px 0;
}

img.right
{
    float: right;
    padding: 0 0 6px 6px;
}

img.divider
{
    padding: 20px 0;
}

div.center
{
    text-align: center;
}

div.right
{
    text-align: right;
}

div.left
{
    text-align: left;
    
}

div.floatleft
{
    display: block;
    float: left;
    clear: both;
    margin: 0 1em 0 0;       
}

div.floatright
{
    display: block;
    float: right;
    clear: both;
    margin: 0 0 2em 1em;       
}

div.break
{
    display: block;
    height: 2em;
}

ul.noBullet
{
    list-style-type: none;
}

span.compulsory
{
    font-size: 80%;
    font-weight: bold;
    color: #B10000;
}

span.emphasis
{
    font-weight: bold;
    color: #0066B3;
}

span.highlight
{
    color: #013B68;
}

span.red
{
    color: #7C0000;
}

span.black
{
    color: black;
}

span.bold
{
    font-weight: bold;
}   

div.center
{
    text-align: center;
}

div.featureleft
{
    display: block;
    width: 46%;
    float: left;
}

div.featureright
{
    display: block;
    width: 49%;
    float: right;
}

div.break
{
    display: block; 
    height: 20px; 
    clear: both;
}


/* Rounded Corners */
.roundedfeature
{
    display:block;    
}

.roundedfeature *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#F3F7FA}
.roundedfeature1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f9fbfc;
  border-right:1px solid #f9fbfc;
  background:#f6f9fb}
.roundedfeature2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fdfefe;
  border-right:1px solid #fdfefe;
  background:#f5f8fa}
.roundedfeature3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f5f8fa;
  border-right:1px solid #f5f8fa;}
.roundedfeature4{
  border-left:1px solid #f9fbfc;
  border-right:1px solid #f9fbfc}
.roundedfeature5{
  border-left:1px solid #f6f9fb;
  border-right:1px solid #f6f9fb}
.roundedfeaturefg
{
    padding: 10px;  
    vertical-align: top; 
    background:#F3F7FA
}


/* Navigation */ 

a.nhome, a.nabout, a.nfind, a.npublications, a.njoin, a.nnews, a.ncontact, a.nlogout, a.nmembermenu, a.nadminmenu 
{
    display: block;
    width: 150px;
    height: 24px;
    background: url(../images/n_join.gif) 0 0 no-repeat;
    text-decoration: none;
}

a.nadminmenu
{
    background: url(../images/n_adminmenu.gif) 0 0 no-repeat; 
}

a.nmembermenu
{
    background: url(../images/n_membermenu.gif) 0 0 no-repeat; 
}

a.nlogout
{
    background: url(../images/n_logout.gif) 0 0 no-repeat; 
}

a.ncontact
{
    background: url(../images/n_contact.gif) 0 0 no-repeat; 
}

a.nnews
{
    background: url(../images/n_news.gif) 0 0 no-repeat; 
}

a.npublications
{
    background: url(../images/n_publications.gif) 0 0 no-repeat; 
}

a.nfind
{
    background: url(../images/n_find.gif) 0 0 no-repeat; 
}

a.nabout
{
    background: url(../images/n_about.gif) 0 0 no-repeat; 
}

a.nhome
{
    background: url(../images/n_home.gif) 0 0 no-repeat; 
}


a:hover.nhome, a:hover.nabout, a:hover.nfind, a:hover.npublications, a:hover.njoin, a:hover.nnews, a:hover.ncontact, a:hover.nlogout, a:hover.nmembermenu , a:hover.nadminmenu
{
    background-position: 0 -24px;
}


/* Forms */ 

input
{
    width: 98%;
} 

input.postcode
{
    width: 4em;
}
  
input.submit
{
    width: auto;
}

form.login
{
    background: #fff url(../images/bk_red.gif) bottom left repeat-x;
    width: 150px;
} 

form.login fieldset
{
    background: none;
    border: none;
    margin: 0px;
    padding: 10px;
}

form.login label
{
    text-align: left;
}  

fieldset
{
    background: #fff url(../images/fieldset_bk.gif) top left repeat-x;
    border-color: #007600;  
    border: 3px solid #333;
    border-width: 3px 0 0 0;
    margin: 0 0 40px 0;
}

fieldset.one
{
    border-color: #B10000;
}

fieldset.two, fieldset.six
{
    border-color: #0066B3;
}

fieldset.three
{

}

fieldset.four
{
    background: none;
    background-color: #F5F8FA;  
    border: 3px solid #0066B3;
    border-width: 3px 0 1px 0;    
}

fieldset.five
{
    background-image: none;
    background-color: #FAF2F2;
    border: 3px solid #B10000;
    border-width: 3px 0 1px 0;
    margin: 0 0 40px 0;    
}

fieldset.six
{
    background: #fff url(../images/fieldset_bk_blue.gif) top left repeat-x; 
}    

fieldset legend
{
    font-weight: bold;
}

fieldset.one legend, fieldset.five legend
{
    color: #7C0000;
}

fieldset.two legend, fieldset.six legend
{
    color: #00487D;
}

fieldset.three legend
{
    color: #000;
    font-size: 110%;
}

label
{
    color: #414141; 
    padding-right: 1em;
    display: block;
    text-align: right;
}

label.radio
{
    display: inline;
    width: auto;
}

input.radiobutton
{
    display: inline;
    width: auto;     
}

textarea
{
    width: 98%;
    height: 10em;
}

input.checkbox
{
    text-align: left;
    vertical-align: text-bottom;
}



/* Tooltips */   

a.tooltip
{
    text-decoration: none;
    cursor: help;
    color: #0076CE;
    font-weight: bold;
    font-size: 90%;
}

#dhtmlgoodies_tooltip
{
        background-color: #fff;
        border:1px solid #000;
        position:absolute;
        display:none;
        z-index:20000;
        padding:3px;
        font-size:0.9em;
        -moz-border-radius:6px;    /* Rounded edges in Firefox */        
}

#dhtmlgoodies_tooltipShadow
{
    position:absolute;
    background-color: #ccc;
    display:none;
    z-index:10000;
    opacity:0.7;
    filter:alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -moz-border-radius:6px;    /* Rounded edges in Firefox */
}

table
{
 
}

table.committee
{
    background: #fff url(../images/fieldset_bk.gif) top left repeat-x;     
    border: 1px solid #013B68;
    padding: 0.25em;
}

caption
{
    caption-side: bottom;
    font-size: 0.8em;
    color: #666;
}

th
{
    color: #064B7A;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    padding: 0.25em;
    border-bottom: 2px solid #064B7A;  
}

td.center
{
    text-align: center;
}

td.right
{
    text-align: right;
    padding-right: 0.25em;
    font-weight: bold;
    color: #065F9B;    
}

td.left
{
    text-align: left;
    padding-left: 0.25em;
}

 
td.blue
{
    text-align: left;
    padding-right: 0.25em;
    font-weight: bold;
    color: #065F9B;    
}

ul.arrow
{
    list-style-image: url("../images/arrow-right.gif");
    padding: 0 20px;
     
}

ul.redArrow
{
    list-style-image: url("../images/arrow_red.gif");
    padding: 0 20px;
     
}

ul.arrow li
{
    padding: 0 0 6px 0;
} 

.standard
{
    font-weight:normal;
    color: #414141;
}
        
