@charset "utf-8";
/* CSS Document */
body {
	background:#CCCCFF;
	color:#006;
	font-family:"Lucida Sans", verdana, Arial, sans-serif; 
/*	font-family:"MS Trebuchet", verdana, Arial, sans-serif;*/
}
/*most pages*/
.wholepage { 
  font-size:90%;
	width:100%; }
.textcontent {
	margin:20px;
}
.textcontent H2 {
  margin-bottom:7px;
}
.spacer { height:20px;
}
.footer {
	font-size:60%;
}
.footnote {
	font-size:60%;
	text-align:center;
	clear:both;
}
.right, .rightmap{
	float:right;
	padding-left:20px;
}
.picdiv {
 width:300px;
}
.rightbox {
	float:right;
	width:200px;
	background:#ddddFF;
	border:#3366FF;
	border:thin;
	padding:15px;
	clear:right;
}
img.left {
	float:left;
	padding-right:20px;
}
.emph {
	text-decoration:underline;
	font-weight:bold;
	font-style:italic;
}
/*certificate gallery*/
.gallery {
	width:200px;
/*	margin:15px; */
	padding:15px;
	text-align:center;
	float:left;
}
/*pictures page*/
.picbox {
	width:100%;
	margin:15px; 
	padding-top:15px; 
	clear:both;
}
.picbox p {
	margin-right:10px;
	}
/*magnaclean page*/
.rowcell {
	width:19%;
	margin:5px;
	float:left;
}
/*front page*/
.halfpage {
	margin:20px;
  	float:left;
  	position:relative;
  	width:45%; 
}
.showcontent {
  text-align:left;
  float:right;
}
.showcontent ul {
  margin-top:4px;
}
.showcontent H2 {
  margin-bottom:0px;
}
.showcontent H2.first {
  margin-top:0px;
}
.rightshow {
}
.clear {clear:both;}
/* menu button formatting */
.menubar {clear:both;}
.menubutton { width:20%; float:left;background:#bbf; } 
a.nav, a.nav:link, a.nav:visited {display:block; width:150px; height:25px; background:#e44; border:1px solid #006; text-align:center; text-decoration:none; font-family:verdana, arial, sans-serif; font-size:12px; color:#006; line-height:25px; overflow:hidden; margin-left:auto;margin-right:auto;margin-top:3px;margin-bottom:3px; }
a.nav:hover {color:#fff; background:#e00;}
a.nav:active {color:#fff; background:#c00;}

/* header formatting */
#header-text A {text-decoration:none;}
#header-text {
	text-align:center;
}
#header-text H1 {
	font-size:130%; 
	color:#006;
	margin-bottom:0;
	margin-top:10px;
}
#header-text H2 {
	font-size:140%; 
	color:#006;
	margin-top:3px;
	margin-bottom:0;
}
#header-text H3 {
	color:#BB0000;
	margin-top:11px;
	margin-bottom:0;
}
#logo {
	text-align:right;
}
/* 3-column sides fixed styles: see http://matthewjamestaylor.com/blog/ultimate-3-column-holy-grail-pixels.htm */
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    /*background:#ff9;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        /*background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        /*background:#FFD8B7;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding was 45px*/
        position:relative;
        left:50%;
    }
	.holygrail .col3 img {
/*		left 15px; */
	}