@charset "UTF-8";
.galdivider {
	float: left;
	height: 220px;
	width: 167px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.galdivider p {
	font-size: 12px;
	line-height: 14px;
}
#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainPage2 img {
	padding-right: 10px;
BORDER: 0; align: right
}

.divider {
	background-color: #E5F9FF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 10px;
}
body  {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	background-color: #EAEAEA;
	padding-top: 15px;
} 
.twoColFixLtHdr #header {
	height: 139px;
	width: 950px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 970px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-color: #CCCCCC;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	background-image: url(images/backdrop.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	float: left;
	width: 750px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #E5F9FF;
	width: 920px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#mainImage {
	float: left;
	height: 254px;
	width: 770px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 0px;
	margin-bottom: 20px;
}
#mainPage {
	float: left;
	width: 510px;
	padding-right: 20px;
	padding-left: 20px;
}
* html #mainPage {
	float: left;
	width: 509px;
	padding-right: 20px;
	padding-left: 20px;
}
#mainPage2 {
	float: left;
	width: 710px;
	padding-right: 20px;
	padding-left: 20px;
}
h1 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3D3D3D;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CCFF;
}
h2 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3D3D3D;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-top: 5px;
	padding-bottom: 7px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
h3 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 7px;
	font-weight: bolder;
}
p {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 0px;
	padding-bottom: 6px;
	color: #333333;
}

h4 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #3D3D3D;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CCFF;
}
#sibebar2 h2 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #3DD0ED;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	padding-left: 6px;
	font-weight: normal;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 195px;
}
#sibebar2  h3 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 7px;
	font-weight: bolder;
}
#sibebar2 {
	float: left;
	width: 200px;
	padding-top: 0px;
}

ul#primary {
	padding: 0;
	width: 166px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	float: left;
	margin: 0;
}

body#port a#nav-port, 
body#accommodation a#nav-accommodation, 
body#events a#nav-events, 
body#conferences a#nav-conferences, 
body#restaurant a#nav-restaurant,
body#hire a#nav-hire {
	background-color: #006699;
	color: #FFFFFF;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#mainPage ul {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	background-color: #E5F9FF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
#mainPage li {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
}
#mainPage2 ul {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	background-color: #E5F9FF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
#mainPage2 li {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
}
#logo {
	float: left;
	height: 138px;
	width: 200px;
}
.lineBox {
	height: 198px;
	width: 198px;
	border: 1px solid #D5D5D5;
}
.side1divider {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#headerbottom {
	float: left;
	height: 109px;
	width: 750px;
	background-repeat: no-repeat;
	background-image: url(images/pos.gif);
}

ul#topnav {
	float: left;
	height: 30px;
	text-align: left;
	width: 740px;
	background-color: #c6f1f9;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
* html ul#topnav {
	float: left;
	height: 30px;
	width: 740px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#topnav li  {

display: inline;
	list-style: none;
}
ul#topnav a,ul#topnav span,ul#topnav a.current {
	display: inline-block;
	float: right;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
	margin-top: 0px;
	padding-right: 0;
	font-weight: normal;
	padding-bottom: 6px;
	margin-top: 0;
	padding-top: 6px;
	padding-left: 12px;
	margin-left: 2px;
	text-align: right;
}

ul#topnav a:hover {
	color: #00659E;
	text-align: right;
}

 ul#topnav ul  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#firstpane {
	float: left;
	width: 200px;
}
.menu_list {
	width: 150px;
	float: left;
}
.menu_head {
	cursor: pointer;
	font-weight:normal;
	background-color: #3dd0ed;
	background-repeat: no-repeat;
	background-position: right center;
	width: 192px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.menu_head:hover {
	cursor: pointer;
	font-weight:normal;
	background-color: #37bdd8;
	background-repeat: no-repeat;
	background-position: right center;
	width: 192px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.menu_head a {
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
.menu_body {
	display:none;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.menu_body a {
	display:block;
	color:#333333;
	padding-left:6px;
	font-weight:normal;
	text-decoration:none;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.menu_body  a:hover {
	color: #333333;
	text-decoration:none;
	background-color: #E7E7E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;

}
.tables p {
	font-size: 10px;
	padding-right: 0px;
	padding-left: 5px;
}
.tables td {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
.divider2 {
	margin-bottom: 10px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
}
.divider3 {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	height: 125px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.divider3 img {
	padding-right: 10px;
}
#sibebar2 p {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 0px;
	padding-bottom: 6px;
	color: #333333;
}
.sidecontainer {
	float: left;
	width: 180px;
}
#mainPage img {
	padding-right: 10px;
}
.twoColFixLtHdr #sidebar1 .menu_body2 a {
	display:block;
	color:#333333;
	padding-left:6px;
	font-weight:normal;
	text-decoration:none;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.twoColFixLtHdr #sidebar1 .menu_body2 a:hover {
	color: #333333;
	text-decoration:none;
	background-color: #E7E7E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
h5 {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #3D3D3D;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CCFF;
}
#popupback {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.style1 {
	font-size: 15px;
	color: #35BED8;
}
.td1 {
	background-color: #E6E6E6;
}
.td90 {
	width: 85px;
}
.td90g {
	background-color: #E6E6E6;
	width: 85px;
}
.td81 {
	width: 76px;
}
.td81g {
	background-color: #E6E6E6;
	width: 76px;
}
.td116 {
	width: 111px;
}
.td112 {
	width: 107px;
}
.td112g {
	background-color: #E6E6E6;
	width: 107px;
}
#sibebar2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 3px;
}
.counciltype {
	font-size: 11px;
	font-style: italic;
	line-height: 12px;
	padding-left: 5px;
}
.smallleader {
	float: left;
	width: 60px;
}
.smallleaderpic {
	float: left;
	height: 80px;
	width: 60px;
}
.smallleadertxt {
	float: left;
	width: 60px;
}
.smallleadertxt p {
	font-size: 11px;
	line-height: 13px;
}

