/* CSS Document */
table {
	height:520px;
	min-height:520px;
	width:780px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#A9C686;
	font-weight: bold;
	line-height: 1.5em;
	overflow:auto;
	background-image: url(grass_bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	top: auto;
	right: auto;
	border:4px solid #000000;
}

div.menubar {
	position:relative;
	top:90px;
	left:0;
	height:"100px";
}

div.container {
	position:relative;
	top:100px;
	left:0;
	height: 520px;
	width: 780px;
	float:left;
}

#fpslideshow {
	position:relative;
	top:20px;
	left:10px;
	height: 240px;
	width: 330px;
	float:left;
}

#fptextcontainer {
	position:relative;
	top:0;
	right:45px;
	height: 400px;
	width: 360px;
	float:right;
}

#fpsubtextl {
	position:relative;
	top:15px;
	left:0;
	height: 250px;
	width: 163px;
	float:left;
	border:1px solid #999999;
}

#fpsubtextr {
	position:relative;
	top:15px;
	right:30px;
	height: 250px;
	width: 164px;
	float:right;
	border:1px solid #999999;
}

#portsubl {
	position:relative;
	top:15px;
	left:0;
	height: 310px;
	width: 175px;
	float:left;
	border:0px solid #999999;
}

#portsubr {
	position:relative;
	top:15px;
	right:140px;
	height: 400px;
	width: 440px;
	text-align:center;
	float:right;
	border:0px solid #999999;
	}

#portthumb {
	position:relative;
	top:0px;
	right:0px;
	height: 99px;
	width: 438px;
	overflow:auto;
	float:right;
	border:0px solid #999999;
}

div.textcontainer {
	position:absolute;
	top:-10;
	left:10px;
	height: 400px;
	width:704px;
}

a#menu {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	white-space: nowrap;
	font-weight: bold;
	line-height: 1.5em;
	padding: 3px 6px 4px;
	margin-left: 4px;
}
		
a {
	color:#fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5em;
}

a:link {
        color: #fff;
}

a:visited, a:active {
	color: #fff;
}

a:hover {
	color: #A9C686;
}

a#current {
	color: #00ffff;
}

a#current:hover {
	color: #A9C686;
}

h1	{
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	color:#00ffff;
}

.services	{
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	color:#00ffff;
}

img.floatRight	{ 
	float: right;
	margin-right: 30px;
	margin-left: 5px;
}

li	{
	float:left;
	display:block;
	white-space:nowrap;
}
