/* CSS gca */

     :link { color: #4C7884 } /* unvisited */
     :visited { color: #4C7884 } /* visited */
     :active { color: #4C7884 }  /* clicked */
     :hover { color: #4C7884 }  /* mouse over */

  H1            { FONT-family: verdana; FONT-size: 14pt; margin-left: 25px;  margin-right: 0px;  color: #4C7884; margin-top: 30px }

  P.text        { FONT-family: verdana; FONT-size: 10pt; margin-left: 25px; margin-right: 15px;  color: #4C7884 }
  P.text2       { FONT-family: verdana; FONT-size: 8pt;  margin-left: 25px; margin-right: 5px;  color: #4C7884 }
  P.text3       { FONT-family: verdana; FONT-size: 8pt;  margin-left: 25px; margin-right: 0px;  color: #A9D5F1; margin-top: 5px }



body {
	background: url(images/wallpaper.gif) #5BC8EB;
	padding: 0px 0px;
	margin: 0px;
        font-size: 10pt;
        font-family: verdana;
        text-indent: 0px;
}




/* menu top block and all others */
#nav, #nav ul {
	float: center;
	width: 800px;
        height: 26px;
	list-style: none;
	line-height: 1;
	background: #ffffff; /* white */
	font-weight: BOLD;
	padding: 0px;
	border: solid #A9D5F1;
	border-width: 1px 0px;
	margin: 0 0 0 0;
}

/* menu top actual word characteristics and padding top and bottom and either side in em */
#nav a {
	display: block;
	width: 160px;
	w\idth: 160px;
	color: #4C7884; /* blue - stroke colour of ARRIVALS */
	text-decoration: none;
	padding: 0.5em 0em;
        text-align: center;
}

#nav a.name {
	background: white center left no-repeat;
}

/* menu top block size  760 divided by 5 */
#nav li {
	float: left;
	padding: 0px;
	width: 160px;
	height: auto;
}

/* menu drop down outside block size */
#nav li ul {
	background: #ffffff; /* white blocks */
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	w\idth: 160px;
	font-weight: none;
	border: solid #ffffff;
	border-width: 5px 0px;
	margin: 0px;
	line-height: 1em;
	background: #FCF05C; /* lighter yellow background - BIG BLOCK */
}

/* menu drop down inside sandy block size */
#nav li li {

	padding: 0px 0px; /* of words in drop down sandy bar */
	width: 160px; /* width of drop down sandy floating bar */
        text-align: center;
}

#nav li ul a {
	width: 10.3em;
	w\idth: 10.3em;
}

#nav li ul ul {
	margin: 0em 0 0 0em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* hover colour #D7CCB1 */
#nav li:hover, #nav li.sfhover {
	background: #FBDF51; /* sandy coloured bar */
}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 70px;
	background: white no-repeat;
	border: solid #eda;
	border-width: 1px 0 0 0;
	margin: 0 0 0 0;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 70px;
	background:  no-repeat;
	background-position: 181px 0;
}

#scaffolding a:hover {
	background-position: 181px -70px;
}

</style>

<script type="text/javascript"><!--//--><![CDATA[//><!--

sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

//--><!]]></script>






/* end CSS */