﻿html, body, form
{
	padding: 0px;
	margin: 0px;
}
html, form
{
	height: 100%; /* gives layout 100% height */
	position: relative; /* gives 100% height to Opera 9.5 */
}
body, form
{
	height: 100%; /* gives layout 100% height */
}
body
{
	background-image: url(../Images/SydneyTopBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}
.MainTable
{
	background-image: url(../Images/SydneyBg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: top;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.SiteHolder
{
	width: 1000px;
	text-align: left;
	margin: auto;
	position: relative;
	padding-top:250px;
}
.TopMenuStrip
{
	margin: auto;
	width: 323px;
	height: 41px;
	background-image: url(../Images/HeadingBg.png);
	background-repeat: no-repeat;
	padding: 0px 0px 8px 664px;
	position:absolute;
	top:0px;
}
.TopMenuStrip a
{
	padding: 0px 8px 0px 8px;
	line-height: 29px;
	display: block;
	float: left;
}
.TopMenuStrip a:hover
{
	background-color: #73be1e;
}
.FlashReferences
{
	background: url(../Images/ContentBgTop.png) no-repeat center top;
	height: 200px;
	position: absolute;
	top:50px;
	width:1000px;
}
.ContentPosition
{
	margin-top: -37px;
}

.Footer
{
	clear: both;
	height: 118px;
	width: 982px;
	margin: 40px auto 0 auto;
	background-image: url(../Images/FooterBg.png);
	background-repeat: no-repeat;
	text-align: left;
}
.Footer h3
{
	margin-top: -10px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
.FooterGap
{
	width: 3px;
	float: left;
}
.FooterNarrowHolder
{
	width: 117px;
	float: left;
}
.FooterNarrowPadding
{
	padding: 15px 0px 0px 15px;
}
.FooterCopyrightHolder
{
	width: 340px;
	float: left;
}
.FooterCopyrightPadding
{
	padding: 89px 15px 0px 15px;
}
.FooterImageHolder
{
	margin: 5px 0px 0px 20px;
}
.BlurbColumn
{
	position: relative;
	width: 347px;
	float: left;
	z-index: 3;
}
.BlurbColumnTop
{
	background-image: url(../Images/HomePage/BlurbColumnTopBg.png);
	background-repeat: no-repeat;
	padding: 20px 21px 0px 21px;
	margin-top: 3px;
}
.BlurbColumnEnd
{
	background-image: url(../Images/HomePage/BlurbColumnBg.png);
	background-repeat: no-repeat;
	height: 54px;
}
.CaseStudiesColumn
{
	position: relative;
	width: 360px;
	float: left;
	z-index: 2;
	margin-left: -36px;
}
.CaseStudiesColumnTop
{
	background-image: url(../Images/HomePage/CaseStudiesColumnTopBg.png);
	background-repeat: no-repeat;
	padding: 25px 21px 0px 38px;
	margin-top: 6px;
}
.CaseStudiesColumnEnd
{
	background-image: url(../Images/HomePage/CaseStudiesColumnBg.png);
	background-repeat: no-repeat;
	height: 78px;
	position: relative;
}
.BlogColumn
{
	position: relative;
	width: 360px;
	float: left;
	z-index: 1;
	margin-left: -31px;
}
.BlogColumnTop
{
	background-image: url(../Images/HomePage/BlogColumnTopBg.png);
	background-repeat: no-repeat;
	padding: 10px 21px 0px 43px;
	margin-top: 31px;
}
.BlogColumnEnd
{
	background-image: url(../Images/HomePage/BlogColumnBg.png);
	background-repeat: no-repeat;
	height: 82px;
}
.RecentProjectHolder
{
	height: 61px;
	width: 294px;
	position: relative;
	display: block;
}
a.RecentProjectHolder:hover
{
	background-color: #f7f7f7;
	cursor: pointer;
}
.RecentProjectImage
{
	position: absolute;
	top: 5px;
	left: 45px;
}

.RecentProjectText
{
	position: absolute;
	top: 22px;
	left: 152px;
}
.MenuColumn
{
	position: relative;
	width: 347px;
	float: left;
	z-index: 3;
}
.MenuColumnTop
{
	background-image: url(../Images/ContentPages/MenuColumnTopBg.png);
	background-repeat: no-repeat;
	padding: 30px 21px 0px 21px;
	margin-top: 3px;
}
.MenuColumnEnd
{
	background-image: url(../Images/ContentPages/MenuColumnBg.png);
	background-repeat: no-repeat;
	height: 54px;
}
.ContentColumn
{
	position: relative;
	width: 685px;
	float: right;
	z-index: 2;
	margin-left: -33px;
}
.ContentColumnTop
{
	background-image: url(../Images/ContentPages/ContentColumnTopBg.png);
	background-repeat: no-repeat;
	padding: 12px 21px 0px 43px;
	margin-top: 21px;
}
.ContentColumnEnd
{
	background-image: url(../Images/ContentPages/ContentColumnBg.png);
	background-repeat: no-repeat;
	height: 89px;
}

.LogoField a
{
	display: block;
	float: left;
	margin: 10px;
}
a img
{
	border: 0px;
}
.HomeViewAllLink
{
	position: absolute;
	left: 300px;
	top: 45px;
	width: 50px;
	color: #ffffff;
}