@charset "ISO-8859-1";
#Container {
	border:0px;
	position:absolute;
	left:auto;
	top:0px;
	width:1020px;
	height:700px;
	margin:0,auto,0,auto;
	padding:0;
}

#Table_01 {
	border:0px;
	position:relative;
	left:0px;
	top:0px;
	width:1020px;
	height:700px;
	background-image:url(Background.jpg);
	background-repeat:no-repeat;
	margin:0,auto,0,auto;
	padding:0;
}

#Gill-Oliver-2-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:1020px;
	height:110px;
}

#Gill-Oliver-2-02_ {
	position:absolute;
	left:0px;
	top:110px;
	width:40px;
	height:575px;
}

#Gill-Oliver-2-03_ {
	position:absolute;
	left:40px;
	top:110px;
	width:940px;
	height:31px;
	text-align:center;
	background-image:url(GO_Navbar_03.png);
	background-repeat:no-repeat;
}

#Gill-Oliver-2-04_ {
	position:absolute;
	left:979px;
	top:110px;
	width:41px;
	height:575px;
}

#Gill-Oliver-2-05_ {
	position:absolute;
	left:40px;
	top:140px;
	width:190px;
	height:300px;
}

#Gill-Oliver-2-06_ {
	position:absolute;
	left:230px;
	top:140px;
	width:330px;
	height:540px;
}

#Gill-Oliver-2-07_ {
	position:absolute;
	left:560px;
	top:140px;
	width:40px;
	height:540px;
}

#Gill-Oliver-2-08_ {
	position:absolute;
	left:600px;
	top:160px;
	width:330px;
	height:240px;
}

#Gill-Oliver-2-08a_ {
	position:absolute;
	left:600px;
	top:420px;
	width:330px;
	height:240px;
}

#Gill-Oliver-2-09_ {
	position:absolute;
	left:40px;
	top:440px;
	width:148px;
	height:240px;
}

#Gill-Oliver-2-10_ {
	position:absolute;
	left:188px;
	top:440px;
	width:42px;
	height:240px;
}

#Gill-Oliver-2-11_ {
	position:absolute;
	left:40px;
	top:680px;
	width:939px;
	height:20px;
	background-image:url(GO_Footer.png);
	background-repeat:no-repeat;
}

/*------------------------------------*\
	NAV
\*------------------------------------*/
a img {
border: 0;
text-decoration: none;
}
#ul, li{
	margin:0;
	padding:0;
}
#nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	list-style:none;
	font-weight:bold;
	margin:0;
	line-height:20px;
	text-align:left;
	float:left;
	width:100%;
	position:relative;
	top:0;
	z-index:5;
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	color:#e6e6fc;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	padding:0;
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#83ab2b;
	text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}
/*------------------------------------*\
	NAV END
\*------------------------------------*/
a:link {
	color: #e6e6fc;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}
.Heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #e6e6fc;
	text-align:left
}
.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #e6e6fc;
	text-align:left
}
.MainTextTighter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #e6e6fc;
	text-align:left
}
.BottomBarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	color: #e6e6fc;
}
