.topShadowContainerMaster{
	position:absolute;
	top:25px;
	left:240px;
	width:510px;
	height:25px;
}
.topImageContainerMaster{
	position:absolute;
	top:0px;
	left:240px;
	width:720px;
	height:115px;
}

.headerbgLeftMaster {
	position:absolute;
	width:50%;
	height:115px;
	top:100px;
	left:0px;
}
.headerbgRightMaster {
	position:absolute;
	width:50%;
	height:115px;
	right:0px;
	top:100px;
}
.headerbgCentreMaster {
	position:absolute;
	width:100%;
	height:115px;
	right:0px;
	top:100px;
}
.headerContentMaster {
	position:relative;
	width:960px;
	height:115px;
	text-align:left;
}
.logoContainerMaster {
	position:relative;
	height:115px;
	width:240px;
	left:0px;
}
.venueButtonsContainer{
	position:absolute;
	top:20px;
	width:100%;
	left:0px;
}
.headerContainer {
	position:absolute;
	width:100%;
	top:100px;
	left:0px;
}

.titleContainer {
	position:absolute;
	top:-30px;
	left:285px;
}
.breadcrumbContainer {
	position:absolute;
	top:110px;
	left:285px;
}

.mainContainer{
	position:absolute;
	width:100%;
	top:215px;
	left:0px;
}
.mainContent{
	position:relative;
	width:960px;
	text-align:left;
}
.sideNav {
	position:absolute;
	background-image:url(../Images/PageElements/bg-white-shadow.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width:240px;
	left:0px;
	top:0px;
}
.navigation{
	position:relative;
	top:45px;
	left:10px;
}
.contentAreaMain{
	position:absolute;
	width:650px;
	top:30px;
	left:285px;
	
}

.contentAreaMain h1, .contentAreaMain h6 {
	display:none;
}


.contentArea{
	position:absolute;
	width:650px;
	top:-30px;
	left:285px;
}
.subheading{
	position:relative;
	padding-top:20px;
	top:0px;
	display:block;
	clear:both;
}
.content{
	position:relative;
	width:650px;
	display:block;
	clear:both;
	padding-top:30px;
	top:5px;
	border-top-color:#EEEEEE;
	border-top-style:solid;
	border-top-width:1px;
}
.pageNavContainer{
	position:relative;
	width:100%;
}
.pageNav{
	position:relative;
	width:640px;
	margin-top:10px;
	display:block;
	clear:both;
}
.sidePanel{
	width:150px;
	border-color:#FFFFFF;
	border-style:solid;
	border-left-width:20px;
	border-top-width:30px;
	border-bottom-width:30px;
	background-color:#EEEEEE;
	float:right;
}
/* ------------------------------------------------------ */
/* MENU CONTAINERS
/* ------------------------------------------------------ */
.shadowContainer{
	width:240px;
	background-image:url(../Images/PageElements/bg-white-shadow.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	padding-top:35px;
}
.customNavContainer{
	margin-top:215px;
	width:960px;
}