body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: 80%;
	text-align: justify;
}

/* Layout ----------------- */
body > #menu {
	position: fixed;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 100%;
	overflow: auto;
	color: #000;
	background-color: #f93;	
	text-align: left;
	border-left: solid 10px #000;
}

#accesslinks {
	font-size: 70%;
	text-align: left;
	background-color: #f93;
	color: #000;
}

#logo {	
	text-align: center;
}
.tagline {
	font-size: 105%;
	font-weight: bold;
	padding-right: 5px;
}


#clock {
	padding-left: 20px;
	margin-top: 10px;
}

#datetime {
	border: 0;
	width: 114px;
	height: 44px;
	color: #000;
	background-color: #fff;
}

#main {	
	width: 700px;
	margin: -15px 0 0 235px;
	padding: 12px 20px 0 10px;	
	color: #000;
	background-color: #fff;
	height: 100%;
	border-left: 3px solid #000;
}

#footer {
	width: 100%;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	border-top: 3px solid #f93;
}

img {
	border: none;
}

a img {
  border: none;
}

/* Main text links ----------------- */
a:link {
  color: #0d04d6;
	background-color: #fff;
  text-decoration: none;
}

a:visited {
  color: #920071;
	background-color: #fff;
  text-decoration: none;
}

a:hover {
  color: #0d04d6;
	background-color: #fff;
  text-decoration: underline;
}

/* Clock and Email a friend text links -- */
#clock a:link {
  color: #09007d;
	background-color: #f93;
  text-decoration: none;
}

#clock a:visited {
  color: #72006c;
	background-color: #f93;
  text-decoration: none;
}

#clock a:hover {
  color: #09007d;
	background-color: #f93;
  text-decoration: underline;
}

/* Headings --------------------------- */
h1 {
	font-size: 160%;
	padding: 10px;
	background-color: #f93;
	border: 5px solid #000;
}

#main h2 {	
	padding: 3px;
	font-size: 140%;
	color: #000;
	background-color: #f93;
	text-align: left;
}
h1 a:link {
	color: #000;	
	background-color: #f93;
	text-decoration: none;
}
h1 a:hover {
	color: #000;	
	background-color: #f93;
	text-decoration: none;
}

/* Menu --------------------------- */
.navcontainer { 
	width: 200px;

}

.navcontainer ul {
	margin-left: 0;
	padding-left: 10px;
	list-style-type: none;
}

.navcontainer li {
	border-top: 1px solid #000;
}

/* Main menu link formatting ---- */
.navlist a {
	display: block;
	padding: 3px 0 3px 15px;	
	font-weight: bold;
}

.navlist a:link {
	color: #000;	
	background-color: #f93;
	text-decoration: none;
}

.navlist a:visited {
	color: #07207f;
	background-color: #f93;
	text-decoration: none;
}

.navlist a:hover {
	background-color: #9cf;
	color: #000;
}

/* Submenu link formatting ------ */
#submenu a:link {
	color: #000;	
	background-color: #f93;
	text-decoration: none;
}

#submenu a:visited {
	color: #07207f;
	background-color: #f93;
	text-decoration: none;
}

#submenu a:hover {
	background-color: #9cf;
	color: #000;
	font-weight: bold;
}

/*to indicate "you are here" in menu*/
#here {	
	color: #07207f;
	background-color: #fff;
}

/* General text formatting ------------- */

abbr {
	border: none;
}

acronym {
	border: none;
	font-style: normal;
}

.center {
	text-align: center;
} /*Use for content centered in container.*/

.floatleft {
	float: left;
	padding: 5px;
} /*Use for img, positioned at left
with text flowing to the right.*/

.floatright {
	float: right;
	padding: 5px;
} /*Use for img, positioned at right
with text flowing to the left.*/

.clear {
	clear: both;
} /*To clear floating elements from both left and right.*/

.italic {
	font-style: italic;
}
.redtext {
	color: red;
	background-color: #fff;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: smaller;
}
.larger {
	font-size: 130%;
}
.border {
	border: 1px solid #f93;
	margin-left: 5px;
}

/* General list formatting -------- */
.bullet {
	list-style-type: square;
}
.nobullet {
	list-style-type: none;
}

/* Table ------------- */
table {
	width: 100%;
}
td {
	padding: 10px;
	text-align: left;
}

/* Table with grey cells ------- */
#grey {
	border: 1px solid #f93;
}
#grey td {
	background-color: #ccc;
	color: #000;
}
/* Enquiries table ------- */
.enquiry td {
	text-align: right;
}
textarea {
	color: #000;
	background-color: #fff;
	font-family: verdana, sans-serif;
	font-size: 90%;
}
