/* Remove unwanted elements */
.box-menu, .nav-bar, .sidebar,#footer{
display: none;
}
#header {display: none}



body {
overflow: visible !important;
position: relative;
display: block;
float: none;
}

/* Ensure the content spans the full width */
.subpage-top, .container, .page-width, .text-center {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	overflow: visible; 
	float: none!important;
	position: relative;
	}

#left-side, right-side {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	overflow: visible; 
	float: none!important;
	position: relative;
	}


/* Change text colour to black (useful for light text on a dark background) 
.lighttext
{
color: #000
}*/



/* Improve colour contrast of links */
a:link, a:visited
{
color: #000000
}

/* print css */
#header {
	display:block;
}
strong a {
	position:static !important;
}
strong img {
	display:block !important;
}
#header .box-menu {
	display:none;
}
#header a.buckconsultants {
	display:none;
}
.top-flash img.flash {
	display:block;
	float:left;
	width:49%;
}
.flash-box {
	display:none;
}
.top-flash .text {
	float:left;
	display:inline;
	margin:0 0 0 20px;
	width:20%;
}
* html .top-flash .text {
	width:40%;
}
.content .left-side {
	float:none;
	width:49%;
}
.content .right-side {
	float:none;
	width:49%;
}
