@charset "utf-8";
/* CSS Document */

	#container .column {
		float: none;
	}
	
	#container {
		padding: 4px 0 0 0;
		position: relative; /* Fix for v.long page in IE7 */
	}
	* html #container { width: 960px; } /* IE6 Adjustment for box model padding */
	
	#home {
		padding: 0 0 10px 0; 
		margin: 0;
		width: 980px;
		font-size: 0.95em;
		line-height: 140%;
	}
	#home ul { margin-left: -25px; }
	#home ul li { margin: 0 0 5px 0; }
	
	*:first-child+html #home ul {margin-left: 20px; } * html #home ul {margin-left: 20px; }
	
	
	#homeleft {
		float: left;
		width: 596px; /* Image is 576 + 20 gutter */
	}
		
	#homeright {
		float: left;
		width: 384px;
	}
	#homeright p { font-size: 1em; }
	
	.homefeature, .hometile {
		border-top: 1px solid #CCCCCC;
		padding: 15px 10px 10px 10px;
		color: #000000;
	}
	.homefeature ul { margin-top: 0; }
	
  #homewide {
    margin-top: 10px;
  }
    .homefeaturewide1, .homefeaturewide2, .homefeaturewide3 {
        padding: 15px 10px 10px 10px;
        min-height: 86px;
        color: #000000;
        width: 309px;
        float: left;
    }
    .homefeaturewide1 { padding-left: 0; }
    .homefeaturewide2 {
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
    }	
		
	.homeheading, .hometileheading {
		font-size: 1.6em;
		display: block;
		margin: 0 0 10px 0;
		color: #000000;
	}
	
	.homesubheading {
		font-weight: bold;
		display: block;
		margin: 0 0 10px 0;
	}
	
	.hometile {
		color: #FFFFFF;
	}
	
	.hometileheading { color: #FFFFFF; }

	#home .hometile a:link, #home .hometile a:visited, #home .hometile a:hover { 
		color: #FFFFFF;
		padding-right: 10px;
		background-image: url(/en_GX/webadmin/assets/image/hometile_arrow.gif);
		background-repeat: no-repeat;
		background-position: 100% 50%;
	}

	*:first-child+html #home .hometile a:link, *:first-child+html #home .hometile a:visited, *:first-child+html #home .hometile a:hover {	
		padding-left: 10px;
		background-image: url(/en_GX/webadmin/assets/image/hometile_arrow-ie.gif);
		background-position: 0% 0%;
	}	
	* html #home .hometile a:link, * html #home .hometile a:visited, * html #home .hometile a:hover { 
		padding-left: 10px;
		background-image: url(/en_GX/webadmin/assets/image/hometile_arrow-ie.gif);
		background-position: 0% 0%;
	}
	
	#home .hometile a:hover { text-decoration: underline; background-color: none; }	
	
	#homeld {
		margin-top: 10px;
		line-height: 60px;
		padding: 0 10px;
		border: 1px solid #CCCCCC;
		font-size: 1.5em;
	}
	
	#ldleft {
		float: left;
	}
	#ldright {
		float: right;
		display: inline;
	}
	#ldright img {
		margin-bottom: -17px;
		margin-left: 5px;
		position: relative;
		z-index: +1;
	}
	* html #ldright img { margin-top: 5px; }
	*:first-child+html #ldright { margin-top: -8px; } *:first-child+html #ldright img { margin-bottom: -19px; }
	
	.homecontacts { width: 100%; }
	.homecontacts td {
		padding-bottom: 0;
		width: 50%;
		font-size: 0.95em;
		vertical-align: top;
	}
