/* General styles */
  body {
      margin:0;
      padding:0;
      border:0;			/* This removes the border around the viewport in old versions of IE */
      width:100%;
      background:#fff;
      min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	    font-size:90%;
	    font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	    /* font-family: "Century Gothic", Monospace, Arial, Helvetica, sans-serif; */
  }
  
	a {
    	color:#03c;
	}
	a:hover {
		color:#fc3;
		text-decoration:underline;
	}
	
	li {
    list-style-type: square;
    line-height: 180%;
  }

  h1, h2, h3 {
      font-family: "Century Gothic", Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
      font-weight: normal;
      margin:.8em 0 .2em 0;
      padding:0;
      color: #69f; /* blue */
  }
    
  h1 {
  	font-size: 170%;
  }
  
  h2 {
  	font-size: 150%;
  }
  
  h3 {
  	font-size: 120%;
  }
  p {
      margin:.4em 0 .8em 0;
      padding:0;
      line-height:150%;
      text-align:justify;
  }
	img {
		margin:10px;
	}

	/* Header styles */
  #header {
      clear:both;
      float:left;
      width:100%;
      /* border-bottom:2px dotted #bbb; */
  }

	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
      margin:0;
      color: #fc0;
	}
	#logo {
	   font-family: "Century Gothic", Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	   font-size:20pt;
     margin-left:5px;
     float: left;
     color: #fff;
  }
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
      line-height:2em;
	}
	/* tabs */
	#header ul li a {
	    font-family: "Century Gothic", Monospace, Arial, Helvetica, sans-serif;
	    display:block;
	    float:left;
	    margin:0 0 0 3px;
	    padding:12px 5px;
	    text-align:center;
	    background:#eee;
	    color:#999;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		  line-height:1em;
	}
	/* tab text hover */
	#header ul li a:hover {
	    background:#bbb;
		  color:#fff;
	}
	
	/* selected tab text hover */
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#fc0; /* orange */
	    border-top:1px dotted #ccc;
	    border-left:1px dotted #ccc;
	    border-right:1px dotted #ccc;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
	  font-family: "Century Gothic", Monospace, Arial, Helvetica, sans-serif;
		clear:both;
		background:#fc0; /* orange */
		color:#fff;
		border-top:1px dotted #bbb;
		border-bottom:1px dotted #bbb;
		margin:0;
		padding:0px 0px !important;
		text-align:right;
	}

  #layoutdims a img {
    text-decoration:none;
    border: 1px solid #fc0;
  }

  #layoutdims a img:hover {
    text-decoration:none;
    border: 1px solid #69f;
  }

	/* 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:#fff;    	/* 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:#fff;    	/* Left column background colour */
        color:#555;           /* Mid column text color */
    }
    .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;
	    background:#fff;
	}
    .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 */
        position:relative;
        left:50%;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		    border-top:1px dotted #bbb;
  }
  #footer p {
      padding:10px;
      margin:0;
  }
  #copyright {
    font-family: "Century Gothic", Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
    text-align: center;
  	padding-bottom: 5px;
  	margin-top:10px;
  	font-size: 85%;
  	color: #aaa;
  }
  
  #floorplan {
     float: right;
     color: #fc0;
     position:relative;
     margin-left:15px;
  }

  #topborder {
    border-top:1px dotted #bbb;
  }
  
  #footnote {
    font-family: "Century Gothic", Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
    text-align: left;
  	margin-top:10px;
  	font-size: 80%;
  }
  
#error {
  float:left;
  color:#c30;
  background-color: #fffff7;
  border: 1px solid #c30;
  padding: 10px;
  margin: 10px 0;
  text-align:center;
}

#sample {
  color:#c30;
  background-color: #fffff7;
  border-top: 1px solid #c30;
  border-bottom: 1px solid #c30;
  padding: 10px;
  margin: 10px 0;
  text-align:center;
}

#mark {
  color: #3c0;
  font-weight:normal;
}

#panolink a img, #panolink a img:hover,
#panolink a img:visited
 {
    text-decoration:none;
    border: none;
}

