body {
	background-color: #fff;
	color: #999999;
	font-size: 14px;
	padding: 10px 0 40px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #00457c;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h1.replace {
	background:url(../../img/marina-logo.gif);
	text-indent: -9999px;
	width:220px;
	height:69px;
	margin-bottom: 10px;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
}

p {
	overflow: hidden;
	margin:0 0 1.3em;
	text-align:justify;
}

hr {
	margin: 10px 0;
}

hr.footer {
	margin-top: 7px;
}
.container_12 {
	background: none; /* #fff url(../../img/12_col.gif) repeat-y; */
	margin-bottom: 20px;
}

.container_16 {
	background: #fff url(../../img/16_col.gif) repeat-y;
}

.container_24 {
	background: #fff url(../../img/24_col.gif) repeat-y;
}


#band {
	position: absolute;
	top: 89px;
	left: 0;
	display:block;
	background-color: #00457c;
	height:28px;
	width:100%;
}


.menu {
	background-color: #00457c;
	color:#FFF;
	font-size: 12px;
	text-transform:uppercase;
	
}

.footer{
	font-size: 11px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  position: relative;
  float: left;
}

ul li.enquiry{
	 margin-left: 40px;
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  background: #00457c;
  margin-left: 0px;
  white-space: nowrap;
}
ul li a:hover{ background: #fff; color:#00457c;  text-decoration: none; }
ul li a.active { background: #fff; color:#00457c;  text-decoration: none;  font-weight:bold;}
li:hover ul {
  display: block;
  position: absolute;
  text-decoration: none;
 
}
li:hover li {
  float: none;
  font-size: 11px;
}
li:hover a { background: #617F8A;  }
li:hover li a:hover { background: #95A9B1; text-decoration: none; }

#mainContent {
	min-height: 440px;
	}


