
/* Screen stylesheet */




#master {
  width:   980px; 
  margin:  auto;
}

/* ****************************************************************** */
/* Menubar stuff */
#rightbar {
  float:       right; 
  padding-top: 30px;  
  width:       200px; 
  font-size:   large;
}


/* boxes around individual menu items */
div.menubox {
  padding-bottom:  0.3em;
}

/* individual menu items */
span.this_non_link {  /* non-linking item */
  color:         #888888;
  margin-bottom: 2em;
  margin-left:   3.0em;
}

a.menulink {
  text-decoration: none;
  color:           black;
  margin-left:     3.0em;
}

a.menulink:link {
  color:black;
}

a.menulink:visited {
  color:black;
}

a.menulink:hover {
  color:blue;
}

#rightbar img {
  margin-left:  auto;
  margin-right: auto;
}




/* ****************************************************************** */
/* content container */
#content {
  font-size:  10pt;
  padding:    3em;
}

/* different colours for each page */
/* 
   index      221,238,255 (blue)
   Histor     231,255,230 (green)
   People     221,238,255 (blue)
   Solutions  233,231,255 (lilac)
 */

.mainsquare_index {
  width:      750px; 
  background: rgb(221,238,255); 
  /* background: rgb(0,60,122); */
}	

.mainsquare_history {
  width:      750px;
  background: rgb(231,255,230);
}	

.mainsquare_people {
  width:      750px;
  background: rgb(221,238,255);
}	
.mainsquare_solutions {
  width:      750px;
  background: rgb(233,231,255);
}	



/* ****************************************************************** */
/* four colour-corner graphics */
.cornergraphic_nw {
  background:          url(../images/quarterround_nw.png) no-repeat; 
  background-position: top left; 
  width:               100%; 
}

.cornergraphic_ne {
  background:          url(../images/quarterround_ne.png) no-repeat; 
  background-position: top right; 
  width:               100%; 
}

.cornergraphic_sw {
  background:          url(../images/quarterround_sw.png) no-repeat; 
  background-position: bottom left; 
  width:               100%; 
}

.cornergraphic_se {
  background:          url(../images/quarterround_se.png) no-repeat; 
  background-position: bottom right; 
  width:               100%; 
}


/* ****************************************************************** */
h1.pagehead {
  text-align: center;
  margin-top:-20px;
}

h2.subhead {
  font-size: medium;
}



/* ****************************************************************** */
/* handling for fading images on main page */
#animpics {
  text-align:      center;
}

#staticpics {
  display:         none;
}

div.backlink {
 text-align: center;
}

/* ****************************************************************** */
/* legalities at bottom right */
#legalities_block{
  float:       right;
  font-size:   x-small;
  font-family: arial;
}


#print_header {
  display: none;
}

#print_footer {
  display: none;
}

/* the text on the bottom of the box in the frontpage */
#frontpage_text {
  padding-top:10px;
  width:480px; 
  color:back; 
  font-size:large; 
  font-weight:bold;
}

/* screen end  - take up space to ensure there's always a scrollbar */
#screen_footer {
  padding-bottom: 17em;
}