/* 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: normal;
   	line-height: 20px;
}
img {
	border: 0px;
}
/* ---------------------------------------------------- */
/* outer casing for whole page - the margins keep the content centred as the user resizes the window */
#contentElement {
   position: relative;
   top: 0px;
   width: 640px;
   margin: 0 auto;
   text-align: left;
}
/* ---------------------------------------------------- */
#corp_strap {
	display: none;
}
/* ---------------------------------------------------- */
#header {
	margin: 0px;
	padding: 0px;
}
#heading {
	margin: 0px 0px 15px 0px;
}
#date {
	display: none;
}
#panoramic {
	display: none;
}
#primary_nav {
	display: none;
}
#breadcrumb {
	font-size: 0.9em;
}
/* ---------------------------------------------------- */
#container {
	width: 100%;
	float: left;
}
#main {
	margin: 10px 0px 0px 160px;
}
#left {
	width: 150px;
	float: left;
	margin: 10px 0px 10px 0px;
}
#sidebar {
	display: none;
}
#footer {
	margin-top: 15px;
}
#address {
	font-size: 0.9em;
	margin-top: 10px;
}
.clearing {
	height: 0;
	clear: both;
}
/* ---------------------------------------------------- */
/* SECONDARY NAVIGATION */
/* create a nice gap between heading and nav links*/
#left p{
   margin: 0 0 10px 0;
}
#left img{
   display: none;
}
#left ul{
   list-style: disc;
   margin: 0px 0px 0px 20px;
   padding: 0;
}			
#left li{
   position: relative;
   margin: 0px;
   padding: 0px;
}
/* sub menus */
#left ul ul{
   position: relative;
   margin: 0px 0px 0px 15px;
   padding: 0px;
}
/* ---------------------------------------------------- */
/* CLASSES */
/* smaller text for sporadic use where necessary*/
.small {
   font-size: 0.9em;
   line-height: 16px;
}
.top {
	text-align: right;
}
/* ---------------------------------------------------- */
/* LINKS */
/* normal links */
a {
   text-decoration: none;
   line-height: 16px;
   color: #426583;
}