body {
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../images/shared/background-home.jpg);
}

#subHeader {
	height: 359px;
	background-image: url(../images/shared/nigel.jpg); 
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

h1 {
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

h1 span {
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0px;
	top: 0px;
}

#propertySearch {
	background-color: #E4F1DA;
	width: 284px;
	padding-top: 22px;
	position: absolute;
	right: 0px;
	z-index: 2;
	top: 20px;
}
#welcomeMessage {
	padding-top: 35px;
}
#welcomeMessage .moreLink {
	margin-top: 20px;
}

#welcomeMessage .column {
	float: left;
	width: 285px;
	margin-right: 30px;
}

#propertySearch form {
	padding-left: 22px;
	margin-bottom: 0px;
	padding-bottom: 22px;
}

#propertyOfTheWeek {
	background-color: #FFF;
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ECC76;
	border-right-color: #9ECC76;
	border-bottom-color: #9ECC76;
	border-left-color: #9ECC76;
	float: left;
	width: 240px;
}

#propertyOfTheWeek img {
	margin-bottom: 11px;
}

#propertyOfTheWeek .wrapper {
	padding: 15px;
}

#propertyOfTheWeek .price {
	background-image: url(../images/buttons/price.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 27px;
	width: 71px;
	float: left;
	margin-right: 10px;
}

#propertyOfTheWeek .price span {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	padding-top: 5px;
}

#propertyOfTheWeek .moreLinkOrange {
	float: left;
}

#newInstructions {
	width: 742px;
	float: right;
}
#newInstructionsHeader {

}

#newInstructionsHeader p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	position: relative;
	overflow: hidden;
	height: 28px;
	margin-top: 0px;
	margin-right: 41px;
	margin-bottom: 12px;
	margin-left: 35px;
	padding: 0px;
}

#newInstructionsHeader p span {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 16px;
	background-repeat: no-repeat;
	background-position: left top;
}

#newInstructions #carouselLeft {
	width: 37px;
	float: left;
	height: 100px;
	margin-top: 130px;
}
#newInstructions #carouselRight {
	width: 37px;
	float: right;
	height: 100px;
	margin-top: 130px;
	text-align: right;
}

.property {
	background-color: #FFF;
	width: 202px;
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9ECC76;
	border-right-color: #9ECC76;
	border-bottom-color: #9ECC76;
	border-left-color: #9ECC76;
	float: left;
	margin-right: 30px;
}

.property .wrapper {
	padding: 15px;
}

.column {
	float: left;
	width: 215px;
	margin-right: 30px;
}

.column img {
	margin-bottom: 15px;
}

.column a strong {
	color: #446525;
	text-decoration: underline;
	
}

#columnLeft {
	float: left;
	width: 260px;
}

#columnRight {
	float: right;
	width: 705px;
}

.formFieldSmall {
	border: 1px solid #97C86A;
	height: 20px;
	width: 117px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.news {
	min-height: 70px;
}



