@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.7em;
	background-color: #D6E9FC;
}
a {
	color: #005288;
	text-decoration: underline;
}
a:hover {
	color: #1973ca;
}
a img {
	border: none;
}
#container {
	width:950px;
	margin:15px auto 0;
	border:1px solid #03233a;
	border-bottom:none;
	text-align:left;
	background-color: #ffffff;
}
#header {
	height:73px;
	padding:23px 0 12px 23px;
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h1.logo {
	width:290px;
	height:38px;
	float:left;
}
#nav {
	float:right;
	background-color:#fff;
	margin-top:36px;
}
#nav ul {
	list-style:none;
	position:relative;
	z-index:100;
	padding-right: 1px;
}
#nav ul li {
	float:left;
	display:block;
	position:relative;
}
#nav ul li a {
	float:left;
	display:block;
	background-color:#083F75;
	margin-left:1px;
	margin-top:2px;
	width:87px;
	height:21px;
	text-align:center;
	color:#ffffff;
	text-transform:uppercase;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	line-height:21px;
	border-right:1px solid white;
	border-left:1px solid white;
	outline: none;
}
* html #nav ul li a {
	display: inline;
}
#nav ul li ul {
	display:none;
	position:absolute;
	left:0;
	top:23px;
	width:87px;
	background-image: url(images/bg_dropdown.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}
* html #nav ul li ul {
	background-image: url(images/bg_dropdown.gif);
}
#nav ul li ul li {
	display:block;
	float:left;
	width:87px;
	background-color: none;
	padding-bottom:1px;
}
#nav ul li ul li a {
	width:auto;
	display:block;
	float:left;
	color: #daa986;
	padding: 0px 0 0 5px;
	width:100%;
	background-color: transparent;
	border: none;
	text-align: left;
	height: 11px;
	text-transform: capitalize;
	outline: none;
	line-height: 16px;
}
#nav ul li ul li a:hover {
	background-color: transparent;
	color: #ad561b;
	font-weight: bold;
}
/*#nav ul li:hover>ul, */#nav ul li ul.hover {
	display:block;
}
#nav a:hover {
	background-color:#783017;
}
#nav li.selected>a {background-color:#783017;}
/*#home #nav a.home, 
#concept #nav a.concept,
#contact #nav a.contact,
#register #nav a.register, 
#location #nav a.location,
#nav a:hover {background-color:#782E0B;}*/

/*#nav a.concept {
	background-image: url(images/nav-btn_concept.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#nav a:hover.concept {
	background-position: 0 -20px;
	outline: 0;
}
#concept #nav a.concept {
	background-position: 0 -20px;
}
#nav a.location {
	background-image: url(images/nav-btn_location.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#nav a:hover.location {
	background-position: 0 -20px;
	outline: 0;
}
#location #nav a.location {
	background-position: 0 -20px;
}

#nav a.register {
	background-image: url(images/nav-btn_register.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#nav a:hover.register {
	background-position: 0 -20px;
	outline: 0;
}
#register #nav a.register {
	background-position: 0 -20px;
}

#nav a.contact {
	background-image: url(images/nav-btn_contact.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#nav a:hover.contact {
	background-position: 0 -20px;
	outline: 0;
}
#contact #nav a.contact {
	background-position: 0 -20px;
}

#nav a.news {
	background-image: url(images/nav-btn_news.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#nav a:hover.news {
	background-position: 0 -20px;
	outline: 0;
}
#news #nav a.news {
	background-position: 0 -20px;
}*/
#footer {
	clear:both;
	width:952px;
	background:url(images/border_bottom.gif) bottom left no-repeat;
	height:33px;
	margin:0 auto;
	text-align:left;
}
#footer img {
	float:left;
	margin-left:48px;
	margin-top: 1px;
}
#footer p {
	float:right;
	width:505px;
	text-align:right;
	margin-right:164px;
	display:inline;
	font-size:10px;
	padding-top:10px;
	color:#005288;
}
#main_img {
	width:854px;
	height:323px;
}
#main_img #full {
	float: left;
	width: 580px;
	height: 323px;
	display: inline;
}

#thumbs {
	float: left;
	margin-left: 5px;
	width: 260px;
	display: inline;
}
.view ul {
	position: relative;
}
.view ul p.master {
	position: absolute;
	top: 90px;
	left: 5px;
}
.view ul p.roof {
	position: absolute;
	top: 90px;
	left: 270px;
}
/*.view #full {
	scroll: auto;
}
*/
#views #main_img {
	height: 460px;
}
#views #main_img #full {
	width: 853px;
	height: 274px;
	margin-bottom: 5px;
}
#views #thumbs {
	width: 530px;
	height: 92px;
	float: right;
}
#views #siteplan {
	float: left;
	margin-right: 5px;
	width: 302px;
	border: none;
}
#views #siteplan img {
	padding: 0;
}
#views #siteplan p {
	background-color: transparent;
	color: #A84D0F;
}
#register #main_img {
	background:url(images/bg_register.jpg) top left no-repeat;
}
/*#location #main_img {
	background:url(images/bg_location.jpg) top left no-repeat;
}*/
#contact #main_img {
	background:url(images/bg_contact.jpg) top left no-repeat;
}
#news #main_img {
	background:url(images/bg_news.jpg) top left no-repeat;
}
#content {
	padding:20px 48px 20px;
}
#content h2 {
	margin:20px 0 10px 0;
}
#content p {
	font-size:12px;
	color:#005288;
	margin-bottom: 0px;
	line-height: 20px;
}
#marina #content ul.marinaFeatures {
	color: #005288;
	margin-left: 25px;
}
#copy p {
	margin-bottom: 10px;
}

#home #content {
	padding-left:0;
}
#home #copy {
	padding:0 48px 0;
}
#rotation {
	height:395px;
	width:901px;
}
body#form {
	background-color:#083F75;
	color:#fff;
	padding:20px 0 0 20px;
	font-size:12px;
}
#form h2, #newsbox h2 {
	font-weight:normal;
	font-size:20px;
	padding-bottom:12px;
	border-bottom:1px solid white;
	margin-bottom:20px;
}
#register iframe {
	float:right;
}
#newsbox {
	width:383px;
	height:304px;
	padding:0px 20px 20px;
	float:right;
	overflow-y:auto;
	background-color:#083F75;
	color:#fff;
}
#newsbox h5 {
	font-size:12px;
	color:#fff;
	padding-bottom:0px;
}
#newsbox h5 span {
	font-size:10px;
	font-weight:normal;
	float:right;
}
#newsbox p {
	color:#fff;
	padding-bottom:16px;
	font-size:11px;
}
#newsbox a {
	color:#fff;
	text-decoration: none;
	line-height:1.5em;
}
#newsbox dd.date {
	display:inline;
	float:right;
	font-size:10px;
}
#newsbox dt {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding-bottom:0px;
	border-top:1px solid white;
	clear: both;
}
#form td {
	font-size:12px;
	padding:2px;
}
#form p {
	padding-bottom:8px
}

.floorplan {
	width: 857px;
}

.floorplan img {
	width: 799px;
	padding: 28px;
	margin: 0;
	border: 1px solid #CCCCCC;
}

#floorplans2 .floorplan {
	width: 552px;
	height: 350px;
	display: block;
	float: left;
	margin-bottom: 20px;
}

#floorplans2 .floorplan img {
	width: 530px;
	padding: 10px;
	display: block;
}

#floorplans2 #siteplan {
	margin-right: 14px;
}

.floorplan a {
	float: right;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	background-color: #a84d0f;
	margin: 0 0 30px 0;
	padding: 2px 10px;
}

#siteplan {
	margin: 0 30px 30px 0;
	border: 1px solid #CCCCCC;
	float: left;
	width: 278px;
	text-align: center;
}

#siteplan img {
	padding: 15px 0;
}

#siteplan p {
	color: #fff;
	font-size: 10px;
	background-color: #a84d0f;
	text-align: center;
}

#floorplans #copy {
	float: left;
	width: 510px;
	margin: 0 0 30px 0 ;
}


.clear {
	clear: both;
}
