@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	color: #000000;
}
.clear {
	clear: both;
}
body {
	background-color: #BFDDEA;
	margin-top: 55px;
}
.center {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}
a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Page structure */
#header {
	border-bottom: 1px solid #000000;
	height: 75px;
}
#header .logo {
	width: 160px;
	margin-left: 30px;
	float: left;
	padding-bottom: 19px;
	display: inline;
}
#header .menu {
	width: 586px;
	float: left;
	text-align: right;
	padding-bottom: 19px;
	padding-top: 40px;
	margin-left: 74px;
}
#header .menu ul {
	list-style: none;
	margin-left: 75px;
}
#header .menu ul li {
	float: left;
	font-size: 11px;
	margin-right: 30px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	font-weight: bold;
}
#header .menu ul li a, #header .menu ul li a:visited {
}
/* Body */
#body {
	height: 406px;
	margin-top: 24px;
	margin-bottom: 24px;
	position: relative;
}
#body .menu {
/*	float: left;*/
	width: 215px;
	position: absolute;
	top: 0;
	left: 0;
}
#body .menu ul {
	list-style: none;
	margin-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 18px;	
}
#body .menu ul li {
	margin-bottom: 0px;
}
#body .menu ul li a, #body .menu ul li a:visited {
	color: #165772;
}
#body .menu ul li.active a, #body .menu ul li.active a:visited {
	color: #06364A;
	font-weight: bold;
}
#body .col1 {
	width: 215px;
	margin-right: 42px;
	margin-top: 90px;
	position: absolute;
}
#body .col2 {
	width: 593px;
	position: absolute;
	top: 0;
	left: 258px;	
}
#body .col2 .floorplan1 {
	width: 218px;
	float: left;
	text-align: center;	
}
#body .col2 .floorplan2 {
	width: 375px;
	float: left;
	text-align: center;
}
#body .col2 .floorplan1 p, #body .col2 .floorplan2 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #06364A;	
}
#body .col2 .floorplan1 a, #body .col2 .floorplan2 a, #body .col2 .floorplan1 a:visited, #body .col2 .floorplan2 a:visited {
	color: #165772;
}

#body .col1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	color: #000000;	
}
/* Footer */
#footer {
	border-top: 1px solid #000000;
	padding-top: 8px;
}
#footer .logo {
	float: left;
	width: 53px;
	margin-right: 5px;
}
#footer .footerMessage {
	float: left;
	width: 454px;
}
#footer .menu {
	float: left;
	width: 338px;
	padding-top: 12px;
}
#footer .menu ul {
	float: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	list-style: none;
}
#footer .menu ul li {
	font-size: 12px;
	float: left;
	margin-right: 3px;
}
#footer .menu ul li a, #footer .menu ul li a:visited {
}
#credit {
	text-align: right;
	margin-top: 10px;
	width: 850px;
}
/* forms */
label {
	display: block;
	width: 67px;
}
#body td {
	font-family: Arial, Helvetica, sans-serif;
	color: #3D5669;	
	font-size: 14px;
	padding-top: 2px;	
}
td.commentsRow {
	padding-top: 0;		
	vertical-align: bottom;
	height: 30px;
}
#body td.submitRow {
	text-align: right;
	height: 30px;
	vertical-align: bottom;
	padding: 0;
}
#btnSubmit {
	background: none;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #165772;	
	margin:0;
	padding: 0 .25em;
	width:auto;
	overflow:visible;
}
input.textbox, textarea.textbox {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #BFDDEA;
	width: 480px;
	font-size: 14px;
	padding: 8px;
	background-image: url(/resources/images/pages/form_background.gif);
	background-repeat: no-repeat;
}
textarea.textbox {
	width: 560px;
}
#body .enquiryform {
	width: 560px;
	margin-left: auto;
	margin-right: auto;	
}
#body .enquiryform table {
	width: 560px;
	margin-top: 15px;
}
#body p, #body h1, #body h2 {
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #165772;
}
/* For browsers without script, hide the flash */
.showDiv {
	display: block;
}
.hideDiv {
	display: none;
}
#flashMenu {
	width: 586px;
	height: 16px;
}
#flashLogo {
	width: 160px;
	height: 56px;
}
