@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	background-color: #05042f;
	font-size: 62.5%;
	background-image: url(../layout/bkgrnd.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrap {
	height: 100%;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container {
	position: absolute;
	top: 10px;
	left: 0%;
	width: 750px;
}
#header {
	height: 165px;
	z-index: 1;
}
#logo {
	background-image: url(../../hub/media/layout/logov2.jpg);
	height: 110px;
	width: 128px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 10px;
	left: 11px;
	z-index: 1;
	background-repeat: no-repeat;
}
#logo2 {
	background-image: url(../../hub/media/layout/logov3.jpg);
	float: right;
	height: 87px;
	width: 128px;
	position: absolute;
	top: 10px;
	right: 11px;
	text-indent: -9999px;
}
#logo_text {
	background-image: url(../../hub/media/layout/logo-text.jpg);
	height: 90px;
	width: 341px;
	position: absolute;
	text-indent: -9999px;
	top: 10px;
	right: 205px;
}
#view_map {
	position: absolute;
	left: 344px;
	top: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
}
#view_map:hover {
	color: #CCCCCC;
}



ul#nav {
	padding-top: 8px;
	background-color: #fff;
	height: 28px;
	position: relative;
	top: 129px;
	padding-left: 20px;
	padding-right: 0px;
}
#nav li {
	float: left;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav li a {
	margin-right: 42px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #CFA90E;
	text-transform: uppercase;
	font-size: 1.2em;
}
#nav li a:hover {
	color: #05042F;
}
/*
#nav  #marina {
	background-image: url(../layout/link-marina.gif);
	width: 65px;
}
#nav  #holiday {
	background-image: url(../layout/link-holiday.gif);
	width: 133px;
}
#nav  #res {
	background-image: url(../layout/link-res.gif);
	width: 103px;
}
#nav  #comm {
	background-image: url(../layout/link-comm.gif);
	width: 109px;
}
#nav  #facilities {
	background-image: url(../layout/link-facilities.gif);
	width: 82px;
}*/
#subnav {
	height: 17px;
	background-color: #A87B14;
	padding-top: 3px;
	text-align: left;
	padding-bottom: 3px;
	padding-left: 20px;
	position: relative;
}
#subnav li {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
}
#subnav li a {
	margin-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.1em;
}
#subnav li a:hover{
	color: #CCCCCC;
}
#main {
	height: 550px;
	position: relative;
}
#images {
	position: absolute;
	height: 550px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 0;
}
#images img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0 !important;
}

#content {
	position: relative;
	top: 50px;
	left: 50px;
	width: 650px;
	background-color: white;
	overflow: hidden;
}
#content a {
	color: #05042F;
}
#column-l {
	width: 200px;
	float: left;
}
#column-r {
	float: left;
	width: 420px;
}
.column-half {
	float: left;
	width: 50%;
}



h1 {
	height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #05042F;
	position: relative;
	padding-top: 3px;
	padding-left: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.1em;
}

h1 span {
	color: #05042F;
	display: block;
	margin-left: 15px;
}
#subnav li#showhide {
	position: absolute;
	top: 3px;
	right: 12px;
	font-size: 1em;
}

#subnav li#showhide a{
	display: block;
	text-transform: uppercase;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #575757;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.8em;
	padding-right: 21px;
	padding-left: 21px;
}

ul {
	font-size: 1.6em;
	color: #575757;
	line-height: 1.4em;
	padding-left: 40px;
	font-size: 1.2em;
	font-family: Verdana, Georgia;
}

p {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-left: 21px;
	padding-right: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #575757;
}
span {
	font-size: 0.8em;
}



#footer {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
	margin-top: 5px;
}
#footer p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	color: #FFFFFF;
}

#footer p.left {
	float: left;
}
#footer p.right {
	float: right;
}
#directions {
	color: #05042F;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#directions .textbox {
	margin-top: 5px;
}
#directions .checkbox {
	margin-left: 10px;
}
#nav li a#mooring{
	color: #006699!important;
	font-size: 13px;
}
#nav li a#holiday{
	color: #a44e03!important;
	font-size: 13px;
}
#nav li a#lettings{
	color: #365200!important;
	font-size: 13px;
}
#nav li a#facilities{
	color: #5d5d5d!important;
	font-size: 13px;
}
#nav li a#contact {
	margin-right: 0px;
}

#subnav {
	background-color: #004c78;
}
.smaller {
	width: 700px;
	display: block;
	font-size: 0.9em;
}
.form {
	font-size: 1em;
	color: #05042F;
	text-align: right;
}
.form p {
	color: #333333;
	text-align: right;
	font-weight: bold;
	font-size: 1em;
}

.form span {
	font-size: 0.8em;
}
.form select {
	color: #333333;
	width: 160px;
	left: 0px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
.form input {
	color: #333333;
	width: 209px;
	background-image: url(../layout/field-bg.jpg);
	border: 1px solid #e6e5e5;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center top;
}
.form textarea {
	color: #333333;
	width: 209px;
	background-image: url(../layout/field-bg.jpg);
	border: 1px solid #e6e5e5;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.form option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.form .submit {
	background-color: #CAC7B2;
	width: 70px;
	cursor: pointer;
	color: #333333;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form .textfieldRequiredMsg {
	color: #FFFFFF;
}
