@charset "utf-8";


* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }


/* CSS Document */

   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:780px;    /* 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:Helvetica,"Trebuchet MS", Arial, sans-serif;
		text-align:center;
    }
	#fixed {
		margin:0 auto;
		width:1000px;   /* you can use px, em or % */
		text-align:left;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
	ul { 
		list-style:square;
	}
    p {
        margin:.4em 0 .8em 0;
        padding:0;
		font-size:120%;
    }
		li {
			font-size:100%;
		}
	img {
		margin:2px 0 2px;
	}
	p strong {
		color:#14489F;
	}
	blockquote {
  font: 14px/20px Helvetica,"Trebuchet MS", Arial, sans-serif;
	font-style:italic;
  padding: 8px;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 5px;
  background-image: url(images/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
  }
  blockquote span {
     display: block;
     background-image: url(images/closequote1.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }

/* Vertical Menu Buttons*/
	
ul.cssmenu {
	list-style: none;
	margin:0;
	padding: 0px;
	margin-top: 5px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	margin:0;
	}

ul.cssmenu li a {
	display: block;
	width: 125px;
	height: 25px;
	background: url('/images/button_menu.png') 0 0 no-repeat;
  margin-bottom: 5px;
	}
/*
*	Normal Links
*/
ul.cssmenu li.home a {
	background-position: 0 0;
	}

ul.cssmenu li.about a {
	background-position: -125px 0;
	}

ul.cssmenu li.services a {
	background-position: -250px 0;
	}
	
ul.cssmenu li.flexibility a {
	background-position: -375px 0;
	}

ul.cssmenu li.staff a {
	background-position: 0 -50px;
	}

ul.cssmenu li.difference a {
	background-position: -125px -50px;
	}
	
ul.cssmenu li.testimonials a {
	background-position: -250px -50px;
	}

ul.cssmenu li.contact a {
	background-position: -375px -50px;
	}

ul.cssmenu li.links a {
	background-position: 0 -100px;
	}

ul.cssmenu li.memoriam a {
	background-position: -125px -100px;
	}

ul.cssmenu li.blog a {
	background-position: -250px -100px;
	}
	
/*
*	Hover Links
*/
ul.cssmenu li.home a:hover {
	background-position: 0 -25px;
	}

ul.cssmenu li.about a:hover {
	background-position: -125px -25px;
	}

ul.cssmenu li.services a:hover {
	background-position: -250px -25px;
	}
	
ul.cssmenu li.flexibility a:hover {
	background-position: -375px -25px;
	}

ul.cssmenu li.staff a:hover {
	background-position: 0 -75px;
	}

ul.cssmenu li.difference a:hover {
	background-position: -125px -75px;
	}
	
ul.cssmenu li.testimonials a:hover {
	background-position: -250px -75px;
	}

ul.cssmenu li.contact a:hover {
	background-position: -375px -75px;
	}

ul.cssmenu li.links a:hover {
	background-position: 0 -125px;
	}

ul.cssmenu li.memoriam a:hover {
	background-position: -125px -125px;
	}

ul.cssmenu li.blog a:hover {
	background-position: -250px -125px;
	}

/*
*	Selected/Active Links
*/

ul.cssmenu li.home a.selected {
	background-position: 0 -25px;
	}

ul.cssmenu li.about a.selected {
	background-position: -125px -25px;
	}

ul.cssmenu li.services a.selected {
	background-position: -250px -25px;
	}
	
ul.cssmenu li.flexibility a.selected {
	background-position: -375px -25px;
	}

ul.cssmenu li.staff a.selected {
	background-position: 0 -75px;
	}

ul.cssmenu li.difference a.selected {
	background-position: -125px -75px;
	}
	
ul.cssmenu li.testimonials a.selected {
	background-position: -250px -75px;
	}

ul.cssmenu li.contact a.selected {
	background-position: -375px -75px;
	}

ul.cssmenu li.links a.selected {
	background-position: 0 -125px;
	}

ul.cssmenu li.memoriam a.selected {
	background-position: -125px -125px;
	}

ul.cssmenu li.blog a.selected {
	background-position: -250px -125px;
	}

	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		background-image:url(images/background.png);
    }
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
		color:#FFF;
		float:right;
	}
	#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;
			font-size:90%;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#DF0D0D;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#DF0D0D;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* 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 */
		text-align:left;
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#fff;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-280px; 	/* 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:435px;         	/* Left column width + right column width */
        background:#fff;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:155px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0px 295px 0px 170px;     	/* 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:125px;        	/* 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:250px;        	/* 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%;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
	
	/* Vertical Menu */
	#menu {
	width: 125px;
	margin: 0px 0px 0px -15px;
	}
	
	#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

	#menu img {
    border: none;
	} 

	#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
	#menu li a:link, #menu li a:visited {
	color: #333;
	display: block;
	background:  url(images/menu.png);
	padding: 8px 0 0 10px;
	}
	
	#menu li a:hover {
	color: #FFF;
	background:  url(images/menu.png) 0 -32px;
	padding: 8px 0 0 10px;
	}
	

	
	<!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
 	<![endif]-->