/**
 * Homepage Style
 *
 * @version 0.1
 * @package xhtml-css
 * @author Trevor Morris / The Design Frontier
 * @copyright 2008 by the author
 */

#container .homepage {
	padding-left: 24px;
}
#container .homepage img {
	position: relative; top: auto; left: auto; right: auto;
	float: none;
	margin-bottom: 0;
}

ul#shortcuts {
	overflow: hidden;
	width: 100%;
	padding: 0 0 8px; margin: 10px 0 0;
	list-style: none;
}
	ul#shortcuts li {
		float: left; clear: none;
		width: 220px; height: 150px;
		margin: 0 19px 0 0; padding: 0; _margin-right: 18px;
		background: none;
	}
	ul#shortcuts li:last-child,
	ul#shortcuts li.l {
		margin-right: 0;
	}
		ul#shortcuts li a {
			border: 1px solid #fff;
		}
		ul#shortcuts li a:focus,
		ul#shortcuts li a:hover,
		ul#shortcuts li a:active {
			border-color: #ccc;
		}
		
		ul#shortcuts li#shortcut-sustainability a {
			background-image: url(../img/homepage/sustainability.jpg);
		}
		ul#shortcuts li#shortcut-future a {
			background-image: url(../img/homepage/future.jpg);
		}
		ul#shortcuts li#shortcut-helpdesk a {
			background-image: url(../img/homepage/helpdesk.jpg);
		}
		ul#shortcuts li#shortcut-awards a {
			background-image: url(../img/homepage/awards.jpg);
		}
		ul#shortcuts li#shortcut-virtual a {
			background-image: url(../img/homepage/virtual.jpg);
		}