﻿form
{
    min-width: inherit;    
    width: inherit;
}

#uiHeaderControl
{
	height: 50px;
}

.headingBannerAndText
{
	display: none;
}

#uiNavAndContentSection
{
	position: static;
}

#uiSideNavigation
{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

#uiSideNavigation ul
{
	display: none;
}

#uiSideNavigationImage
{
	position: absolute;
	top: 0;
	left: 450px;
}

#uiMainContentSection
{	
	margin-left: 0;
}

#uiPageTitleSection
{
	display: none;
}

#uiTabNavigation
{
	display: none;
}

#uiContentSection
{
}

#uiFooter
{
	margin-left: 10px;
	text-align: left;
}

