body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
}

#banner {
	background-color: #2B5678;
	background-image: url(../images/seatoun4.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 0px;
	height: 246px;
	width: 100%;
}

#navigation {
	margin: 0.6em 0 0 0;
	padding: 0;
	font-weight: bold; 
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li{
	list-style: none;
	display: inline;
	}

#navigation li a{
	text-decoration: none;
	padding: 2px 10px 3px 10px;
	margin: 0;
	/*this changes initial tab bg colour and gives the tab curve on right*/
/*	background: #CC4E00 url("../images/corner-right.gif") right top no-repeat; */
	background: #2B5678 url("../images/corner-right.gif") right top no-repeat;
}

#navigation li a, #tablist li a:link, #tablist li a:visited {
	color: #fff;
	}

#navigation li a:hover {
  		color:#fff;
/*	background-color: #A22900; */
	background-color: #112F46;
	}

#navigation li.current {
	color: #FFFFFF;
	font-weight: normal;
	padding: 2px 5px 3px 10px;
	margin-right: 5px;
	background: #1A4F16 url("../images/corner-right.gif") right top no-repeat;
	text-decoration: none;
	font-weight: bold;
	}
/* #navigation li.current a, #navigation li.current a:link, #navigation li.current a:visited {
	color: #CC4E00;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background-image: none;
	background-color: #fff;
	text-decoration: none;
	}
#navigation li.current a:hover {
	color: #000;
	}  */

#navigation li.phone {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 1.5em;
	}

#shadow {
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 7px;
	width: 100%;
	clear: both;
}
	
#container {
	margin-left: 3em;
}

#content {
	position: relative;
	width: 60%;
	float: left;
	clear: none;
	color: #333333;
}

#content p {
	margin: 1.2em 0;
}

#content h1 {
/*	color: #2B5678; */
 	color: #1A4F16;
	font-size: 2em;
	margin: 1em 0;
}

#content h2 {
	color: #2B5678;
/* 	color: #1A4F16; */
	font-size: 1.4em;
	margin: 1.3em 0 0.5em 0;
}

#content h2 span {
/*	display: inherit; */
	font-size: 60%;
	font-weight: normal;
	color: #999999;
	}

#content ul li {
	list-style-image: url("../images/bullet.gif");
	padding-bottom: 0.8em;
	}

#content li {
	line-height: 160%;
	}
	
#content a, #content a:visited {
	color: #0000CC;
	}
	
#content th, #content td {
	font-weight: normal; 
	colour #999999;
	text-align: left;
	line-height: 160%;
	vertical-align: top;
/*	border-top: 1px solid #CCCCCC; */
	border-bottom: 1px solid #999999;
	}
	
#content td.shade { background-color: #999999; color: #000000; text-align: right;
font-family: "Courier New", Courier, mono; border-bottom: 1px solid #CCCCCC; padding: 0.3em 1em 0;
	}

#rightpanel {
	position: relative;
	width: 30%;
	float: right;
	clear: none;
	border: 1px dashed green;
	margin-top: 2em;
	margin-right: 1em;
	padding: 1.2em 0;
	background-image: url(../images/gull.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#rightpanel h2 {
	color: #2B5678;
/* 	color: #1A4F16; */
	font-size: 1.1em;
	font-weight: bold;
	margin: 1.3em 0 0.2em 0.5em;
}

#rightpanel p {
	font-size: 84%;
	padding: 0 0.6em 0 0.6em;
	text-align: center;
}

#rightpanel ul li {
	list-style-image: url("../images/bullet.gif");
	padding-bottom: 0.3em;
	font-size: 84%;
	}

#rightpanel a, #rightpanel a:visited {
	color: #0000CC;
	}
