﻿body
{
	background-color:#5ABEE9;
	background-image:url('images/hubport-background.jpg');
	background-repeat:repeat-x;
	background-position:top;
	margin:0px 0px;
	font-family:Verdana, Arial;
	font-size:8pt;
	color:#333333;
}

.clear
{
	clear:both;
}

#container
{
	width:880px;
	margin:0px auto;
	clear:both;
	position:relative;
}

#menu
{
	height:20px;
	width:660px;
	border:0px none;
	border-collapse:collapse;
	color: white;
	padding-top:6px;
	float:left;
	font-family:Tahoma, Verdana, Arial;
}

#menusub
{
	padding-top:6px;
	float:right;
	width:220px;
	height:20px;
	font-family:Tahoma;
	font-size:8pt;
	color:white;
	font-weight:bold;
}

#menu a
{
	color: #FFCC00;
	display:block;
	padding:2px 18px 5px 18px;
	text-decoration:none;
}

#menu ul
{
	margin:0px 0px 0px 0px;
	list-style:none;
	padding-left:0px;
}

#menu li
{
	display:inline;
	float:left;
	margin-left:1px;
}

#menu a:hover
{
	background-image:url('images/hovermenu.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	display:inline;
	float:left;
	color:aqua;
}

.menucurrent
{
	background-image:url('images/hovermenu.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	display:inline;
	float:left;
	color:aqua;
}

#banner
{
	height:136px;
	border-collapse:collapse;
}

#bannerleft
{
	float:left;
	width:500px;
	border-collapse:collapse;
}

#bannerright
{
	float:right;
	width:270px;
	border-collapse:collapse;
}

#intro
{
	height:28px;
	text-align:center;
	background-color:#78B6D0;
	padding-top:10px;
	font-family:"Trebuchet MS";
	font-size:10pt;
	font-weight:bold;
	color:#144563;
}

#contentarea
{
	background-color:white;
}

#left
{
	background-color:white;
	width:205px;
	float:left;
	padding-left:10px;
	padding-top:20px;
}

#right
{
	width:585px;
	float:right;
	padding-right:20px;
	padding-top:40px;
	padding-bottom:20px;
}

#footer
{
	margin-top:20px;
	color: #003366;
	text-align:center;
	font-family:Tahoma, Verdana, Arial;
}

.controls
{
	margin-top:20px;
	padding-bottom:6px;
	background-image:url('images/blue.jpg');
	background-repeat: repeat-y;
	background-position:right;
	padding-right:20px;
	text-align:right;
	color:#FF9900;
	width:160px;
}

.controls ul
{
	margin:0px 0px 0px 0px;
	list-style:none;
	padding-left:0px;
}

.controls li
{
	padding-top:8px;
	display:block;
}

.controls li a
{
	color:#FF9900;
	text-decoration:none;
}

.controls li a:hover
{
	color: #CC3300;
	text-decoration:none;
	padding-right:1px;
}

.fly
{
	position: relative;
	z-index:10;
	margin-left:-50px;
	margin-top:20px;
	margin-bottom:10px;
	float:left;
	padding-bottom:20px;
	padding-top:0px;
}

#highfly
{
	position: absolute;
	top:195px;
	left:530px;
}

.leftextras
{
	background-color:white;
	width:205px;
	float:left;
	padding-left:10px;
}