@charset "utf-8";

/* Start CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End CSS Reset */

/* Start CSS Style */

body, html {margin: 0;
padding: 0;
text-align: center;
background:#f7e6d2;
}

#page-width {margin-left: auto;
margin-right: auto;
width: 960px;
text-align:left;

}

#header {width: 960px;
float: left;
display: block;
height:445px;
background: url(page-width-bg-night.png) repeat-y;
}

#header-logo {float:left;
display:block;
width:960px;
height:120px;
background:url(header-bg-night.png) no-repeat;
}

#header-animation {float:left;
display:block;
width:960px;
height:277px;
background: url(page-width-bg-night.png) repeat-y;
}

#animation-holder {margin-left: auto;
margin-right: auto;
width: 935px;
height:275px;
border: #324447 1px solid;
}

#header-navigation {float:left;
display:block;
width:960px;
height:40px;
text-align:center;
background: url(page-width-bg-night.png) repeat-y;
}

#page-content {margin-left: auto;
margin-right: auto;
width: 960px;
float: left;
display: block;
background:url(page-width-bg-night.png) repeat-y;
}

#content-holder {width:935px;
margin-left: auto;
margin-right: auto;
}

#content-left {float:left;
display:inline;
width:600px;
padding-left:15px;
}

#middle-border {float:left;
display:inline;
width:2px;
}

#content-right {float:right;
display:inline;
width:309px;
}

#footer {width: 960px;
height:40px;
float: left;
display: block;
background:url(footer-bg-night.png) no-repeat top;
}

.footer-left {width:800px;
float:left;
display:inline;
padding-top:5px;
}

.footer-right {width:160px;
float:right;
display:inline;
padding-top:5px;
}

.logo {margin:0 0 0 360px;
}

/* End CSS Style */

/* Start of navigation Styles */

#nav-holder {text-align:center;
height:32px;
width:937px;
margin-left: auto;
margin-right: auto;
border-bottom:1px solid #98a1a3;
}

.navspacer {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding-left:14px;
	padding-right:14px;
	line-height:30px;
	color:#9f3a3e;
}

.main-nav {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#f4e7cf;
	line-height:30px;
}
a.main-nav, a.main-nav:visited {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#f4e7cf;
	text-decoration:none;
	line-height:30px;
}

a.main-nav:hover {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#9f3a3e;
	text-decoration:none;
	line-height:30px;
}
.main-nav-highlighted {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#9f3a3e;
	line-height:30px;
}

a.main-nav-highlighted, a.main-nav-highlighted:visited {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#9f3a3e;
	text-decoration:none;
	line-height:30px;
}


/* End of navigation Styles */

/* Start of font Styles */

p {font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#f4e7cf;
line-height:1.25;
}

.left-text {font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#f4e7cf;
line-height:1.25;
padding:0 0 0 0;
}

.right-text {font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#f4e7cf;
line-height:1.25;
padding:0 20px 0 0;
}

h1 {font-family:"Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
color:#f4e7cf;
text-transform:uppercase;
padding: 10px 0 10px 0;
}

h3 {font-family:"Times New Roman", Times, serif;
font-size:16px;
font-style:italic;
font-weight:bold;
color:#f4e7cf;
padding: 10px 0 10px 0;
}

.title-left {font-family:"Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
color:#5b7377;
text-transform:uppercase;
padding: 10px 0 10px 0;
}

.footer-text {font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#2d131a;
line-height:1.25;
margin: 5px;
}

.prop-link {font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#2d131a;
float:right;
text-decoration:none;
margin: 3px;
}

.bold {font-weight:bold;
}

.highlight {font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#5b7377;
line-height:1.25;
font-weight:bold;
font-style:italic;
}

.menu-buttons {margin: 0 0 0 40px;
}

/* End of font Styles */

/* Alt Layout */

#alt-content-left {float:left;
display:inline;
width:309px;
}

#alt-middle-border {float:left;
display:inline;
width:2px;
}

#alt-content-right {float:right;
display:inline;
width:624px;
}

/* End Alt Layout */

/* Form Style */

label {float: left;
display: inline;
width: 100px;
font-weight:bold;
}

#forename {margin: 0 0 0 0;
}

#surname {margin: 0 0 0 0;
}

#email {margin: 0 0 0 0;
}

#address-postcode {margin: 0 0 0 0;
}

form p {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	clear: left;
}

.submit {width:179px;
	height: 35px;
	border:0px;
}

.menuboxouter {
	width:289px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	padding:10px;
	padding-top:40px;
	
}

.buttons, a.buttons:link, a.buttons:active, a.buttons:visited {
	font-family:"Times New Roman", Times, serif;
	height:60px;
	width:262px;
	font-size:22px;
	color:#324447;
	font-style:italic;
	text-decoration:none;
	text-align:right;
	line-height:60px;
	display:inline;
	float:left;
	border:1px solid #324447;
	margin-right:5px;
	margin-bottom:5px;
	padding-right:25px;
	background-image:url(../images/menubg.jpg);
}

a.buttons:hover {
	background-image:url(../images/menubg_f2.jpg);
	
}

.floorplan-button {font-family:"Times New Roman", Times, serif;
font-size: 16px;
color: #324447;
background-color:#f6e7d2;
text-decoration: none;
padding: 10px 20px 10px 20px;
text-align: center;
width: 150px;
margin:5px;
float:left;
display:inline;
font-style: italic;
}

a.floorplan-button:hover {background-color:#f5f3e6;
}