
/* CONTENT ------------------------------------------------------------------ */

#featuredProject
{
	position: relative;
	min-height: 115px;
	margin: 1.4em 0 0 0;
	padding: 20px 20px 20px 190px;
	background-color: #ebe7e0;
}

* html #featuredProject
{
	height: 115px;
}

#featuredProject img
{
	position: absolute;
	left: 4px;
	top: 11px;
	padding: 9px 11px 12px 16px;
	background-image: url(../images/featured_image_border.gif);
	background-repeat: no-repeat;
}

#featuredProject h3
{
	margin-top: 0;
}

#latestProjects
{
	margin-top: 1.4em !important;
	margin-left: 0 !important;
}

.featuredWinningProjects
{
	margin-bottom: 1.4em !important;
}

.latestProjects
{
	overflow: hidden;
	margin: 1.4em 0 -1.4em 0 !important;
	background-color: #ebe7e0;
	background-image: url(../images/px_ffffff.gif);
	background-repeat: repeat-x;
}

.winningProjects
{
  padding-bottom: 1.4em;
}

* html .latestProjects
{
	height: 1px;
	overflow: visible;
}

.latestProjects li
{
	display: inline;
	position: relative;
	float: left;
	width: 49.8%;
	height: auto;
	min-height: 75px;
	overflow: visible;
	padding: 15px 0 15px 0;
	background-image: none;
}

* html .latestProjects li
{
	height: 75px;
}

.latestProjects img
{
	position: absolute;
	left: 15px;
	top: 15px;
}

.latestProjects h3, .latestProjects p
{
	margin: 0 15px 0 130px !important;
}

#sponsors, #organisers
{
	display: inline;
	float: left;
	width: 49.8%;
	margin-top: 1.4em;
}

#organisers
{
	min-width: 331px;
}

* html #organisers
{
	display: expression(document.documentElement.clientWidth < 1000 ? "block" : "inline");
	float: expression(document.documentElement.clientWidth < 1000 ? "none" : "left");
	display: expression(document.documentElement.clientWidth < 1000 ? "321px" : "49.8%");
}

* html #sponsors
{
	margin-top: expression(document.documentElement.clientWidth < 1000 ? "0" : "1.4em");
}

#sponsors ul
{
	margin-left: 0;
	list-style: none;
}

#sponsors li
{
	display: inline;
	float: left;
	margin: 10px 1em 1em 0;
}

#sponsors img
{
	vertical-align: middle;
}

#organisers ul
{
	margin-left: 0;
	list-style: none;
}

#organisers li
{
	margin-right: 10px;
}




/* SECONDARY CONTENT -------------------------------------------------------- */
