﻿    /* 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%; } */
    
    #container{ width: 960px;  margin: 0 auto } /* ASV - changed from 960 to 950px due to using Blueprint CSS (std max grid width = 950px) */
    	
	/* a {color:#369;}
	a:hover {color:#fff;text-decoration:none;}
    h1, h2, h3 { margin:.8em 0 .2em 0; padding:0;}
    /* p { margin:.4em 0 .8em 0;padding:0;} */
	 img {margin:0;border:0;}  
	
	/* Header styles */
    #header { clear:both; float:left;width:100%;height: 219px;background:#fff; }
	
	#navbar{ background: url(../images/nav_bg_repeat.png) repeat-x 0 0; width: 100%; height: 28px; float:left; }
	
	#navbar ul, #navbar ul li{border:0px;margin:0px;padding:0px;list-style:none;height:28px;line-height:28px; }   
	 
	#navbar ul li{float:left;display:block;line-height:28px; } 
	
	#navbar ul li a{color:#0b4c90;font-family: Century Gothic, sans-serif;text-decoration:none;font-weight:normal;font-size: 10pt;display:block;
	min-width:100px; } 
	
	#navbar ul li a span{text-transform: capitalize;padding:0px;height:28px;line-height:28px;display:block;margin-left: 0px; }
	
	#navbar .navhome a, #navbar .navhome a:hover{height:28px;line-height:28px; }
	 
	#navbar .navhome a span, #navbar .navhome a:hover span{color:#0b4c90;height:28px;line-height:28px;text-transform:capitalize; } 
	#navbar ul li a:hover{height:28px;line-height:28px; } 
	#navbar ul li a:hover span{height:28px;line-height:28px;font-weight:bold; }
	
	#image_wrap {
		/* dimensions */
		width:auto;	margin:0px 0 0px 0px;	padding: 0;
		/* centered */
		text-align:center;
		/* some "skinning" */
		 }
	
	#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 */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background: none;    	/* Right column background colour */
	    
	}

    
    
        /* 1 column full page settings */
	.fullpage { }
	.fullpageHeader {padding: 5px 0 }
	
	.fullpage .col1 {
        margin:0 15px;
	}
	

 /* --> */
  
    <!--[if lt IE 7]>
   
    .col1 {
	    width:100%;
	}
    
    <![endif]-->