/* GENERAL SPECS */
/* set colours for light and dark colour scheme */
.light {

}
.dark {
   display: none;
}
/* set standard font and color */
body {
   font-family: Arial, Verdana, Geneva, sans-serif;
   background-color: white;
   font-size: 75%;
   line-height: 16px;
   color: #000;
}
form {
   margin: 0px;
}
/* make input boxes and button look a bit better */
input {
   font-family: Arial, Verdana, Geneva, sans-serif;
   font-size: 1em;
   border: 1px solid #000;
}
select {
	font-size: 0.9em;
}
h1 {
	font-size: 1.4em;
   	font-weight: bold;
   	line-height: 20px;
	margin: 0px 0px 20px 0px;
	text-align:center;
}
h2 {
	font-size: 1.1em;
   	font-weight: bold;
   	line-height: 20px;
	margin-top: 10px;
	display: block;
}
img {
	border: 0px;
}
/* ---------------------------------------------------- */
/* outer casing for whole page - the margins keep the content centred as the user resizes the window */
#contentElement {
   top: 0px;
   width: 100%;
   text-align: left;
}
/* ---------------------------------------------------- */
#corp_strap {
	display: none;
}
/* ---------------------------------------------------- */
#header {
	display: none;
}
#heading {
	display: none;
}
#date {
	display: none;
}
#logo {
	display: none;
}
#panoramic {
	display: none;
}
#primary_nav {
	display: none;
}
#breadcrumb {
	font-size: 0.9em;
}
/* ---------------------------------------------------- */
#container {
	width: 100%;
}
#main {
	margin: 0px 0px 0px 0px;
	padding-left: 15px;
	padding-right:35px;
}
#left {
	display:none;
}
#sidebar {
	display: none;
}
#footer {
	display: none;
}
#address {
	font-size: 0.9em;
	margin-top: 10px;
}
.clearing {
	display:none;
}
/* ---------------------------------------------------- */
/* SECONDARY NAVIGATION */
/* create a nice gap between heading and nav links*/
#left p{
	display: none;
}
#left img{
   display: none;
}
#left ul{
	display: none;
}			
#left li{
	display: none;
}
/* sub menus */
#left ul ul{
	display: none;
}
/* ---------------------------------------------------- */
/* CLASSES */
/* smaller text for sporadic use where necessary*/
.small {
   font-size: 0.9em;
   line-height: 16px;
}
.top {
	text-align: right;
}
/* ---------------------------------------------------- */
/* LINKS */
/* normal links */
a {
	display: none;
}
/* ---------------------------------------------------- */
#nav {
	display: none;
}
#nav ul {
	display: none;
}
#nav li {
	display: none;
}
#nav li.home {
	display: none;
}
#content_bottom {
	display: none;
}
/* ---------------------------------------------------- */
#footer {
	display: none;
}
#cruk_logo {
	display: none;
}
#qm_logo {
	display: none;
}
#copyright {
	display: none;
}

/* ---------------------------------------------------- */