body 
{
text-align:center;
font: medium sans-serif;
}

#page 
{
width:750px;
margin-left:auto;
margin-right:auto;
text-align:left;
z-index:401
}

#title 
{
text-align:center;
font-size:60px;
font-weight:200;
height:118px;
background-image:url(gbcannon10.png);
background-repeat: no-repeat;
position:relative;
right:0px;
z-index:-1;
}

#title span
{
display:none;
}

#disclaimer a
{
color:red;
font-size:25px;
font-weight:500;
text-decoration:underline;
}

#disclaimer
{
text-align:center;
z-index:50;
margin:10px 0 20px 0;
}

#footer span 
{
display:none;
}

a.find, a.find:link, a.find:visited
{
font-size:14px;
text-align:center;
color:black;
text-decoration:none;
padding:0px 5px;
}

a.fl, a.fm
{
border-right:1px solid black;
}

#footer
{
text-align:center;
font-size:11px;
}

h1
{
text-align:center;
}

a.thumb, a.thumb:visited { 
position:relative; 
z-index:1;
}
a.thumb b {
position:absolute;
visibility:hidden; /* hide the image */
width:150px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
				makes it selectable when hidden */
border:none; /* add a border */
 /* position:the image */
}
a.thumb:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.thumb:hover b {
visibility:visible; /* make the image visible */
height:0; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500;
}
a.thumb:hover b img {
border:0; /* remove the link border */
outline:none;
}

a.thumb{
  outline:none;
}

h3 {
font-size:16px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/skeleton3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menuContainer {position:relative; float:left; left:60px; top:-20px;margin-bottom:-30px;z-index:400}

#nav, 
#nav ul {padding:0; margin:0; list-style:none; position:relative;background:url(transparent.gif); z-index:100;}
#nav {height:30px; float:left; padding:0; position:relative;}
#nav li ul {border:1px solid gray;background:white;}

#nav table {border-collapse:collapse;}
#nav li {float:left;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:black; height:30px;padding:0 15px 0 15px;line-height:30px; text-decoration:none; white-space:nowrap; font-weight:900; font-size:20px; border-right:2px solid black;}
#nav li li a {height:20px; line-height:20px; float:none; font-size:15px; font-weight:900; border-right:none; color:black;padding:0 15px 0 15px;}


#nav li:hover {position:relative; z-index:100;top:-3px;}
#nav a:hover {position:relative; z-index:100; font-size:30px; font-weight:400; border:0; border-right:2px solid black;padding:0 10px 0 10px;}
#nav li:hover > a {font-size:30px; font-weight:400;padding:0 10px 0 10px;}

#nav :hover  ul {left:0; top:30px; z-index:300;}
#nav a:hover ul {left:-1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover  {top:0;}
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {font-size:15px; font-weight:900;border-right:none;padding:0 5px 0 25px;}

#nav li a:hover ul li a:hover {font-size:15px; font-weight:900;border-right:none;padding:0 5px 0 25px;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

