/* Standard HTML Tags */
html { height:100%; }
body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #007061;
	background: #c1d82f url(/resources/images/background.gif) 0 222px repeat-x;
	font: normal 0.70em/1.1 verdana, helvetica, sans-serif;
}
a {
	color: #007061;
	text-decoration: underline;
}
a:hover {
	color: #007061;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: verdana, sans-serif;
	margin: 8px 0;
}
h1 {
	font-size: 5em;
	margin: 0;
	line-height: 1;
	width: 546px;
	height: 62px;
	background: transparent url(/resources/images/header.gif) 0 0 no-repeat;
	text-indent: -2000em;
}
h2 {
	font-size: 1.6em;
	line-height: 1;
	color: #f00;
	margin-top: 0;
}
h2 a { color: #f00; }
h2 .address { color: #007061; }
h3 {
	font-size: 1.2em;
	color: #f00;
}
h4 { font-size: 1.1em; }
p { padding: 0.2em 0; }
input, textarea {
	width: 200px;
	margin: 0;
	border: 1px solid #007061;
	float: left;
	margin-bottom: 5px;
}
input.submit, input.reset {
	width: auto;
	margin-left: 175px;
}
input.reset { margin-left: 0.5em; }
textarea { width: 350px; }
label {
	font-weight: bold;
	float: left;
	width: 175px;
	line-height: 1;
	padding-top: 0.4em;
}
label .required { color: #f00; }
img { border: 0; }
.large { font-size: 1.3em; }
.small { font-size: 0.8em; }
.centreimage {
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* Hacky fixy bits */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

#wrap {
	width: 976px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	background: #fff;
	border: 1px solid #007061;
	border-top: 0;
}

/* Body */
#body {
	padding: 2em;
	border-top: 5px solid #b2bb1e;
}
.development {
	height: 240px;
	width: 450px;
	float: left;
	margin-right: 12px;
	background: #c1d82f;
	margin-bottom: 1em;
}
.development img { float: left; }
.developmentContent {
	padding: 5px;
	float: left;
	width: 200px;
}
.developmentContent  .summary, .developmentContent  .address {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
}
.developmentContent  .summary {
	font-size: 1.2em;
	margin: 0.5em 0;
}
.developmentContent  h2 { margin: 0; }
.developmentContent a { color: #f00; }
.bottomAd {
	font-size: 1.8em;
	margin: 0;
}
.bottomAd .bigAdText {
	font-size: 3em;
	color: #c1d82f;
}
#developmentThumb {
	float: left;
	width: 160px;
	background: #c1d82f;
	margin-right: 24px;
}
#developmentThumb p { margin: 5px; }
#developmentInfo {
	float: left;
	width: 740px;
	padding-bottom: 1.5em;
}
#developmentInfo h2 a { text-decoration: none; }
#developmentInfo h2 a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#developmentInfo table {
	width: 740px;
	border-collapse: collapse;
}
#developmentInfo table a { color: #f00; }
#developmentInfo th, #developmentInfo td { border: 1px solid #9e9e9e; }
#developmentInfo th {
	padding: 6px;
	background: #c1d82f;
}
#developmentInfo td {
	font-weight: bold;
	padding: 6px;
}
#developmentInfo td.let {
	color: #f00;
	font-weight: bold;
}
#apartmentInfo {
	color: #f00;
	font-size: 1.3em;
}
.floorplanInfo { font-size: 1.2em; }
.telephone { font-weight: bold; }

#contactForm {
	float: left;
	width: 65%;
	margin-right: 3%;
	padding-right: 3%;
	border-right: 1px solid #9e9e9e;
}
#contactForm h2 {
	color: #B2BB1E;
	font-size: 2.8em;
	margin-bottom: 1em;
}
#contactForm .intro {
	margin: 0;
	background: #c1d82f;
	padding: 0.5em 0.2em;
}
#contactForm form {
	background: #f3f7d5;
	padding: 0.2em;
	margin: 0;
}
#contactForm form div { padding-bottom: 0.5em; }
#contactDetails {
	float: left;
	width: 28%;
}
#contactDetails p {
	padding-top: 0;
	margin-top: 0;
}
#contactDetails a { color: #f00; }

/* Header */
#header {
	padding: 2em;
	border-bottom: 10px solid #b2bb1e;
	margin-bottom: 5px;
	background: #fff url(/resources/images/logo.gif) 98% 1em no-repeat;
}
#strapline {
	font-size: 2.5em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-top: 0.3em;
}
#strapline  span { color: #f00; }
#header ul {
	margin: 0;
	padding: 1.5em 0 0;
}
#header li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#header li a {
	color: #b2bb1e;
	font-size: 2em;
	font-weight: bold;
	padding-right: 2em;
	text-decoration: none;
}
#header li a.last { padding-right: 0; }
#header li a span{ color: #007061; }
#header li a:hover { text-decoration: underline; }
#header li a:hover span{ text-decoration: none; }

/* Footer */
#footer {
	width: 976px;
	margin: 0 auto;
	text-align: left;
	padding: 1em 0;
}
#footer ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#footer li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#footer li a {
	color: #007061;
	padding-right: 2em;
}
#footer li#bottomhomelink { float: right; }
#footer li#bottomhomelink a { padding-right: 0; }